source: cprs/branches/tmg-cprs/CPRS-Chart/Encounter/fVisitType.dfm@ 453

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

Initial upload of TMG-CPRS 1.0.26.69

File size: 7.9 KB
Line 
1inherited frmVisitType: TfrmVisitType
2 Left = 255
3 Top = 186
4 Caption = 'Encounter VisitType'
5 ClientWidth = 620
6 OnCloseQuery = FormCloseQuery
7 OnResize = FormResize
8 PixelsPerInch = 96
9 TextHeight = 13
10 object lblVType: TLabel [0]
11 Left = 150
12 Top = 6
13 Width = 67
14 Height = 13
15 Caption = 'Section Name'
16 end
17 object lblSCDisplay: TLabel [1]
18 Left = 6
19 Top = 123
20 Width = 186
21 Height = 13
22 Caption = 'Service Connection && Rated Disabilities'
23 end
24 object lblVTypeSection: TLabel [2]
25 Left = 6
26 Top = 6
27 Width = 58
28 Height = 13
29 Caption = 'Type of Visit'
30 end
31 object lblCurrentProv: TLabel [3]
32 Left = 277
33 Top = 249
34 Width = 165
35 Height = 13
36 Caption = 'Current providers for this encounter'
37 end
38 object lblProvider: TLabel [4]
39 Left = 6
40 Top = 249
41 Width = 89
42 Height = 13
43 Caption = 'Available providers'
44 end
45 object lblMod: TLabel [5]
46 Left = 358
47 Top = 6
48 Width = 42
49 Height = 13
50 Hint = 'Modifiers'
51 Caption = 'Modifiers'
52 ParentShowHint = False
53 ShowHint = True
54 end
55 inherited btnOK: TBitBtn
56 Left = 463
57 Top = 377
58 TabOrder = 8
59 end
60 inherited btnCancel: TBitBtn
61 Left = 543
62 Top = 377
63 TabOrder = 9
64 end
65 object pnlMain: TPanel [8]
66 Left = 2
67 Top = 19
68 Width = 615
69 Height = 92
70 BevelOuter = bvNone
71 TabOrder = 0
72 object splLeft: TSplitter
73 Left = 145
74 Top = 0
75 Height = 92
76 OnMoved = splLeftMoved
77 end
78 object splRight: TSplitter
79 Left = 352
80 Top = 0
81 Height = 92
82 Align = alRight
83 OnMoved = splRightMoved
84 end
85 object pnlLeft: TPanel
86 Left = 0
87 Top = 0
88 Width = 145
89 Height = 92
90 Align = alLeft
91 BevelOuter = bvNone
92 TabOrder = 0
93 object lstVTypeSection: TORListBox
94 Tag = 10
95 Left = 0
96 Top = 0
97 Width = 145
98 Height = 92
99 Align = alTop
100 ItemHeight = 13
101 ParentShowHint = False
102 ShowHint = True
103 TabOrder = 0
104 OnClick = lstVTypeSectionClick
105 Caption = 'Type of Visit'
106 ItemTipColor = clWindow
107 LongList = False
108 Pieces = '3'
109 CheckEntireLine = True
110 end
111 end
112 object lbxVisits: TORListBox
113 Tag = 10
114 Left = 148
115 Top = 0
116 Width = 204
117 Height = 92
118 Style = lbOwnerDrawFixed
119 Align = alClient
120 ItemHeight = 16
121 ParentShowHint = False
122 ShowHint = True
123 TabOrder = 1
124 OnClick = lbxVisitsClick
125 Caption = 'Section Name'
126 ItemTipColor = clWindow
127 LongList = False
128 Pieces = '3,4,5'
129 TabPosInPixels = True
130 CheckBoxes = True
131 CheckEntireLine = True
132 OnClickCheck = lbxVisitsClickCheck
133 end
134 object lbMods: TORListBox
135 Left = 355
136 Top = 0
137 Width = 260
138 Height = 92
139 Style = lbOwnerDrawFixed
140 Align = alRight
141 Font.Charset = DEFAULT_CHARSET
142 Font.Color = clWindowText
143 Font.Height = -11
144 Font.Name = 'MS Sans Serif'
145 Font.Style = []
146 ItemHeight = 14
147 ParentFont = False
148 ParentShowHint = False
149 ShowHint = True
150 TabOrder = 2
151 Caption = 'Modifiers'
152 ItemTipColor = clWindow
153 LongList = False
154 Pieces = '2,3'
155 TabPosInPixels = True
156 CheckBoxes = True
157 CheckEntireLine = True
158 OnClickCheck = lbModsClickCheck
159 end
160 end
161 object memSCDisplay: TCaptionMemo [9]
162 Left = 6
163 Top = 137
164 Width = 411
165 Height = 107
166 Color = clBtnFace
167 Lines.Strings = (
168 '')
169 ScrollBars = ssVertical
170 TabOrder = 1
171 Caption = 'Service Connection && Rated Disabilities'
172 end
173 object lbProviders: TORListBox [10]
174 Left = 277
175 Top = 265
176 Width = 183
177 Height = 126
178 ItemHeight = 13
179 ParentShowHint = False
180 ShowHint = True
181 TabOrder = 7
182 OnDblClick = lbProvidersDblClick
183 Caption = 'Current providers for this encounter'
184 ItemTipColor = clWindow
185 LongList = False
186 Pieces = '2'
187 OnChange = lbProvidersChange
188 CheckEntireLine = True
189 end
190 object cboPtProvider: TORComboBox [11]
191 Left = 6
192 Top = 265
193 Width = 183
194 Height = 126
195 Style = orcsSimple
196 AutoSelect = True
197 Caption = 'Available providers'
198 Color = clWindow
199 DropDownCount = 8
200 ItemHeight = 13
201 ItemTipColor = clWindow
202 ItemTipEnable = True
203 ListItemsOnly = True
204 LongList = True
205 LookupPiece = 2
206 MaxLength = 0
207 Pieces = '2,3'
208 Sorted = False
209 SynonymChars = '<>'
210 TabOrder = 3
211 TabStop = True
212 CheckEntireLine = True
213 OnChange = cboPtProviderChange
214 OnDblClick = cboPtProviderDblClick
215 OnNeedData = cboPtProviderNeedData
216 CharsNeedMatch = 1
217 end
218 object btnAdd: TButton [12]
219 Left = 196
220 Top = 275
221 Width = 75
222 Height = 21
223 Caption = 'Add'
224 TabOrder = 4
225 OnClick = btnAddClick
226 end
227 object btnDelete: TButton [13]
228 Left = 196
229 Top = 307
230 Width = 75
231 Height = 21
232 Caption = 'Remove'
233 TabOrder = 5
234 OnClick = btnDeleteClick
235 end
236 object btnPrimary: TButton [14]
237 Left = 196
238 Top = 355
239 Width = 75
240 Height = 21
241 Caption = 'Primary'
242 TabOrder = 6
243 OnClick = btnPrimaryClick
244 end
245 inline fraVisitRelated: TfraVisitRelated [15]
246 Left = 426
247 Top = 112
248 Width = 192
249 Height = 137
250 TabOrder = 2
251 end
252 inherited DKLanguageController1: TDKLanguageController
253 LangData = {
254 0C0066726D566973697454797065010100000001000000070043617074696F6E
255 0116000000050062746E4F4B010100000002000000070043617074696F6E0009
256 0062746E43616E63656C010100000003000000070043617074696F6E0008006C
257 626C5654797065010100000004000000070043617074696F6E000C006C626C53
258 43446973706C6179010100000005000000070043617074696F6E000F006C626C
259 565479706553656374696F6E010100000006000000070043617074696F6E000E
260 006C626C43757272656E7450726F76010100000007000000070043617074696F
261 6E000B006C626C50726F7669646572010100000008000000070043617074696F
262 6E0006006C626C4D6F6401020000000A000000070043617074696F6E09000000
263 040048696E74000700706E6C4D61696E0000070073706C4C6566740000080073
264 706C526967687400000700706E6C4C65667400000F006C737456547970655365
265 6374696F6E01010000000B000000070043617074696F6E0009006C6278566973
266 69747301010000000C000000070043617074696F6E0006006C624D6F64730101
267 0000000D000000070043617074696F6E000C006D656D5343446973706C617901
268 010000000E000000070043617074696F6E000B006C6250726F76696465727301
269 010000000F000000070043617074696F6E000D0063626F507450726F76696465
270 72010100000010000000070043617074696F6E00060062746E41646401010000
271 0011000000070043617074696F6E00090062746E44656C657465010100000012
272 000000070043617074696F6E000A0062746E5072696D61727901010000001300
273 0000070043617074696F6E000F00667261566973697452656C61746564000112
274 0000000A0062766C53434672616D65000008006C626C53435965730101000000
275 14000000070043617074696F6E0007006C626C53434E6F010100000015000000
276 070043617074696F6E000B006C626C534353656C656374010100000016000000
277 070043617074696F6E00080063686B53435965730000080063686B414F596573
278 0000080063686B49525965730000080063686B45435965730000090063686B4D
279 53545965730000080063686B4D53544E6F010100000017000000070043617074
280 696F6E00070063686B45434E6F010100000018000000070043617074696F6E00
281 070063686B49524E6F010100000019000000070043617074696F6E0007006368
282 6B414F4E6F01010000001A000000070043617074696F6E00070063686B53434E
283 6F01010000001B000000070043617074696F6E00090063686B484E4359657300
284 00080063686B484E434E6F01010000001C000000070043617074696F6E000800
285 63686B43565965730000070063686B43564E6F01010000001D00000007004361
286 7074696F6E00}
287 end
288end
Note: See TracBrowser for help on using the repository browser.