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 @ 6451

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

#1233
Admin UI:

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