1 | namespace HeuristicLab.Clients.Hive.Administrator.Views {
|
---|
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.gbAppointment = new System.Windows.Forms.GroupBox();
|
---|
27 | this.chbade = new System.Windows.Forms.CheckBox();
|
---|
28 | this.dtpEnd = new System.Windows.Forms.DateTimePicker();
|
---|
29 | this.dtpToTime = new System.Windows.Forms.DateTimePicker();
|
---|
30 | this.label5 = new System.Windows.Forms.Label();
|
---|
31 | this.dtpStart = new System.Windows.Forms.DateTimePicker();
|
---|
32 | this.dtpFromTime = new System.Windows.Forms.DateTimePicker();
|
---|
33 | this.label6 = new System.Windows.Forms.Label();
|
---|
34 | this.btSaveRecurrence = new System.Windows.Forms.Button();
|
---|
35 | this.btCancelRecurrence = new System.Windows.Forms.Button();
|
---|
36 | this.gbWeekly = new System.Windows.Forms.GroupBox();
|
---|
37 | this.cbSunday = new System.Windows.Forms.CheckBox();
|
---|
38 | this.cbSaturday = new System.Windows.Forms.CheckBox();
|
---|
39 | this.cbFriday = new System.Windows.Forms.CheckBox();
|
---|
40 | this.cbThursday = new System.Windows.Forms.CheckBox();
|
---|
41 | this.cbWednesday = new System.Windows.Forms.CheckBox();
|
---|
42 | this.cbTuesday = new System.Windows.Forms.CheckBox();
|
---|
43 | this.cbMonday = new System.Windows.Forms.CheckBox();
|
---|
44 | this.gbAppointment.SuspendLayout();
|
---|
45 | this.gbWeekly.SuspendLayout();
|
---|
46 | this.SuspendLayout();
|
---|
47 | //
|
---|
48 | // gbAppointment
|
---|
49 | //
|
---|
50 | this.gbAppointment.Controls.Add(this.chbade);
|
---|
51 | this.gbAppointment.Controls.Add(this.dtpEnd);
|
---|
52 | this.gbAppointment.Controls.Add(this.dtpToTime);
|
---|
53 | this.gbAppointment.Controls.Add(this.label5);
|
---|
54 | this.gbAppointment.Controls.Add(this.dtpStart);
|
---|
55 | this.gbAppointment.Controls.Add(this.dtpFromTime);
|
---|
56 | this.gbAppointment.Controls.Add(this.label6);
|
---|
57 | this.gbAppointment.Location = new System.Drawing.Point(2, 2);
|
---|
58 | this.gbAppointment.Name = "gbAppointment";
|
---|
59 | this.gbAppointment.Size = new System.Drawing.Size(386, 109);
|
---|
60 | this.gbAppointment.TabIndex = 39;
|
---|
61 | this.gbAppointment.TabStop = false;
|
---|
62 | this.gbAppointment.Text = "Appointment";
|
---|
63 | //
|
---|
64 | // chbade
|
---|
65 | //
|
---|
66 | this.chbade.AutoSize = true;
|
---|
67 | this.chbade.Location = new System.Drawing.Point(113, 86);
|
---|
68 | this.chbade.Name = "chbade";
|
---|
69 | this.chbade.Size = new System.Drawing.Size(90, 17);
|
---|
70 | this.chbade.TabIndex = 39;
|
---|
71 | this.chbade.Text = "All Day Event";
|
---|
72 | this.chbade.UseVisualStyleBackColor = true;
|
---|
73 | //
|
---|
74 | // dtpEnd
|
---|
75 | //
|
---|
76 | this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
---|
77 | this.dtpEnd.Location = new System.Drawing.Point(113, 56);
|
---|
78 | this.dtpEnd.Name = "dtpEnd";
|
---|
79 | this.dtpEnd.Size = new System.Drawing.Size(91, 20);
|
---|
80 | this.dtpEnd.TabIndex = 29;
|
---|
81 | //
|
---|
82 | // dtpToTime
|
---|
83 | //
|
---|
84 | this.dtpToTime.CustomFormat = "HH:00";
|
---|
85 | this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
86 | this.dtpToTime.Location = new System.Drawing.Point(226, 56);
|
---|
87 | this.dtpToTime.Name = "dtpToTime";
|
---|
88 | this.dtpToTime.ShowUpDown = true;
|
---|
89 | this.dtpToTime.Size = new System.Drawing.Size(73, 20);
|
---|
90 | this.dtpToTime.TabIndex = 38;
|
---|
91 | //
|
---|
92 | // label5
|
---|
93 | //
|
---|
94 | this.label5.AutoSize = true;
|
---|
95 | this.label5.Location = new System.Drawing.Point(58, 60);
|
---|
96 | this.label5.Name = "label5";
|
---|
97 | this.label5.Size = new System.Drawing.Size(55, 13);
|
---|
98 | this.label5.TabIndex = 27;
|
---|
99 | this.label5.Text = "End Date:";
|
---|
100 | //
|
---|
101 | // dtpStart
|
---|
102 | //
|
---|
103 | this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
104 | this.dtpStart.Location = new System.Drawing.Point(113, 19);
|
---|
105 | this.dtpStart.Name = "dtpStart";
|
---|
106 | this.dtpStart.Size = new System.Drawing.Size(89, 20);
|
---|
107 | this.dtpStart.TabIndex = 28;
|
---|
108 | //
|
---|
109 | // dtpFromTime
|
---|
110 | //
|
---|
111 | this.dtpFromTime.CustomFormat = "HH:00";
|
---|
112 | this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
113 | this.dtpFromTime.Location = new System.Drawing.Point(226, 19);
|
---|
114 | this.dtpFromTime.Name = "dtpFromTime";
|
---|
115 | this.dtpFromTime.ShowUpDown = true;
|
---|
116 | this.dtpFromTime.Size = new System.Drawing.Size(73, 20);
|
---|
117 | this.dtpFromTime.TabIndex = 30;
|
---|
118 | //
|
---|
119 | // label6
|
---|
120 | //
|
---|
121 | this.label6.AutoSize = true;
|
---|
122 | this.label6.Location = new System.Drawing.Point(58, 23);
|
---|
123 | this.label6.Name = "label6";
|
---|
124 | this.label6.Size = new System.Drawing.Size(58, 13);
|
---|
125 | this.label6.TabIndex = 25;
|
---|
126 | this.label6.Text = "Start Date:";
|
---|
127 | //
|
---|
128 | // btSaveRecurrence
|
---|
129 | //
|
---|
130 | this.btSaveRecurrence.Location = new System.Drawing.Point(2, 217);
|
---|
131 | this.btSaveRecurrence.Name = "btSaveRecurrence";
|
---|
132 | this.btSaveRecurrence.Size = new System.Drawing.Size(147, 23);
|
---|
133 | this.btSaveRecurrence.TabIndex = 43;
|
---|
134 | this.btSaveRecurrence.Text = "Save";
|
---|
135 | this.btSaveRecurrence.UseVisualStyleBackColor = true;
|
---|
136 | this.btSaveRecurrence.Click += new System.EventHandler(this.btSaveRecurrence_Click);
|
---|
137 | //
|
---|
138 | // btCancelRecurrence
|
---|
139 | //
|
---|
140 | this.btCancelRecurrence.Location = new System.Drawing.Point(241, 217);
|
---|
141 | this.btCancelRecurrence.Name = "btCancelRecurrence";
|
---|
142 | this.btCancelRecurrence.Size = new System.Drawing.Size(147, 23);
|
---|
143 | this.btCancelRecurrence.TabIndex = 44;
|
---|
144 | this.btCancelRecurrence.Text = "Cancel";
|
---|
145 | this.btCancelRecurrence.UseVisualStyleBackColor = true;
|
---|
146 | this.btCancelRecurrence.Click += new System.EventHandler(this.btCancelRecurrence_Click);
|
---|
147 | //
|
---|
148 | // gbWeekly
|
---|
149 | //
|
---|
150 | this.gbWeekly.Controls.Add(this.cbSunday);
|
---|
151 | this.gbWeekly.Controls.Add(this.cbSaturday);
|
---|
152 | this.gbWeekly.Controls.Add(this.cbFriday);
|
---|
153 | this.gbWeekly.Controls.Add(this.cbThursday);
|
---|
154 | this.gbWeekly.Controls.Add(this.cbWednesday);
|
---|
155 | this.gbWeekly.Controls.Add(this.cbTuesday);
|
---|
156 | this.gbWeekly.Controls.Add(this.cbMonday);
|
---|
157 | this.gbWeekly.Location = new System.Drawing.Point(2, 111);
|
---|
158 | this.gbWeekly.Name = "gbWeekly";
|
---|
159 | this.gbWeekly.Size = new System.Drawing.Size(386, 100);
|
---|
160 | this.gbWeekly.TabIndex = 42;
|
---|
161 | this.gbWeekly.TabStop = false;
|
---|
162 | this.gbWeekly.Text = "Days of week";
|
---|
163 | //
|
---|
164 | // cbSunday
|
---|
165 | //
|
---|
166 | this.cbSunday.AutoSize = true;
|
---|
167 | this.cbSunday.Location = new System.Drawing.Point(199, 65);
|
---|
168 | this.cbSunday.Name = "cbSunday";
|
---|
169 | this.cbSunday.Size = new System.Drawing.Size(62, 17);
|
---|
170 | this.cbSunday.TabIndex = 6;
|
---|
171 | this.cbSunday.Text = "Sunday";
|
---|
172 | this.cbSunday.UseVisualStyleBackColor = true;
|
---|
173 | //
|
---|
174 | // cbSaturday
|
---|
175 | //
|
---|
176 | this.cbSaturday.AutoSize = true;
|
---|
177 | this.cbSaturday.Location = new System.Drawing.Point(122, 65);
|
---|
178 | this.cbSaturday.Name = "cbSaturday";
|
---|
179 | this.cbSaturday.Size = new System.Drawing.Size(68, 17);
|
---|
180 | this.cbSaturday.TabIndex = 5;
|
---|
181 | this.cbSaturday.Text = "Saturday";
|
---|
182 | this.cbSaturday.UseVisualStyleBackColor = true;
|
---|
183 | //
|
---|
184 | // cbFriday
|
---|
185 | //
|
---|
186 | this.cbFriday.AutoSize = true;
|
---|
187 | this.cbFriday.Location = new System.Drawing.Point(37, 65);
|
---|
188 | this.cbFriday.Name = "cbFriday";
|
---|
189 | this.cbFriday.Size = new System.Drawing.Size(54, 17);
|
---|
190 | this.cbFriday.TabIndex = 4;
|
---|
191 | this.cbFriday.Text = "Friday";
|
---|
192 | this.cbFriday.UseVisualStyleBackColor = true;
|
---|
193 | //
|
---|
194 | // cbThursday
|
---|
195 | //
|
---|
196 | this.cbThursday.AutoSize = true;
|
---|
197 | this.cbThursday.Location = new System.Drawing.Point(289, 40);
|
---|
198 | this.cbThursday.Name = "cbThursday";
|
---|
199 | this.cbThursday.Size = new System.Drawing.Size(70, 17);
|
---|
200 | this.cbThursday.TabIndex = 3;
|
---|
201 | this.cbThursday.Text = "Thursday";
|
---|
202 | this.cbThursday.UseVisualStyleBackColor = true;
|
---|
203 | //
|
---|
204 | // cbWednesday
|
---|
205 | //
|
---|
206 | this.cbWednesday.AutoSize = true;
|
---|
207 | this.cbWednesday.Location = new System.Drawing.Point(199, 42);
|
---|
208 | this.cbWednesday.Name = "cbWednesday";
|
---|
209 | this.cbWednesday.Size = new System.Drawing.Size(86, 17);
|
---|
210 | this.cbWednesday.TabIndex = 2;
|
---|
211 | this.cbWednesday.Text = "Wednesday ";
|
---|
212 | this.cbWednesday.UseVisualStyleBackColor = true;
|
---|
213 | //
|
---|
214 | // cbTuesday
|
---|
215 | //
|
---|
216 | this.cbTuesday.AutoSize = true;
|
---|
217 | this.cbTuesday.Location = new System.Drawing.Point(123, 42);
|
---|
218 | this.cbTuesday.Name = "cbTuesday";
|
---|
219 | this.cbTuesday.Size = new System.Drawing.Size(67, 17);
|
---|
220 | this.cbTuesday.TabIndex = 1;
|
---|
221 | this.cbTuesday.Text = "Tuesday";
|
---|
222 | this.cbTuesday.UseVisualStyleBackColor = true;
|
---|
223 | //
|
---|
224 | // cbMonday
|
---|
225 | //
|
---|
226 | this.cbMonday.AutoSize = true;
|
---|
227 | this.cbMonday.Location = new System.Drawing.Point(37, 42);
|
---|
228 | this.cbMonday.Name = "cbMonday";
|
---|
229 | this.cbMonday.Size = new System.Drawing.Size(64, 17);
|
---|
230 | this.cbMonday.TabIndex = 0;
|
---|
231 | this.cbMonday.Text = "Monday";
|
---|
232 | this.cbMonday.UseVisualStyleBackColor = true;
|
---|
233 | //
|
---|
234 | // Recurrence
|
---|
235 | //
|
---|
236 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
237 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
238 | this.ClientSize = new System.Drawing.Size(393, 243);
|
---|
239 | this.Controls.Add(this.gbWeekly);
|
---|
240 | this.Controls.Add(this.btCancelRecurrence);
|
---|
241 | this.Controls.Add(this.btSaveRecurrence);
|
---|
242 | this.Controls.Add(this.gbAppointment);
|
---|
243 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
---|
244 | this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
|
---|
245 | this.Name = "Recurrence";
|
---|
246 | this.Text = "Recurrence";
|
---|
247 | this.gbAppointment.ResumeLayout(false);
|
---|
248 | this.gbAppointment.PerformLayout();
|
---|
249 | this.gbWeekly.ResumeLayout(false);
|
---|
250 | this.gbWeekly.PerformLayout();
|
---|
251 | this.ResumeLayout(false);
|
---|
252 |
|
---|
253 | }
|
---|
254 |
|
---|
255 | #endregion
|
---|
256 |
|
---|
257 | private System.Windows.Forms.GroupBox gbAppointment;
|
---|
258 | private System.Windows.Forms.DateTimePicker dtpEnd;
|
---|
259 | private System.Windows.Forms.DateTimePicker dtpStart;
|
---|
260 | private System.Windows.Forms.Label label5;
|
---|
261 | private System.Windows.Forms.Label label6;
|
---|
262 | private System.Windows.Forms.Button btSaveRecurrence;
|
---|
263 | private System.Windows.Forms.Button btCancelRecurrence;
|
---|
264 | private System.Windows.Forms.DateTimePicker dtpFromTime;
|
---|
265 | private System.Windows.Forms.DateTimePicker dtpToTime;
|
---|
266 | private System.Windows.Forms.CheckBox chbade;
|
---|
267 | private System.Windows.Forms.GroupBox gbWeekly;
|
---|
268 | private System.Windows.Forms.CheckBox cbSunday;
|
---|
269 | private System.Windows.Forms.CheckBox cbSaturday;
|
---|
270 | private System.Windows.Forms.CheckBox cbFriday;
|
---|
271 | private System.Windows.Forms.CheckBox cbThursday;
|
---|
272 | private System.Windows.Forms.CheckBox cbWednesday;
|
---|
273 | private System.Windows.Forms.CheckBox cbTuesday;
|
---|
274 | private System.Windows.Forms.CheckBox cbMonday;
|
---|
275 | }
|
---|
276 | } |
---|