[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 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.Administrator.Views {
|
---|
[6976] | 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();
|
---|
[9016] | 65 | this.appointmentTypeView = new HeuristicLab.Clients.Hive.Administrator.Views.DowntimeTypeView();
|
---|
[8957] | 66 | this.gbDowntimeType = new System.Windows.Forms.GroupBox();
|
---|
[6976] | 67 | this.gbAppointment.SuspendLayout();
|
---|
| 68 | this.gbWeekly.SuspendLayout();
|
---|
[8957] | 69 | this.gbDowntimeType.SuspendLayout();
|
---|
[6976] | 70 | this.SuspendLayout();
|
---|
| 71 | //
|
---|
| 72 | // gbAppointment
|
---|
| 73 | //
|
---|
| 74 | this.gbAppointment.Controls.Add(this.chbade);
|
---|
| 75 | this.gbAppointment.Controls.Add(this.dtpEnd);
|
---|
| 76 | this.gbAppointment.Controls.Add(this.dtpToTime);
|
---|
| 77 | this.gbAppointment.Controls.Add(this.label5);
|
---|
| 78 | this.gbAppointment.Controls.Add(this.dtpStart);
|
---|
| 79 | this.gbAppointment.Controls.Add(this.dtpFromTime);
|
---|
| 80 | this.gbAppointment.Controls.Add(this.label6);
|
---|
| 81 | this.gbAppointment.Location = new System.Drawing.Point(2, 2);
|
---|
| 82 | this.gbAppointment.Name = "gbAppointment";
|
---|
| 83 | this.gbAppointment.Size = new System.Drawing.Size(386, 109);
|
---|
| 84 | this.gbAppointment.TabIndex = 39;
|
---|
| 85 | this.gbAppointment.TabStop = false;
|
---|
| 86 | this.gbAppointment.Text = "Appointment";
|
---|
| 87 | //
|
---|
| 88 | // chbade
|
---|
| 89 | //
|
---|
| 90 | this.chbade.AutoSize = true;
|
---|
| 91 | this.chbade.Location = new System.Drawing.Point(113, 86);
|
---|
| 92 | this.chbade.Name = "chbade";
|
---|
| 93 | this.chbade.Size = new System.Drawing.Size(90, 17);
|
---|
| 94 | this.chbade.TabIndex = 39;
|
---|
| 95 | this.chbade.Text = "All Day Event";
|
---|
| 96 | this.chbade.UseVisualStyleBackColor = true;
|
---|
| 97 | //
|
---|
| 98 | // dtpEnd
|
---|
| 99 | //
|
---|
| 100 | this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
---|
| 101 | this.dtpEnd.Location = new System.Drawing.Point(113, 56);
|
---|
| 102 | this.dtpEnd.Name = "dtpEnd";
|
---|
| 103 | this.dtpEnd.Size = new System.Drawing.Size(91, 20);
|
---|
| 104 | this.dtpEnd.TabIndex = 29;
|
---|
| 105 | //
|
---|
| 106 | // dtpToTime
|
---|
| 107 | //
|
---|
[9036] | 108 | this.dtpToTime.CustomFormat = "HH:mm";
|
---|
[6976] | 109 | this.dtpToTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
| 110 | this.dtpToTime.Location = new System.Drawing.Point(226, 56);
|
---|
| 111 | this.dtpToTime.Name = "dtpToTime";
|
---|
| 112 | this.dtpToTime.ShowUpDown = true;
|
---|
| 113 | this.dtpToTime.Size = new System.Drawing.Size(73, 20);
|
---|
| 114 | this.dtpToTime.TabIndex = 38;
|
---|
| 115 | //
|
---|
| 116 | // label5
|
---|
| 117 | //
|
---|
| 118 | this.label5.AutoSize = true;
|
---|
| 119 | this.label5.Location = new System.Drawing.Point(58, 60);
|
---|
| 120 | this.label5.Name = "label5";
|
---|
| 121 | this.label5.Size = new System.Drawing.Size(55, 13);
|
---|
| 122 | this.label5.TabIndex = 27;
|
---|
| 123 | this.label5.Text = "End Date:";
|
---|
| 124 | //
|
---|
| 125 | // dtpStart
|
---|
| 126 | //
|
---|
| 127 | this.dtpStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
| 128 | this.dtpStart.Location = new System.Drawing.Point(113, 19);
|
---|
| 129 | this.dtpStart.Name = "dtpStart";
|
---|
| 130 | this.dtpStart.Size = new System.Drawing.Size(89, 20);
|
---|
| 131 | this.dtpStart.TabIndex = 28;
|
---|
| 132 | //
|
---|
| 133 | // dtpFromTime
|
---|
| 134 | //
|
---|
[9036] | 135 | this.dtpFromTime.CustomFormat = "HH:mm";
|
---|
[6976] | 136 | this.dtpFromTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
---|
| 137 | this.dtpFromTime.Location = new System.Drawing.Point(226, 19);
|
---|
| 138 | this.dtpFromTime.Name = "dtpFromTime";
|
---|
| 139 | this.dtpFromTime.ShowUpDown = true;
|
---|
| 140 | this.dtpFromTime.Size = new System.Drawing.Size(73, 20);
|
---|
| 141 | this.dtpFromTime.TabIndex = 30;
|
---|
| 142 | //
|
---|
| 143 | // label6
|
---|
| 144 | //
|
---|
| 145 | this.label6.AutoSize = true;
|
---|
| 146 | this.label6.Location = new System.Drawing.Point(58, 23);
|
---|
| 147 | this.label6.Name = "label6";
|
---|
| 148 | this.label6.Size = new System.Drawing.Size(58, 13);
|
---|
| 149 | this.label6.TabIndex = 25;
|
---|
| 150 | this.label6.Text = "Start Date:";
|
---|
| 151 | //
|
---|
| 152 | // btSaveRecurrence
|
---|
| 153 | //
|
---|
[8957] | 154 | this.btSaveRecurrence.Location = new System.Drawing.Point(2, 298);
|
---|
[6976] | 155 | this.btSaveRecurrence.Name = "btSaveRecurrence";
|
---|
| 156 | this.btSaveRecurrence.Size = new System.Drawing.Size(147, 23);
|
---|
| 157 | this.btSaveRecurrence.TabIndex = 43;
|
---|
| 158 | this.btSaveRecurrence.Text = "Save";
|
---|
| 159 | this.btSaveRecurrence.UseVisualStyleBackColor = true;
|
---|
| 160 | this.btSaveRecurrence.Click += new System.EventHandler(this.btSaveRecurrence_Click);
|
---|
| 161 | //
|
---|
| 162 | // btCancelRecurrence
|
---|
| 163 | //
|
---|
[8957] | 164 | this.btCancelRecurrence.Location = new System.Drawing.Point(241, 298);
|
---|
[6976] | 165 | this.btCancelRecurrence.Name = "btCancelRecurrence";
|
---|
| 166 | this.btCancelRecurrence.Size = new System.Drawing.Size(147, 23);
|
---|
| 167 | this.btCancelRecurrence.TabIndex = 44;
|
---|
| 168 | this.btCancelRecurrence.Text = "Cancel";
|
---|
| 169 | this.btCancelRecurrence.UseVisualStyleBackColor = true;
|
---|
| 170 | this.btCancelRecurrence.Click += new System.EventHandler(this.btCancelRecurrence_Click);
|
---|
| 171 | //
|
---|
| 172 | // gbWeekly
|
---|
| 173 | //
|
---|
| 174 | this.gbWeekly.Controls.Add(this.cbSunday);
|
---|
| 175 | this.gbWeekly.Controls.Add(this.cbSaturday);
|
---|
| 176 | this.gbWeekly.Controls.Add(this.cbFriday);
|
---|
| 177 | this.gbWeekly.Controls.Add(this.cbThursday);
|
---|
| 178 | this.gbWeekly.Controls.Add(this.cbWednesday);
|
---|
| 179 | this.gbWeekly.Controls.Add(this.cbTuesday);
|
---|
| 180 | this.gbWeekly.Controls.Add(this.cbMonday);
|
---|
| 181 | this.gbWeekly.Location = new System.Drawing.Point(2, 111);
|
---|
| 182 | this.gbWeekly.Name = "gbWeekly";
|
---|
| 183 | this.gbWeekly.Size = new System.Drawing.Size(386, 100);
|
---|
| 184 | this.gbWeekly.TabIndex = 42;
|
---|
| 185 | this.gbWeekly.TabStop = false;
|
---|
| 186 | this.gbWeekly.Text = "Days of week";
|
---|
| 187 | //
|
---|
| 188 | // cbSunday
|
---|
| 189 | //
|
---|
| 190 | this.cbSunday.AutoSize = true;
|
---|
| 191 | this.cbSunday.Location = new System.Drawing.Point(199, 65);
|
---|
| 192 | this.cbSunday.Name = "cbSunday";
|
---|
| 193 | this.cbSunday.Size = new System.Drawing.Size(62, 17);
|
---|
| 194 | this.cbSunday.TabIndex = 6;
|
---|
| 195 | this.cbSunday.Text = "Sunday";
|
---|
| 196 | this.cbSunday.UseVisualStyleBackColor = true;
|
---|
| 197 | //
|
---|
| 198 | // cbSaturday
|
---|
| 199 | //
|
---|
| 200 | this.cbSaturday.AutoSize = true;
|
---|
| 201 | this.cbSaturday.Location = new System.Drawing.Point(122, 65);
|
---|
| 202 | this.cbSaturday.Name = "cbSaturday";
|
---|
| 203 | this.cbSaturday.Size = new System.Drawing.Size(68, 17);
|
---|
| 204 | this.cbSaturday.TabIndex = 5;
|
---|
| 205 | this.cbSaturday.Text = "Saturday";
|
---|
| 206 | this.cbSaturday.UseVisualStyleBackColor = true;
|
---|
| 207 | //
|
---|
| 208 | // cbFriday
|
---|
| 209 | //
|
---|
| 210 | this.cbFriday.AutoSize = true;
|
---|
| 211 | this.cbFriday.Location = new System.Drawing.Point(37, 65);
|
---|
| 212 | this.cbFriday.Name = "cbFriday";
|
---|
| 213 | this.cbFriday.Size = new System.Drawing.Size(54, 17);
|
---|
| 214 | this.cbFriday.TabIndex = 4;
|
---|
| 215 | this.cbFriday.Text = "Friday";
|
---|
| 216 | this.cbFriday.UseVisualStyleBackColor = true;
|
---|
| 217 | //
|
---|
| 218 | // cbThursday
|
---|
| 219 | //
|
---|
| 220 | this.cbThursday.AutoSize = true;
|
---|
| 221 | this.cbThursday.Location = new System.Drawing.Point(289, 40);
|
---|
| 222 | this.cbThursday.Name = "cbThursday";
|
---|
| 223 | this.cbThursday.Size = new System.Drawing.Size(70, 17);
|
---|
| 224 | this.cbThursday.TabIndex = 3;
|
---|
| 225 | this.cbThursday.Text = "Thursday";
|
---|
| 226 | this.cbThursday.UseVisualStyleBackColor = true;
|
---|
| 227 | //
|
---|
| 228 | // cbWednesday
|
---|
| 229 | //
|
---|
| 230 | this.cbWednesday.AutoSize = true;
|
---|
| 231 | this.cbWednesday.Location = new System.Drawing.Point(199, 42);
|
---|
| 232 | this.cbWednesday.Name = "cbWednesday";
|
---|
| 233 | this.cbWednesday.Size = new System.Drawing.Size(86, 17);
|
---|
| 234 | this.cbWednesday.TabIndex = 2;
|
---|
| 235 | this.cbWednesday.Text = "Wednesday ";
|
---|
| 236 | this.cbWednesday.UseVisualStyleBackColor = true;
|
---|
| 237 | //
|
---|
| 238 | // cbTuesday
|
---|
| 239 | //
|
---|
| 240 | this.cbTuesday.AutoSize = true;
|
---|
| 241 | this.cbTuesday.Location = new System.Drawing.Point(123, 42);
|
---|
| 242 | this.cbTuesday.Name = "cbTuesday";
|
---|
| 243 | this.cbTuesday.Size = new System.Drawing.Size(67, 17);
|
---|
| 244 | this.cbTuesday.TabIndex = 1;
|
---|
| 245 | this.cbTuesday.Text = "Tuesday";
|
---|
| 246 | this.cbTuesday.UseVisualStyleBackColor = true;
|
---|
| 247 | //
|
---|
| 248 | // cbMonday
|
---|
| 249 | //
|
---|
| 250 | this.cbMonday.AutoSize = true;
|
---|
| 251 | this.cbMonday.Location = new System.Drawing.Point(37, 42);
|
---|
| 252 | this.cbMonday.Name = "cbMonday";
|
---|
| 253 | this.cbMonday.Size = new System.Drawing.Size(64, 17);
|
---|
| 254 | this.cbMonday.TabIndex = 0;
|
---|
| 255 | this.cbMonday.Text = "Monday";
|
---|
| 256 | this.cbMonday.UseVisualStyleBackColor = true;
|
---|
| 257 | //
|
---|
[8957] | 258 | // appointmentTypeView
|
---|
| 259 | //
|
---|
[9016] | 260 | this.appointmentTypeView.DowntimeType = HeuristicLab.Clients.Hive.DowntimeType.Offline;
|
---|
[8957] | 261 | this.appointmentTypeView.Location = new System.Drawing.Point(10, 19);
|
---|
| 262 | this.appointmentTypeView.Name = "appointmentTypeView";
|
---|
| 263 | this.appointmentTypeView.Size = new System.Drawing.Size(120, 50);
|
---|
| 264 | this.appointmentTypeView.TabIndex = 45;
|
---|
| 265 | //
|
---|
| 266 | // gbDowntimeType
|
---|
| 267 | //
|
---|
| 268 | this.gbDowntimeType.Controls.Add(this.appointmentTypeView);
|
---|
| 269 | this.gbDowntimeType.Location = new System.Drawing.Point(2, 217);
|
---|
| 270 | this.gbDowntimeType.Name = "gbDowntimeType";
|
---|
| 271 | this.gbDowntimeType.Size = new System.Drawing.Size(386, 75);
|
---|
| 272 | this.gbDowntimeType.TabIndex = 46;
|
---|
| 273 | this.gbDowntimeType.TabStop = false;
|
---|
| 274 | this.gbDowntimeType.Text = "Type of Downtime";
|
---|
| 275 | //
|
---|
[6976] | 276 | // Recurrence
|
---|
| 277 | //
|
---|
[7967] | 278 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[8957] | 279 | this.ClientSize = new System.Drawing.Size(393, 332);
|
---|
| 280 | this.Controls.Add(this.gbDowntimeType);
|
---|
[6976] | 281 | this.Controls.Add(this.gbWeekly);
|
---|
| 282 | this.Controls.Add(this.btCancelRecurrence);
|
---|
| 283 | this.Controls.Add(this.btSaveRecurrence);
|
---|
| 284 | this.Controls.Add(this.gbAppointment);
|
---|
| 285 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
---|
| 286 | this.Name = "Recurrence";
|
---|
[8957] | 287 | this.ShowIcon = false;
|
---|
| 288 | this.ShowInTaskbar = false;
|
---|
[6976] | 289 | this.Text = "Recurrence";
|
---|
[8957] | 290 | this.TopMost = true;
|
---|
[6976] | 291 | this.gbAppointment.ResumeLayout(false);
|
---|
| 292 | this.gbAppointment.PerformLayout();
|
---|
| 293 | this.gbWeekly.ResumeLayout(false);
|
---|
| 294 | this.gbWeekly.PerformLayout();
|
---|
[8957] | 295 | this.gbDowntimeType.ResumeLayout(false);
|
---|
[6976] | 296 | this.ResumeLayout(false);
|
---|
| 297 |
|
---|
| 298 | }
|
---|
| 299 |
|
---|
| 300 | #endregion
|
---|
| 301 |
|
---|
| 302 | private System.Windows.Forms.GroupBox gbAppointment;
|
---|
| 303 | private System.Windows.Forms.DateTimePicker dtpEnd;
|
---|
| 304 | private System.Windows.Forms.DateTimePicker dtpStart;
|
---|
| 305 | private System.Windows.Forms.Label label5;
|
---|
| 306 | private System.Windows.Forms.Label label6;
|
---|
| 307 | private System.Windows.Forms.Button btSaveRecurrence;
|
---|
| 308 | private System.Windows.Forms.Button btCancelRecurrence;
|
---|
| 309 | private System.Windows.Forms.DateTimePicker dtpFromTime;
|
---|
| 310 | private System.Windows.Forms.DateTimePicker dtpToTime;
|
---|
| 311 | private System.Windows.Forms.CheckBox chbade;
|
---|
| 312 | private System.Windows.Forms.GroupBox gbWeekly;
|
---|
| 313 | private System.Windows.Forms.CheckBox cbSunday;
|
---|
| 314 | private System.Windows.Forms.CheckBox cbSaturday;
|
---|
| 315 | private System.Windows.Forms.CheckBox cbFriday;
|
---|
| 316 | private System.Windows.Forms.CheckBox cbThursday;
|
---|
| 317 | private System.Windows.Forms.CheckBox cbWednesday;
|
---|
| 318 | private System.Windows.Forms.CheckBox cbTuesday;
|
---|
| 319 | private System.Windows.Forms.CheckBox cbMonday;
|
---|
[9016] | 320 | private DowntimeTypeView appointmentTypeView;
|
---|
[8957] | 321 | private System.Windows.Forms.GroupBox gbDowntimeType;
|
---|
[6976] | 322 | }
|
---|
| 323 | } |
---|