source: cprs/branches/foia-cprs/CPRS-Chart/Orders/fOtherSchedule.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: 5.8 KB
Line 
1object frmOtherSchedule: TfrmOtherSchedule
2 Left = 355
3 Top = 154
4 AutoScroll = False
5 Caption = 'Order with schedule '#39'OTHER'#39
6 ClientHeight = 362
7 ClientWidth = 341
8 Color = clBtnFace
9 Constraints.MinHeight = 70
10 Constraints.MinWidth = 280
11 Font.Charset = DEFAULT_CHARSET
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 Font.Style = []
16 OldCreateOrder = False
17 Position = poOwnerFormCenter
18 OnClose = FormClose
19 OnCreate = FormCreate
20 PixelsPerInch = 96
21 TextHeight = 13
22 object Splitter1: TSplitter
23 Left = 0
24 Top = 82
25 Width = 341
26 Height = 8
27 Cursor = crVSplit
28 Align = alTop
29 Beveled = True
30 MinSize = 1
31 end
32 object Panel1: TPanel
33 Left = 0
34 Top = 0
35 Width = 341
36 Height = 82
37 Align = alTop
38 BorderWidth = 3
39 TabOrder = 0
40 object Image1: TImage
41 Left = 4
42 Top = 4
43 Width = 48
44 Height = 74
45 Align = alLeft
46 AutoSize = True
47 Transparent = True
48 end
49 object memMessage: TMemo
50 Left = 52
51 Top = 4
52 Width = 285
53 Height = 74
54 Align = alClient
55 BevelInner = bvNone
56 BevelOuter = bvNone
57 Color = clBtnFace
58 ReadOnly = True
59 ScrollBars = ssVertical
60 TabOrder = 0
61 end
62 end
63 object Panel3: TPanel
64 Left = 0
65 Top = 90
66 Width = 341
67 Height = 272
68 Align = alClient
69 AutoSize = True
70 TabOrder = 1
71 object GroupBox1: TGroupBox
72 Left = 1
73 Top = 1
74 Width = 144
75 Height = 202
76 Align = alLeft
77 Caption = 'Select Days of Week'
78 TabOrder = 0
79 object cbo7: TCheckBox
80 Tag = 1
81 Left = 45
82 Top = 21
83 Width = 60
84 Height = 12
85 Caption = 'SUN'
86 TabOrder = 0
87 OnClick = cbo7Click
88 end
89 object cbo1: TCheckBox
90 Tag = 2
91 Left = 44
92 Top = 48
93 Width = 60
94 Height = 12
95 Caption = 'MON'
96 TabOrder = 1
97 OnClick = cbo1Click
98 end
99 object cbo2: TCheckBox
100 Tag = 3
101 Left = 44
102 Top = 75
103 Width = 60
104 Height = 12
105 Caption = 'TUE'
106 TabOrder = 2
107 OnClick = cbo2Click
108 end
109 object cbo3: TCheckBox
110 Tag = 4
111 Left = 44
112 Top = 102
113 Width = 60
114 Height = 12
115 Caption = 'WED'
116 TabOrder = 3
117 OnClick = cbo3Click
118 end
119 object cbo4: TCheckBox
120 Tag = 5
121 Left = 44
122 Top = 129
123 Width = 60
124 Height = 12
125 Caption = 'THU'
126 TabOrder = 4
127 OnClick = cbo4Click
128 end
129 object cbo5: TCheckBox
130 Tag = 6
131 Left = 44
132 Top = 156
133 Width = 60
134 Height = 12
135 Caption = 'FRI'
136 TabOrder = 5
137 OnClick = cbo5Click
138 end
139 object cbo6: TCheckBox
140 Tag = 7
141 Left = 44
142 Top = 183
143 Width = 60
144 Height = 12
145 Caption = 'SAT'
146 TabOrder = 6
147 OnClick = cbo6Click
148 end
149 end
150 object GroupBox2: TGroupBox
151 Left = 152
152 Top = 1
153 Width = 188
154 Height = 202
155 Align = alRight
156 Caption = 'Set Administration Time'
157 TabOrder = 1
158 object lstHour: TListBox
159 Left = 8
160 Top = 16
161 Width = 49
162 Height = 182
163 ItemHeight = 13
164 Items.Strings = (
165 ' 0'
166 ' 1'
167 ' 2'
168 ' 3'
169 ' 4'
170 ' 5'
171 ' 6'
172 ' 7'
173 ' 8'
174 ' 9'
175 '10'
176 '11'
177 '12 --'
178 '13'
179 '14'
180 '15'
181 '16'
182 '17'
183 '18'
184 '19'
185 '20'
186 '21'
187 '22'
188 '23')
189 TabOrder = 0
190 OnClick = lstHourClick
191 end
192 object lstMinute: TListBox
193 Left = 60
194 Top = 16
195 Width = 49
196 Height = 182
197 ItemHeight = 13
198 Items.Strings = (
199 ':00'
200 ':05'
201 ':10'
202 ':15'
203 ':20'
204 ':25'
205 ':30'
206 ':35'
207 ':40'
208 ':45'
209 ':50'
210 ':55')
211 TabOrder = 1
212 OnKeyDown = lstMinuteKeyDown
213 OnMouseUp = lstMinuteMouseUp
214 end
215 object btnRemove: TButton
216 Left = 114
217 Top = 94
218 Width = 60
219 Height = 19
220 Caption = 'Remove'
221 TabOrder = 2
222 OnClick = btnRemoveClick
223 end
224 end
225 object Panel4: TPanel
226 Left = 1
227 Top = 203
228 Width = 339
229 Height = 68
230 Align = alBottom
231 TabOrder = 2
232 DesignSize = (
233 339
234 68)
235 object Label1: TLabel
236 Left = 6
237 Top = 16
238 Width = 51
239 Height = 13
240 Caption = 'Schedule :'
241 end
242 object btn0k1: TButton
243 Left = 176
244 Top = 43
245 Width = 75
246 Height = 20
247 Anchors = [akRight, akBottom]
248 Caption = 'OK'
249 TabOrder = 1
250 OnClick = btn0k1Click
251 end
252 object btnCancel: TButton
253 Left = 257
254 Top = 42
255 Width = 75
256 Height = 20
257 Anchors = [akRight, akBottom]
258 Caption = 'Cancel'
259 ModalResult = 2
260 TabOrder = 2
261 OnClick = btnCancelClick
262 end
263 object txtSchedule: TEdit
264 Left = 64
265 Top = 8
266 Width = 268
267 Height = 21
268 Anchors = [akLeft, akTop, akRight]
269 TabOrder = 0
270 OnChange = txtScheduleChange
271 end
272 object btnReset: TButton
273 Left = 8
274 Top = 43
275 Width = 75
276 Height = 20
277 Caption = 'Reset'
278 TabOrder = 3
279 OnClick = btnResetClick
280 end
281 end
282 end
283end
Note: See TracBrowser for help on using the repository browser.