| 1 | namespace Eraser |
|---|
| 2 | { |
|---|
| 3 | partial class TaskPropertiesForm |
|---|
| 4 | { |
|---|
| 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> |
|---|
| 14 | protected override void Dispose(bool disposing) |
|---|
| 15 | { |
|---|
| 16 | if (disposing && (components != null)) |
|---|
| 17 | { |
|---|
| 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> |
|---|
| 29 | private void InitializeComponent() |
|---|
| 30 | { |
|---|
| 31 | this.components = new System.ComponentModel.Container(); |
|---|
| 32 | this.nameLbl = new System.Windows.Forms.Label(); |
|---|
| 33 | this.name = new System.Windows.Forms.TextBox(); |
|---|
| 34 | this.eraseLbl = new System.Windows.Forms.Label(); |
|---|
| 35 | this.typeLbl = new System.Windows.Forms.Label(); |
|---|
| 36 | this.typeImmediate = new System.Windows.Forms.RadioButton(); |
|---|
| 37 | this.typeRecurring = new System.Windows.Forms.RadioButton(); |
|---|
| 38 | this.data = new System.Windows.Forms.ListView(); |
|---|
| 39 | this.dataColData = new System.Windows.Forms.ColumnHeader(); |
|---|
| 40 | this.dataColMethod = new System.Windows.Forms.ColumnHeader(); |
|---|
| 41 | this.dataAdd = new System.Windows.Forms.Button(); |
|---|
| 42 | this.ok = new System.Windows.Forms.Button(); |
|---|
| 43 | this.cancel = new System.Windows.Forms.Button(); |
|---|
| 44 | this.container = new System.Windows.Forms.TabControl(); |
|---|
| 45 | this.containerTask = new System.Windows.Forms.TabPage(); |
|---|
| 46 | this.typeRestart = new System.Windows.Forms.RadioButton(); |
|---|
| 47 | this.containerSchedule = new System.Windows.Forms.TabPage(); |
|---|
| 48 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 49 | this.schedulePattern = new System.Windows.Forms.GroupBox(); |
|---|
| 50 | this.scheduleMonthlyLbl = new System.Windows.Forms.Label(); |
|---|
| 51 | this.scheduleMonthlyDayNumber = new System.Windows.Forms.NumericUpDown(); |
|---|
| 52 | this.scheduleMonthlyFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 53 | this.scheduleMonthlyMonthLbl = new System.Windows.Forms.Label(); |
|---|
| 54 | this.scheduleMonthlyEveryLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.scheduleWeeklyFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 56 | this.scheduleDaily = new System.Windows.Forms.RadioButton(); |
|---|
| 57 | this.scheduleDailyPanel = new System.Windows.Forms.Panel(); |
|---|
| 58 | this.scheduleDailyByDayFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 59 | this.scheduleDailyByDay = new System.Windows.Forms.RadioButton(); |
|---|
| 60 | this.scheduleDailyByDayLbl = new System.Windows.Forms.Label(); |
|---|
| 61 | this.scheduleDailyByWeekday = new System.Windows.Forms.RadioButton(); |
|---|
| 62 | this.scheduleWeeklyDays = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 63 | this.scheduleWeeklyMonday = new System.Windows.Forms.CheckBox(); |
|---|
| 64 | this.scheduleWeeklyTuesday = new System.Windows.Forms.CheckBox(); |
|---|
| 65 | this.scheduleWeeklyWednesday = new System.Windows.Forms.CheckBox(); |
|---|
| 66 | this.scheduleWeeklyThursday = new System.Windows.Forms.CheckBox(); |
|---|
| 67 | this.scheduleWeeklyFriday = new System.Windows.Forms.CheckBox(); |
|---|
| 68 | this.scheduleWeeklySaturday = new System.Windows.Forms.CheckBox(); |
|---|
| 69 | this.scheduleWeeklySunday = new System.Windows.Forms.CheckBox(); |
|---|
| 70 | this.scheduleWeeklyFreqLbl = new System.Windows.Forms.Label(); |
|---|
| 71 | this.scheduleWeeklyLbl = new System.Windows.Forms.Label(); |
|---|
| 72 | this.scheduleWeekly = new System.Windows.Forms.RadioButton(); |
|---|
| 73 | this.scheduleMonthly = new System.Windows.Forms.RadioButton(); |
|---|
| 74 | this.nonRecurringPanel = new System.Windows.Forms.Panel(); |
|---|
| 75 | this.nonRecurringLbl = new System.Windows.Forms.Label(); |
|---|
| 76 | this.nonRecurringBitmap = new System.Windows.Forms.PictureBox(); |
|---|
| 77 | this.scheduleTimePanel = new System.Windows.Forms.Panel(); |
|---|
| 78 | this.scheduleTime = new System.Windows.Forms.DateTimePicker(); |
|---|
| 79 | this.scheduleTimeLbl = new System.Windows.Forms.Label(); |
|---|
| 80 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); |
|---|
| 81 | this.container.SuspendLayout(); |
|---|
| 82 | this.containerTask.SuspendLayout(); |
|---|
| 83 | this.containerSchedule.SuspendLayout(); |
|---|
| 84 | this.tableLayoutPanel1.SuspendLayout(); |
|---|
| 85 | this.schedulePattern.SuspendLayout(); |
|---|
| 86 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).BeginInit(); |
|---|
| 87 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).BeginInit(); |
|---|
| 88 | ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).BeginInit(); |
|---|
| 89 | this.scheduleDailyPanel.SuspendLayout(); |
|---|
| 90 | ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).BeginInit(); |
|---|
| 91 | this.scheduleWeeklyDays.SuspendLayout(); |
|---|
| 92 | this.nonRecurringPanel.SuspendLayout(); |
|---|
| 93 | ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).BeginInit(); |
|---|
| 94 | this.scheduleTimePanel.SuspendLayout(); |
|---|
| 95 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); |
|---|
| 96 | this.SuspendLayout(); |
|---|
| 97 | // |
|---|
| 98 | // nameLbl |
|---|
| 99 | // |
|---|
| 100 | this.nameLbl.AutoSize = true; |
|---|
| 101 | this.nameLbl.Location = new System.Drawing.Point(6, 9); |
|---|
| 102 | this.nameLbl.Name = "nameLbl"; |
|---|
| 103 | this.nameLbl.Size = new System.Drawing.Size(122, 15); |
|---|
| 104 | this.nameLbl.TabIndex = 0; |
|---|
| 105 | this.nameLbl.Text = "Task name (optional):"; |
|---|
| 106 | // |
|---|
| 107 | // name |
|---|
| 108 | // |
|---|
| 109 | this.name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 110 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 111 | this.name.Location = new System.Drawing.Point(142, 6); |
|---|
| 112 | this.name.Name = "name"; |
|---|
| 113 | this.name.Size = new System.Drawing.Size(191, 23); |
|---|
| 114 | this.name.TabIndex = 1; |
|---|
| 115 | // |
|---|
| 116 | // eraseLbl |
|---|
| 117 | // |
|---|
| 118 | this.eraseLbl.AutoSize = true; |
|---|
| 119 | this.eraseLbl.Location = new System.Drawing.Point(6, 93); |
|---|
| 120 | this.eraseLbl.Name = "eraseLbl"; |
|---|
| 121 | this.eraseLbl.Size = new System.Drawing.Size(78, 15); |
|---|
| 122 | this.eraseLbl.TabIndex = 2; |
|---|
| 123 | this.eraseLbl.Text = "Data to erase:"; |
|---|
| 124 | // |
|---|
| 125 | // typeLbl |
|---|
| 126 | // |
|---|
| 127 | this.typeLbl.AutoSize = true; |
|---|
| 128 | this.typeLbl.Location = new System.Drawing.Point(6, 37); |
|---|
| 129 | this.typeLbl.Name = "typeLbl"; |
|---|
| 130 | this.typeLbl.Size = new System.Drawing.Size(63, 15); |
|---|
| 131 | this.typeLbl.TabIndex = 4; |
|---|
| 132 | this.typeLbl.Text = "Task Type:"; |
|---|
| 133 | // |
|---|
| 134 | // typeImmediate |
|---|
| 135 | // |
|---|
| 136 | this.typeImmediate.AutoSize = true; |
|---|
| 137 | this.typeImmediate.Location = new System.Drawing.Point(142, 35); |
|---|
| 138 | this.typeImmediate.Name = "typeImmediate"; |
|---|
| 139 | this.typeImmediate.Size = new System.Drawing.Size(115, 19); |
|---|
| 140 | this.typeImmediate.TabIndex = 5; |
|---|
| 141 | this.typeImmediate.Text = "Run immediately"; |
|---|
| 142 | this.typeImmediate.UseVisualStyleBackColor = true; |
|---|
| 143 | this.typeImmediate.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); |
|---|
| 144 | // |
|---|
| 145 | // typeRecurring |
|---|
| 146 | // |
|---|
| 147 | this.typeRecurring.AutoSize = true; |
|---|
| 148 | this.typeRecurring.Location = new System.Drawing.Point(142, 53); |
|---|
| 149 | this.typeRecurring.Name = "typeRecurring"; |
|---|
| 150 | this.typeRecurring.Size = new System.Drawing.Size(76, 19); |
|---|
| 151 | this.typeRecurring.TabIndex = 6; |
|---|
| 152 | this.typeRecurring.Text = "Recurring"; |
|---|
| 153 | this.typeRecurring.UseVisualStyleBackColor = true; |
|---|
| 154 | this.typeRecurring.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); |
|---|
| 155 | // |
|---|
| 156 | // data |
|---|
| 157 | // |
|---|
| 158 | this.data.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 159 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 160 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 161 | this.data.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 162 | this.dataColData, |
|---|
| 163 | this.dataColMethod}); |
|---|
| 164 | this.data.FullRowSelect = true; |
|---|
| 165 | this.data.Location = new System.Drawing.Point(9, 111); |
|---|
| 166 | this.data.Name = "data"; |
|---|
| 167 | this.data.Size = new System.Drawing.Size(324, 240); |
|---|
| 168 | this.data.TabIndex = 7; |
|---|
| 169 | this.data.UseCompatibleStateImageBehavior = false; |
|---|
| 170 | this.data.View = System.Windows.Forms.View.Details; |
|---|
| 171 | // |
|---|
| 172 | // dataColData |
|---|
| 173 | // |
|---|
| 174 | this.dataColData.Text = "Data Set"; |
|---|
| 175 | this.dataColData.Width = 200; |
|---|
| 176 | // |
|---|
| 177 | // dataColMethod |
|---|
| 178 | // |
|---|
| 179 | this.dataColMethod.Text = "Erasure Method"; |
|---|
| 180 | this.dataColMethod.Width = 100; |
|---|
| 181 | // |
|---|
| 182 | // dataAdd |
|---|
| 183 | // |
|---|
| 184 | this.dataAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); |
|---|
| 185 | this.dataAdd.Location = new System.Drawing.Point(9, 357); |
|---|
| 186 | this.dataAdd.Name = "dataAdd"; |
|---|
| 187 | this.dataAdd.Size = new System.Drawing.Size(75, 23); |
|---|
| 188 | this.dataAdd.TabIndex = 8; |
|---|
| 189 | this.dataAdd.Text = "Add Data"; |
|---|
| 190 | this.dataAdd.UseVisualStyleBackColor = true; |
|---|
| 191 | this.dataAdd.Click += new System.EventHandler(this.dataAdd_Click); |
|---|
| 192 | // |
|---|
| 193 | // ok |
|---|
| 194 | // |
|---|
| 195 | this.ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 196 | this.ok.Location = new System.Drawing.Point(206, 435); |
|---|
| 197 | this.ok.Name = "ok"; |
|---|
| 198 | this.ok.Size = new System.Drawing.Size(75, 23); |
|---|
| 199 | this.ok.TabIndex = 9; |
|---|
| 200 | this.ok.Text = "OK"; |
|---|
| 201 | this.ok.UseVisualStyleBackColor = true; |
|---|
| 202 | this.ok.Click += new System.EventHandler(this.ok_Click); |
|---|
| 203 | // |
|---|
| 204 | // cancel |
|---|
| 205 | // |
|---|
| 206 | this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 207 | this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 208 | this.cancel.Location = new System.Drawing.Point(287, 435); |
|---|
| 209 | this.cancel.Name = "cancel"; |
|---|
| 210 | this.cancel.Size = new System.Drawing.Size(75, 23); |
|---|
| 211 | this.cancel.TabIndex = 10; |
|---|
| 212 | this.cancel.Text = "Cancel"; |
|---|
| 213 | this.cancel.UseVisualStyleBackColor = true; |
|---|
| 214 | // |
|---|
| 215 | // container |
|---|
| 216 | // |
|---|
| 217 | this.container.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 218 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 219 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 220 | this.container.Controls.Add(this.containerTask); |
|---|
| 221 | this.container.Controls.Add(this.containerSchedule); |
|---|
| 222 | this.container.Location = new System.Drawing.Point(15, 12); |
|---|
| 223 | this.container.Name = "container"; |
|---|
| 224 | this.container.SelectedIndex = 0; |
|---|
| 225 | this.container.Size = new System.Drawing.Size(347, 414); |
|---|
| 226 | this.container.TabIndex = 11; |
|---|
| 227 | // |
|---|
| 228 | // containerTask |
|---|
| 229 | // |
|---|
| 230 | this.containerTask.Controls.Add(this.typeRestart); |
|---|
| 231 | this.containerTask.Controls.Add(this.nameLbl); |
|---|
| 232 | this.containerTask.Controls.Add(this.name); |
|---|
| 233 | this.containerTask.Controls.Add(this.typeLbl); |
|---|
| 234 | this.containerTask.Controls.Add(this.typeImmediate); |
|---|
| 235 | this.containerTask.Controls.Add(this.typeRecurring); |
|---|
| 236 | this.containerTask.Controls.Add(this.eraseLbl); |
|---|
| 237 | this.containerTask.Controls.Add(this.data); |
|---|
| 238 | this.containerTask.Controls.Add(this.dataAdd); |
|---|
| 239 | this.containerTask.Location = new System.Drawing.Point(4, 24); |
|---|
| 240 | this.containerTask.Name = "containerTask"; |
|---|
| 241 | this.containerTask.Padding = new System.Windows.Forms.Padding(3); |
|---|
| 242 | this.containerTask.Size = new System.Drawing.Size(339, 386); |
|---|
| 243 | this.containerTask.TabIndex = 0; |
|---|
| 244 | this.containerTask.Text = "Task"; |
|---|
| 245 | this.containerTask.UseVisualStyleBackColor = true; |
|---|
| 246 | // |
|---|
| 247 | // typeRestart |
|---|
| 248 | // |
|---|
| 249 | this.typeRestart.AutoSize = true; |
|---|
| 250 | this.typeRestart.Location = new System.Drawing.Point(142, 71); |
|---|
| 251 | this.typeRestart.Name = "typeRestart"; |
|---|
| 252 | this.typeRestart.Size = new System.Drawing.Size(99, 19); |
|---|
| 253 | this.typeRestart.TabIndex = 9; |
|---|
| 254 | this.typeRestart.TabStop = true; |
|---|
| 255 | this.typeRestart.Text = "Run on restart"; |
|---|
| 256 | this.typeRestart.UseVisualStyleBackColor = true; |
|---|
| 257 | // |
|---|
| 258 | // containerSchedule |
|---|
| 259 | // |
|---|
| 260 | this.containerSchedule.Controls.Add(this.tableLayoutPanel1); |
|---|
| 261 | this.containerSchedule.Location = new System.Drawing.Point(4, 24); |
|---|
| 262 | this.containerSchedule.Name = "containerSchedule"; |
|---|
| 263 | this.containerSchedule.Padding = new System.Windows.Forms.Padding(3); |
|---|
| 264 | this.containerSchedule.Size = new System.Drawing.Size(339, 386); |
|---|
| 265 | this.containerSchedule.TabIndex = 1; |
|---|
| 266 | this.containerSchedule.Text = "Schedule"; |
|---|
| 267 | this.containerSchedule.UseVisualStyleBackColor = true; |
|---|
| 268 | // |
|---|
| 269 | // tableLayoutPanel1 |
|---|
| 270 | // |
|---|
| 271 | this.tableLayoutPanel1.ColumnCount = 1; |
|---|
| 272 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|---|
| 273 | this.tableLayoutPanel1.Controls.Add(this.schedulePattern, 0, 2); |
|---|
| 274 | this.tableLayoutPanel1.Controls.Add(this.nonRecurringPanel, 0, 0); |
|---|
| 275 | this.tableLayoutPanel1.Controls.Add(this.scheduleTimePanel, 0, 1); |
|---|
| 276 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|---|
| 277 | this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3); |
|---|
| 278 | this.tableLayoutPanel1.Name = "tableLayoutPanel1"; |
|---|
| 279 | this.tableLayoutPanel1.RowCount = 3; |
|---|
| 280 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
|---|
| 281 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); |
|---|
| 282 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
|---|
| 283 | this.tableLayoutPanel1.Size = new System.Drawing.Size(333, 380); |
|---|
| 284 | this.tableLayoutPanel1.TabIndex = 10; |
|---|
| 285 | // |
|---|
| 286 | // schedulePattern |
|---|
| 287 | // |
|---|
| 288 | this.schedulePattern.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 289 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 290 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 291 | this.schedulePattern.Controls.Add(this.scheduleMonthlyLbl); |
|---|
| 292 | this.schedulePattern.Controls.Add(this.scheduleMonthlyDayNumber); |
|---|
| 293 | this.schedulePattern.Controls.Add(this.scheduleMonthlyFreq); |
|---|
| 294 | this.schedulePattern.Controls.Add(this.scheduleMonthlyMonthLbl); |
|---|
| 295 | this.schedulePattern.Controls.Add(this.scheduleMonthlyEveryLbl); |
|---|
| 296 | this.schedulePattern.Controls.Add(this.scheduleWeeklyFreq); |
|---|
| 297 | this.schedulePattern.Controls.Add(this.scheduleDaily); |
|---|
| 298 | this.schedulePattern.Controls.Add(this.scheduleDailyPanel); |
|---|
| 299 | this.schedulePattern.Controls.Add(this.scheduleWeeklyDays); |
|---|
| 300 | this.schedulePattern.Controls.Add(this.scheduleWeeklyFreqLbl); |
|---|
| 301 | this.schedulePattern.Controls.Add(this.scheduleWeeklyLbl); |
|---|
| 302 | this.schedulePattern.Controls.Add(this.scheduleWeekly); |
|---|
| 303 | this.schedulePattern.Controls.Add(this.scheduleMonthly); |
|---|
| 304 | this.schedulePattern.Location = new System.Drawing.Point(3, 72); |
|---|
| 305 | this.schedulePattern.Name = "schedulePattern"; |
|---|
| 306 | this.schedulePattern.Size = new System.Drawing.Size(327, 305); |
|---|
| 307 | this.schedulePattern.TabIndex = 4; |
|---|
| 308 | this.schedulePattern.TabStop = false; |
|---|
| 309 | this.schedulePattern.Text = "Recurrance Pattern"; |
|---|
| 310 | // |
|---|
| 311 | // scheduleMonthlyLbl |
|---|
| 312 | // |
|---|
| 313 | this.scheduleMonthlyLbl.AutoSize = true; |
|---|
| 314 | this.scheduleMonthlyLbl.Location = new System.Drawing.Point(23, 214); |
|---|
| 315 | this.scheduleMonthlyLbl.Name = "scheduleMonthlyLbl"; |
|---|
| 316 | this.scheduleMonthlyLbl.Size = new System.Drawing.Size(45, 15); |
|---|
| 317 | this.scheduleMonthlyLbl.TabIndex = 13; |
|---|
| 318 | this.scheduleMonthlyLbl.Text = "On day"; |
|---|
| 319 | // |
|---|
| 320 | // scheduleMonthlyDayNumber |
|---|
| 321 | // |
|---|
| 322 | this.scheduleMonthlyDayNumber.Location = new System.Drawing.Point(74, 212); |
|---|
| 323 | this.scheduleMonthlyDayNumber.Maximum = new decimal(new int[] { |
|---|
| 324 | 31, |
|---|
| 325 | 0, |
|---|
| 326 | 0, |
|---|
| 327 | 0}); |
|---|
| 328 | this.scheduleMonthlyDayNumber.Minimum = new decimal(new int[] { |
|---|
| 329 | 1, |
|---|
| 330 | 0, |
|---|
| 331 | 0, |
|---|
| 332 | 0}); |
|---|
| 333 | this.scheduleMonthlyDayNumber.Name = "scheduleMonthlyDayNumber"; |
|---|
| 334 | this.scheduleMonthlyDayNumber.Size = new System.Drawing.Size(43, 23); |
|---|
| 335 | this.scheduleMonthlyDayNumber.TabIndex = 9; |
|---|
| 336 | this.scheduleMonthlyDayNumber.Value = new decimal(new int[] { |
|---|
| 337 | 1, |
|---|
| 338 | 0, |
|---|
| 339 | 0, |
|---|
| 340 | 0}); |
|---|
| 341 | // |
|---|
| 342 | // scheduleMonthlyFreq |
|---|
| 343 | // |
|---|
| 344 | this.scheduleMonthlyFreq.Location = new System.Drawing.Point(178, 212); |
|---|
| 345 | this.scheduleMonthlyFreq.Maximum = new decimal(new int[] { |
|---|
| 346 | 120, |
|---|
| 347 | 0, |
|---|
| 348 | 0, |
|---|
| 349 | 0}); |
|---|
| 350 | this.scheduleMonthlyFreq.Name = "scheduleMonthlyFreq"; |
|---|
| 351 | this.scheduleMonthlyFreq.Size = new System.Drawing.Size(43, 23); |
|---|
| 352 | this.scheduleMonthlyFreq.TabIndex = 11; |
|---|
| 353 | this.scheduleMonthlyFreq.Value = new decimal(new int[] { |
|---|
| 354 | 1, |
|---|
| 355 | 0, |
|---|
| 356 | 0, |
|---|
| 357 | 0}); |
|---|
| 358 | // |
|---|
| 359 | // scheduleMonthlyMonthLbl |
|---|
| 360 | // |
|---|
| 361 | this.scheduleMonthlyMonthLbl.AutoSize = true; |
|---|
| 362 | this.scheduleMonthlyMonthLbl.Location = new System.Drawing.Point(227, 214); |
|---|
| 363 | this.scheduleMonthlyMonthLbl.Name = "scheduleMonthlyMonthLbl"; |
|---|
| 364 | this.scheduleMonthlyMonthLbl.Size = new System.Drawing.Size(56, 15); |
|---|
| 365 | this.scheduleMonthlyMonthLbl.TabIndex = 12; |
|---|
| 366 | this.scheduleMonthlyMonthLbl.Text = "month(s)"; |
|---|
| 367 | // |
|---|
| 368 | // scheduleMonthlyEveryLbl |
|---|
| 369 | // |
|---|
| 370 | this.scheduleMonthlyEveryLbl.AutoSize = true; |
|---|
| 371 | this.scheduleMonthlyEveryLbl.Location = new System.Drawing.Point(123, 214); |
|---|
| 372 | this.scheduleMonthlyEveryLbl.Name = "scheduleMonthlyEveryLbl"; |
|---|
| 373 | this.scheduleMonthlyEveryLbl.Size = new System.Drawing.Size(49, 15); |
|---|
| 374 | this.scheduleMonthlyEveryLbl.TabIndex = 10; |
|---|
| 375 | this.scheduleMonthlyEveryLbl.Text = "of every"; |
|---|
| 376 | // |
|---|
| 377 | // scheduleWeeklyFreq |
|---|
| 378 | // |
|---|
| 379 | this.scheduleWeeklyFreq.Location = new System.Drawing.Point(61, 109); |
|---|
| 380 | this.scheduleWeeklyFreq.Maximum = new decimal(new int[] { |
|---|
| 381 | 104, |
|---|
| 382 | 0, |
|---|
| 383 | 0, |
|---|
| 384 | 0}); |
|---|
| 385 | this.scheduleWeeklyFreq.Minimum = new decimal(new int[] { |
|---|
| 386 | 1, |
|---|
| 387 | 0, |
|---|
| 388 | 0, |
|---|
| 389 | 0}); |
|---|
| 390 | this.scheduleWeeklyFreq.Name = "scheduleWeeklyFreq"; |
|---|
| 391 | this.scheduleWeeklyFreq.Size = new System.Drawing.Size(43, 23); |
|---|
| 392 | this.scheduleWeeklyFreq.TabIndex = 4; |
|---|
| 393 | this.scheduleWeeklyFreq.Value = new decimal(new int[] { |
|---|
| 394 | 1, |
|---|
| 395 | 0, |
|---|
| 396 | 0, |
|---|
| 397 | 0}); |
|---|
| 398 | // |
|---|
| 399 | // scheduleDaily |
|---|
| 400 | // |
|---|
| 401 | this.scheduleDaily.AutoSize = true; |
|---|
| 402 | this.scheduleDaily.Location = new System.Drawing.Point(6, 15); |
|---|
| 403 | this.scheduleDaily.Name = "scheduleDaily"; |
|---|
| 404 | this.scheduleDaily.Size = new System.Drawing.Size(51, 19); |
|---|
| 405 | this.scheduleDaily.TabIndex = 0; |
|---|
| 406 | this.scheduleDaily.Text = "Daily"; |
|---|
| 407 | this.scheduleDaily.UseVisualStyleBackColor = true; |
|---|
| 408 | this.scheduleDaily.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); |
|---|
| 409 | // |
|---|
| 410 | // scheduleDailyPanel |
|---|
| 411 | // |
|---|
| 412 | this.scheduleDailyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 413 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 414 | this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayFreq); |
|---|
| 415 | this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDay); |
|---|
| 416 | this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayLbl); |
|---|
| 417 | this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByWeekday); |
|---|
| 418 | this.scheduleDailyPanel.Location = new System.Drawing.Point(26, 36); |
|---|
| 419 | this.scheduleDailyPanel.Name = "scheduleDailyPanel"; |
|---|
| 420 | this.scheduleDailyPanel.Size = new System.Drawing.Size(301, 48); |
|---|
| 421 | this.scheduleDailyPanel.TabIndex = 1; |
|---|
| 422 | // |
|---|
| 423 | // scheduleDailyByDayFreq |
|---|
| 424 | // |
|---|
| 425 | this.scheduleDailyByDayFreq.Location = new System.Drawing.Point(62, 3); |
|---|
| 426 | this.scheduleDailyByDayFreq.Maximum = new decimal(new int[] { |
|---|
| 427 | 366, |
|---|
| 428 | 0, |
|---|
| 429 | 0, |
|---|
| 430 | 0}); |
|---|
| 431 | this.scheduleDailyByDayFreq.Minimum = new decimal(new int[] { |
|---|
| 432 | 1, |
|---|
| 433 | 0, |
|---|
| 434 | 0, |
|---|
| 435 | 0}); |
|---|
| 436 | this.scheduleDailyByDayFreq.Name = "scheduleDailyByDayFreq"; |
|---|
| 437 | this.scheduleDailyByDayFreq.Size = new System.Drawing.Size(43, 23); |
|---|
| 438 | this.scheduleDailyByDayFreq.TabIndex = 4; |
|---|
| 439 | this.scheduleDailyByDayFreq.Value = new decimal(new int[] { |
|---|
| 440 | 1, |
|---|
| 441 | 0, |
|---|
| 442 | 0, |
|---|
| 443 | 0}); |
|---|
| 444 | // |
|---|
| 445 | // scheduleDailyByDay |
|---|
| 446 | // |
|---|
| 447 | this.scheduleDailyByDay.AutoSize = true; |
|---|
| 448 | this.scheduleDailyByDay.Checked = true; |
|---|
| 449 | this.scheduleDailyByDay.Location = new System.Drawing.Point(3, 3); |
|---|
| 450 | this.scheduleDailyByDay.Name = "scheduleDailyByDay"; |
|---|
| 451 | this.scheduleDailyByDay.Size = new System.Drawing.Size(53, 19); |
|---|
| 452 | this.scheduleDailyByDay.TabIndex = 0; |
|---|
| 453 | this.scheduleDailyByDay.TabStop = true; |
|---|
| 454 | this.scheduleDailyByDay.Text = "Every"; |
|---|
| 455 | this.scheduleDailyByDay.UseVisualStyleBackColor = true; |
|---|
| 456 | this.scheduleDailyByDay.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); |
|---|
| 457 | // |
|---|
| 458 | // scheduleDailyByDayLbl |
|---|
| 459 | // |
|---|
| 460 | this.scheduleDailyByDayLbl.AutoSize = true; |
|---|
| 461 | this.scheduleDailyByDayLbl.Location = new System.Drawing.Point(111, 5); |
|---|
| 462 | this.scheduleDailyByDayLbl.Name = "scheduleDailyByDayLbl"; |
|---|
| 463 | this.scheduleDailyByDayLbl.Size = new System.Drawing.Size(42, 15); |
|---|
| 464 | this.scheduleDailyByDayLbl.TabIndex = 2; |
|---|
| 465 | this.scheduleDailyByDayLbl.Text = "day(s),"; |
|---|
| 466 | // |
|---|
| 467 | // scheduleDailyByWeekday |
|---|
| 468 | // |
|---|
| 469 | this.scheduleDailyByWeekday.AutoSize = true; |
|---|
| 470 | this.scheduleDailyByWeekday.Location = new System.Drawing.Point(3, 25); |
|---|
| 471 | this.scheduleDailyByWeekday.Name = "scheduleDailyByWeekday"; |
|---|
| 472 | this.scheduleDailyByWeekday.Size = new System.Drawing.Size(102, 19); |
|---|
| 473 | this.scheduleDailyByWeekday.TabIndex = 3; |
|---|
| 474 | this.scheduleDailyByWeekday.Text = "Every weekday"; |
|---|
| 475 | this.scheduleDailyByWeekday.UseVisualStyleBackColor = true; |
|---|
| 476 | this.scheduleDailyByWeekday.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); |
|---|
| 477 | // |
|---|
| 478 | // scheduleWeeklyDays |
|---|
| 479 | // |
|---|
| 480 | this.scheduleWeeklyDays.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 481 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 482 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyMonday); |
|---|
| 483 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyTuesday); |
|---|
| 484 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyWednesday); |
|---|
| 485 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyThursday); |
|---|
| 486 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyFriday); |
|---|
| 487 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySaturday); |
|---|
| 488 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySunday); |
|---|
| 489 | this.scheduleWeeklyDays.Location = new System.Drawing.Point(23, 135); |
|---|
| 490 | this.scheduleWeeklyDays.Name = "scheduleWeeklyDays"; |
|---|
| 491 | this.scheduleWeeklyDays.Size = new System.Drawing.Size(304, 50); |
|---|
| 492 | this.scheduleWeeklyDays.TabIndex = 6; |
|---|
| 493 | // |
|---|
| 494 | // scheduleWeeklyMonday |
|---|
| 495 | // |
|---|
| 496 | this.scheduleWeeklyMonday.AutoSize = true; |
|---|
| 497 | this.scheduleWeeklyMonday.Location = new System.Drawing.Point(3, 3); |
|---|
| 498 | this.scheduleWeeklyMonday.Name = "scheduleWeeklyMonday"; |
|---|
| 499 | this.scheduleWeeklyMonday.Size = new System.Drawing.Size(70, 19); |
|---|
| 500 | this.scheduleWeeklyMonday.TabIndex = 12; |
|---|
| 501 | this.scheduleWeeklyMonday.Text = "Monday"; |
|---|
| 502 | this.scheduleWeeklyMonday.UseVisualStyleBackColor = true; |
|---|
| 503 | // |
|---|
| 504 | // scheduleWeeklyTuesday |
|---|
| 505 | // |
|---|
| 506 | this.scheduleWeeklyTuesday.AutoSize = true; |
|---|
| 507 | this.scheduleWeeklyTuesday.Location = new System.Drawing.Point(79, 3); |
|---|
| 508 | this.scheduleWeeklyTuesday.Name = "scheduleWeeklyTuesday"; |
|---|
| 509 | this.scheduleWeeklyTuesday.Size = new System.Drawing.Size(70, 19); |
|---|
| 510 | this.scheduleWeeklyTuesday.TabIndex = 13; |
|---|
| 511 | this.scheduleWeeklyTuesday.Text = "Tuesday"; |
|---|
| 512 | this.scheduleWeeklyTuesday.UseVisualStyleBackColor = true; |
|---|
| 513 | // |
|---|
| 514 | // scheduleWeeklyWednesday |
|---|
| 515 | // |
|---|
| 516 | this.scheduleWeeklyWednesday.AutoSize = true; |
|---|
| 517 | this.scheduleWeeklyWednesday.Location = new System.Drawing.Point(155, 3); |
|---|
| 518 | this.scheduleWeeklyWednesday.Name = "scheduleWeeklyWednesday"; |
|---|
| 519 | this.scheduleWeeklyWednesday.Size = new System.Drawing.Size(87, 19); |
|---|
| 520 | this.scheduleWeeklyWednesday.TabIndex = 14; |
|---|
| 521 | this.scheduleWeeklyWednesday.Text = "Wednesday"; |
|---|
| 522 | this.scheduleWeeklyWednesday.UseVisualStyleBackColor = true; |
|---|
| 523 | // |
|---|
| 524 | // scheduleWeeklyThursday |
|---|
| 525 | // |
|---|
| 526 | this.scheduleWeeklyThursday.AutoSize = true; |
|---|
| 527 | this.scheduleWeeklyThursday.Location = new System.Drawing.Point(3, 28); |
|---|
| 528 | this.scheduleWeeklyThursday.Name = "scheduleWeeklyThursday"; |
|---|
| 529 | this.scheduleWeeklyThursday.Size = new System.Drawing.Size(75, 19); |
|---|
| 530 | this.scheduleWeeklyThursday.TabIndex = 15; |
|---|
| 531 | this.scheduleWeeklyThursday.Text = "Thursday"; |
|---|
| 532 | this.scheduleWeeklyThursday.UseVisualStyleBackColor = true; |
|---|
| 533 | // |
|---|
| 534 | // scheduleWeeklyFriday |
|---|
| 535 | // |
|---|
| 536 | this.scheduleWeeklyFriday.AutoSize = true; |
|---|
| 537 | this.scheduleWeeklyFriday.Location = new System.Drawing.Point(84, 28); |
|---|
| 538 | this.scheduleWeeklyFriday.Name = "scheduleWeeklyFriday"; |
|---|
| 539 | this.scheduleWeeklyFriday.Size = new System.Drawing.Size(58, 19); |
|---|
| 540 | this.scheduleWeeklyFriday.TabIndex = 16; |
|---|
| 541 | this.scheduleWeeklyFriday.Text = "Friday"; |
|---|
| 542 | this.scheduleWeeklyFriday.UseVisualStyleBackColor = true; |
|---|
| 543 | // |
|---|
| 544 | // scheduleWeeklySaturday |
|---|
| 545 | // |
|---|
| 546 | this.scheduleWeeklySaturday.AutoSize = true; |
|---|
| 547 | this.scheduleWeeklySaturday.Location = new System.Drawing.Point(148, 28); |
|---|
| 548 | this.scheduleWeeklySaturday.Name = "scheduleWeeklySaturday"; |
|---|
| 549 | this.scheduleWeeklySaturday.Size = new System.Drawing.Size(72, 19); |
|---|
| 550 | this.scheduleWeeklySaturday.TabIndex = 17; |
|---|
| 551 | this.scheduleWeeklySaturday.Text = "Saturday"; |
|---|
| 552 | this.scheduleWeeklySaturday.UseVisualStyleBackColor = true; |
|---|
| 553 | // |
|---|
| 554 | // scheduleWeeklySunday |
|---|
| 555 | // |
|---|
| 556 | this.scheduleWeeklySunday.AutoSize = true; |
|---|
| 557 | this.scheduleWeeklySunday.Location = new System.Drawing.Point(226, 28); |
|---|
| 558 | this.scheduleWeeklySunday.Name = "scheduleWeeklySunday"; |
|---|
| 559 | this.scheduleWeeklySunday.Size = new System.Drawing.Size(65, 19); |
|---|
| 560 | this.scheduleWeeklySunday.TabIndex = 18; |
|---|
| 561 | this.scheduleWeeklySunday.Text = "Sunday"; |
|---|
| 562 | this.scheduleWeeklySunday.UseVisualStyleBackColor = true; |
|---|
| 563 | // |
|---|
| 564 | // scheduleWeeklyFreqLbl |
|---|
| 565 | // |
|---|
| 566 | this.scheduleWeeklyFreqLbl.AutoSize = true; |
|---|
| 567 | this.scheduleWeeklyFreqLbl.Location = new System.Drawing.Point(110, 111); |
|---|
| 568 | this.scheduleWeeklyFreqLbl.Name = "scheduleWeeklyFreqLbl"; |
|---|
| 569 | this.scheduleWeeklyFreqLbl.Size = new System.Drawing.Size(170, 15); |
|---|
| 570 | this.scheduleWeeklyFreqLbl.TabIndex = 5; |
|---|
| 571 | this.scheduleWeeklyFreqLbl.Text = "week(s), on the following days:"; |
|---|
| 572 | // |
|---|
| 573 | // scheduleWeeklyLbl |
|---|
| 574 | // |
|---|
| 575 | this.scheduleWeeklyLbl.AutoSize = true; |
|---|
| 576 | this.scheduleWeeklyLbl.Location = new System.Drawing.Point(20, 111); |
|---|
| 577 | this.scheduleWeeklyLbl.Name = "scheduleWeeklyLbl"; |
|---|
| 578 | this.scheduleWeeklyLbl.Size = new System.Drawing.Size(35, 15); |
|---|
| 579 | this.scheduleWeeklyLbl.TabIndex = 3; |
|---|
| 580 | this.scheduleWeeklyLbl.Text = "Every"; |
|---|
| 581 | // |
|---|
| 582 | // scheduleWeekly |
|---|
| 583 | // |
|---|
| 584 | this.scheduleWeekly.AutoSize = true; |
|---|
| 585 | this.scheduleWeekly.Location = new System.Drawing.Point(6, 83); |
|---|
| 586 | this.scheduleWeekly.Name = "scheduleWeekly"; |
|---|
| 587 | this.scheduleWeekly.Size = new System.Drawing.Size(63, 19); |
|---|
| 588 | this.scheduleWeekly.TabIndex = 2; |
|---|
| 589 | this.scheduleWeekly.Text = "Weekly"; |
|---|
| 590 | this.scheduleWeekly.UseVisualStyleBackColor = true; |
|---|
| 591 | this.scheduleWeekly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); |
|---|
| 592 | // |
|---|
| 593 | // scheduleMonthly |
|---|
| 594 | // |
|---|
| 595 | this.scheduleMonthly.AutoSize = true; |
|---|
| 596 | this.scheduleMonthly.Location = new System.Drawing.Point(6, 188); |
|---|
| 597 | this.scheduleMonthly.Name = "scheduleMonthly"; |
|---|
| 598 | this.scheduleMonthly.Size = new System.Drawing.Size(70, 19); |
|---|
| 599 | this.scheduleMonthly.TabIndex = 7; |
|---|
| 600 | this.scheduleMonthly.TabStop = true; |
|---|
| 601 | this.scheduleMonthly.Text = "Monthly"; |
|---|
| 602 | this.scheduleMonthly.UseVisualStyleBackColor = true; |
|---|
| 603 | this.scheduleMonthly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); |
|---|
| 604 | // |
|---|
| 605 | // nonRecurringPanel |
|---|
| 606 | // |
|---|
| 607 | this.nonRecurringPanel.Controls.Add(this.nonRecurringLbl); |
|---|
| 608 | this.nonRecurringPanel.Controls.Add(this.nonRecurringBitmap); |
|---|
| 609 | this.nonRecurringPanel.Dock = System.Windows.Forms.DockStyle.Fill; |
|---|
| 610 | this.nonRecurringPanel.Location = new System.Drawing.Point(3, 3); |
|---|
| 611 | this.nonRecurringPanel.Name = "nonRecurringPanel"; |
|---|
| 612 | this.nonRecurringPanel.Size = new System.Drawing.Size(327, 34); |
|---|
| 613 | this.nonRecurringPanel.TabIndex = 1; |
|---|
| 614 | // |
|---|
| 615 | // nonRecurringLbl |
|---|
| 616 | // |
|---|
| 617 | this.nonRecurringLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
|---|
| 618 | | System.Windows.Forms.AnchorStyles.Left) |
|---|
| 619 | | System.Windows.Forms.AnchorStyles.Right))); |
|---|
| 620 | this.nonRecurringLbl.Location = new System.Drawing.Point(38, 0); |
|---|
| 621 | this.nonRecurringLbl.Name = "nonRecurringLbl"; |
|---|
| 622 | this.nonRecurringLbl.Size = new System.Drawing.Size(287, 34); |
|---|
| 623 | this.nonRecurringLbl.TabIndex = 1; |
|---|
| 624 | this.nonRecurringLbl.Text = "The task being edited is a non-recurring task, none of the settings on this page " + |
|---|
| 625 | "apply."; |
|---|
| 626 | // |
|---|
| 627 | // nonRecurringBitmap |
|---|
| 628 | // |
|---|
| 629 | this.nonRecurringBitmap.Image = global::Eraser.Properties.Resources.Information; |
|---|
| 630 | this.nonRecurringBitmap.Location = new System.Drawing.Point(0, 0); |
|---|
| 631 | this.nonRecurringBitmap.Name = "nonRecurringBitmap"; |
|---|
| 632 | this.nonRecurringBitmap.Size = new System.Drawing.Size(32, 32); |
|---|
| 633 | this.nonRecurringBitmap.TabIndex = 0; |
|---|
| 634 | this.nonRecurringBitmap.TabStop = false; |
|---|
| 635 | // |
|---|
| 636 | // scheduleTimePanel |
|---|
| 637 | // |
|---|
| 638 | this.scheduleTimePanel.AutoSize = true; |
|---|
| 639 | this.scheduleTimePanel.Controls.Add(this.scheduleTime); |
|---|
| 640 | this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl); |
|---|
| 641 | this.scheduleTimePanel.Dock = System.Windows.Forms.DockStyle.Fill; |
|---|
| 642 | this.scheduleTimePanel.Location = new System.Drawing.Point(0, 40); |
|---|
| 643 | this.scheduleTimePanel.Margin = new System.Windows.Forms.Padding(0); |
|---|
| 644 | this.scheduleTimePanel.Name = "scheduleTimePanel"; |
|---|
| 645 | this.scheduleTimePanel.Size = new System.Drawing.Size(333, 29); |
|---|
| 646 | this.scheduleTimePanel.TabIndex = 2; |
|---|
| 647 | // |
|---|
| 648 | // scheduleTime |
|---|
| 649 | // |
|---|
| 650 | this.scheduleTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; |
|---|
| 651 | this.scheduleTime.Location = new System.Drawing.Point(99, 3); |
|---|
| 652 | this.scheduleTime.Name = "scheduleTime"; |
|---|
| 653 | this.scheduleTime.ShowUpDown = true; |
|---|
| 654 | this.scheduleTime.Size = new System.Drawing.Size(95, 23); |
|---|
| 655 | this.scheduleTime.TabIndex = 4; |
|---|
| 656 | // |
|---|
| 657 | // scheduleTimeLbl |
|---|
| 658 | // |
|---|
| 659 | this.scheduleTimeLbl.AutoSize = true; |
|---|
| 660 | this.scheduleTimeLbl.Location = new System.Drawing.Point(6, 7); |
|---|
| 661 | this.scheduleTimeLbl.Name = "scheduleTimeLbl"; |
|---|
| 662 | this.scheduleTimeLbl.Size = new System.Drawing.Size(90, 15); |
|---|
| 663 | this.scheduleTimeLbl.TabIndex = 3; |
|---|
| 664 | this.scheduleTimeLbl.Text = "Run this task at:"; |
|---|
| 665 | // |
|---|
| 666 | // errorProvider |
|---|
| 667 | // |
|---|
| 668 | this.errorProvider.ContainerControl = this; |
|---|
| 669 | // |
|---|
| 670 | // TaskPropertiesForm |
|---|
| 671 | // |
|---|
| 672 | this.AcceptButton = this.ok; |
|---|
| 673 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; |
|---|
| 674 | this.CancelButton = this.cancel; |
|---|
| 675 | this.ClientSize = new System.Drawing.Size(374, 470); |
|---|
| 676 | this.Controls.Add(this.container); |
|---|
| 677 | this.Controls.Add(this.cancel); |
|---|
| 678 | this.Controls.Add(this.ok); |
|---|
| 679 | this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
|---|
| 680 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 681 | this.MaximizeBox = false; |
|---|
| 682 | this.MinimizeBox = false; |
|---|
| 683 | this.Name = "TaskPropertiesForm"; |
|---|
| 684 | this.ShowInTaskbar = false; |
|---|
| 685 | this.Text = "Task Properties"; |
|---|
| 686 | this.container.ResumeLayout(false); |
|---|
| 687 | this.containerTask.ResumeLayout(false); |
|---|
| 688 | this.containerTask.PerformLayout(); |
|---|
| 689 | this.containerSchedule.ResumeLayout(false); |
|---|
| 690 | this.tableLayoutPanel1.ResumeLayout(false); |
|---|
| 691 | this.tableLayoutPanel1.PerformLayout(); |
|---|
| 692 | this.schedulePattern.ResumeLayout(false); |
|---|
| 693 | this.schedulePattern.PerformLayout(); |
|---|
| 694 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).EndInit(); |
|---|
| 695 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).EndInit(); |
|---|
| 696 | ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).EndInit(); |
|---|
| 697 | this.scheduleDailyPanel.ResumeLayout(false); |
|---|
| 698 | this.scheduleDailyPanel.PerformLayout(); |
|---|
| 699 | ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).EndInit(); |
|---|
| 700 | this.scheduleWeeklyDays.ResumeLayout(false); |
|---|
| 701 | this.scheduleWeeklyDays.PerformLayout(); |
|---|
| 702 | this.nonRecurringPanel.ResumeLayout(false); |
|---|
| 703 | ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).EndInit(); |
|---|
| 704 | this.scheduleTimePanel.ResumeLayout(false); |
|---|
| 705 | this.scheduleTimePanel.PerformLayout(); |
|---|
| 706 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 707 | this.ResumeLayout(false); |
|---|
| 708 | |
|---|
| 709 | } |
|---|
| 710 | |
|---|
| 711 | #endregion |
|---|
| 712 | |
|---|
| 713 | private System.Windows.Forms.Label nameLbl; |
|---|
| 714 | private System.Windows.Forms.TextBox name; |
|---|
| 715 | private System.Windows.Forms.Label eraseLbl; |
|---|
| 716 | private System.Windows.Forms.Label typeLbl; |
|---|
| 717 | private System.Windows.Forms.RadioButton typeImmediate; |
|---|
| 718 | private System.Windows.Forms.RadioButton typeRecurring; |
|---|
| 719 | private System.Windows.Forms.ListView data; |
|---|
| 720 | private System.Windows.Forms.ColumnHeader dataColData; |
|---|
| 721 | private System.Windows.Forms.ColumnHeader dataColMethod; |
|---|
| 722 | private System.Windows.Forms.Button dataAdd; |
|---|
| 723 | private System.Windows.Forms.Button ok; |
|---|
| 724 | private System.Windows.Forms.Button cancel; |
|---|
| 725 | private System.Windows.Forms.TabControl container; |
|---|
| 726 | private System.Windows.Forms.TabPage containerTask; |
|---|
| 727 | private System.Windows.Forms.TabPage containerSchedule; |
|---|
| 728 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; |
|---|
| 729 | private System.Windows.Forms.GroupBox schedulePattern; |
|---|
| 730 | private System.Windows.Forms.NumericUpDown scheduleWeeklyFreq; |
|---|
| 731 | private System.Windows.Forms.RadioButton scheduleDaily; |
|---|
| 732 | private System.Windows.Forms.Panel scheduleDailyPanel; |
|---|
| 733 | private System.Windows.Forms.NumericUpDown scheduleDailyByDayFreq; |
|---|
| 734 | private System.Windows.Forms.RadioButton scheduleDailyByDay; |
|---|
| 735 | private System.Windows.Forms.Label scheduleDailyByDayLbl; |
|---|
| 736 | private System.Windows.Forms.RadioButton scheduleDailyByWeekday; |
|---|
| 737 | private System.Windows.Forms.FlowLayoutPanel scheduleWeeklyDays; |
|---|
| 738 | private System.Windows.Forms.CheckBox scheduleWeeklyMonday; |
|---|
| 739 | private System.Windows.Forms.CheckBox scheduleWeeklyTuesday; |
|---|
| 740 | private System.Windows.Forms.CheckBox scheduleWeeklyWednesday; |
|---|
| 741 | private System.Windows.Forms.CheckBox scheduleWeeklyThursday; |
|---|
| 742 | private System.Windows.Forms.CheckBox scheduleWeeklyFriday; |
|---|
| 743 | private System.Windows.Forms.CheckBox scheduleWeeklySaturday; |
|---|
| 744 | private System.Windows.Forms.CheckBox scheduleWeeklySunday; |
|---|
| 745 | private System.Windows.Forms.Label scheduleWeeklyFreqLbl; |
|---|
| 746 | private System.Windows.Forms.Label scheduleWeeklyLbl; |
|---|
| 747 | private System.Windows.Forms.RadioButton scheduleWeekly; |
|---|
| 748 | private System.Windows.Forms.RadioButton scheduleMonthly; |
|---|
| 749 | private System.Windows.Forms.Panel nonRecurringPanel; |
|---|
| 750 | private System.Windows.Forms.Label nonRecurringLbl; |
|---|
| 751 | private System.Windows.Forms.PictureBox nonRecurringBitmap; |
|---|
| 752 | private System.Windows.Forms.Panel scheduleTimePanel; |
|---|
| 753 | private System.Windows.Forms.Label scheduleTimeLbl; |
|---|
| 754 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 755 | private System.Windows.Forms.RadioButton typeRestart; |
|---|
| 756 | private System.Windows.Forms.NumericUpDown scheduleMonthlyDayNumber; |
|---|
| 757 | private System.Windows.Forms.NumericUpDown scheduleMonthlyFreq; |
|---|
| 758 | private System.Windows.Forms.Label scheduleMonthlyMonthLbl; |
|---|
| 759 | private System.Windows.Forms.Label scheduleMonthlyEveryLbl; |
|---|
| 760 | private System.Windows.Forms.Label scheduleMonthlyLbl; |
|---|
| 761 | private System.Windows.Forms.DateTimePicker scheduleTime; |
|---|
| 762 | } |
|---|
| 763 | } |
|---|