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

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 2.2 KB
Line 
1inherited frmODMedOIFA: TfrmODMedOIFA
2 Left = 0
3 Top = 0
4 Caption = 'Formulary Alternatives'
5 ClientHeight = 178
6 ClientWidth = 305
7 FormStyle = fsStayOnTop
8 OldCreateOrder = True
9 Position = poMainFormCenter
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 PixelsPerInch = 96
14 TextHeight = 13
15 object Label1: TLabel [0]
16 Left = 0
17 Top = 0
18 Width = 305
19 Height = 13
20 Align = alTop
21 Caption = 'The selected drug is not in the formulary. Alternatives are:'
22 ExplicitWidth = 273
23 end
24 object Label2: TStaticText [1]
25 Left = 0
26 Top = 134
27 Width = 305
28 Height = 17
29 Align = alBottom
30 Caption = 'Do you wish to use the selected alternative instead?'
31 TabOrder = 1
32 ExplicitWidth = 250
33 end
34 object lstFormAlt: TORListBox [2]
35 Left = 0
36 Top = 13
37 Width = 305
38 Height = 121
39 Align = alClient
40 ItemHeight = 13
41 ParentShowHint = False
42 ShowHint = True
43 TabOrder = 0
44 OnClick = lstFormAltClick
45 Caption = 'The selected drug is not in the formulary. Alternatives are:'
46 ItemTipColor = clWindow
47 LongList = False
48 Pieces = '2'
49 end
50 object btnPanel: TPanel [3]
51 Left = 0
52 Top = 151
53 Width = 305
54 Height = 27
55 Align = alBottom
56 BevelOuter = bvNone
57 TabOrder = 3
58 object cmdYes: TButton
59 Left = 74
60 Top = 3
61 Width = 72
62 Height = 21
63 Caption = 'Yes'
64 Default = True
65 Enabled = False
66 TabOrder = 0
67 OnClick = cmdYesClick
68 end
69 object cmdNo: TButton
70 Left = 162
71 Top = 3
72 Width = 72
73 Height = 21
74 Cancel = True
75 Caption = 'No'
76 TabOrder = 1
77 OnClick = cmdNoClick
78 end
79 end
80 inherited amgrMain: TVA508AccessibilityManager
81 Data = (
82 (
83 'Component = Label2'
84 'Status = stsDefault')
85 (
86 'Component = lstFormAlt'
87 'Status = stsDefault')
88 (
89 'Component = btnPanel'
90 'Status = stsDefault')
91 (
92 'Component = cmdYes'
93 'Status = stsDefault')
94 (
95 'Component = cmdNo'
96 'Status = stsDefault')
97 (
98 'Component = frmODMedOIFA'
99 'Status = stsDefault'))
100 end
101end
Note: See TracBrowser for help on using the repository browser.