source: cprs/branches/foia-cprs/CPRS-Chart/fPtSelOptns.dfm@ 459

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

Adding foia-cprs branch

File size: 4.2 KB
Line 
1object frmPtSelOptns: TfrmPtSelOptns
2 Left = 457
3 Top = 213
4 BorderStyle = bsNone
5 Caption = 'frmPtSelOptns'
6 ClientHeight = 248
7 ClientWidth = 176
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -11
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 OldCreateOrder = False
15 OnCreate = FormCreate
16 PixelsPerInch = 96
17 TextHeight = 13
18 object orapnlMain: TORAutoPanel
19 Left = 0
20 Top = 0
21 Width = 176
22 Height = 248
23 Align = alClient
24 BevelOuter = bvNone
25 TabOrder = 0
26 object lblPtList: TLabel
27 Left = 4
28 Top = 4
29 Width = 52
30 Height = 13
31 Caption = 'Patient List'
32 end
33 object lblDateRange: TLabel
34 Left = 4
35 Top = 212
36 Width = 98
37 Height = 13
38 Caption = 'List Appointments for'
39 end
40 object bvlPtList: TORAutoPanel
41 Left = 3
42 Top = 18
43 Width = 168
44 Height = 69
45 BevelOuter = bvLowered
46 TabOrder = 0
47 object radAll: TRadioButton
48 Tag = 18
49 Left = 103
50 Top = 49
51 Width = 60
52 Height = 17
53 Caption = '&All'
54 TabOrder = 6
55 OnClick = radHideSrcClick
56 end
57 object radWards: TRadioButton
58 Tag = 17
59 Left = 103
60 Top = 33
61 Width = 60
62 Height = 17
63 Caption = '&Wards'
64 TabOrder = 5
65 OnClick = radShowSrcClick
66 end
67 object radClinics: TRadioButton
68 Tag = 16
69 Left = 103
70 Top = 18
71 Width = 60
72 Height = 17
73 Caption = '&Clinics'
74 ParentShowHint = False
75 ShowHint = False
76 TabOrder = 4
77 OnClick = radLongSrcClick
78 end
79 object radSpecialties: TRadioButton
80 Tag = 14
81 Left = 1
82 Top = 49
83 Width = 84
84 Height = 17
85 Caption = '&Specialties'
86 TabOrder = 3
87 OnClick = radShowSrcClick
88 end
89 object radTeams: TRadioButton
90 Tag = 13
91 Left = 1
92 Top = 33
93 Width = 98
94 Height = 17
95 Caption = '&Team/Personal'
96 TabOrder = 2
97 OnClick = radShowSrcClick
98 end
99 object radProviders: TRadioButton
100 Tag = 12
101 Left = 1
102 Top = 18
103 Width = 84
104 Height = 17
105 Caption = '&Providers'
106 TabOrder = 1
107 OnClick = radLongSrcClick
108 end
109 object radDflt: TRadioButton
110 Tag = 11
111 Left = 1
112 Top = 3
113 Width = 162
114 Height = 17
115 Caption = 'No &Default'
116 TabOrder = 0
117 OnClick = radHideSrcClick
118 end
119 end
120 object cboList: TORComboBox
121 Left = 4
122 Top = 92
123 Width = 169
124 Height = 116
125 Style = orcsSimple
126 AutoSelect = True
127 Caption = 'Patient List'
128 Color = clWindow
129 DropDownCount = 8
130 ItemHeight = 13
131 ItemTipColor = clWindow
132 ItemTipEnable = True
133 ListItemsOnly = False
134 LongList = False
135 LookupPiece = 2
136 MaxLength = 0
137 ParentShowHint = False
138 Pieces = '2'
139 ShowHint = True
140 Sorted = False
141 SynonymChars = '<>'
142 TabOrder = 1
143 OnExit = cboListExit
144 OnKeyPause = cboListKeyPause
145 OnMouseClick = cboListMouseClick
146 OnNeedData = cboListNeedData
147 end
148 object cboDateRange: TORComboBox
149 Left = 4
150 Top = 226
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 end
172 end
173 object calApptRng: TORDateRangeDlg
174 DateOnly = True
175 Instruction = 'Enter a date range -'
176 LabelStart = 'First Appointment Date'
177 LabelStop = 'Last Appointment Date'
178 RequireTime = False
179 Format = 'mmm d,yy'
180 Left = 72
181 Top = 128
182 end
183end
Note: See TracBrowser for help on using the repository browser.