Line | |
---|
1 | inherited frmODMedFA: TfrmODMedFA
|
---|
2 | Left = 333
|
---|
3 | Top = 258
|
---|
4 | Caption = 'Formulary Alternatives'
|
---|
5 | ClientHeight = 178
|
---|
6 | ClientWidth = 308
|
---|
7 | FormStyle = fsStayOnTop
|
---|
8 | OnCreate = FormCreate
|
---|
9 | ExplicitWidth = 316
|
---|
10 | ExplicitHeight = 205
|
---|
11 | PixelsPerInch = 96
|
---|
12 | TextHeight = 13
|
---|
13 | object Label1: TLabel [0]
|
---|
14 | Left = 8
|
---|
15 | Top = 8
|
---|
16 | Width = 273
|
---|
17 | Height = 13
|
---|
18 | Caption = 'The selected drug is not in the formulary. Alternatives are:'
|
---|
19 | end
|
---|
20 | object Label2: TStaticText [1]
|
---|
21 | Left = 8
|
---|
22 | Top = 127
|
---|
23 | Width = 250
|
---|
24 | Height = 17
|
---|
25 | Caption = 'Do you wish to use the selected alternative instead?'
|
---|
26 | TabOrder = 3
|
---|
27 | end
|
---|
28 | object lstFormAlt: TORListBox [2]
|
---|
29 | Left = 8
|
---|
30 | Top = 22
|
---|
31 | Width = 292
|
---|
32 | Height = 97
|
---|
33 | ItemHeight = 13
|
---|
34 | ParentShowHint = False
|
---|
35 | ShowHint = True
|
---|
36 | TabOrder = 0
|
---|
37 | OnClick = lstFormAltClick
|
---|
38 | Caption = 'The selected drug is not in the formulary. Alternatives are:'
|
---|
39 | ItemTipColor = clWindow
|
---|
40 | LongList = False
|
---|
41 | Pieces = '2'
|
---|
42 | end
|
---|
43 | object cmdYes: TButton [3]
|
---|
44 | Left = 74
|
---|
45 | Top = 148
|
---|
46 | Width = 72
|
---|
47 | Height = 21
|
---|
48 | Caption = 'Yes'
|
---|
49 | Default = True
|
---|
50 | Enabled = False
|
---|
51 | TabOrder = 1
|
---|
52 | OnClick = cmdYesClick
|
---|
53 | end
|
---|
54 | object cmdNo: TButton [4]
|
---|
55 | Left = 162
|
---|
56 | Top = 148
|
---|
57 | Width = 72
|
---|
58 | Height = 21
|
---|
59 | Cancel = True
|
---|
60 | Caption = 'No'
|
---|
61 | TabOrder = 2
|
---|
62 | OnClick = cmdNoClick
|
---|
63 | end
|
---|
64 | inherited amgrMain: TVA508AccessibilityManager
|
---|
65 | Data = (
|
---|
66 | (
|
---|
67 | 'Component = Label2'
|
---|
68 | 'Status = stsDefault')
|
---|
69 | (
|
---|
70 | 'Component = lstFormAlt'
|
---|
71 | 'Status = stsDefault')
|
---|
72 | (
|
---|
73 | 'Component = cmdYes'
|
---|
74 | 'Status = stsDefault')
|
---|
75 | (
|
---|
76 | 'Component = cmdNo'
|
---|
77 | 'Status = stsDefault')
|
---|
78 | (
|
---|
79 | 'Component = frmODMedFA'
|
---|
80 | 'Status = stsDefault'))
|
---|
81 | end
|
---|
82 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.