Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6696 was 6696, checked in by ascheibe, 13 years ago

#1233

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