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