source: cprs/trunk/CPRS-Chart/fProbFlt.dfm

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

Upgrading to version 27

File size: 7.3 KB
Line 
1inherited frmPlVuFilt: TfrmPlVuFilt
2 Left = 353
3 Top = 217
4 BorderStyle = bsDialog
5 Caption = 'Problem List View Filters'
6 ClientHeight = 343
7 ClientWidth = 349
8 OldCreateOrder = True
9 Position = poScreenCenter
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 PixelsPerInch = 96
14 TextHeight = 13
15 object pnlBase: TORAutoPanel [0]
16 Left = 0
17 Top = 0
18 Width = 349
19 Height = 343
20 Align = alClient
21 BevelOuter = bvNone
22 TabOrder = 0
23 object SrcLabel: TLabel
24 Left = 8
25 Top = 55
26 Width = 65
27 Height = 13
28 Caption = 'Source Clinic:'
29 IsControl = True
30 end
31 object DstLabel: TLabel
32 Left = 199
33 Top = 55
34 Width = 84
35 Height = 13
36 Caption = 'Selected Clinic(s):'
37 IsControl = True
38 end
39 object lblProvider: TLabel
40 Left = 200
41 Top = 252
42 Width = 84
43 Height = 13
44 Caption = 'Selected Provider'
45 end
46 object Bevel1: TBevel
47 Left = 3
48 Top = 4
49 Width = 343
50 Height = 293
51 end
52 object OROffsetLabel1: TOROffsetLabel
53 Left = 198
54 Top = 6
55 Width = 32
56 Height = 15
57 Caption = 'Status'
58 HorzOffset = 2
59 Transparent = False
60 VertOffset = 2
61 WordWrap = False
62 end
63 object cmdAdd: TButton
64 Left = 162
65 Top = 105
66 Width = 27
67 Height = 22
68 Caption = '>'
69 Font.Charset = DEFAULT_CHARSET
70 Font.Color = clBtnText
71 Font.Height = -11
72 Font.Name = 'MS Sans Serif'
73 Font.Style = []
74 ParentFont = False
75 TabOrder = 3
76 OnClick = cmdAddClick
77 IsControl = True
78 end
79 object cmdRemove: TButton
80 Left = 162
81 Top = 169
82 Width = 27
83 Height = 22
84 Caption = '<'
85 Enabled = False
86 Font.Charset = DEFAULT_CHARSET
87 Font.Color = clBtnText
88 Font.Height = -11
89 Font.Name = 'MS Sans Serif'
90 Font.Style = []
91 ParentFont = False
92 TabOrder = 5
93 OnClick = cmdRemoveClick
94 IsControl = True
95 end
96 object cmdRemoveAll: TButton
97 Left = 162
98 Top = 201
99 Width = 27
100 Height = 22
101 Caption = '<<'
102 Enabled = False
103 Font.Charset = DEFAULT_CHARSET
104 Font.Color = clBtnText
105 Font.Height = -11
106 Font.Name = 'MS Sans Serif'
107 Font.Style = []
108 ParentFont = False
109 TabOrder = 6
110 OnClick = cmdRemoveAllClick
111 IsControl = True
112 end
113 object cmdOK: TBitBtn
114 Left = 90
115 Top = 309
116 Width = 77
117 Height = 22
118 Caption = 'OK'
119 TabOrder = 9
120 OnClick = cmdOKClick
121 NumGlyphs = 2
122 Spacing = -1
123 IsControl = True
124 end
125 object cmdCancel: TBitBtn
126 Left = 176
127 Top = 309
128 Width = 77
129 Height = 22
130 Cancel = True
131 Caption = 'Cancel'
132 TabOrder = 10
133 OnClick = cmdCancelClick
134 Layout = blGlyphTop
135 NumGlyphs = 2
136 Spacing = -1
137 IsControl = True
138 end
139 object lstDest: TORListBox
140 Left = 200
141 Top = 70
142 Width = 140
143 Height = 176
144 ItemHeight = 13
145 ParentShowHint = False
146 ShowHint = True
147 TabOrder = 4
148 OnClick = lstDestClick
149 Caption = 'Selected Clinic or Clinics'
150 ItemTipColor = clWindow
151 LongList = False
152 Pieces = '2'
153 end
154 object rgVu: TRadioGroup
155 Left = 7
156 Top = 7
157 Width = 167
158 Height = 41
159 Caption = 'Primary View'
160 Columns = 2
161 Items.Strings = (
162 '&Outpatient'
163 '&Inpatient')
164 TabOrder = 0
165 OnClick = rgVuClick
166 end
167 object cboProvider: TORComboBox
168 Left = 200
169 Top = 265
170 Width = 140
171 Height = 21
172 Style = orcsDropDown
173 AutoSelect = True
174 Caption = 'Selected Provider'
175 Color = clWindow
176 DropDownCount = 8
177 ItemHeight = 13
178 ItemTipColor = clWindow
179 ItemTipEnable = True
180 ListItemsOnly = True
181 LongList = True
182 LookupPiece = 2
183 MaxLength = 0
184 ParentShowHint = False
185 Pieces = '2,3'
186 ShowHint = True
187 Sorted = False
188 SynonymChars = '<>'
189 TabOrder = 8
190 OnNeedData = cboProviderNeedData
191 CharsNeedMatch = 1
192 end
193 object cmdDefaultView: TBitBtn
194 Left = 180
195 Top = 370
196 Width = 128
197 Height = 22
198 Caption = 'Return to Default View'
199 TabOrder = 11
200 Visible = False
201 OnClick = cmdDefaultViewClick
202 NumGlyphs = 2
203 end
204 object cboSource: TORComboBox
205 Left = 9
206 Top = 69
207 Width = 140
208 Height = 176
209 Style = orcsSimple
210 AutoSelect = True
211 Caption = 'Source Clinic'
212 Color = clWindow
213 DropDownCount = 8
214 ItemHeight = 13
215 ItemTipColor = clWindow
216 ItemTipEnable = True
217 ListItemsOnly = True
218 LongList = True
219 LookupPiece = 0
220 MaxLength = 0
221 Pieces = '2'
222 Sorted = False
223 SynonymChars = '<>'
224 TabOrder = 2
225 OnChange = cboSourceChange
226 OnDblClick = cmdAddClick
227 OnEnter = cboSourceEnter
228 OnExit = cboSourceExit
229 OnNeedData = cboSourceNeedData
230 CharsNeedMatch = 1
231 end
232 object cmdSave: TButton
233 Left = 48
234 Top = 371
235 Width = 128
236 Height = 21
237 Caption = 'Save as Default'
238 TabOrder = 12
239 Visible = False
240 OnClick = cmdSaveClick
241 end
242 object chkComments: TCheckBox
243 Left = 9
244 Top = 266
245 Width = 138
246 Height = 17
247 Caption = 'Show comments on list'
248 TabOrder = 7
249 end
250 object cboStatus: TORComboBox
251 Left = 200
252 Top = 26
253 Width = 139
254 Height = 21
255 Style = orcsDropDown
256 AutoSelect = True
257 Caption = 'Status'
258 Color = clWindow
259 DropDownCount = 8
260 ItemHeight = 13
261 ItemTipColor = clWindow
262 ItemTipEnable = True
263 ListItemsOnly = True
264 LongList = False
265 LookupPiece = 0
266 MaxLength = 0
267 Pieces = '2'
268 Sorted = False
269 SynonymChars = '<>'
270 TabOrder = 1
271 CharsNeedMatch = 1
272 end
273 end
274 inherited amgrMain: TVA508AccessibilityManager
275 Data = (
276 (
277 'Component = pnlBase'
278 'Status = stsDefault')
279 (
280 'Component = cmdAdd'
281 'Status = stsDefault')
282 (
283 'Component = cmdRemove'
284 'Status = stsDefault')
285 (
286 'Component = cmdRemoveAll'
287 'Status = stsDefault')
288 (
289 'Component = cmdOK'
290 'Status = stsDefault')
291 (
292 'Component = cmdCancel'
293 'Status = stsDefault')
294 (
295 'Component = lstDest'
296 'Status = stsDefault')
297 (
298 'Component = rgVu'
299 'Status = stsDefault')
300 (
301 'Component = cboProvider'
302 'Status = stsDefault')
303 (
304 'Component = cmdDefaultView'
305 'Status = stsDefault')
306 (
307 'Component = cboSource'
308 'Status = stsDefault')
309 (
310 'Component = cmdSave'
311 'Status = stsDefault')
312 (
313 'Component = chkComments'
314 'Status = stsDefault')
315 (
316 'Component = cboStatus'
317 'Status = stsDefault')
318 (
319 'Component = frmPlVuFilt'
320 'Status = stsDefault'))
321 end
322end
Note: See TracBrowser for help on using the repository browser.