Last change
on this file since 1722 was 1693, checked in by healthsevak, 9 years ago |
Committing the files for first time to this new branch
|
File size:
2.0 KB
|
Rev | Line | |
---|
[456] | 1 | inherited frmOCAccept: TfrmOCAccept
|
---|
| 2 | Left = 305
|
---|
| 3 | Top = 257
|
---|
| 4 | BorderIcons = []
|
---|
| 5 | Caption = 'Order Checking'
|
---|
[1693] | 6 | ClientHeight = 186
|
---|
| 7 | ClientWidth = 622
|
---|
| 8 | Constraints.MinHeight = 200
|
---|
| 9 | Constraints.MinWidth = 600
|
---|
[456] | 10 | Position = poScreenCenter
|
---|
[1693] | 11 | ExplicitWidth = 630
|
---|
| 12 | ExplicitHeight = 220
|
---|
[456] | 13 | PixelsPerInch = 96
|
---|
| 14 | TextHeight = 13
|
---|
[829] | 15 | object memChecks: TRichEdit [0]
|
---|
[456] | 16 | Left = 0
|
---|
| 17 | Top = 0
|
---|
[1693] | 18 | Width = 622
|
---|
| 19 | Height = 153
|
---|
[456] | 20 | Align = alClient
|
---|
[1693] | 21 | Font.Charset = DEFAULT_CHARSET
|
---|
| 22 | Font.Color = clWindowText
|
---|
| 23 | Font.Height = -11
|
---|
| 24 | Font.Name = 'Courier New'
|
---|
| 25 | Font.Style = []
|
---|
| 26 | ParentFont = False
|
---|
[456] | 27 | ReadOnly = True
|
---|
| 28 | ScrollBars = ssVertical
|
---|
| 29 | TabOrder = 0
|
---|
| 30 | WantReturns = False
|
---|
| 31 | end
|
---|
[829] | 32 | object pnlBottom: TPanel [1]
|
---|
[456] | 33 | Left = 0
|
---|
[1693] | 34 | Top = 153
|
---|
| 35 | Width = 622
|
---|
[456] | 36 | Height = 33
|
---|
| 37 | Align = alBottom
|
---|
| 38 | BevelOuter = bvNone
|
---|
| 39 | TabOrder = 1
|
---|
| 40 | object cmdAccept: TButton
|
---|
| 41 | Left = 148
|
---|
[1693] | 42 | Top = 6
|
---|
[456] | 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
|
---|
[1693] | 59 | OnClick = cmdCancelClick
|
---|
[456] | 60 | end
|
---|
[1693] | 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
|
---|
[456] | 71 | end
|
---|
[829] | 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'
|
---|
[1693] | 88 | 'Status = stsDefault')
|
---|
| 89 | (
|
---|
| 90 | 'Component = Button1'
|
---|
[829] | 91 | 'Status = stsDefault'))
|
---|
| 92 | end
|
---|
[456] | 93 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.