source: cprs/trunk/CPRS-Chart/Orders/fODMedOIFA.dfm@ 456

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

Initial Upload of Official WV CPRS 1.0.26.76

File size: 1.8 KB
Line 
1object frmODMedOIFA: TfrmODMedOIFA
2 Left = 0
3 Top = 0
4 Width = 313
5 Height = 205
6 Caption = 'Formulary Alternatives'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 FormStyle = fsStayOnTop
14 OldCreateOrder = True
15 Position = poMainFormCenter
16 OnClose = FormClose
17 OnCreate = FormCreate
18 OnShow = FormShow
19 PixelsPerInch = 96
20 TextHeight = 13
21 object Label1: TLabel
22 Left = 0
23 Top = 0
24 Width = 305
25 Height = 13
26 Align = alTop
27 Caption = 'The selected drug is not in the formulary. Alternatives are:'
28 end
29 object Label2: TStaticText
30 Left = 0
31 Top = 134
32 Width = 305
33 Height = 17
34 Align = alBottom
35 Caption = 'Do you wish to use the selected alternative instead?'
36 TabOrder = 1
37 end
38 object lstFormAlt: TORListBox
39 Left = 0
40 Top = 13
41 Width = 305
42 Height = 121
43 Align = alClient
44 ItemHeight = 13
45 ParentShowHint = False
46 ShowHint = True
47 TabOrder = 0
48 OnClick = lstFormAltClick
49 Caption = 'The selected drug is not in the formulary. Alternatives are:'
50 ItemTipColor = clWindow
51 LongList = False
52 Pieces = '2'
53 end
54 object btnPanel: TPanel
55 Left = 0
56 Top = 151
57 Width = 305
58 Height = 27
59 Align = alBottom
60 BevelOuter = bvNone
61 TabOrder = 3
62 object cmdYes: TButton
63 Left = 74
64 Top = 3
65 Width = 72
66 Height = 21
67 Caption = 'Yes'
68 Default = True
69 Enabled = False
70 TabOrder = 0
71 OnClick = cmdYesClick
72 end
73 object cmdNo: TButton
74 Left = 162
75 Top = 3
76 Width = 72
77 Height = 21
78 Cancel = True
79 Caption = 'No'
80 TabOrder = 1
81 OnClick = cmdNoClick
82 end
83 end
84end
Note: See TracBrowser for help on using the repository browser.