source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fODMedOIFA.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 1.3 KB
Line 
1inherited frmODMedOIFA: TfrmODMedOIFA
2 Width = 316
3 Height = 205
4 Caption = 'Formulary Alternatives'
5 OnCreate = FormCreate
6 PixelsPerInch = 96
7 TextHeight = 13
8 object Label1: TLabel
9 Left = 8
10 Top = 8
11 Width = 273
12 Height = 13
13 Caption = 'The selected drug is not in the formulary. Alternatives are:'
14 end
15 object Label2: TStaticText
16 Left = 8
17 Top = 127
18 Width = 250
19 Height = 17
20 Caption = 'Do you wish to use the selected alternative instead?'
21 TabOrder = 3
22 end
23 object lstFormAlt: TORListBox
24 Left = 8
25 Top = 22
26 Width = 292
27 Height = 97
28 ItemHeight = 13
29 ParentShowHint = False
30 ShowHint = True
31 TabOrder = 0
32 OnClick = lstFormAltClick
33 Caption = 'The selected drug is not in the formulary. Alternatives are:'
34 ItemTipColor = clWindow
35 LongList = False
36 Pieces = '2'
37 end
38 object cmdYes: TButton
39 Left = 74
40 Top = 148
41 Width = 72
42 Height = 21
43 Caption = 'Yes'
44 Default = True
45 Enabled = False
46 TabOrder = 1
47 OnClick = cmdYesClick
48 end
49 object cmdNo: TButton
50 Left = 162
51 Top = 148
52 Width = 72
53 Height = 21
54 Cancel = True
55 Caption = 'No'
56 TabOrder = 2
57 OnClick = cmdNoClick
58 end
59end
Note: See TracBrowser for help on using the repository browser.