|
Last change
on this file since 1795 was 1679, checked in by healthsevak, 10 years ago |
|
Updating the working copy to CPRS version 28
|
|
File size:
2.0 KB
|
| Line | |
|---|
| 1 | inherited frmOCAccept: TfrmOCAccept
|
|---|
| 2 | Left = 305
|
|---|
| 3 | Top = 257
|
|---|
| 4 | BorderIcons = []
|
|---|
| 5 | Caption = 'Order Checking'
|
|---|
| 6 | ClientHeight = 186
|
|---|
| 7 | ClientWidth = 622
|
|---|
| 8 | Constraints.MinHeight = 200
|
|---|
| 9 | Constraints.MinWidth = 600
|
|---|
| 10 | Position = poScreenCenter
|
|---|
| 11 | ExplicitWidth = 630
|
|---|
| 12 | ExplicitHeight = 220
|
|---|
| 13 | PixelsPerInch = 96
|
|---|
| 14 | TextHeight = 13
|
|---|
| 15 | object memChecks: TRichEdit [0]
|
|---|
| 16 | Left = 0
|
|---|
| 17 | Top = 0
|
|---|
| 18 | Width = 622
|
|---|
| 19 | Height = 153
|
|---|
| 20 | Align = alClient
|
|---|
| 21 | Font.Charset = DEFAULT_CHARSET
|
|---|
| 22 | Font.Color = clWindowText
|
|---|
| 23 | Font.Height = -11
|
|---|
| 24 | Font.Name = 'Courier New'
|
|---|
| 25 | Font.Style = []
|
|---|
| 26 | ParentFont = False
|
|---|
| 27 | ReadOnly = True
|
|---|
| 28 | ScrollBars = ssVertical
|
|---|
| 29 | TabOrder = 0
|
|---|
| 30 | WantReturns = False
|
|---|
| 31 | end
|
|---|
| 32 | object pnlBottom: TPanel [1]
|
|---|
| 33 | Left = 0
|
|---|
| 34 | Top = 153
|
|---|
| 35 | Width = 622
|
|---|
| 36 | Height = 33
|
|---|
| 37 | Align = alBottom
|
|---|
| 38 | BevelOuter = bvNone
|
|---|
| 39 | TabOrder = 1
|
|---|
| 40 | object cmdAccept: TButton
|
|---|
| 41 | Left = 148
|
|---|
| 42 | Top = 6
|
|---|
| 43 | Width = 80
|
|---|
| 44 | Height = 21
|
|---|
| 45 | Caption = 'Accept Order'
|
|---|
| 46 | Default = True
|
|---|
| 47 | ModalResult = 6
|
|---|
| 48 | TabOrder = 0
|
|---|
| 49 | end
|
|---|
| 50 | object cmdCancel: TButton
|
|---|
| 51 | Left = 244
|
|---|
| 52 | Top = 7
|
|---|
| 53 | Width = 80
|
|---|
| 54 | Height = 21
|
|---|
| 55 | Cancel = True
|
|---|
| 56 | Caption = 'Cancel Order'
|
|---|
| 57 | ModalResult = 7
|
|---|
| 58 | TabOrder = 1
|
|---|
| 59 | OnClick = cmdCancelClick
|
|---|
| 60 | end
|
|---|
| 61 | object Button1: TButton
|
|---|
| 62 | Left = 384
|
|---|
| 63 | Top = 6
|
|---|
| 64 | Width = 145
|
|---|
| 65 | Height = 21
|
|---|
| 66 | Caption = 'Drug Interaction Monograph'
|
|---|
| 67 | Enabled = False
|
|---|
| 68 | TabOrder = 2
|
|---|
| 69 | OnClick = Button1Click
|
|---|
| 70 | end
|
|---|
| 71 | end
|
|---|
| 72 | inherited amgrMain: TVA508AccessibilityManager
|
|---|
| 73 | Data = (
|
|---|
| 74 | (
|
|---|
| 75 | 'Component = memChecks'
|
|---|
| 76 | 'Status = stsDefault')
|
|---|
| 77 | (
|
|---|
| 78 | 'Component = pnlBottom'
|
|---|
| 79 | 'Status = stsDefault')
|
|---|
| 80 | (
|
|---|
| 81 | 'Component = cmdAccept'
|
|---|
| 82 | 'Status = stsDefault')
|
|---|
| 83 | (
|
|---|
| 84 | 'Component = cmdCancel'
|
|---|
| 85 | 'Status = stsDefault')
|
|---|
| 86 | (
|
|---|
| 87 | 'Component = frmOCAccept'
|
|---|
| 88 | 'Status = stsDefault')
|
|---|
| 89 | (
|
|---|
| 90 | 'Component = Button1'
|
|---|
| 91 | 'Status = stsDefault'))
|
|---|
| 92 | end
|
|---|
| 93 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.