Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Administrator/3.3/Views/Recurrence.Designer.cs @ 8924

Last change on this file since 8924 was 8924, checked in by bburlacu, 11 years ago

#1890: Added License Information to files that didn't include it.

File size: 12.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.Administrator.Views {
23  partial class Recurrence {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Windows Form Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.gbAppointment = new System.Windows.Forms.GroupBox();
48      this.chbade = new System.Windows.Forms.CheckBox();
49      this.dtpEnd = new System.Windows.Forms.DateTimePicker();
50      this.dtpToTime = new System.Windows.Forms.DateTimePicker();
51      this.label5 = new System.Windows.Forms.Label();
52      this.dtpStart = new System.Windows.Forms.DateTimePicker();
53      this.dtpFromTime = new System.Windows.Forms.DateTimePicker();
54      this.label6 = new System.Windows.Forms.Label();
55      this.btSaveRecurrence = new System.Windows.Forms.Button();
56      this.btCancelRecurrence = new System.Windows.Forms.Button();
57      this.gbWeekly = new System.Windows.Forms.GroupBox();
58      this.cbSunday = new System.Windows.Forms.CheckBox();
59      this.cbSaturday = new System.Windows.Forms.CheckBox();
60      this.cbFriday = new System.Windows.Forms.CheckBox();
61      this.cbThursday = new System.Windows.Forms.CheckBox();
62      this.cbWednesday = new System.Windows.Forms.CheckBox();
63      this.cbTuesday = new System.Windows.Forms.CheckBox();
64      this.cbMonday = new System.Windows.Forms.CheckBox();
65      this.gbAppointment.SuspendLayout();
66      this.gbWeekly.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // gbAppointment
70      //
71      this.gbAppointment.Controls.Add(this.chbade);
72      this.gbAppointment.Controls.Add(this.dtpEnd);
73      this.gbAppointment.Controls.Add(this.dtpToTime);
74      this.gbAppointment.Controls.Add(this.label5);
75      this.gbAppointment.Controls.Add(this.dtpStart);
76      this.gbAppointment.Controls.Add(this.dtpFromTime);
77      this.gbAppointment.Controls.Add(this.label6);
78      this.gbAppointment.Location = new System.Drawing.Point(2, 2);
79      this.gbAppointment.Name = "gbAppointment";
80      this.gbAppointment.Size = new System.Drawing.Size(386, 109);
81      this.gbAppointment.TabIndex = 39;
82      this.gbAppointment.TabStop = false;
83      this.gbAppointment.Text = "Appointment";
84      //
85      // chbade
86      //
87      this.chbade.AutoSize = true;
88      this.chbade.Location = new System.Drawing.Point(113, 86);
89      this.chbade.Name = "chbade";
90      this.chbade.Size = new System.Drawing.Size(90, 17);
91      this.chbade.TabIndex = 39;
92      this.chbade.Text = "All Day Event";
93      this.chbade.UseVisualStyleBackColor = true;
94      //
95      // dtpEnd
96      //
97      this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
98      this.dtpEnd.Location = new System.Drawing.Point(113, 56);
99      this.dtpEnd.Name = "dtpEnd";
100      this.dtpEnd.Size = new System.Drawing.Size(91, 20);
101      this.dtpEnd.TabIndex = 29;
102      //
103      // dtpToTime
104      //
105      this.dtpToTime.CustomFormat = "HH:00";
106      this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
107      this.dtpToTime.Location = new System.Drawing.Point(226, 56);
108      this.dtpToTime.Name = "dtpToTime";
109      this.dtpToTime.ShowUpDown = true;
110      this.dtpToTime.Size = new System.Drawing.Size(73, 20);
111      this.dtpToTime.TabIndex = 38;
112      //
113      // label5
114      //
115      this.label5.AutoSize = true;
116      this.label5.Location = new System.Drawing.Point(58, 60);
117      this.label5.Name = "label5";
118      this.label5.Size = new System.Drawing.Size(55, 13);
119      this.label5.TabIndex = 27;
120      this.label5.Text = "End Date:";
121      //
122      // dtpStart
123      //
124      this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
125      this.dtpStart.Location = new System.Drawing.Point(113, 19);
126      this.dtpStart.Name = "dtpStart";
127      this.dtpStart.Size = new System.Drawing.Size(89, 20);
128      this.dtpStart.TabIndex = 28;
129      //
130      // dtpFromTime
131      //
132      this.dtpFromTime.CustomFormat = "HH:00";
133      this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
134      this.dtpFromTime.Location = new System.Drawing.Point(226, 19);
135      this.dtpFromTime.Name = "dtpFromTime";
136      this.dtpFromTime.ShowUpDown = true;
137      this.dtpFromTime.Size = new System.Drawing.Size(73, 20);
138      this.dtpFromTime.TabIndex = 30;
139      //
140      // label6
141      //
142      this.label6.AutoSize = true;
143      this.label6.Location = new System.Drawing.Point(58, 23);
144      this.label6.Name = "label6";
145      this.label6.Size = new System.Drawing.Size(58, 13);
146      this.label6.TabIndex = 25;
147      this.label6.Text = "Start Date:";
148      //
149      // btSaveRecurrence
150      //
151      this.btSaveRecurrence.Location = new System.Drawing.Point(2, 217);
152      this.btSaveRecurrence.Name = "btSaveRecurrence";
153      this.btSaveRecurrence.Size = new System.Drawing.Size(147, 23);
154      this.btSaveRecurrence.TabIndex = 43;
155      this.btSaveRecurrence.Text = "Save";
156      this.btSaveRecurrence.UseVisualStyleBackColor = true;
157      this.btSaveRecurrence.Click += new System.EventHandler(this.btSaveRecurrence_Click);
158      //
159      // btCancelRecurrence
160      //
161      this.btCancelRecurrence.Location = new System.Drawing.Point(241, 217);
162      this.btCancelRecurrence.Name = "btCancelRecurrence";
163      this.btCancelRecurrence.Size = new System.Drawing.Size(147, 23);
164      this.btCancelRecurrence.TabIndex = 44;
165      this.btCancelRecurrence.Text = "Cancel";
166      this.btCancelRecurrence.UseVisualStyleBackColor = true;
167      this.btCancelRecurrence.Click += new System.EventHandler(this.btCancelRecurrence_Click);
168      //
169      // gbWeekly
170      //
171      this.gbWeekly.Controls.Add(this.cbSunday);
172      this.gbWeekly.Controls.Add(this.cbSaturday);
173      this.gbWeekly.Controls.Add(this.cbFriday);
174      this.gbWeekly.Controls.Add(this.cbThursday);
175      this.gbWeekly.Controls.Add(this.cbWednesday);
176      this.gbWeekly.Controls.Add(this.cbTuesday);
177      this.gbWeekly.Controls.Add(this.cbMonday);
178      this.gbWeekly.Location = new System.Drawing.Point(2, 111);
179      this.gbWeekly.Name = "gbWeekly";
180      this.gbWeekly.Size = new System.Drawing.Size(386, 100);
181      this.gbWeekly.TabIndex = 42;
182      this.gbWeekly.TabStop = false;
183      this.gbWeekly.Text = "Days of week";
184      //
185      // cbSunday
186      //
187      this.cbSunday.AutoSize = true;
188      this.cbSunday.Location = new System.Drawing.Point(199, 65);
189      this.cbSunday.Name = "cbSunday";
190      this.cbSunday.Size = new System.Drawing.Size(62, 17);
191      this.cbSunday.TabIndex = 6;
192      this.cbSunday.Text = "Sunday";
193      this.cbSunday.UseVisualStyleBackColor = true;
194      //
195      // cbSaturday
196      //
197      this.cbSaturday.AutoSize = true;
198      this.cbSaturday.Location = new System.Drawing.Point(122, 65);
199      this.cbSaturday.Name = "cbSaturday";
200      this.cbSaturday.Size = new System.Drawing.Size(68, 17);
201      this.cbSaturday.TabIndex = 5;
202      this.cbSaturday.Text = "Saturday";
203      this.cbSaturday.UseVisualStyleBackColor = true;
204      //
205      // cbFriday
206      //
207      this.cbFriday.AutoSize = true;
208      this.cbFriday.Location = new System.Drawing.Point(37, 65);
209      this.cbFriday.Name = "cbFriday";
210      this.cbFriday.Size = new System.Drawing.Size(54, 17);
211      this.cbFriday.TabIndex = 4;
212      this.cbFriday.Text = "Friday";
213      this.cbFriday.UseVisualStyleBackColor = true;
214      //
215      // cbThursday
216      //
217      this.cbThursday.AutoSize = true;
218      this.cbThursday.Location = new System.Drawing.Point(289, 40);
219      this.cbThursday.Name = "cbThursday";
220      this.cbThursday.Size = new System.Drawing.Size(70, 17);
221      this.cbThursday.TabIndex = 3;
222      this.cbThursday.Text = "Thursday";
223      this.cbThursday.UseVisualStyleBackColor = true;
224      //
225      // cbWednesday
226      //
227      this.cbWednesday.AutoSize = true;
228      this.cbWednesday.Location = new System.Drawing.Point(199, 42);
229      this.cbWednesday.Name = "cbWednesday";
230      this.cbWednesday.Size = new System.Drawing.Size(86, 17);
231      this.cbWednesday.TabIndex = 2;
232      this.cbWednesday.Text = "Wednesday ";
233      this.cbWednesday.UseVisualStyleBackColor = true;
234      //
235      // cbTuesday
236      //
237      this.cbTuesday.AutoSize = true;
238      this.cbTuesday.Location = new System.Drawing.Point(123, 42);
239      this.cbTuesday.Name = "cbTuesday";
240      this.cbTuesday.Size = new System.Drawing.Size(67, 17);
241      this.cbTuesday.TabIndex = 1;
242      this.cbTuesday.Text = "Tuesday";
243      this.cbTuesday.UseVisualStyleBackColor = true;
244      //
245      // cbMonday
246      //
247      this.cbMonday.AutoSize = true;
248      this.cbMonday.Location = new System.Drawing.Point(37, 42);
249      this.cbMonday.Name = "cbMonday";
250      this.cbMonday.Size = new System.Drawing.Size(64, 17);
251      this.cbMonday.TabIndex = 0;
252      this.cbMonday.Text = "Monday";
253      this.cbMonday.UseVisualStyleBackColor = true;
254      //
255      // Recurrence
256      //
257      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
258      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
259      this.ClientSize = new System.Drawing.Size(393, 243);
260      this.Controls.Add(this.gbWeekly);
261      this.Controls.Add(this.btCancelRecurrence);
262      this.Controls.Add(this.btSaveRecurrence);
263      this.Controls.Add(this.gbAppointment);
264      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
265      this.Icon = HeuristicLab.Common.Resources.HeuristicLab.Icon;
266      this.Name = "Recurrence";
267      this.Text = "Recurrence";
268      this.gbAppointment.ResumeLayout(false);
269      this.gbAppointment.PerformLayout();
270      this.gbWeekly.ResumeLayout(false);
271      this.gbWeekly.PerformLayout();
272      this.ResumeLayout(false);
273
274    }
275
276    #endregion
277
278    private System.Windows.Forms.GroupBox gbAppointment;
279    private System.Windows.Forms.DateTimePicker dtpEnd;
280    private System.Windows.Forms.DateTimePicker dtpStart;
281    private System.Windows.Forms.Label label5;
282    private System.Windows.Forms.Label label6;
283    private System.Windows.Forms.Button btSaveRecurrence;
284    private System.Windows.Forms.Button btCancelRecurrence;
285    private System.Windows.Forms.DateTimePicker dtpFromTime;
286    private System.Windows.Forms.DateTimePicker dtpToTime;
287    private System.Windows.Forms.CheckBox chbade;
288    private System.Windows.Forms.GroupBox gbWeekly;
289    private System.Windows.Forms.CheckBox cbSunday;
290    private System.Windows.Forms.CheckBox cbSaturday;
291    private System.Windows.Forms.CheckBox cbFriday;
292    private System.Windows.Forms.CheckBox cbThursday;
293    private System.Windows.Forms.CheckBox cbWednesday;
294    private System.Windows.Forms.CheckBox cbTuesday;
295    private System.Windows.Forms.CheckBox cbMonday;
296  }
297}
Note: See TracBrowser for help on using the repository browser.