Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Hive.Server.Console/3.2/Recurrence.Designer.cs @ 3296

Last change on this file since 3296 was 3022, checked in by kgrading, 14 years ago

added the calendar in the dal and the server console. Works on every Resource (Group / Client) (#908)

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