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