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
RevLine 
[830]1inherited frmPtSelOptns: TfrmPtSelOptns
2 Left = 200
3 Top = 190
[456]4 BorderStyle = bsNone
5 Caption = 'frmPtSelOptns'
[830]6 ClientHeight = 269
7 ClientWidth = 190
8 DefaultMonitor = dmDesktop
9 Position = poDesigned
[456]10 OnCreate = FormCreate
[1679]11 ExplicitWidth = 190
12 ExplicitHeight = 269
[456]13 PixelsPerInch = 96
14 TextHeight = 13
[830]15 object orapnlMain: TORAutoPanel [0]
[456]16 Left = 0
17 Top = 0
[830]18 Width = 190
19 Height = 269
[456]20 Align = alClient
21 BevelOuter = bvNone
22 TabOrder = 0
23 object lblPtList: TLabel
24 Left = 4
[830]25 Top = 1
[456]26 Width = 52
27 Height = 13
28 Caption = 'Patient List'
29 end
30 object lblDateRange: TLabel
31 Left = 4
[830]32 Top = 226
[456]33 Width = 98
34 Height = 13
35 Caption = 'List Appointments for'
36 end
37 object bvlPtList: TORAutoPanel
[830]38 Left = 4
39 Top = 24
40 Width = 180
41 Height = 84
[456]42 BevelOuter = bvLowered
43 TabOrder = 0
44 object radAll: TRadioButton
45 Tag = 18
[830]46 Left = 116
47 Top = 58
48 Width = 55
[456]49 Height = 17
50 Caption = '&All'
51 TabOrder = 6
52 OnClick = radHideSrcClick
53 end
54 object radWards: TRadioButton
55 Tag = 17
[830]56 Left = 116
57 Top = 40
58 Width = 58
59 Height = 16
[456]60 Caption = '&Wards'
61 TabOrder = 5
62 OnClick = radShowSrcClick
63 end
64 object radClinics: TRadioButton
65 Tag = 16
[830]66 Left = 116
67 Top = 20
[456]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
[830]79 Top = 58
80 Width = 115
[456]81 Height = 17
82 Caption = '&Specialties'
83 TabOrder = 3
84 OnClick = radShowSrcClick
85 end
86 object radTeams: TRadioButton
87 Tag = 13
88 Left = 1
[830]89 Top = 39
90 Width = 116
[456]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
[830]99 Top = 20
100 Width = 107
[456]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
[830]119 Top = 109
[456]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
[830]148 Top = 244
[456]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
[830]172 inherited amgrMain: TVA508AccessibilityManager
173 Data = (
174 (
175 'Component = orapnlMain'
176 'Status = stsDefault')
177 (
178 'Component = bvlPtList'
[1679]179 'Property = Hint'
180 'Status = stsOK')
[830]181 (
182 'Component = radAll'
[1679]183 'Text = Patient List All'
184 'Status = stsOK')
[830]185 (
186 'Component = radWards'
[1679]187 'Text = Patient List Wards'
188 'Status = stsOK')
[830]189 (
190 'Component = radClinics'
[1679]191 'Text = Patient List Clinics'
192 'Status = stsOK')
[830]193 (
194 'Component = radSpecialties'
[1679]195 'Text = Patient List Specialties'
196 'Status = stsOK')
[830]197 (
198 'Component = radTeams'
[1679]199 'Text = Patient List Team/Personal'
200 'Status = stsOK')
[830]201 (
202 'Component = radProviders'
[1679]203 'Text = Patient List Providers'
204 'Status = stsOK')
[830]205 (
206 'Component = radDflt'
[1679]207 'Text = Patient List No Default'
208 'Status = stsOK')
[830]209 (
210 'Component = cboList'
211 'Status = stsDefault')
212 (
213 'Component = cboDateRange'
214 'Status = stsDefault')
215 (
216 'Component = frmPtSelOptns'
217 'Status = stsDefault'))
218 end
[456]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.