source: cprs/trunk/CPRS-Chart/fPtSelOptns.dfm@ 1679

Last change on this file since 1679 was 1679, checked in by healthsevak, 9 years ago

Updating the working copy to CPRS version 28

File size: 5.4 KB
Line 
1inherited frmPtSelOptns: TfrmPtSelOptns
2 Left = 200
3 Top = 190
4 BorderStyle = bsNone
5 Caption = 'frmPtSelOptns'
6 ClientHeight = 269
7 ClientWidth = 190
8 DefaultMonitor = dmDesktop
9 Position = poDesigned
10 OnCreate = FormCreate
11 ExplicitWidth = 190
12 ExplicitHeight = 269
13 PixelsPerInch = 96
14 TextHeight = 13
15 object orapnlMain: TORAutoPanel [0]
16 Left = 0
17 Top = 0
18 Width = 190
19 Height = 269
20 Align = alClient
21 BevelOuter = bvNone
22 TabOrder = 0
23 object lblPtList: TLabel
24 Left = 4
25 Top = 1
26 Width = 52
27 Height = 13
28 Caption = 'Patient List'
29 end
30 object lblDateRange: TLabel
31 Left = 4
32 Top = 226
33 Width = 98
34 Height = 13
35 Caption = 'List Appointments for'
36 end
37 object bvlPtList: TORAutoPanel
38 Left = 4
39 Top = 24
40 Width = 180
41 Height = 84
42 BevelOuter = bvLowered
43 TabOrder = 0
44 object radAll: TRadioButton
45 Tag = 18
46 Left = 116
47 Top = 58
48 Width = 55
49 Height = 17
50 Caption = '&All'
51 TabOrder = 6
52 OnClick = radHideSrcClick
53 end
54 object radWards: TRadioButton
55 Tag = 17
56 Left = 116
57 Top = 40
58 Width = 58
59 Height = 16
60 Caption = '&Wards'
61 TabOrder = 5
62 OnClick = radShowSrcClick
63 end
64 object radClinics: TRadioButton
65 Tag = 16
66 Left = 116
67 Top = 20
68 Width = 60
69 Height = 17
70 Caption = '&Clinics'
71 ParentShowHint = False
72 ShowHint = False
73 TabOrder = 4
74 OnClick = radLongSrcClick
75 end
76 object radSpecialties: TRadioButton
77 Tag = 14
78 Left = 1
79 Top = 58
80 Width = 115
81 Height = 17
82 Caption = '&Specialties'
83 TabOrder = 3
84 OnClick = radShowSrcClick
85 end
86 object radTeams: TRadioButton
87 Tag = 13
88 Left = 1
89 Top = 39
90 Width = 116
91 Height = 17
92 Caption = '&Team/Personal'
93 TabOrder = 2
94 OnClick = radShowSrcClick
95 end
96 object radProviders: TRadioButton
97 Tag = 12
98 Left = 1
99 Top = 20
100 Width = 107
101 Height = 17
102 Caption = '&Providers'
103 TabOrder = 1
104 OnClick = radLongSrcClick
105 end
106 object radDflt: TRadioButton
107 Tag = 11
108 Left = 1
109 Top = 3
110 Width = 162
111 Height = 17
112 Caption = 'No &Default'
113 TabOrder = 0
114 OnClick = radHideSrcClick
115 end
116 end
117 object cboList: TORComboBox
118 Left = 4
119 Top = 109
120 Width = 169
121 Height = 116
122 Style = orcsSimple
123 AutoSelect = True
124 Caption = 'Patient List'
125 Color = clWindow
126 DropDownCount = 8
127 ItemHeight = 13
128 ItemTipColor = clWindow
129 ItemTipEnable = True
130 ListItemsOnly = False
131 LongList = False
132 LookupPiece = 2
133 MaxLength = 0
134 ParentShowHint = False
135 Pieces = '2'
136 ShowHint = True
137 Sorted = False
138 SynonymChars = '<>'
139 TabOrder = 1
140 OnExit = cboListExit
141 OnKeyPause = cboListKeyPause
142 OnMouseClick = cboListMouseClick
143 OnNeedData = cboListNeedData
144 CharsNeedMatch = 1
145 end
146 object cboDateRange: TORComboBox
147 Left = 4
148 Top = 244
149 Width = 169
150 Height = 21
151 Style = orcsDropDown
152 AutoSelect = True
153 Caption = 'List Appointments for'
154 Color = clWindow
155 DropDownCount = 8
156 ItemHeight = 13
157 ItemTipColor = clWindow
158 ItemTipEnable = True
159 ListItemsOnly = False
160 LongList = False
161 LookupPiece = 0
162 MaxLength = 0
163 Pieces = '2'
164 Sorted = False
165 SynonymChars = '<>'
166 TabOrder = 2
167 OnExit = cboDateRangeExit
168 OnMouseClick = cboDateRangeMouseClick
169 CharsNeedMatch = 1
170 end
171 end
172 inherited amgrMain: TVA508AccessibilityManager
173 Data = (
174 (
175 'Component = orapnlMain'
176 'Status = stsDefault')
177 (
178 'Component = bvlPtList'
179 'Property = Hint'
180 'Status = stsOK')
181 (
182 'Component = radAll'
183 'Text = Patient List All'
184 'Status = stsOK')
185 (
186 'Component = radWards'
187 'Text = Patient List Wards'
188 'Status = stsOK')
189 (
190 'Component = radClinics'
191 'Text = Patient List Clinics'
192 'Status = stsOK')
193 (
194 'Component = radSpecialties'
195 'Text = Patient List Specialties'
196 'Status = stsOK')
197 (
198 'Component = radTeams'
199 'Text = Patient List Team/Personal'
200 'Status = stsOK')
201 (
202 'Component = radProviders'
203 'Text = Patient List Providers'
204 'Status = stsOK')
205 (
206 'Component = radDflt'
207 'Text = Patient List No Default'
208 'Status = stsOK')
209 (
210 'Component = cboList'
211 'Status = stsDefault')
212 (
213 'Component = cboDateRange'
214 'Status = stsDefault')
215 (
216 'Component = frmPtSelOptns'
217 'Status = stsDefault'))
218 end
219 object calApptRng: TORDateRangeDlg
220 DateOnly = True
221 Instruction = 'Enter a date range -'
222 LabelStart = 'First Appointment Date'
223 LabelStop = 'Last Appointment Date'
224 RequireTime = False
225 Format = 'mmm d,yy'
226 Left = 72
227 Top = 128
228 end
229end
Note: See TracBrowser for help on using the repository browser.