1 | namespace HeuristicLab.Hive.Client.Console {
|
---|
2 | partial class Recurrence {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Windows Form Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.cmbEnd = new System.Windows.Forms.Label();
|
---|
27 | this.label1 = new System.Windows.Forms.Label();
|
---|
28 | this.gbAppointment = new System.Windows.Forms.GroupBox();
|
---|
29 | this.cmbDuration = new System.Windows.Forms.ComboBox();
|
---|
30 | this.label3 = new System.Windows.Forms.Label();
|
---|
31 | this.gbRecurrence = new System.Windows.Forms.GroupBox();
|
---|
32 | this.rbtWeekly = new System.Windows.Forms.RadioButton();
|
---|
33 | this.rbtDaily = new System.Windows.Forms.RadioButton();
|
---|
34 | this.txtDays = new System.Windows.Forms.TextBox();
|
---|
35 | this.label4 = new System.Windows.Forms.Label();
|
---|
36 | this.gbDaily = new System.Windows.Forms.GroupBox();
|
---|
37 | this.gbWeekly = new System.Windows.Forms.GroupBox();
|
---|
38 | this.cbSunday = new System.Windows.Forms.CheckBox();
|
---|
39 | this.cbSaturday = new System.Windows.Forms.CheckBox();
|
---|
40 | this.cbFriday = new System.Windows.Forms.CheckBox();
|
---|
41 | this.cbThursday = new System.Windows.Forms.CheckBox();
|
---|
42 | this.cbWednesday = new System.Windows.Forms.CheckBox();
|
---|
43 | this.cbTuesday = new System.Windows.Forms.CheckBox();
|
---|
44 | this.cbMonday = new System.Windows.Forms.CheckBox();
|
---|
45 | this.label7 = new System.Windows.Forms.Label();
|
---|
46 | this.gbDuration = new System.Windows.Forms.GroupBox();
|
---|
47 | this.dtpEnd = new System.Windows.Forms.DateTimePicker();
|
---|
48 | this.dtpStart = new System.Windows.Forms.DateTimePicker();
|
---|
49 | this.label5 = new System.Windows.Forms.Label();
|
---|
50 | this.label6 = new System.Windows.Forms.Label();
|
---|
51 | this.cmbEndTime = new System.Windows.Forms.ComboBox();
|
---|
52 | this.cmbBeginTime = new System.Windows.Forms.ComboBox();
|
---|
53 | this.gbAppointment.SuspendLayout();
|
---|
54 | this.gbRecurrence.SuspendLayout();
|
---|
55 | this.gbDaily.SuspendLayout();
|
---|
56 | this.gbWeekly.SuspendLayout();
|
---|
57 | this.gbDuration.SuspendLayout();
|
---|
58 | this.SuspendLayout();
|
---|
59 | //
|
---|
60 | // cmbEnd
|
---|
61 | //
|
---|
62 | this.cmbEnd.AutoSize = true;
|
---|
63 | this.cmbEnd.Location = new System.Drawing.Point(129, 22);
|
---|
64 | this.cmbEnd.Name = "cmbEnd";
|
---|
65 | this.cmbEnd.Size = new System.Drawing.Size(29, 13);
|
---|
66 | this.cmbEnd.TabIndex = 34;
|
---|
67 | this.cmbEnd.Text = "End:";
|
---|
68 | //
|
---|
69 | // label1
|
---|
70 | //
|
---|
71 | this.label1.AutoSize = true;
|
---|
72 | this.label1.Location = new System.Drawing.Point(7, 22);
|
---|
73 | this.label1.Name = "label1";
|
---|
74 | this.label1.Size = new System.Drawing.Size(37, 13);
|
---|
75 | this.label1.TabIndex = 32;
|
---|
76 | this.label1.Text = "Begin:";
|
---|
77 | //
|
---|
78 | // gbAppointment
|
---|
79 | //
|
---|
80 | this.gbAppointment.Controls.Add(this.cmbEndTime);
|
---|
81 | this.gbAppointment.Controls.Add(this.cmbBeginTime);
|
---|
82 | this.gbAppointment.Controls.Add(this.cmbDuration);
|
---|
83 | this.gbAppointment.Controls.Add(this.label3);
|
---|
84 | this.gbAppointment.Controls.Add(this.label1);
|
---|
85 | this.gbAppointment.Controls.Add(this.cmbEnd);
|
---|
86 | this.gbAppointment.Location = new System.Drawing.Point(2, 2);
|
---|
87 | this.gbAppointment.Name = "gbAppointment";
|
---|
88 | this.gbAppointment.Size = new System.Drawing.Size(386, 50);
|
---|
89 | this.gbAppointment.TabIndex = 39;
|
---|
90 | this.gbAppointment.TabStop = false;
|
---|
91 | this.gbAppointment.Text = "Appointment";
|
---|
92 | //
|
---|
93 | // cmbDuration
|
---|
94 | //
|
---|
95 | this.cmbDuration.FormattingEnabled = true;
|
---|
96 | this.cmbDuration.Location = new System.Drawing.Point(303, 18);
|
---|
97 | this.cmbDuration.Name = "cmbDuration";
|
---|
98 | this.cmbDuration.Size = new System.Drawing.Size(77, 21);
|
---|
99 | this.cmbDuration.TabIndex = 37;
|
---|
100 | //
|
---|
101 | // label3
|
---|
102 | //
|
---|
103 | this.label3.AutoSize = true;
|
---|
104 | this.label3.Location = new System.Drawing.Point(255, 21);
|
---|
105 | this.label3.Name = "label3";
|
---|
106 | this.label3.Size = new System.Drawing.Size(50, 13);
|
---|
107 | this.label3.TabIndex = 36;
|
---|
108 | this.label3.Text = "Duration:";
|
---|
109 | //
|
---|
110 | // gbRecurrence
|
---|
111 | //
|
---|
112 | this.gbRecurrence.Controls.Add(this.rbtWeekly);
|
---|
113 | this.gbRecurrence.Controls.Add(this.rbtDaily);
|
---|
114 | this.gbRecurrence.Location = new System.Drawing.Point(2, 59);
|
---|
115 | this.gbRecurrence.Name = "gbRecurrence";
|
---|
116 | this.gbRecurrence.Size = new System.Drawing.Size(123, 94);
|
---|
117 | this.gbRecurrence.TabIndex = 40;
|
---|
118 | this.gbRecurrence.TabStop = false;
|
---|
119 | this.gbRecurrence.Text = "Recurrence Pattern";
|
---|
120 | //
|
---|
121 | // rbtWeekly
|
---|
122 | //
|
---|
123 | this.rbtWeekly.AutoSize = true;
|
---|
124 | this.rbtWeekly.Location = new System.Drawing.Point(11, 58);
|
---|
125 | this.rbtWeekly.Name = "rbtWeekly";
|
---|
126 | this.rbtWeekly.Size = new System.Drawing.Size(61, 17);
|
---|
127 | this.rbtWeekly.TabIndex = 1;
|
---|
128 | this.rbtWeekly.Text = "Weekly";
|
---|
129 | this.rbtWeekly.UseVisualStyleBackColor = true;
|
---|
130 | this.rbtWeekly.CheckedChanged += new System.EventHandler(this.rbtDaily_CheckedChanged);
|
---|
131 | //
|
---|
132 | // rbtDaily
|
---|
133 | //
|
---|
134 | this.rbtDaily.AutoSize = true;
|
---|
135 | this.rbtDaily.Checked = true;
|
---|
136 | this.rbtDaily.Location = new System.Drawing.Point(11, 34);
|
---|
137 | this.rbtDaily.Name = "rbtDaily";
|
---|
138 | this.rbtDaily.Size = new System.Drawing.Size(48, 17);
|
---|
139 | this.rbtDaily.TabIndex = 0;
|
---|
140 | this.rbtDaily.TabStop = true;
|
---|
141 | this.rbtDaily.Text = "Daily";
|
---|
142 | this.rbtDaily.UseVisualStyleBackColor = true;
|
---|
143 | this.rbtDaily.CheckedChanged += new System.EventHandler(this.rbtDaily_CheckedChanged);
|
---|
144 | //
|
---|
145 | // txtDays
|
---|
146 | //
|
---|
147 | this.txtDays.Location = new System.Drawing.Point(50, 17);
|
---|
148 | this.txtDays.Name = "txtDays";
|
---|
149 | this.txtDays.Size = new System.Drawing.Size(30, 20);
|
---|
150 | this.txtDays.TabIndex = 24;
|
---|
151 | //
|
---|
152 | // label4
|
---|
153 | //
|
---|
154 | this.label4.AutoSize = true;
|
---|
155 | this.label4.Location = new System.Drawing.Point(10, 20);
|
---|
156 | this.label4.Name = "label4";
|
---|
157 | this.label4.Size = new System.Drawing.Size(34, 13);
|
---|
158 | this.label4.TabIndex = 23;
|
---|
159 | this.label4.Text = "Every";
|
---|
160 | //
|
---|
161 | // gbDaily
|
---|
162 | //
|
---|
163 | this.gbDaily.Controls.Add(this.label7);
|
---|
164 | this.gbDaily.Controls.Add(this.txtDays);
|
---|
165 | this.gbDaily.Controls.Add(this.label4);
|
---|
166 | this.gbDaily.Location = new System.Drawing.Point(123, 59);
|
---|
167 | this.gbDaily.Name = "gbDaily";
|
---|
168 | this.gbDaily.Size = new System.Drawing.Size(265, 94);
|
---|
169 | this.gbDaily.TabIndex = 41;
|
---|
170 | this.gbDaily.TabStop = false;
|
---|
171 | //
|
---|
172 | // gbWeekly
|
---|
173 | //
|
---|
174 | this.gbWeekly.Controls.Add(this.cbSunday);
|
---|
175 | this.gbWeekly.Controls.Add(this.cbSaturday);
|
---|
176 | this.gbWeekly.Controls.Add(this.cbFriday);
|
---|
177 | this.gbWeekly.Controls.Add(this.cbThursday);
|
---|
178 | this.gbWeekly.Controls.Add(this.cbWednesday);
|
---|
179 | this.gbWeekly.Controls.Add(this.cbTuesday);
|
---|
180 | this.gbWeekly.Controls.Add(this.cbMonday);
|
---|
181 | this.gbWeekly.Location = new System.Drawing.Point(123, 59);
|
---|
182 | this.gbWeekly.Name = "gbWeekly";
|
---|
183 | this.gbWeekly.Size = new System.Drawing.Size(265, 94);
|
---|
184 | this.gbWeekly.TabIndex = 42;
|
---|
185 | this.gbWeekly.TabStop = false;
|
---|
186 | this.gbWeekly.Visible = false;
|
---|
187 | //
|
---|
188 | // cbSunday
|
---|
189 | //
|
---|
190 | this.cbSunday.AutoSize = true;
|
---|
191 | this.cbSunday.Location = new System.Drawing.Point(11, 58);
|
---|
192 | this.cbSunday.Name = "cbSunday";
|
---|
193 | this.cbSunday.Size = new System.Drawing.Size(62, 17);
|
---|
194 | this.cbSunday.TabIndex = 6;
|
---|
195 | this.cbSunday.Text = "Sunday";
|
---|
196 | this.cbSunday.UseVisualStyleBackColor = true;
|
---|
197 | //
|
---|
198 | // cbSaturday
|
---|
199 | //
|
---|
200 | this.cbSaturday.AutoSize = true;
|
---|
201 | this.cbSaturday.Location = new System.Drawing.Point(173, 37);
|
---|
202 | this.cbSaturday.Name = "cbSaturday";
|
---|
203 | this.cbSaturday.Size = new System.Drawing.Size(68, 17);
|
---|
204 | this.cbSaturday.TabIndex = 5;
|
---|
205 | this.cbSaturday.Text = "Saturday";
|
---|
206 | this.cbSaturday.UseVisualStyleBackColor = true;
|
---|
207 | //
|
---|
208 | // cbFriday
|
---|
209 | //
|
---|
210 | this.cbFriday.AutoSize = true;
|
---|
211 | this.cbFriday.Location = new System.Drawing.Point(97, 37);
|
---|
212 | this.cbFriday.Name = "cbFriday";
|
---|
213 | this.cbFriday.Size = new System.Drawing.Size(54, 17);
|
---|
214 | this.cbFriday.TabIndex = 4;
|
---|
215 | this.cbFriday.Text = "Friday";
|
---|
216 | this.cbFriday.UseVisualStyleBackColor = true;
|
---|
217 | //
|
---|
218 | // cbThursday
|
---|
219 | //
|
---|
220 | this.cbThursday.AutoSize = true;
|
---|
221 | this.cbThursday.Location = new System.Drawing.Point(11, 37);
|
---|
222 | this.cbThursday.Name = "cbThursday";
|
---|
223 | this.cbThursday.Size = new System.Drawing.Size(70, 17);
|
---|
224 | this.cbThursday.TabIndex = 3;
|
---|
225 | this.cbThursday.Text = "Thursday";
|
---|
226 | this.cbThursday.UseVisualStyleBackColor = true;
|
---|
227 | //
|
---|
228 | // cbWednesday
|
---|
229 | //
|
---|
230 | this.cbWednesday.AutoSize = true;
|
---|
231 | this.cbWednesday.Location = new System.Drawing.Point(173, 16);
|
---|
232 | this.cbWednesday.Name = "cbWednesday";
|
---|
233 | this.cbWednesday.Size = new System.Drawing.Size(86, 17);
|
---|
234 | this.cbWednesday.TabIndex = 2;
|
---|
235 | this.cbWednesday.Text = "Wednesday ";
|
---|
236 | this.cbWednesday.UseVisualStyleBackColor = true;
|
---|
237 | //
|
---|
238 | // cbTuesday
|
---|
239 | //
|
---|
240 | this.cbTuesday.AutoSize = true;
|
---|
241 | this.cbTuesday.Location = new System.Drawing.Point(97, 16);
|
---|
242 | this.cbTuesday.Name = "cbTuesday";
|
---|
243 | this.cbTuesday.Size = new System.Drawing.Size(67, 17);
|
---|
244 | this.cbTuesday.TabIndex = 1;
|
---|
245 | this.cbTuesday.Text = "Tuesday";
|
---|
246 | this.cbTuesday.UseVisualStyleBackColor = true;
|
---|
247 | //
|
---|
248 | // cbMonday
|
---|
249 | //
|
---|
250 | this.cbMonday.AutoSize = true;
|
---|
251 | this.cbMonday.Location = new System.Drawing.Point(11, 16);
|
---|
252 | this.cbMonday.Name = "cbMonday";
|
---|
253 | this.cbMonday.Size = new System.Drawing.Size(64, 17);
|
---|
254 | this.cbMonday.TabIndex = 0;
|
---|
255 | this.cbMonday.Text = "Monday";
|
---|
256 | this.cbMonday.UseVisualStyleBackColor = true;
|
---|
257 | //
|
---|
258 | // label7
|
---|
259 | //
|
---|
260 | this.label7.AutoSize = true;
|
---|
261 | this.label7.Location = new System.Drawing.Point(86, 20);
|
---|
262 | this.label7.Name = "label7";
|
---|
263 | this.label7.Size = new System.Drawing.Size(37, 13);
|
---|
264 | this.label7.TabIndex = 25;
|
---|
265 | this.label7.Text = "Day(s)";
|
---|
266 | //
|
---|
267 | // gbDuration
|
---|
268 | //
|
---|
269 | this.gbDuration.Controls.Add(this.dtpEnd);
|
---|
270 | this.gbDuration.Controls.Add(this.dtpStart);
|
---|
271 | this.gbDuration.Controls.Add(this.label5);
|
---|
272 | this.gbDuration.Controls.Add(this.label6);
|
---|
273 | this.gbDuration.Location = new System.Drawing.Point(2, 160);
|
---|
274 | this.gbDuration.Name = "gbDuration";
|
---|
275 | this.gbDuration.Size = new System.Drawing.Size(386, 50);
|
---|
276 | this.gbDuration.TabIndex = 42;
|
---|
277 | this.gbDuration.TabStop = false;
|
---|
278 | this.gbDuration.Text = "Duration";
|
---|
279 | //
|
---|
280 | // dtpEnd
|
---|
281 | //
|
---|
282 | this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
---|
283 | this.dtpEnd.Location = new System.Drawing.Point(250, 18);
|
---|
284 | this.dtpEnd.Name = "dtpEnd";
|
---|
285 | this.dtpEnd.Size = new System.Drawing.Size(91, 20);
|
---|
286 | this.dtpEnd.TabIndex = 29;
|
---|
287 | //
|
---|
288 | // dtpStart
|
---|
289 | //
|
---|
290 | this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
291 | this.dtpStart.Location = new System.Drawing.Point(69, 18);
|
---|
292 | this.dtpStart.Name = "dtpStart";
|
---|
293 | this.dtpStart.Size = new System.Drawing.Size(89, 20);
|
---|
294 | this.dtpStart.TabIndex = 28;
|
---|
295 | //
|
---|
296 | // label5
|
---|
297 | //
|
---|
298 | this.label5.AutoSize = true;
|
---|
299 | this.label5.Location = new System.Drawing.Point(189, 22);
|
---|
300 | this.label5.Name = "label5";
|
---|
301 | this.label5.Size = new System.Drawing.Size(55, 13);
|
---|
302 | this.label5.TabIndex = 27;
|
---|
303 | this.label5.Text = "End Date:";
|
---|
304 | //
|
---|
305 | // label6
|
---|
306 | //
|
---|
307 | this.label6.AutoSize = true;
|
---|
308 | this.label6.Location = new System.Drawing.Point(14, 22);
|
---|
309 | this.label6.Name = "label6";
|
---|
310 | this.label6.Size = new System.Drawing.Size(58, 13);
|
---|
311 | this.label6.TabIndex = 25;
|
---|
312 | this.label6.Text = "Start Date:";
|
---|
313 | //
|
---|
314 | // cmbEndTime
|
---|
315 | //
|
---|
316 | this.cmbEndTime.FormattingEnabled = true;
|
---|
317 | this.cmbEndTime.Location = new System.Drawing.Point(155, 18);
|
---|
318 | this.cmbEndTime.Name = "cmbEndTime";
|
---|
319 | this.cmbEndTime.Size = new System.Drawing.Size(77, 21);
|
---|
320 | this.cmbEndTime.TabIndex = 39;
|
---|
321 | //
|
---|
322 | // cmbBeginTime
|
---|
323 | //
|
---|
324 | this.cmbBeginTime.FormattingEnabled = true;
|
---|
325 | this.cmbBeginTime.Location = new System.Drawing.Point(46, 18);
|
---|
326 | this.cmbBeginTime.Name = "cmbBeginTime";
|
---|
327 | this.cmbBeginTime.Size = new System.Drawing.Size(77, 21);
|
---|
328 | this.cmbBeginTime.TabIndex = 38;
|
---|
329 | //
|
---|
330 | // Recurrence
|
---|
331 | //
|
---|
332 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
333 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
334 | this.ClientSize = new System.Drawing.Size(390, 214);
|
---|
335 | this.Controls.Add(this.gbWeekly);
|
---|
336 | this.Controls.Add(this.gbDuration);
|
---|
337 | this.Controls.Add(this.gbDaily);
|
---|
338 | this.Controls.Add(this.gbRecurrence);
|
---|
339 | this.Controls.Add(this.gbAppointment);
|
---|
340 | this.Name = "Recurrence";
|
---|
341 | this.Text = "Recurrence";
|
---|
342 | this.gbAppointment.ResumeLayout(false);
|
---|
343 | this.gbAppointment.PerformLayout();
|
---|
344 | this.gbRecurrence.ResumeLayout(false);
|
---|
345 | this.gbRecurrence.PerformLayout();
|
---|
346 | this.gbDaily.ResumeLayout(false);
|
---|
347 | this.gbDaily.PerformLayout();
|
---|
348 | this.gbWeekly.ResumeLayout(false);
|
---|
349 | this.gbWeekly.PerformLayout();
|
---|
350 | this.gbDuration.ResumeLayout(false);
|
---|
351 | this.gbDuration.PerformLayout();
|
---|
352 | this.ResumeLayout(false);
|
---|
353 |
|
---|
354 | }
|
---|
355 |
|
---|
356 | #endregion
|
---|
357 |
|
---|
358 | private System.Windows.Forms.Label cmbEnd;
|
---|
359 | private System.Windows.Forms.Label label1;
|
---|
360 | private System.Windows.Forms.GroupBox gbAppointment;
|
---|
361 | private System.Windows.Forms.ComboBox cmbDuration;
|
---|
362 | private System.Windows.Forms.Label label3;
|
---|
363 | private System.Windows.Forms.GroupBox gbRecurrence;
|
---|
364 | private System.Windows.Forms.RadioButton rbtWeekly;
|
---|
365 | private System.Windows.Forms.RadioButton rbtDaily;
|
---|
366 | private System.Windows.Forms.TextBox txtDays;
|
---|
367 | private System.Windows.Forms.Label label4;
|
---|
368 | private System.Windows.Forms.GroupBox gbDaily;
|
---|
369 | private System.Windows.Forms.GroupBox gbDuration;
|
---|
370 | private System.Windows.Forms.DateTimePicker dtpEnd;
|
---|
371 | private System.Windows.Forms.DateTimePicker dtpStart;
|
---|
372 | private System.Windows.Forms.Label label5;
|
---|
373 | private System.Windows.Forms.Label label6;
|
---|
374 | private System.Windows.Forms.Label label7;
|
---|
375 | private System.Windows.Forms.GroupBox gbWeekly;
|
---|
376 | private System.Windows.Forms.CheckBox cbSunday;
|
---|
377 | private System.Windows.Forms.CheckBox cbSaturday;
|
---|
378 | private System.Windows.Forms.CheckBox cbFriday;
|
---|
379 | private System.Windows.Forms.CheckBox cbThursday;
|
---|
380 | private System.Windows.Forms.CheckBox cbWednesday;
|
---|
381 | private System.Windows.Forms.CheckBox cbTuesday;
|
---|
382 | private System.Windows.Forms.CheckBox cbMonday;
|
---|
383 | private System.Windows.Forms.ComboBox cmbEndTime;
|
---|
384 | private System.Windows.Forms.ComboBox cmbBeginTime;
|
---|
385 | }
|
---|
386 | } |
---|