Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Administration/3.4/Views/Recurrence.Designer.cs @ 6373

Last change on this file since 6373 was 6373, checked in by cneumuel, 13 years ago

#1233

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