Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1233

  • some admin gui updates
  • HeuristicLab.Calendar is now HeuristicLab.ExtLibs/HeuristicLab.DayView Plugin
File size: 10.2 KB
Line 
1namespace HeuristicLab.Clients.Hive.Views.Administration {
2  partial class ScheduleControl {
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 Component 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      Calendar.DrawTool drawTool1 = new Calendar.DrawTool();
27      this.cbx_forcePush = new System.Windows.Forms.CheckBox();
28      this.btnClearCal = new System.Windows.Forms.Button();
29      this.btnSaveCal = new System.Windows.Forms.Button();
30      this.groupBox1 = new System.Windows.Forms.GroupBox();
31      this.txttimeTo = new System.Windows.Forms.DateTimePicker();
32      this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
33      this.dtpTo = new System.Windows.Forms.DateTimePicker();
34      this.dtpFrom = new System.Windows.Forms.DateTimePicker();
35      this.chbade = new System.Windows.Forms.CheckBox();
36      this.btnRecurrence = new System.Windows.Forms.Button();
37      this.btbDelete = new System.Windows.Forms.Button();
38      this.label2 = new System.Windows.Forms.Label();
39      this.label1 = new System.Windows.Forms.Label();
40      this.btCreate = new System.Windows.Forms.Button();
41      this.mcOnline = new System.Windows.Forms.MonthCalendar();
42      this.dvOnline = new Calendar.DayView();
43      this.groupBox1.SuspendLayout();
44      this.SuspendLayout();
45      //
46      // cbx_forcePush
47      //
48      this.cbx_forcePush.AutoSize = true;
49      this.cbx_forcePush.Location = new System.Drawing.Point(633, 69);
50      this.cbx_forcePush.Name = "cbx_forcePush";
51      this.cbx_forcePush.Size = new System.Drawing.Size(80, 17);
52      this.cbx_forcePush.TabIndex = 53;
53      this.cbx_forcePush.Text = "Force Push";
54      this.cbx_forcePush.UseVisualStyleBackColor = true;
55      //
56      // btnClearCal
57      //
58      this.btnClearCal.Location = new System.Drawing.Point(633, 9);
59      this.btnClearCal.Name = "btnClearCal";
60      this.btnClearCal.Size = new System.Drawing.Size(199, 23);
61      this.btnClearCal.TabIndex = 52;
62      this.btnClearCal.Text = "Clear Calendar";
63      this.btnClearCal.UseVisualStyleBackColor = true;
64      //
65      // btnSaveCal
66      //
67      this.btnSaveCal.Location = new System.Drawing.Point(633, 40);
68      this.btnSaveCal.Name = "btnSaveCal";
69      this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
70      this.btnSaveCal.TabIndex = 51;
71      this.btnSaveCal.Text = "Save Calendar";
72      this.btnSaveCal.UseVisualStyleBackColor = true;
73      //
74      // groupBox1
75      //
76      this.groupBox1.Controls.Add(this.txttimeTo);
77      this.groupBox1.Controls.Add(this.txttimeFrom);
78      this.groupBox1.Controls.Add(this.dtpTo);
79      this.groupBox1.Controls.Add(this.dtpFrom);
80      this.groupBox1.Controls.Add(this.chbade);
81      this.groupBox1.Controls.Add(this.btnRecurrence);
82      this.groupBox1.Controls.Add(this.btbDelete);
83      this.groupBox1.Controls.Add(this.label2);
84      this.groupBox1.Controls.Add(this.label1);
85      this.groupBox1.Controls.Add(this.btCreate);
86      this.groupBox1.Location = new System.Drawing.Point(373, 4);
87      this.groupBox1.Name = "groupBox1";
88      this.groupBox1.Size = new System.Drawing.Size(254, 161);
89      this.groupBox1.TabIndex = 50;
90      this.groupBox1.TabStop = false;
91      //
92      // txttimeTo
93      //
94      this.txttimeTo.CustomFormat = "HH:00";
95      this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
96      this.txttimeTo.Location = new System.Drawing.Point(164, 45);
97      this.txttimeTo.Name = "txttimeTo";
98      this.txttimeTo.ShowUpDown = true;
99      this.txttimeTo.Size = new System.Drawing.Size(73, 20);
100      this.txttimeTo.TabIndex = 40;
101      //
102      // txttimeFrom
103      //
104      this.txttimeFrom.CustomFormat = "HH:00";
105      this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
106      this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
107      this.txttimeFrom.Name = "txttimeFrom";
108      this.txttimeFrom.ShowUpDown = true;
109      this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
110      this.txttimeFrom.TabIndex = 39;
111      //
112      // dtpTo
113      //
114      this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
115      this.dtpTo.Location = new System.Drawing.Point(72, 45);
116      this.dtpTo.Name = "dtpTo";
117      this.dtpTo.Size = new System.Drawing.Size(89, 20);
118      this.dtpTo.TabIndex = 33;
119      //
120      // dtpFrom
121      //
122      this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
123      this.dtpFrom.Location = new System.Drawing.Point(72, 12);
124      this.dtpFrom.Name = "dtpFrom";
125      this.dtpFrom.Size = new System.Drawing.Size(89, 20);
126      this.dtpFrom.TabIndex = 32;
127      //
128      // chbade
129      //
130      this.chbade.AutoSize = true;
131      this.chbade.Location = new System.Drawing.Point(135, 70);
132      this.chbade.Name = "chbade";
133      this.chbade.Size = new System.Drawing.Size(90, 17);
134      this.chbade.TabIndex = 31;
135      this.chbade.Text = "All Day Event";
136      this.chbade.UseVisualStyleBackColor = true;
137      //
138      // btnRecurrence
139      //
140      this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
141      this.btnRecurrence.Name = "btnRecurrence";
142      this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
143      this.btnRecurrence.TabIndex = 30;
144      this.btnRecurrence.Text = "Recurrence";
145      this.btnRecurrence.UseVisualStyleBackColor = true;
146      //
147      // btbDelete
148      //
149      this.btbDelete.Location = new System.Drawing.Point(8, 129);
150      this.btbDelete.Name = "btbDelete";
151      this.btbDelete.Size = new System.Drawing.Size(114, 26);
152      this.btbDelete.TabIndex = 25;
153      this.btbDelete.Text = "Delete";
154      this.btbDelete.UseVisualStyleBackColor = true;
155      //
156      // label2
157      //
158      this.label2.AutoSize = true;
159      this.label2.Location = new System.Drawing.Point(16, 46);
160      this.label2.Name = "label2";
161      this.label2.Size = new System.Drawing.Size(55, 13);
162      this.label2.TabIndex = 23;
163      this.label2.Text = "End Time:";
164      //
165      // label1
166      //
167      this.label1.AutoSize = true;
168      this.label1.Location = new System.Drawing.Point(16, 15);
169      this.label1.Name = "label1";
170      this.label1.Size = new System.Drawing.Size(58, 13);
171      this.label1.TabIndex = 21;
172      this.label1.Text = "Start Time:";
173      //
174      // btCreate
175      //
176      this.btCreate.Location = new System.Drawing.Point(6, 93);
177      this.btCreate.Name = "btCreate";
178      this.btCreate.Size = new System.Drawing.Size(242, 26);
179      this.btCreate.TabIndex = 20;
180      this.btCreate.Text = "Save Appointment";
181      this.btCreate.UseVisualStyleBackColor = true;
182      //
183      // mcOnline
184      //
185      this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
186      this.mcOnline.Location = new System.Drawing.Point(9, 9);
187      this.mcOnline.Name = "mcOnline";
188      this.mcOnline.TabIndex = 49;
189      //
190      // dvOnline
191      //
192      drawTool1.DayView = this.dvOnline;
193      this.dvOnline.ActiveTool = drawTool1;
194      this.dvOnline.AmPmDisplay = false;
195      this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
196      this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
197      this.dvOnline.DayHeadersHeight = 15;
198      this.dvOnline.DaysToShow = 7;
199      this.dvOnline.DrawAllAppBorder = false;
200      this.dvOnline.EnableDurationDisplay = false;
201      this.dvOnline.EnableRoundedCorners = false;
202      this.dvOnline.EnableShadows = false;
203      this.dvOnline.EnableTimeIndicator = false;
204      this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
205      this.dvOnline.Location = new System.Drawing.Point(9, 176);
206      this.dvOnline.MinHalfHourApp = false;
207      this.dvOnline.Name = "dvOnline";
208      this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
209      this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
210      this.dvOnline.Size = new System.Drawing.Size(823, 354);
211      this.dvOnline.StartDate = new System.DateTime(((long)(0)));
212      this.dvOnline.TabIndex = 48;
213      //
214      // ScheduleControl
215      //
216      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
217      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
218      this.Controls.Add(this.cbx_forcePush);
219      this.Controls.Add(this.btnClearCal);
220      this.Controls.Add(this.btnSaveCal);
221      this.Controls.Add(this.groupBox1);
222      this.Controls.Add(this.mcOnline);
223      this.Controls.Add(this.dvOnline);
224      this.Name = "ScheduleControl";
225      this.Size = new System.Drawing.Size(862, 562);
226      this.groupBox1.ResumeLayout(false);
227      this.groupBox1.PerformLayout();
228      this.ResumeLayout(false);
229      this.PerformLayout();
230
231    }
232
233    #endregion
234
235    private System.Windows.Forms.CheckBox cbx_forcePush;
236    private System.Windows.Forms.Button btnClearCal;
237    private System.Windows.Forms.Button btnSaveCal;
238    private System.Windows.Forms.GroupBox groupBox1;
239    private System.Windows.Forms.DateTimePicker txttimeTo;
240    private System.Windows.Forms.DateTimePicker txttimeFrom;
241    private System.Windows.Forms.DateTimePicker dtpTo;
242    private System.Windows.Forms.DateTimePicker dtpFrom;
243    private System.Windows.Forms.CheckBox chbade;
244    private System.Windows.Forms.Button btnRecurrence;
245    private System.Windows.Forms.Button btbDelete;
246    private System.Windows.Forms.Label label2;
247    private System.Windows.Forms.Label label1;
248    private System.Windows.Forms.Button btCreate;
249    private System.Windows.Forms.MonthCalendar mcOnline;
250    private Calendar.DayView dvOnline;
251
252  }
253}
Note: See TracBrowser for help on using the repository browser.