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

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

Upgrading to version 27

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