1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2011 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 |
|
---|
22 | namespace HeuristicLab.Clients.Hive.Views.Administration {
|
---|
23 | partial class ScheduleView {
|
---|
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 Component 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 | Calendar.DrawTool drawTool2 = new Calendar.DrawTool();
|
---|
48 | this.dvOnline = new Calendar.DayView();
|
---|
49 | this.txttimeTo = new System.Windows.Forms.DateTimePicker();
|
---|
50 | this.txttimeFrom = new System.Windows.Forms.DateTimePicker();
|
---|
51 | this.dtpTo = new System.Windows.Forms.DateTimePicker();
|
---|
52 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
53 | this.dtpFrom = new System.Windows.Forms.DateTimePicker();
|
---|
54 | this.chbade = new System.Windows.Forms.CheckBox();
|
---|
55 | this.btnRecurrence = new System.Windows.Forms.Button();
|
---|
56 | this.btbDelete = new System.Windows.Forms.Button();
|
---|
57 | this.label2 = new System.Windows.Forms.Label();
|
---|
58 | this.label1 = new System.Windows.Forms.Label();
|
---|
59 | this.btCreate = new System.Windows.Forms.Button();
|
---|
60 | this.btnSaveCal = new System.Windows.Forms.Button();
|
---|
61 | this.btnClearCal = new System.Windows.Forms.Button();
|
---|
62 | this.mcOnline = new System.Windows.Forms.MonthCalendar();
|
---|
63 | this.groupBox1.SuspendLayout();
|
---|
64 | this.SuspendLayout();
|
---|
65 | //
|
---|
66 | // dvOnline
|
---|
67 | //
|
---|
68 | drawTool2.DayView = this.dvOnline;
|
---|
69 | this.dvOnline.ActiveTool = drawTool2;
|
---|
70 | this.dvOnline.AmPmDisplay = false;
|
---|
71 | this.dvOnline.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
72 | | System.Windows.Forms.AnchorStyles.Left)));
|
---|
73 | this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes;
|
---|
74 | this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll;
|
---|
75 | this.dvOnline.DayHeadersHeight = 15;
|
---|
76 | this.dvOnline.DaysToShow = 7;
|
---|
77 | this.dvOnline.DrawAllAppBorder = false;
|
---|
78 | this.dvOnline.EnableDurationDisplay = false;
|
---|
79 | this.dvOnline.EnableRoundedCorners = false;
|
---|
80 | this.dvOnline.EnableShadows = false;
|
---|
81 | this.dvOnline.EnableTimeIndicator = false;
|
---|
82 | this.dvOnline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
|
---|
83 | this.dvOnline.Location = new System.Drawing.Point(9, 176);
|
---|
84 | this.dvOnline.MinHalfHourApp = false;
|
---|
85 | this.dvOnline.Name = "dvOnline";
|
---|
86 | this.dvOnline.SelectionEnd = new System.DateTime(((long)(0)));
|
---|
87 | this.dvOnline.SelectionStart = new System.DateTime(((long)(0)));
|
---|
88 | this.dvOnline.Size = new System.Drawing.Size(823, 354);
|
---|
89 | this.dvOnline.StartDate = new System.DateTime(((long)(0)));
|
---|
90 | this.dvOnline.TabIndex = 54;
|
---|
91 | this.dvOnline.OnSelectionChanged += new System.EventHandler<System.EventArgs>(this.dvOnline_OnSelectionChanged);
|
---|
92 | //
|
---|
93 | // txttimeTo
|
---|
94 | //
|
---|
95 | this.txttimeTo.CustomFormat = "HH:00";
|
---|
96 | this.txttimeTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
97 | this.txttimeTo.Location = new System.Drawing.Point(164, 45);
|
---|
98 | this.txttimeTo.Name = "txttimeTo";
|
---|
99 | this.txttimeTo.ShowUpDown = true;
|
---|
100 | this.txttimeTo.Size = new System.Drawing.Size(73, 20);
|
---|
101 | this.txttimeTo.TabIndex = 40;
|
---|
102 | //
|
---|
103 | // txttimeFrom
|
---|
104 | //
|
---|
105 | this.txttimeFrom.CustomFormat = "HH:00";
|
---|
106 | this.txttimeFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
107 | this.txttimeFrom.Location = new System.Drawing.Point(164, 12);
|
---|
108 | this.txttimeFrom.Name = "txttimeFrom";
|
---|
109 | this.txttimeFrom.ShowUpDown = true;
|
---|
110 | this.txttimeFrom.Size = new System.Drawing.Size(73, 20);
|
---|
111 | this.txttimeFrom.TabIndex = 39;
|
---|
112 | //
|
---|
113 | // dtpTo
|
---|
114 | //
|
---|
115 | this.dtpTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
116 | this.dtpTo.Location = new System.Drawing.Point(72, 45);
|
---|
117 | this.dtpTo.Name = "dtpTo";
|
---|
118 | this.dtpTo.Size = new System.Drawing.Size(89, 20);
|
---|
119 | this.dtpTo.TabIndex = 33;
|
---|
120 | //
|
---|
121 | // groupBox1
|
---|
122 | //
|
---|
123 | this.groupBox1.Controls.Add(this.txttimeTo);
|
---|
124 | this.groupBox1.Controls.Add(this.txttimeFrom);
|
---|
125 | this.groupBox1.Controls.Add(this.dtpTo);
|
---|
126 | this.groupBox1.Controls.Add(this.dtpFrom);
|
---|
127 | this.groupBox1.Controls.Add(this.chbade);
|
---|
128 | this.groupBox1.Controls.Add(this.btnRecurrence);
|
---|
129 | this.groupBox1.Controls.Add(this.btbDelete);
|
---|
130 | this.groupBox1.Controls.Add(this.label2);
|
---|
131 | this.groupBox1.Controls.Add(this.label1);
|
---|
132 | this.groupBox1.Controls.Add(this.btCreate);
|
---|
133 | this.groupBox1.Location = new System.Drawing.Point(373, 4);
|
---|
134 | this.groupBox1.Name = "groupBox1";
|
---|
135 | this.groupBox1.Size = new System.Drawing.Size(254, 161);
|
---|
136 | this.groupBox1.TabIndex = 56;
|
---|
137 | this.groupBox1.TabStop = false;
|
---|
138 | //
|
---|
139 | // dtpFrom
|
---|
140 | //
|
---|
141 | this.dtpFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
142 | this.dtpFrom.Location = new System.Drawing.Point(72, 12);
|
---|
143 | this.dtpFrom.Name = "dtpFrom";
|
---|
144 | this.dtpFrom.Size = new System.Drawing.Size(89, 20);
|
---|
145 | this.dtpFrom.TabIndex = 32;
|
---|
146 | //
|
---|
147 | // chbade
|
---|
148 | //
|
---|
149 | this.chbade.AutoSize = true;
|
---|
150 | this.chbade.Location = new System.Drawing.Point(135, 70);
|
---|
151 | this.chbade.Name = "chbade";
|
---|
152 | this.chbade.Size = new System.Drawing.Size(90, 17);
|
---|
153 | this.chbade.TabIndex = 31;
|
---|
154 | this.chbade.Text = "All Day Event";
|
---|
155 | this.chbade.UseVisualStyleBackColor = true;
|
---|
156 | this.chbade.CheckedChanged += new System.EventHandler(this.chbade_CheckedChanged);
|
---|
157 | //
|
---|
158 | // btnRecurrence
|
---|
159 | //
|
---|
160 | this.btnRecurrence.Location = new System.Drawing.Point(135, 129);
|
---|
161 | this.btnRecurrence.Name = "btnRecurrence";
|
---|
162 | this.btnRecurrence.Size = new System.Drawing.Size(113, 26);
|
---|
163 | this.btnRecurrence.TabIndex = 30;
|
---|
164 | this.btnRecurrence.Text = "Recurrence";
|
---|
165 | this.btnRecurrence.UseVisualStyleBackColor = true;
|
---|
166 | this.btnRecurrence.Click += new System.EventHandler(this.btnRecurrence_Click);
|
---|
167 | //
|
---|
168 | // btbDelete
|
---|
169 | //
|
---|
170 | this.btbDelete.Location = new System.Drawing.Point(8, 129);
|
---|
171 | this.btbDelete.Name = "btbDelete";
|
---|
172 | this.btbDelete.Size = new System.Drawing.Size(114, 26);
|
---|
173 | this.btbDelete.TabIndex = 25;
|
---|
174 | this.btbDelete.Text = "Delete";
|
---|
175 | this.btbDelete.UseVisualStyleBackColor = true;
|
---|
176 | this.btbDelete.Click += new System.EventHandler(this.btbDelete_Click);
|
---|
177 | //
|
---|
178 | // label2
|
---|
179 | //
|
---|
180 | this.label2.AutoSize = true;
|
---|
181 | this.label2.Location = new System.Drawing.Point(16, 46);
|
---|
182 | this.label2.Name = "label2";
|
---|
183 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
184 | this.label2.TabIndex = 23;
|
---|
185 | this.label2.Text = "End Time:";
|
---|
186 | //
|
---|
187 | // label1
|
---|
188 | //
|
---|
189 | this.label1.AutoSize = true;
|
---|
190 | this.label1.Location = new System.Drawing.Point(16, 15);
|
---|
191 | this.label1.Name = "label1";
|
---|
192 | this.label1.Size = new System.Drawing.Size(58, 13);
|
---|
193 | this.label1.TabIndex = 21;
|
---|
194 | this.label1.Text = "Start Time:";
|
---|
195 | //
|
---|
196 | // btCreate
|
---|
197 | //
|
---|
198 | this.btCreate.Location = new System.Drawing.Point(6, 93);
|
---|
199 | this.btCreate.Name = "btCreate";
|
---|
200 | this.btCreate.Size = new System.Drawing.Size(242, 26);
|
---|
201 | this.btCreate.TabIndex = 20;
|
---|
202 | this.btCreate.Text = "Save Appointment";
|
---|
203 | this.btCreate.UseVisualStyleBackColor = true;
|
---|
204 | this.btCreate.Click += new System.EventHandler(this.btCreate_Click);
|
---|
205 | //
|
---|
206 | // btnSaveCal
|
---|
207 | //
|
---|
208 | this.btnSaveCal.Location = new System.Drawing.Point(633, 40);
|
---|
209 | this.btnSaveCal.Name = "btnSaveCal";
|
---|
210 | this.btnSaveCal.Size = new System.Drawing.Size(199, 23);
|
---|
211 | this.btnSaveCal.TabIndex = 57;
|
---|
212 | this.btnSaveCal.Text = "Save Calendar";
|
---|
213 | this.btnSaveCal.UseVisualStyleBackColor = true;
|
---|
214 | this.btnSaveCal.Click += new System.EventHandler(this.btnSaveCal_Click);
|
---|
215 | //
|
---|
216 | // btnClearCal
|
---|
217 | //
|
---|
218 | this.btnClearCal.Location = new System.Drawing.Point(633, 9);
|
---|
219 | this.btnClearCal.Name = "btnClearCal";
|
---|
220 | this.btnClearCal.Size = new System.Drawing.Size(199, 23);
|
---|
221 | this.btnClearCal.TabIndex = 58;
|
---|
222 | this.btnClearCal.Text = "Clear Calendar";
|
---|
223 | this.btnClearCal.UseVisualStyleBackColor = true;
|
---|
224 | this.btnClearCal.Click += new System.EventHandler(this.btnClearCal_Click);
|
---|
225 | //
|
---|
226 | // mcOnline
|
---|
227 | //
|
---|
228 | this.mcOnline.CalendarDimensions = new System.Drawing.Size(2, 1);
|
---|
229 | this.mcOnline.Location = new System.Drawing.Point(4, 9);
|
---|
230 | this.mcOnline.Name = "mcOnline";
|
---|
231 | this.mcOnline.TabIndex = 55;
|
---|
232 | this.mcOnline.DateChanged += new System.Windows.Forms.DateRangeEventHandler(this.mcOnline_DateChanged);
|
---|
233 | //
|
---|
234 | // ScheduleView
|
---|
235 | //
|
---|
236 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
237 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
238 | this.Controls.Add(this.dvOnline);
|
---|
239 | this.Controls.Add(this.groupBox1);
|
---|
240 | this.Controls.Add(this.btnSaveCal);
|
---|
241 | this.Controls.Add(this.btnClearCal);
|
---|
242 | this.Controls.Add(this.mcOnline);
|
---|
243 | this.Name = "ScheduleView";
|
---|
244 | this.Size = new System.Drawing.Size(842, 540);
|
---|
245 | this.groupBox1.ResumeLayout(false);
|
---|
246 | this.groupBox1.PerformLayout();
|
---|
247 | this.ResumeLayout(false);
|
---|
248 |
|
---|
249 | }
|
---|
250 |
|
---|
251 | #endregion
|
---|
252 |
|
---|
253 | private System.Windows.Forms.DateTimePicker txttimeTo;
|
---|
254 | private Calendar.DayView dvOnline;
|
---|
255 | private System.Windows.Forms.DateTimePicker txttimeFrom;
|
---|
256 | private System.Windows.Forms.DateTimePicker dtpTo;
|
---|
257 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
258 | private System.Windows.Forms.DateTimePicker dtpFrom;
|
---|
259 | private System.Windows.Forms.CheckBox chbade;
|
---|
260 | private System.Windows.Forms.Button btnRecurrence;
|
---|
261 | private System.Windows.Forms.Button btbDelete;
|
---|
262 | private System.Windows.Forms.Label label2;
|
---|
263 | private System.Windows.Forms.Label label1;
|
---|
264 | private System.Windows.Forms.Button btCreate;
|
---|
265 | private System.Windows.Forms.Button btnSaveCal;
|
---|
266 | private System.Windows.Forms.Button btnClearCal;
|
---|
267 | private System.Windows.Forms.MonthCalendar mcOnline;
|
---|
268 | }
|
---|
269 | }
|
---|