[1511] | 1 | namespace HeuristicLab.Hive.Client.Console
|
---|
| 2 | {
|
---|
| 3 | partial class Recurrence
|
---|
| 4 | {
|
---|
[1257] | 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>
|
---|
[1511] | 14 | protected override void Dispose(bool disposing)
|
---|
| 15 | {
|
---|
| 16 | if (disposing && (components != null))
|
---|
| 17 | {
|
---|
[1257] | 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>
|
---|
[1511] | 29 | private void InitializeComponent()
|
---|
| 30 | {
|
---|
[1257] | 31 | this.gbAppointment = new System.Windows.Forms.GroupBox();
|
---|
[1333] | 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();
|
---|
[1511] | 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();
|
---|
[1257] | 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();
|
---|
[1333] | 53 | this.gbWeekly.SuspendLayout();
|
---|
[1257] | 54 | this.SuspendLayout();
|
---|
| 55 | //
|
---|
| 56 | // gbAppointment
|
---|
| 57 | //
|
---|
[1333] | 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);
|
---|
[1257] | 65 | this.gbAppointment.Location = new System.Drawing.Point(2, 2);
|
---|
| 66 | this.gbAppointment.Name = "gbAppointment";
|
---|
[1333] | 67 | this.gbAppointment.Size = new System.Drawing.Size(386, 109);
|
---|
[1257] | 68 | this.gbAppointment.TabIndex = 39;
|
---|
| 69 | this.gbAppointment.TabStop = false;
|
---|
| 70 | this.gbAppointment.Text = "Appointment";
|
---|
| 71 | //
|
---|
[1333] | 72 | // chbade
|
---|
[1257] | 73 | //
|
---|
[1333] | 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;
|
---|
[1257] | 81 | //
|
---|
[1333] | 82 | // dtpEnd
|
---|
[1257] | 83 | //
|
---|
[1333] | 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;
|
---|
[1257] | 89 | //
|
---|
[1333] | 90 | // dtpToTime
|
---|
| 91 | //
|
---|
[1511] | 92 | this.dtpToTime.CustomFormat = "HH:00";
|
---|
[1333] | 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 | //
|
---|
[1511] | 136 | // txtDays
|
---|
[1257] | 137 | //
|
---|
[1511] | 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;
|
---|
[1257] | 144 | //
|
---|
[1511] | 145 | // label4
|
---|
[1257] | 146 | //
|
---|
[1511] | 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;
|
---|
[1257] | 154 | //
|
---|
[1511] | 155 | // label7
|
---|
[1257] | 156 | //
|
---|
[1511] | 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;
|
---|
[1257] | 164 | //
|
---|
[1511] | 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 | //
|
---|
[1257] | 185 | // gbWeekly
|
---|
| 186 | //
|
---|
[1511] | 187 | this.gbWeekly.Controls.Add(this.label7);
|
---|
[1257] | 188 | this.gbWeekly.Controls.Add(this.cbSunday);
|
---|
[1511] | 189 | this.gbWeekly.Controls.Add(this.txtDays);
|
---|
[1257] | 190 | this.gbWeekly.Controls.Add(this.cbSaturday);
|
---|
| 191 | this.gbWeekly.Controls.Add(this.cbFriday);
|
---|
| 192 | this.gbWeekly.Controls.Add(this.cbThursday);
|
---|
[1511] | 193 | this.gbWeekly.Controls.Add(this.label4);
|
---|
[1257] | 194 | this.gbWeekly.Controls.Add(this.cbWednesday);
|
---|
| 195 | this.gbWeekly.Controls.Add(this.cbTuesday);
|
---|
| 196 | this.gbWeekly.Controls.Add(this.cbMonday);
|
---|
[1511] | 197 | this.gbWeekly.Location = new System.Drawing.Point(2, 111);
|
---|
[1257] | 198 | this.gbWeekly.Name = "gbWeekly";
|
---|
[1511] | 199 | this.gbWeekly.Size = new System.Drawing.Size(386, 100);
|
---|
[1257] | 200 | this.gbWeekly.TabIndex = 42;
|
---|
| 201 | this.gbWeekly.TabStop = false;
|
---|
[1511] | 202 | this.gbWeekly.Text = "Days of week";
|
---|
[1257] | 203 | //
|
---|
| 204 | // cbSunday
|
---|
| 205 | //
|
---|
| 206 | this.cbSunday.AutoSize = true;
|
---|
[1511] | 207 | this.cbSunday.Location = new System.Drawing.Point(199, 65);
|
---|
[1257] | 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;
|
---|
[1511] | 217 | this.cbSaturday.Location = new System.Drawing.Point(122, 65);
|
---|
[1257] | 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;
|
---|
[1511] | 227 | this.cbFriday.Location = new System.Drawing.Point(37, 65);
|
---|
[1257] | 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;
|
---|
[1511] | 237 | this.cbThursday.Location = new System.Drawing.Point(289, 40);
|
---|
[1257] | 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;
|
---|
[1511] | 247 | this.cbWednesday.Location = new System.Drawing.Point(199, 42);
|
---|
[1257] | 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;
|
---|
[1511] | 257 | this.cbTuesday.Location = new System.Drawing.Point(123, 42);
|
---|
[1257] | 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;
|
---|
[1511] | 267 | this.cbMonday.Location = new System.Drawing.Point(37, 42);
|
---|
[1257] | 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;
|
---|
[1333] | 278 | this.ClientSize = new System.Drawing.Size(393, 243);
|
---|
[1511] | 279 | this.Controls.Add(this.gbWeekly);
|
---|
[1333] | 280 | this.Controls.Add(this.btCancelRecurrence);
|
---|
| 281 | this.Controls.Add(this.btSaveRecurrence);
|
---|
[1257] | 282 | this.Controls.Add(this.gbAppointment);
|
---|
[1333] | 283 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
---|
[1257] | 284 | this.Name = "Recurrence";
|
---|
| 285 | this.Text = "Recurrence";
|
---|
| 286 | this.gbAppointment.ResumeLayout(false);
|
---|
| 287 | this.gbAppointment.PerformLayout();
|
---|
[1333] | 288 | this.gbWeekly.ResumeLayout(false);
|
---|
| 289 | this.gbWeekly.PerformLayout();
|
---|
[1257] | 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;
|
---|
[1511] | 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;
|
---|
[1257] | 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 | } |
---|