| 1 | /* |
|---|
| 2 | * $Id$ |
|---|
| 3 | * Copyright 2008-2010 The Eraser Project |
|---|
| 4 | * Original Author: Joel Low <lowjoel@users.sourceforge.net> |
|---|
| 5 | * Modified By: |
|---|
| 6 | * |
|---|
| 7 | * This file is part of Eraser. |
|---|
| 8 | * |
|---|
| 9 | * Eraser is free software: you can redistribute it and/or modify it under the |
|---|
| 10 | * terms of the GNU General Public License as published by the Free Software |
|---|
| 11 | * Foundation, either version 3 of the License, or (at your option) any later |
|---|
| 12 | * version. |
|---|
| 13 | * |
|---|
| 14 | * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY |
|---|
| 15 | * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR |
|---|
| 16 | * A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|---|
| 17 | * |
|---|
| 18 | * A copy of the GNU General Public License can be found at |
|---|
| 19 | * <http://www.gnu.org/licenses/>. |
|---|
| 20 | */ |
|---|
| 21 | |
|---|
| 22 | namespace Eraser |
|---|
| 23 | { |
|---|
| 24 | partial class TaskPropertiesForm |
|---|
| 25 | { |
|---|
| 26 | /// <summary> |
|---|
| 27 | /// Required designer variable. |
|---|
| 28 | /// </summary> |
|---|
| 29 | private System.ComponentModel.IContainer components = null; |
|---|
| 30 | |
|---|
| 31 | /// <summary> |
|---|
| 32 | /// Clean up any resources being used. |
|---|
| 33 | /// </summary> |
|---|
| 34 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
|---|
| 35 | protected override void Dispose(bool disposing) |
|---|
| 36 | { |
|---|
| 37 | if (disposing && (components != null)) |
|---|
| 38 | { |
|---|
| 39 | components.Dispose(); |
|---|
| 40 | } |
|---|
| 41 | base.Dispose(disposing); |
|---|
| 42 | } |
|---|
| 43 | |
|---|
| 44 | #region Windows Form Designer generated code |
|---|
| 45 | |
|---|
| 46 | /// <summary> |
|---|
| 47 | /// Required method for Designer support - do not modify |
|---|
| 48 | /// the contents of this method with the code editor. |
|---|
| 49 | /// </summary> |
|---|
| 50 | private void InitializeComponent() |
|---|
| 51 | { |
|---|
| 52 | this.components = new System.ComponentModel.Container(); |
|---|
| 53 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskPropertiesForm)); |
|---|
| 54 | this.eraseLbl = new System.Windows.Forms.Label(); |
|---|
| 55 | this.typeLbl = new System.Windows.Forms.Label(); |
|---|
| 56 | this.typeImmediate = new System.Windows.Forms.RadioButton(); |
|---|
| 57 | this.typeRecurring = new System.Windows.Forms.RadioButton(); |
|---|
| 58 | this.data = new System.Windows.Forms.ListView(); |
|---|
| 59 | this.dataColData = new System.Windows.Forms.ColumnHeader(); |
|---|
| 60 | this.dataColMethod = new System.Windows.Forms.ColumnHeader(); |
|---|
| 61 | this.dataContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); |
|---|
| 62 | this.deleteDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); |
|---|
| 63 | this.dataAdd = new System.Windows.Forms.Button(); |
|---|
| 64 | this.ok = new System.Windows.Forms.Button(); |
|---|
| 65 | this.cancel = new System.Windows.Forms.Button(); |
|---|
| 66 | this.container = new System.Windows.Forms.TabControl(); |
|---|
| 67 | this.containerTask = new System.Windows.Forms.TabPage(); |
|---|
| 68 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 69 | this.nameLbl = new System.Windows.Forms.Label(); |
|---|
| 70 | this.typeRestart = new System.Windows.Forms.RadioButton(); |
|---|
| 71 | this.typeManual = new System.Windows.Forms.RadioButton(); |
|---|
| 72 | this.name = new System.Windows.Forms.TextBox(); |
|---|
| 73 | this.containerSchedule = new System.Windows.Forms.TabPage(); |
|---|
| 74 | this.containerSchedulePanel = new System.Windows.Forms.TableLayoutPanel(); |
|---|
| 75 | this.nonRecurringPanel = new System.Windows.Forms.Panel(); |
|---|
| 76 | this.nonRecurringLbl = new System.Windows.Forms.Label(); |
|---|
| 77 | this.nonRecurringBitmap = new System.Windows.Forms.PictureBox(); |
|---|
| 78 | this.scheduleTimePanel = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 79 | this.scheduleTimeLbl = new System.Windows.Forms.Label(); |
|---|
| 80 | this.scheduleTime = new System.Windows.Forms.DateTimePicker(); |
|---|
| 81 | this.schedulePattern = new System.Windows.Forms.GroupBox(); |
|---|
| 82 | this.schedulePanel = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 83 | this.scheduleDaily = new System.Windows.Forms.RadioButton(); |
|---|
| 84 | this.scheduleDailyByDayPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 85 | this.scheduleDailyByDay = new System.Windows.Forms.RadioButton(); |
|---|
| 86 | this.scheduleDailyByDayFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 87 | this.scheduleDailyByDayLbl = new System.Windows.Forms.Label(); |
|---|
| 88 | this.scheduleDailyByWeekday = new System.Windows.Forms.RadioButton(); |
|---|
| 89 | this.scheduleWeekly = new System.Windows.Forms.RadioButton(); |
|---|
| 90 | this.scheduleWeeklyFrequencyPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 91 | this.scheduleWeeklyLbl = new System.Windows.Forms.Label(); |
|---|
| 92 | this.scheduleWeeklyFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 93 | this.scheduleWeeklyFreqLbl = new System.Windows.Forms.Label(); |
|---|
| 94 | this.scheduleWeeklyDays = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 95 | this.scheduleWeeklyMonday = new System.Windows.Forms.CheckBox(); |
|---|
| 96 | this.scheduleWeeklyTuesday = new System.Windows.Forms.CheckBox(); |
|---|
| 97 | this.scheduleWeeklyWednesday = new System.Windows.Forms.CheckBox(); |
|---|
| 98 | this.scheduleWeeklyThursday = new System.Windows.Forms.CheckBox(); |
|---|
| 99 | this.scheduleWeeklyFriday = new System.Windows.Forms.CheckBox(); |
|---|
| 100 | this.scheduleWeeklySaturday = new System.Windows.Forms.CheckBox(); |
|---|
| 101 | this.scheduleWeeklySunday = new System.Windows.Forms.CheckBox(); |
|---|
| 102 | this.scheduleMonthly = new System.Windows.Forms.RadioButton(); |
|---|
| 103 | this.scheduleMonthlyFrequencyPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|---|
| 104 | this.scheduleMonthlyLbl = new System.Windows.Forms.Label(); |
|---|
| 105 | this.scheduleMonthlyDayNumber = new System.Windows.Forms.NumericUpDown(); |
|---|
| 106 | this.scheduleMonthlyEveryLbl = new System.Windows.Forms.Label(); |
|---|
| 107 | this.scheduleMonthlyFreq = new System.Windows.Forms.NumericUpDown(); |
|---|
| 108 | this.scheduleMonthlyMonthLbl = new System.Windows.Forms.Label(); |
|---|
| 109 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); |
|---|
| 110 | this.dataContextMenuStrip.SuspendLayout(); |
|---|
| 111 | this.container.SuspendLayout(); |
|---|
| 112 | this.containerTask.SuspendLayout(); |
|---|
| 113 | this.tableLayoutPanel2.SuspendLayout(); |
|---|
| 114 | this.containerSchedule.SuspendLayout(); |
|---|
| 115 | this.containerSchedulePanel.SuspendLayout(); |
|---|
| 116 | this.nonRecurringPanel.SuspendLayout(); |
|---|
| 117 | ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).BeginInit(); |
|---|
| 118 | this.scheduleTimePanel.SuspendLayout(); |
|---|
| 119 | this.schedulePattern.SuspendLayout(); |
|---|
| 120 | this.schedulePanel.SuspendLayout(); |
|---|
| 121 | this.scheduleDailyByDayPanel.SuspendLayout(); |
|---|
| 122 | ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).BeginInit(); |
|---|
| 123 | this.scheduleWeeklyFrequencyPanel.SuspendLayout(); |
|---|
| 124 | ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).BeginInit(); |
|---|
| 125 | this.scheduleWeeklyDays.SuspendLayout(); |
|---|
| 126 | this.scheduleMonthlyFrequencyPanel.SuspendLayout(); |
|---|
| 127 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).BeginInit(); |
|---|
| 128 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).BeginInit(); |
|---|
| 129 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); |
|---|
| 130 | this.SuspendLayout(); |
|---|
| 131 | // |
|---|
| 132 | // eraseLbl |
|---|
| 133 | // |
|---|
| 134 | resources.ApplyResources(this.eraseLbl, "eraseLbl"); |
|---|
| 135 | this.eraseLbl.Name = "eraseLbl"; |
|---|
| 136 | // |
|---|
| 137 | // typeLbl |
|---|
| 138 | // |
|---|
| 139 | resources.ApplyResources(this.typeLbl, "typeLbl"); |
|---|
| 140 | this.typeLbl.Name = "typeLbl"; |
|---|
| 141 | // |
|---|
| 142 | // typeImmediate |
|---|
| 143 | // |
|---|
| 144 | resources.ApplyResources(this.typeImmediate, "typeImmediate"); |
|---|
| 145 | this.typeImmediate.Name = "typeImmediate"; |
|---|
| 146 | this.typeImmediate.UseVisualStyleBackColor = true; |
|---|
| 147 | this.typeImmediate.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); |
|---|
| 148 | // |
|---|
| 149 | // typeRecurring |
|---|
| 150 | // |
|---|
| 151 | resources.ApplyResources(this.typeRecurring, "typeRecurring"); |
|---|
| 152 | this.typeRecurring.Name = "typeRecurring"; |
|---|
| 153 | this.typeRecurring.UseVisualStyleBackColor = true; |
|---|
| 154 | this.typeRecurring.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); |
|---|
| 155 | // |
|---|
| 156 | // data |
|---|
| 157 | // |
|---|
| 158 | resources.ApplyResources(this.data, "data"); |
|---|
| 159 | this.data.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { |
|---|
| 160 | this.dataColData, |
|---|
| 161 | this.dataColMethod}); |
|---|
| 162 | this.data.ContextMenuStrip = this.dataContextMenuStrip; |
|---|
| 163 | this.data.FullRowSelect = true; |
|---|
| 164 | this.data.MultiSelect = false; |
|---|
| 165 | this.data.Name = "data"; |
|---|
| 166 | this.data.UseCompatibleStateImageBehavior = false; |
|---|
| 167 | this.data.View = System.Windows.Forms.View.Details; |
|---|
| 168 | this.data.ItemActivate += new System.EventHandler(this.data_ItemActivate); |
|---|
| 169 | // |
|---|
| 170 | // dataColData |
|---|
| 171 | // |
|---|
| 172 | resources.ApplyResources(this.dataColData, "dataColData"); |
|---|
| 173 | // |
|---|
| 174 | // dataColMethod |
|---|
| 175 | // |
|---|
| 176 | resources.ApplyResources(this.dataColMethod, "dataColMethod"); |
|---|
| 177 | // |
|---|
| 178 | // dataContextMenuStrip |
|---|
| 179 | // |
|---|
| 180 | this.dataContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
|---|
| 181 | this.deleteDataToolStripMenuItem}); |
|---|
| 182 | this.dataContextMenuStrip.Name = "dataContextMenuStrip"; |
|---|
| 183 | resources.ApplyResources(this.dataContextMenuStrip, "dataContextMenuStrip"); |
|---|
| 184 | this.dataContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.dataContextMenuStrip_Opening); |
|---|
| 185 | // |
|---|
| 186 | // deleteDataToolStripMenuItem |
|---|
| 187 | // |
|---|
| 188 | this.deleteDataToolStripMenuItem.Name = "deleteDataToolStripMenuItem"; |
|---|
| 189 | resources.ApplyResources(this.deleteDataToolStripMenuItem, "deleteDataToolStripMenuItem"); |
|---|
| 190 | this.deleteDataToolStripMenuItem.Click += new System.EventHandler(this.deleteDataToolStripMenuItem_Click); |
|---|
| 191 | // |
|---|
| 192 | // dataAdd |
|---|
| 193 | // |
|---|
| 194 | resources.ApplyResources(this.dataAdd, "dataAdd"); |
|---|
| 195 | this.dataAdd.Name = "dataAdd"; |
|---|
| 196 | this.dataAdd.UseVisualStyleBackColor = true; |
|---|
| 197 | this.dataAdd.Click += new System.EventHandler(this.dataAdd_Click); |
|---|
| 198 | // |
|---|
| 199 | // ok |
|---|
| 200 | // |
|---|
| 201 | resources.ApplyResources(this.ok, "ok"); |
|---|
| 202 | this.ok.Name = "ok"; |
|---|
| 203 | this.ok.UseVisualStyleBackColor = true; |
|---|
| 204 | this.ok.Click += new System.EventHandler(this.ok_Click); |
|---|
| 205 | // |
|---|
| 206 | // cancel |
|---|
| 207 | // |
|---|
| 208 | resources.ApplyResources(this.cancel, "cancel"); |
|---|
| 209 | this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
|---|
| 210 | this.cancel.Name = "cancel"; |
|---|
| 211 | this.cancel.UseVisualStyleBackColor = true; |
|---|
| 212 | // |
|---|
| 213 | // container |
|---|
| 214 | // |
|---|
| 215 | resources.ApplyResources(this.container, "container"); |
|---|
| 216 | this.container.Controls.Add(this.containerTask); |
|---|
| 217 | this.container.Controls.Add(this.containerSchedule); |
|---|
| 218 | this.container.Name = "container"; |
|---|
| 219 | this.container.SelectedIndex = 0; |
|---|
| 220 | // |
|---|
| 221 | // containerTask |
|---|
| 222 | // |
|---|
| 223 | this.containerTask.Controls.Add(this.tableLayoutPanel2); |
|---|
| 224 | this.containerTask.Controls.Add(this.eraseLbl); |
|---|
| 225 | this.containerTask.Controls.Add(this.data); |
|---|
| 226 | this.containerTask.Controls.Add(this.dataAdd); |
|---|
| 227 | resources.ApplyResources(this.containerTask, "containerTask"); |
|---|
| 228 | this.containerTask.Name = "containerTask"; |
|---|
| 229 | this.containerTask.UseVisualStyleBackColor = true; |
|---|
| 230 | // |
|---|
| 231 | // tableLayoutPanel2 |
|---|
| 232 | // |
|---|
| 233 | resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); |
|---|
| 234 | this.tableLayoutPanel2.Controls.Add(this.nameLbl, 0, 0); |
|---|
| 235 | this.tableLayoutPanel2.Controls.Add(this.typeRecurring, 1, 4); |
|---|
| 236 | this.tableLayoutPanel2.Controls.Add(this.typeRestart, 1, 3); |
|---|
| 237 | this.tableLayoutPanel2.Controls.Add(this.typeManual, 1, 1); |
|---|
| 238 | this.tableLayoutPanel2.Controls.Add(this.typeImmediate, 1, 2); |
|---|
| 239 | this.tableLayoutPanel2.Controls.Add(this.name, 1, 0); |
|---|
| 240 | this.tableLayoutPanel2.Controls.Add(this.typeLbl, 0, 1); |
|---|
| 241 | this.tableLayoutPanel2.Name = "tableLayoutPanel2"; |
|---|
| 242 | // |
|---|
| 243 | // nameLbl |
|---|
| 244 | // |
|---|
| 245 | resources.ApplyResources(this.nameLbl, "nameLbl"); |
|---|
| 246 | this.nameLbl.Name = "nameLbl"; |
|---|
| 247 | // |
|---|
| 248 | // typeRestart |
|---|
| 249 | // |
|---|
| 250 | resources.ApplyResources(this.typeRestart, "typeRestart"); |
|---|
| 251 | this.typeRestart.Name = "typeRestart"; |
|---|
| 252 | this.typeRestart.TabStop = true; |
|---|
| 253 | this.typeRestart.UseVisualStyleBackColor = true; |
|---|
| 254 | // |
|---|
| 255 | // typeManual |
|---|
| 256 | // |
|---|
| 257 | resources.ApplyResources(this.typeManual, "typeManual"); |
|---|
| 258 | this.typeManual.Name = "typeManual"; |
|---|
| 259 | this.typeManual.TabStop = true; |
|---|
| 260 | this.typeManual.UseVisualStyleBackColor = true; |
|---|
| 261 | this.typeManual.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); |
|---|
| 262 | // |
|---|
| 263 | // name |
|---|
| 264 | // |
|---|
| 265 | resources.ApplyResources(this.name, "name"); |
|---|
| 266 | this.name.Name = "name"; |
|---|
| 267 | // |
|---|
| 268 | // containerSchedule |
|---|
| 269 | // |
|---|
| 270 | this.containerSchedule.Controls.Add(this.containerSchedulePanel); |
|---|
| 271 | resources.ApplyResources(this.containerSchedule, "containerSchedule"); |
|---|
| 272 | this.containerSchedule.Name = "containerSchedule"; |
|---|
| 273 | this.containerSchedule.UseVisualStyleBackColor = true; |
|---|
| 274 | // |
|---|
| 275 | // containerSchedulePanel |
|---|
| 276 | // |
|---|
| 277 | resources.ApplyResources(this.containerSchedulePanel, "containerSchedulePanel"); |
|---|
| 278 | this.containerSchedulePanel.Controls.Add(this.nonRecurringPanel, 0, 0); |
|---|
| 279 | this.containerSchedulePanel.Controls.Add(this.scheduleTimePanel, 0, 1); |
|---|
| 280 | this.containerSchedulePanel.Controls.Add(this.schedulePattern, 0, 2); |
|---|
| 281 | this.containerSchedulePanel.Name = "containerSchedulePanel"; |
|---|
| 282 | // |
|---|
| 283 | // nonRecurringPanel |
|---|
| 284 | // |
|---|
| 285 | this.nonRecurringPanel.Controls.Add(this.nonRecurringLbl); |
|---|
| 286 | this.nonRecurringPanel.Controls.Add(this.nonRecurringBitmap); |
|---|
| 287 | resources.ApplyResources(this.nonRecurringPanel, "nonRecurringPanel"); |
|---|
| 288 | this.nonRecurringPanel.Name = "nonRecurringPanel"; |
|---|
| 289 | // |
|---|
| 290 | // nonRecurringLbl |
|---|
| 291 | // |
|---|
| 292 | resources.ApplyResources(this.nonRecurringLbl, "nonRecurringLbl"); |
|---|
| 293 | this.nonRecurringLbl.Name = "nonRecurringLbl"; |
|---|
| 294 | // |
|---|
| 295 | // nonRecurringBitmap |
|---|
| 296 | // |
|---|
| 297 | this.nonRecurringBitmap.Image = global::Eraser.Properties.Resources.Information; |
|---|
| 298 | resources.ApplyResources(this.nonRecurringBitmap, "nonRecurringBitmap"); |
|---|
| 299 | this.nonRecurringBitmap.Name = "nonRecurringBitmap"; |
|---|
| 300 | this.nonRecurringBitmap.TabStop = false; |
|---|
| 301 | // |
|---|
| 302 | // scheduleTimePanel |
|---|
| 303 | // |
|---|
| 304 | resources.ApplyResources(this.scheduleTimePanel, "scheduleTimePanel"); |
|---|
| 305 | this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl); |
|---|
| 306 | this.scheduleTimePanel.Controls.Add(this.scheduleTime); |
|---|
| 307 | this.scheduleTimePanel.Name = "scheduleTimePanel"; |
|---|
| 308 | // |
|---|
| 309 | // scheduleTimeLbl |
|---|
| 310 | // |
|---|
| 311 | resources.ApplyResources(this.scheduleTimeLbl, "scheduleTimeLbl"); |
|---|
| 312 | this.scheduleTimeLbl.Name = "scheduleTimeLbl"; |
|---|
| 313 | // |
|---|
| 314 | // scheduleTime |
|---|
| 315 | // |
|---|
| 316 | this.scheduleTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; |
|---|
| 317 | resources.ApplyResources(this.scheduleTime, "scheduleTime"); |
|---|
| 318 | this.scheduleTime.Name = "scheduleTime"; |
|---|
| 319 | this.scheduleTime.ShowUpDown = true; |
|---|
| 320 | // |
|---|
| 321 | // schedulePattern |
|---|
| 322 | // |
|---|
| 323 | this.schedulePattern.Controls.Add(this.schedulePanel); |
|---|
| 324 | resources.ApplyResources(this.schedulePattern, "schedulePattern"); |
|---|
| 325 | this.schedulePattern.Name = "schedulePattern"; |
|---|
| 326 | this.schedulePattern.TabStop = false; |
|---|
| 327 | // |
|---|
| 328 | // schedulePanel |
|---|
| 329 | // |
|---|
| 330 | resources.ApplyResources(this.schedulePanel, "schedulePanel"); |
|---|
| 331 | this.schedulePanel.Controls.Add(this.scheduleDaily); |
|---|
| 332 | this.schedulePanel.Controls.Add(this.scheduleDailyByDayPanel); |
|---|
| 333 | this.schedulePanel.Controls.Add(this.scheduleDailyByWeekday); |
|---|
| 334 | this.schedulePanel.Controls.Add(this.scheduleWeekly); |
|---|
| 335 | this.schedulePanel.Controls.Add(this.scheduleWeeklyFrequencyPanel); |
|---|
| 336 | this.schedulePanel.Controls.Add(this.scheduleWeeklyDays); |
|---|
| 337 | this.schedulePanel.Controls.Add(this.scheduleMonthly); |
|---|
| 338 | this.schedulePanel.Controls.Add(this.scheduleMonthlyFrequencyPanel); |
|---|
| 339 | this.schedulePanel.Name = "schedulePanel"; |
|---|
| 340 | // |
|---|
| 341 | // scheduleDaily |
|---|
| 342 | // |
|---|
| 343 | this.scheduleDaily.AutoCheck = false; |
|---|
| 344 | resources.ApplyResources(this.scheduleDaily, "scheduleDaily"); |
|---|
| 345 | this.scheduleDaily.Name = "scheduleDaily"; |
|---|
| 346 | this.scheduleDaily.TabStop = true; |
|---|
| 347 | this.scheduleDaily.UseVisualStyleBackColor = true; |
|---|
| 348 | this.scheduleDaily.Click += new System.EventHandler(this.scheduleSpan_Clicked); |
|---|
| 349 | // |
|---|
| 350 | // scheduleDailyByDayPanel |
|---|
| 351 | // |
|---|
| 352 | resources.ApplyResources(this.scheduleDailyByDayPanel, "scheduleDailyByDayPanel"); |
|---|
| 353 | this.scheduleDailyByDayPanel.Controls.Add(this.scheduleDailyByDay); |
|---|
| 354 | this.scheduleDailyByDayPanel.Controls.Add(this.scheduleDailyByDayFreq); |
|---|
| 355 | this.scheduleDailyByDayPanel.Controls.Add(this.scheduleDailyByDayLbl); |
|---|
| 356 | this.scheduleDailyByDayPanel.Name = "scheduleDailyByDayPanel"; |
|---|
| 357 | // |
|---|
| 358 | // scheduleDailyByDay |
|---|
| 359 | // |
|---|
| 360 | this.scheduleDailyByDay.AutoCheck = false; |
|---|
| 361 | resources.ApplyResources(this.scheduleDailyByDay, "scheduleDailyByDay"); |
|---|
| 362 | this.scheduleDailyByDay.Checked = true; |
|---|
| 363 | this.scheduleDailyByDay.Name = "scheduleDailyByDay"; |
|---|
| 364 | this.scheduleDailyByDay.TabStop = true; |
|---|
| 365 | this.scheduleDailyByDay.UseVisualStyleBackColor = true; |
|---|
| 366 | this.scheduleDailyByDay.Click += new System.EventHandler(this.scheduleDailySpan_Clicked); |
|---|
| 367 | this.scheduleDailyByDay.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); |
|---|
| 368 | // |
|---|
| 369 | // scheduleDailyByDayFreq |
|---|
| 370 | // |
|---|
| 371 | resources.ApplyResources(this.scheduleDailyByDayFreq, "scheduleDailyByDayFreq"); |
|---|
| 372 | this.scheduleDailyByDayFreq.Maximum = new decimal(new int[] { |
|---|
| 373 | 366, |
|---|
| 374 | 0, |
|---|
| 375 | 0, |
|---|
| 376 | 0}); |
|---|
| 377 | this.scheduleDailyByDayFreq.Minimum = new decimal(new int[] { |
|---|
| 378 | 1, |
|---|
| 379 | 0, |
|---|
| 380 | 0, |
|---|
| 381 | 0}); |
|---|
| 382 | this.scheduleDailyByDayFreq.Name = "scheduleDailyByDayFreq"; |
|---|
| 383 | this.scheduleDailyByDayFreq.Value = new decimal(new int[] { |
|---|
| 384 | 1, |
|---|
| 385 | 0, |
|---|
| 386 | 0, |
|---|
| 387 | 0}); |
|---|
| 388 | // |
|---|
| 389 | // scheduleDailyByDayLbl |
|---|
| 390 | // |
|---|
| 391 | resources.ApplyResources(this.scheduleDailyByDayLbl, "scheduleDailyByDayLbl"); |
|---|
| 392 | this.scheduleDailyByDayLbl.Name = "scheduleDailyByDayLbl"; |
|---|
| 393 | // |
|---|
| 394 | // scheduleDailyByWeekday |
|---|
| 395 | // |
|---|
| 396 | this.scheduleDailyByWeekday.AutoCheck = false; |
|---|
| 397 | resources.ApplyResources(this.scheduleDailyByWeekday, "scheduleDailyByWeekday"); |
|---|
| 398 | this.scheduleDailyByWeekday.Name = "scheduleDailyByWeekday"; |
|---|
| 399 | this.scheduleDailyByWeekday.UseVisualStyleBackColor = true; |
|---|
| 400 | this.scheduleDailyByWeekday.Click += new System.EventHandler(this.scheduleDailySpan_Clicked); |
|---|
| 401 | this.scheduleDailyByWeekday.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); |
|---|
| 402 | // |
|---|
| 403 | // scheduleWeekly |
|---|
| 404 | // |
|---|
| 405 | this.scheduleWeekly.AutoCheck = false; |
|---|
| 406 | resources.ApplyResources(this.scheduleWeekly, "scheduleWeekly"); |
|---|
| 407 | this.scheduleWeekly.Name = "scheduleWeekly"; |
|---|
| 408 | this.scheduleWeekly.TabStop = true; |
|---|
| 409 | this.scheduleWeekly.UseVisualStyleBackColor = true; |
|---|
| 410 | this.scheduleWeekly.Click += new System.EventHandler(this.scheduleSpan_Clicked); |
|---|
| 411 | // |
|---|
| 412 | // scheduleWeeklyFrequencyPanel |
|---|
| 413 | // |
|---|
| 414 | resources.ApplyResources(this.scheduleWeeklyFrequencyPanel, "scheduleWeeklyFrequencyPanel"); |
|---|
| 415 | this.scheduleWeeklyFrequencyPanel.Controls.Add(this.scheduleWeeklyLbl); |
|---|
| 416 | this.scheduleWeeklyFrequencyPanel.Controls.Add(this.scheduleWeeklyFreq); |
|---|
| 417 | this.scheduleWeeklyFrequencyPanel.Controls.Add(this.scheduleWeeklyFreqLbl); |
|---|
| 418 | this.scheduleWeeklyFrequencyPanel.Name = "scheduleWeeklyFrequencyPanel"; |
|---|
| 419 | // |
|---|
| 420 | // scheduleWeeklyLbl |
|---|
| 421 | // |
|---|
| 422 | resources.ApplyResources(this.scheduleWeeklyLbl, "scheduleWeeklyLbl"); |
|---|
| 423 | this.scheduleWeeklyLbl.Name = "scheduleWeeklyLbl"; |
|---|
| 424 | // |
|---|
| 425 | // scheduleWeeklyFreq |
|---|
| 426 | // |
|---|
| 427 | resources.ApplyResources(this.scheduleWeeklyFreq, "scheduleWeeklyFreq"); |
|---|
| 428 | this.scheduleWeeklyFreq.Maximum = new decimal(new int[] { |
|---|
| 429 | 104, |
|---|
| 430 | 0, |
|---|
| 431 | 0, |
|---|
| 432 | 0}); |
|---|
| 433 | this.scheduleWeeklyFreq.Minimum = new decimal(new int[] { |
|---|
| 434 | 1, |
|---|
| 435 | 0, |
|---|
| 436 | 0, |
|---|
| 437 | 0}); |
|---|
| 438 | this.scheduleWeeklyFreq.Name = "scheduleWeeklyFreq"; |
|---|
| 439 | this.scheduleWeeklyFreq.Value = new decimal(new int[] { |
|---|
| 440 | 1, |
|---|
| 441 | 0, |
|---|
| 442 | 0, |
|---|
| 443 | 0}); |
|---|
| 444 | // |
|---|
| 445 | // scheduleWeeklyFreqLbl |
|---|
| 446 | // |
|---|
| 447 | resources.ApplyResources(this.scheduleWeeklyFreqLbl, "scheduleWeeklyFreqLbl"); |
|---|
| 448 | this.scheduleWeeklyFreqLbl.Name = "scheduleWeeklyFreqLbl"; |
|---|
| 449 | // |
|---|
| 450 | // scheduleWeeklyDays |
|---|
| 451 | // |
|---|
| 452 | resources.ApplyResources(this.scheduleWeeklyDays, "scheduleWeeklyDays"); |
|---|
| 453 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyMonday); |
|---|
| 454 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyTuesday); |
|---|
| 455 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyWednesday); |
|---|
| 456 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyThursday); |
|---|
| 457 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyFriday); |
|---|
| 458 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySaturday); |
|---|
| 459 | this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySunday); |
|---|
| 460 | this.scheduleWeeklyDays.Name = "scheduleWeeklyDays"; |
|---|
| 461 | // |
|---|
| 462 | // scheduleWeeklyMonday |
|---|
| 463 | // |
|---|
| 464 | resources.ApplyResources(this.scheduleWeeklyMonday, "scheduleWeeklyMonday"); |
|---|
| 465 | this.scheduleWeeklyMonday.Name = "scheduleWeeklyMonday"; |
|---|
| 466 | this.scheduleWeeklyMonday.UseVisualStyleBackColor = true; |
|---|
| 467 | // |
|---|
| 468 | // scheduleWeeklyTuesday |
|---|
| 469 | // |
|---|
| 470 | resources.ApplyResources(this.scheduleWeeklyTuesday, "scheduleWeeklyTuesday"); |
|---|
| 471 | this.scheduleWeeklyTuesday.Name = "scheduleWeeklyTuesday"; |
|---|
| 472 | this.scheduleWeeklyTuesday.UseVisualStyleBackColor = true; |
|---|
| 473 | // |
|---|
| 474 | // scheduleWeeklyWednesday |
|---|
| 475 | // |
|---|
| 476 | resources.ApplyResources(this.scheduleWeeklyWednesday, "scheduleWeeklyWednesday"); |
|---|
| 477 | this.scheduleWeeklyWednesday.Name = "scheduleWeeklyWednesday"; |
|---|
| 478 | this.scheduleWeeklyWednesday.UseVisualStyleBackColor = true; |
|---|
| 479 | // |
|---|
| 480 | // scheduleWeeklyThursday |
|---|
| 481 | // |
|---|
| 482 | resources.ApplyResources(this.scheduleWeeklyThursday, "scheduleWeeklyThursday"); |
|---|
| 483 | this.scheduleWeeklyThursday.Name = "scheduleWeeklyThursday"; |
|---|
| 484 | this.scheduleWeeklyThursday.UseVisualStyleBackColor = true; |
|---|
| 485 | // |
|---|
| 486 | // scheduleWeeklyFriday |
|---|
| 487 | // |
|---|
| 488 | resources.ApplyResources(this.scheduleWeeklyFriday, "scheduleWeeklyFriday"); |
|---|
| 489 | this.scheduleWeeklyFriday.Name = "scheduleWeeklyFriday"; |
|---|
| 490 | this.scheduleWeeklyFriday.UseVisualStyleBackColor = true; |
|---|
| 491 | // |
|---|
| 492 | // scheduleWeeklySaturday |
|---|
| 493 | // |
|---|
| 494 | resources.ApplyResources(this.scheduleWeeklySaturday, "scheduleWeeklySaturday"); |
|---|
| 495 | this.scheduleWeeklySaturday.Name = "scheduleWeeklySaturday"; |
|---|
| 496 | this.scheduleWeeklySaturday.UseVisualStyleBackColor = true; |
|---|
| 497 | // |
|---|
| 498 | // scheduleWeeklySunday |
|---|
| 499 | // |
|---|
| 500 | resources.ApplyResources(this.scheduleWeeklySunday, "scheduleWeeklySunday"); |
|---|
| 501 | this.scheduleWeeklySunday.Name = "scheduleWeeklySunday"; |
|---|
| 502 | this.scheduleWeeklySunday.UseVisualStyleBackColor = true; |
|---|
| 503 | // |
|---|
| 504 | // scheduleMonthly |
|---|
| 505 | // |
|---|
| 506 | this.scheduleMonthly.AutoCheck = false; |
|---|
| 507 | resources.ApplyResources(this.scheduleMonthly, "scheduleMonthly"); |
|---|
| 508 | this.scheduleMonthly.Name = "scheduleMonthly"; |
|---|
| 509 | this.scheduleMonthly.TabStop = true; |
|---|
| 510 | this.scheduleMonthly.UseVisualStyleBackColor = true; |
|---|
| 511 | this.scheduleMonthly.Click += new System.EventHandler(this.scheduleSpan_Clicked); |
|---|
| 512 | // |
|---|
| 513 | // scheduleMonthlyFrequencyPanel |
|---|
| 514 | // |
|---|
| 515 | resources.ApplyResources(this.scheduleMonthlyFrequencyPanel, "scheduleMonthlyFrequencyPanel"); |
|---|
| 516 | this.scheduleMonthlyFrequencyPanel.Controls.Add(this.scheduleMonthlyLbl); |
|---|
| 517 | this.scheduleMonthlyFrequencyPanel.Controls.Add(this.scheduleMonthlyDayNumber); |
|---|
| 518 | this.scheduleMonthlyFrequencyPanel.Controls.Add(this.scheduleMonthlyEveryLbl); |
|---|
| 519 | this.scheduleMonthlyFrequencyPanel.Controls.Add(this.scheduleMonthlyFreq); |
|---|
| 520 | this.scheduleMonthlyFrequencyPanel.Controls.Add(this.scheduleMonthlyMonthLbl); |
|---|
| 521 | this.scheduleMonthlyFrequencyPanel.MinimumSize = new System.Drawing.Size(294, 23); |
|---|
| 522 | this.scheduleMonthlyFrequencyPanel.Name = "scheduleMonthlyFrequencyPanel"; |
|---|
| 523 | // |
|---|
| 524 | // scheduleMonthlyLbl |
|---|
| 525 | // |
|---|
| 526 | resources.ApplyResources(this.scheduleMonthlyLbl, "scheduleMonthlyLbl"); |
|---|
| 527 | this.scheduleMonthlyLbl.Name = "scheduleMonthlyLbl"; |
|---|
| 528 | // |
|---|
| 529 | // scheduleMonthlyDayNumber |
|---|
| 530 | // |
|---|
| 531 | resources.ApplyResources(this.scheduleMonthlyDayNumber, "scheduleMonthlyDayNumber"); |
|---|
| 532 | this.scheduleMonthlyDayNumber.Maximum = new decimal(new int[] { |
|---|
| 533 | 31, |
|---|
| 534 | 0, |
|---|
| 535 | 0, |
|---|
| 536 | 0}); |
|---|
| 537 | this.scheduleMonthlyDayNumber.Minimum = new decimal(new int[] { |
|---|
| 538 | 1, |
|---|
| 539 | 0, |
|---|
| 540 | 0, |
|---|
| 541 | 0}); |
|---|
| 542 | this.scheduleMonthlyDayNumber.Name = "scheduleMonthlyDayNumber"; |
|---|
| 543 | this.scheduleMonthlyDayNumber.Value = new decimal(new int[] { |
|---|
| 544 | 1, |
|---|
| 545 | 0, |
|---|
| 546 | 0, |
|---|
| 547 | 0}); |
|---|
| 548 | // |
|---|
| 549 | // scheduleMonthlyEveryLbl |
|---|
| 550 | // |
|---|
| 551 | resources.ApplyResources(this.scheduleMonthlyEveryLbl, "scheduleMonthlyEveryLbl"); |
|---|
| 552 | this.scheduleMonthlyEveryLbl.Name = "scheduleMonthlyEveryLbl"; |
|---|
| 553 | // |
|---|
| 554 | // scheduleMonthlyFreq |
|---|
| 555 | // |
|---|
| 556 | resources.ApplyResources(this.scheduleMonthlyFreq, "scheduleMonthlyFreq"); |
|---|
| 557 | this.scheduleMonthlyFreq.Maximum = new decimal(new int[] { |
|---|
| 558 | 120, |
|---|
| 559 | 0, |
|---|
| 560 | 0, |
|---|
| 561 | 0}); |
|---|
| 562 | this.scheduleMonthlyFreq.Minimum = new decimal(new int[] { |
|---|
| 563 | 1, |
|---|
| 564 | 0, |
|---|
| 565 | 0, |
|---|
| 566 | 0}); |
|---|
| 567 | this.scheduleMonthlyFreq.Name = "scheduleMonthlyFreq"; |
|---|
| 568 | this.scheduleMonthlyFreq.Value = new decimal(new int[] { |
|---|
| 569 | 1, |
|---|
| 570 | 0, |
|---|
| 571 | 0, |
|---|
| 572 | 0}); |
|---|
| 573 | // |
|---|
| 574 | // scheduleMonthlyMonthLbl |
|---|
| 575 | // |
|---|
| 576 | resources.ApplyResources(this.scheduleMonthlyMonthLbl, "scheduleMonthlyMonthLbl"); |
|---|
| 577 | this.scheduleMonthlyMonthLbl.Name = "scheduleMonthlyMonthLbl"; |
|---|
| 578 | // |
|---|
| 579 | // errorProvider |
|---|
| 580 | // |
|---|
| 581 | this.errorProvider.ContainerControl = this; |
|---|
| 582 | // |
|---|
| 583 | // TaskPropertiesForm |
|---|
| 584 | // |
|---|
| 585 | this.AcceptButton = this.ok; |
|---|
| 586 | resources.ApplyResources(this, "$this"); |
|---|
| 587 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; |
|---|
| 588 | this.CancelButton = this.cancel; |
|---|
| 589 | this.Controls.Add(this.container); |
|---|
| 590 | this.Controls.Add(this.cancel); |
|---|
| 591 | this.Controls.Add(this.ok); |
|---|
| 592 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
|---|
| 593 | this.MaximizeBox = false; |
|---|
| 594 | this.MinimizeBox = false; |
|---|
| 595 | this.Name = "TaskPropertiesForm"; |
|---|
| 596 | this.ShowInTaskbar = false; |
|---|
| 597 | this.dataContextMenuStrip.ResumeLayout(false); |
|---|
| 598 | this.container.ResumeLayout(false); |
|---|
| 599 | this.containerTask.ResumeLayout(false); |
|---|
| 600 | this.containerTask.PerformLayout(); |
|---|
| 601 | this.tableLayoutPanel2.ResumeLayout(false); |
|---|
| 602 | this.tableLayoutPanel2.PerformLayout(); |
|---|
| 603 | this.containerSchedule.ResumeLayout(false); |
|---|
| 604 | this.containerSchedulePanel.ResumeLayout(false); |
|---|
| 605 | this.containerSchedulePanel.PerformLayout(); |
|---|
| 606 | this.nonRecurringPanel.ResumeLayout(false); |
|---|
| 607 | ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).EndInit(); |
|---|
| 608 | this.scheduleTimePanel.ResumeLayout(false); |
|---|
| 609 | this.scheduleTimePanel.PerformLayout(); |
|---|
| 610 | this.schedulePattern.ResumeLayout(false); |
|---|
| 611 | this.schedulePanel.ResumeLayout(false); |
|---|
| 612 | this.schedulePanel.PerformLayout(); |
|---|
| 613 | this.scheduleDailyByDayPanel.ResumeLayout(false); |
|---|
| 614 | this.scheduleDailyByDayPanel.PerformLayout(); |
|---|
| 615 | ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).EndInit(); |
|---|
| 616 | this.scheduleWeeklyFrequencyPanel.ResumeLayout(false); |
|---|
| 617 | this.scheduleWeeklyFrequencyPanel.PerformLayout(); |
|---|
| 618 | ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).EndInit(); |
|---|
| 619 | this.scheduleWeeklyDays.ResumeLayout(false); |
|---|
| 620 | this.scheduleWeeklyDays.PerformLayout(); |
|---|
| 621 | this.scheduleMonthlyFrequencyPanel.ResumeLayout(false); |
|---|
| 622 | this.scheduleMonthlyFrequencyPanel.PerformLayout(); |
|---|
| 623 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).EndInit(); |
|---|
| 624 | ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).EndInit(); |
|---|
| 625 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); |
|---|
| 626 | this.ResumeLayout(false); |
|---|
| 627 | |
|---|
| 628 | } |
|---|
| 629 | |
|---|
| 630 | #endregion |
|---|
| 631 | |
|---|
| 632 | private System.Windows.Forms.Label eraseLbl; |
|---|
| 633 | private System.Windows.Forms.Label typeLbl; |
|---|
| 634 | private System.Windows.Forms.RadioButton typeImmediate; |
|---|
| 635 | private System.Windows.Forms.RadioButton typeRecurring; |
|---|
| 636 | private System.Windows.Forms.ListView data; |
|---|
| 637 | private System.Windows.Forms.ColumnHeader dataColData; |
|---|
| 638 | private System.Windows.Forms.ColumnHeader dataColMethod; |
|---|
| 639 | private System.Windows.Forms.Button dataAdd; |
|---|
| 640 | private System.Windows.Forms.Button ok; |
|---|
| 641 | private System.Windows.Forms.Button cancel; |
|---|
| 642 | private System.Windows.Forms.TabControl container; |
|---|
| 643 | private System.Windows.Forms.TabPage containerTask; |
|---|
| 644 | private System.Windows.Forms.TabPage containerSchedule; |
|---|
| 645 | private System.Windows.Forms.TableLayoutPanel containerSchedulePanel; |
|---|
| 646 | private System.Windows.Forms.GroupBox schedulePattern; |
|---|
| 647 | private System.Windows.Forms.Panel nonRecurringPanel; |
|---|
| 648 | private System.Windows.Forms.Label nonRecurringLbl; |
|---|
| 649 | private System.Windows.Forms.PictureBox nonRecurringBitmap; |
|---|
| 650 | private System.Windows.Forms.ErrorProvider errorProvider; |
|---|
| 651 | private System.Windows.Forms.RadioButton typeRestart; |
|---|
| 652 | private System.Windows.Forms.ContextMenuStrip dataContextMenuStrip; |
|---|
| 653 | private System.Windows.Forms.ToolStripMenuItem deleteDataToolStripMenuItem; |
|---|
| 654 | private System.Windows.Forms.RadioButton typeManual; |
|---|
| 655 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; |
|---|
| 656 | private System.Windows.Forms.Label nameLbl; |
|---|
| 657 | private System.Windows.Forms.TextBox name; |
|---|
| 658 | private System.Windows.Forms.FlowLayoutPanel scheduleTimePanel; |
|---|
| 659 | private System.Windows.Forms.Label scheduleTimeLbl; |
|---|
| 660 | private System.Windows.Forms.DateTimePicker scheduleTime; |
|---|
| 661 | private System.Windows.Forms.FlowLayoutPanel schedulePanel; |
|---|
| 662 | private System.Windows.Forms.RadioButton scheduleDaily; |
|---|
| 663 | private System.Windows.Forms.FlowLayoutPanel scheduleDailyByDayPanel; |
|---|
| 664 | private System.Windows.Forms.RadioButton scheduleDailyByDay; |
|---|
| 665 | private System.Windows.Forms.NumericUpDown scheduleDailyByDayFreq; |
|---|
| 666 | private System.Windows.Forms.Label scheduleDailyByDayLbl; |
|---|
| 667 | private System.Windows.Forms.RadioButton scheduleDailyByWeekday; |
|---|
| 668 | private System.Windows.Forms.RadioButton scheduleWeekly; |
|---|
| 669 | private System.Windows.Forms.FlowLayoutPanel scheduleWeeklyFrequencyPanel; |
|---|
| 670 | private System.Windows.Forms.Label scheduleWeeklyLbl; |
|---|
| 671 | private System.Windows.Forms.NumericUpDown scheduleWeeklyFreq; |
|---|
| 672 | private System.Windows.Forms.Label scheduleWeeklyFreqLbl; |
|---|
| 673 | private System.Windows.Forms.RadioButton scheduleMonthly; |
|---|
| 674 | private System.Windows.Forms.FlowLayoutPanel scheduleMonthlyFrequencyPanel; |
|---|
| 675 | private System.Windows.Forms.Label scheduleMonthlyLbl; |
|---|
| 676 | private System.Windows.Forms.NumericUpDown scheduleMonthlyDayNumber; |
|---|
| 677 | private System.Windows.Forms.Label scheduleMonthlyEveryLbl; |
|---|
| 678 | private System.Windows.Forms.NumericUpDown scheduleMonthlyFreq; |
|---|
| 679 | private System.Windows.Forms.Label scheduleMonthlyMonthLbl; |
|---|
| 680 | private System.Windows.Forms.FlowLayoutPanel scheduleWeeklyDays; |
|---|
| 681 | private System.Windows.Forms.CheckBox scheduleWeeklyMonday; |
|---|
| 682 | private System.Windows.Forms.CheckBox scheduleWeeklyTuesday; |
|---|
| 683 | private System.Windows.Forms.CheckBox scheduleWeeklyWednesday; |
|---|
| 684 | private System.Windows.Forms.CheckBox scheduleWeeklyThursday; |
|---|
| 685 | private System.Windows.Forms.CheckBox scheduleWeeklyFriday; |
|---|
| 686 | private System.Windows.Forms.CheckBox scheduleWeeklySaturday; |
|---|
| 687 | private System.Windows.Forms.CheckBox scheduleWeeklySunday; |
|---|
| 688 | } |
|---|
| 689 | } |
|---|