1 | inherited frmImmunizations: TfrmImmunizations
|
---|
2 | Left = 373
|
---|
3 | Top = 169
|
---|
4 | Caption = 'Encouner Immunization'
|
---|
5 | PixelsPerInch = 96
|
---|
6 | TextHeight = 13
|
---|
7 | object lblReaction: TLabel [0]
|
---|
8 | Left = 490
|
---|
9 | Top = 274
|
---|
10 | Width = 43
|
---|
11 | Height = 13
|
---|
12 | Caption = 'Reaction'
|
---|
13 | end
|
---|
14 | object lblSeries: TLabel [1]
|
---|
15 | Left = 490
|
---|
16 | Top = 236
|
---|
17 | Width = 29
|
---|
18 | Height = 13
|
---|
19 | Caption = 'Series'
|
---|
20 | end
|
---|
21 | inherited lblSection: TLabel
|
---|
22 | Width = 100
|
---|
23 | Caption = 'Immunization Section'
|
---|
24 | end
|
---|
25 | object lblContra: TLabel [6]
|
---|
26 | Left = 509
|
---|
27 | Top = 312
|
---|
28 | Width = 74
|
---|
29 | Height = 26
|
---|
30 | Caption = 'Repeat Contraindicated'
|
---|
31 | WordWrap = True
|
---|
32 | end
|
---|
33 | inherited btnOK: TBitBtn
|
---|
34 | TabOrder = 8
|
---|
35 | end
|
---|
36 | inherited btnCancel: TBitBtn
|
---|
37 | TabOrder = 9
|
---|
38 | end
|
---|
39 | inherited pnlGrid: TPanel
|
---|
40 | TabOrder = 1
|
---|
41 | inherited lbGrid: TORListBox
|
---|
42 | Tag = 40
|
---|
43 | Caption = 'Selected Immunizations'
|
---|
44 | Pieces = '1,2,3,4'
|
---|
45 | end
|
---|
46 | inherited hcGrid: THeaderControl
|
---|
47 | Sections = <
|
---|
48 | item
|
---|
49 | ImageIndex = -1
|
---|
50 | MinWidth = 43
|
---|
51 | Text = 'Series'
|
---|
52 | Width = 96
|
---|
53 | end
|
---|
54 | item
|
---|
55 | ImageIndex = -1
|
---|
56 | MinWidth = 57
|
---|
57 | Text = 'Reaction'
|
---|
58 | Width = 134
|
---|
59 | end
|
---|
60 | item
|
---|
61 | ImageIndex = -1
|
---|
62 | MinWidth = 45
|
---|
63 | Text = 'Contra'
|
---|
64 | Width = 45
|
---|
65 | end
|
---|
66 | item
|
---|
67 | ImageIndex = -1
|
---|
68 | MinWidth = 124
|
---|
69 | Text = 'Selected Immunizations'
|
---|
70 | Width = 124
|
---|
71 | end>
|
---|
72 | end
|
---|
73 | end
|
---|
74 | inherited edtComment: TCaptionEdit
|
---|
75 | TabOrder = 3
|
---|
76 | end
|
---|
77 | inherited btnRemove: TButton
|
---|
78 | TabOrder = 7
|
---|
79 | end
|
---|
80 | inherited btnSelectAll: TButton
|
---|
81 | TabOrder = 2
|
---|
82 | TabStop = True
|
---|
83 | end
|
---|
84 | inherited pnlMain: TPanel
|
---|
85 | TabOrder = 0
|
---|
86 | inherited lbxSection: TORListBox
|
---|
87 | Tag = 40
|
---|
88 | end
|
---|
89 | inherited pnlLeft: TPanel
|
---|
90 | inherited lbSection: TORListBox
|
---|
91 | Tag = 40
|
---|
92 | TabOrder = 0
|
---|
93 | Caption = 'Immunization Section'
|
---|
94 | end
|
---|
95 | inherited btnOther: TButton
|
---|
96 | Tag = 20
|
---|
97 | Caption = 'Other Immunization...'
|
---|
98 | TabOrder = 1
|
---|
99 | end
|
---|
100 | end
|
---|
101 | end
|
---|
102 | object cboImmReaction: TORComboBox [14]
|
---|
103 | Tag = 20
|
---|
104 | Left = 490
|
---|
105 | Top = 288
|
---|
106 | Width = 121
|
---|
107 | Height = 21
|
---|
108 | Style = orcsDropDown
|
---|
109 | AutoSelect = True
|
---|
110 | Caption = 'Reaction'
|
---|
111 | Color = clWindow
|
---|
112 | DropDownCount = 8
|
---|
113 | Enabled = False
|
---|
114 | ItemHeight = 13
|
---|
115 | ItemTipColor = clWindow
|
---|
116 | ItemTipEnable = True
|
---|
117 | ListItemsOnly = False
|
---|
118 | LongList = False
|
---|
119 | LookupPiece = 0
|
---|
120 | MaxLength = 0
|
---|
121 | Pieces = '2'
|
---|
122 | Sorted = False
|
---|
123 | SynonymChars = '<>'
|
---|
124 | TabOrder = 5
|
---|
125 | OnChange = cboImmReactionChange
|
---|
126 | CharsNeedMatch = 1
|
---|
127 | end
|
---|
128 | object cboImmSeries: TORComboBox [15]
|
---|
129 | Tag = 10
|
---|
130 | Left = 490
|
---|
131 | Top = 250
|
---|
132 | Width = 121
|
---|
133 | Height = 21
|
---|
134 | Style = orcsDropDown
|
---|
135 | AutoSelect = True
|
---|
136 | Caption = 'Series'
|
---|
137 | Color = clWindow
|
---|
138 | DropDownCount = 8
|
---|
139 | Enabled = False
|
---|
140 | ItemHeight = 13
|
---|
141 | ItemTipColor = clWindow
|
---|
142 | ItemTipEnable = True
|
---|
143 | ListItemsOnly = False
|
---|
144 | LongList = False
|
---|
145 | LookupPiece = 0
|
---|
146 | MaxLength = 0
|
---|
147 | Pieces = '2'
|
---|
148 | Sorted = False
|
---|
149 | SynonymChars = '<>'
|
---|
150 | TabOrder = 4
|
---|
151 | OnChange = cboImmSeriesChange
|
---|
152 | CharsNeedMatch = 1
|
---|
153 | end
|
---|
154 | object ckbContra: TCheckBox [16]
|
---|
155 | Left = 490
|
---|
156 | Top = 319
|
---|
157 | Width = 13
|
---|
158 | Height = 13
|
---|
159 | Enabled = False
|
---|
160 | TabOrder = 6
|
---|
161 | OnClick = ckbContraClick
|
---|
162 | end
|
---|
163 | inherited DKLanguageController1: TDKLanguageController
|
---|
164 | LangData = {
|
---|
165 | 100066726D496D6D756E697A6174696F6E730101000000010000000700436170
|
---|
166 | 74696F6E0118000000050062746E4F4B01010000000200000007004361707469
|
---|
167 | 6F6E00090062746E43616E63656C010100000003000000070043617074696F6E
|
---|
168 | 000700706E6C47726964010100000004000000070043617074696F6E0006006C
|
---|
169 | 624772696401010000000E000000070043617074696F6E000600686347726964
|
---|
170 | 01040000000F000000100053656374696F6E735B305D2E546578741000000010
|
---|
171 | 0053656374696F6E735B315D2E5465787411000000100053656374696F6E735B
|
---|
172 | 325D2E5465787412000000100053656374696F6E735B335D2E54657874000A00
|
---|
173 | 6C626C53656374696F6E010100000005000000070043617074696F6E0007006C
|
---|
174 | 626C4C697374010100000006000000070043617074696F6E000A006C626C436F
|
---|
175 | 6D6D656E74010100000007000000070043617074696F6E00070062766C4D6169
|
---|
176 | 6E00000A00656474436F6D6D656E74010100000008000000070043617074696F
|
---|
177 | 6E00090062746E52656D6F7665010100000009000000070043617074696F6E00
|
---|
178 | 0C0062746E53656C656374416C6C01010000000A000000070043617074696F6E
|
---|
179 | 000700706E6C4D61696E0000070073706C4C65667400000A006C627853656374
|
---|
180 | 696F6E01010000000B000000070043617074696F6E000700706E6C4C65667400
|
---|
181 | 0009006C6253656374696F6E01010000000C000000070043617074696F6E0008
|
---|
182 | 0062746E4F7468657201010000000D000000070043617074696F6E000B006C62
|
---|
183 | 6C5265616374696F6E010100000013000000070043617074696F6E0009006C62
|
---|
184 | 6C536572696573010100000014000000070043617074696F6E0009006C626C43
|
---|
185 | 6F6E747261010100000015000000070043617074696F6E000E0063626F496D6D
|
---|
186 | 5265616374696F6E010100000016000000070043617074696F6E000C0063626F
|
---|
187 | 496D6D536572696573010100000017000000070043617074696F6E000900636B
|
---|
188 | 62436F6E7472610000}
|
---|
189 | end
|
---|
190 | end
|
---|