- Timestamp:
- 2/10/2010 8:32:33 AM (2 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser/TaskPropertiesForm.Designer.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1782,1784 /trunk/eraser6 merged: 1783-1800
- Property svn:mergeinfo changed
-
branches/eraser6/CodeReview/Eraser/TaskPropertiesForm.Designer.cs
r1681 r1801 50 50 private void InitializeComponent() 51 51 { 52 this.components = new System.ComponentModel.Container(); 53 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskPropertiesForm)); 54 this.nameLbl = new System.Windows.Forms.Label(); 55 this.name = new System.Windows.Forms.TextBox(); 56 this.eraseLbl = new System.Windows.Forms.Label(); 57 this.typeLbl = new System.Windows.Forms.Label(); 58 this.typeImmediate = new System.Windows.Forms.RadioButton(); 59 this.typeRecurring = new System.Windows.Forms.RadioButton(); 60 this.data = new System.Windows.Forms.ListView(); 61 this.dataColData = new System.Windows.Forms.ColumnHeader(); 62 this.dataColMethod = new System.Windows.Forms.ColumnHeader(); 63 this.dataContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 64 this.deleteDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 65 this.dataAdd = new System.Windows.Forms.Button(); 66 this.ok = new System.Windows.Forms.Button(); 67 this.cancel = new System.Windows.Forms.Button(); 68 this.container = new System.Windows.Forms.TabControl(); 69 this.containerTask = new System.Windows.Forms.TabPage(); 70 this.typeManual = new System.Windows.Forms.RadioButton(); 71 this.typeRestart = new System.Windows.Forms.RadioButton(); 72 this.containerSchedule = new System.Windows.Forms.TabPage(); 73 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 74 this.schedulePattern = new System.Windows.Forms.GroupBox(); 75 this.scheduleMonthlyLbl = new System.Windows.Forms.Label(); 76 this.scheduleMonthlyDayNumber = new System.Windows.Forms.NumericUpDown(); 77 this.scheduleMonthlyFreq = new System.Windows.Forms.NumericUpDown(); 78 this.scheduleMonthlyMonthLbl = new System.Windows.Forms.Label(); 79 this.scheduleMonthlyEveryLbl = new System.Windows.Forms.Label(); 80 this.scheduleWeeklyFreq = new System.Windows.Forms.NumericUpDown(); 81 this.scheduleDaily = new System.Windows.Forms.RadioButton(); 82 this.scheduleDailyPanel = new System.Windows.Forms.Panel(); 83 this.scheduleDailyByDayFreq = new System.Windows.Forms.NumericUpDown(); 84 this.scheduleDailyByDay = new System.Windows.Forms.RadioButton(); 85 this.scheduleDailyByDayLbl = new System.Windows.Forms.Label(); 86 this.scheduleDailyByWeekday = new System.Windows.Forms.RadioButton(); 87 this.scheduleWeeklyDays = new System.Windows.Forms.FlowLayoutPanel(); 88 this.scheduleWeeklyMonday = new System.Windows.Forms.CheckBox(); 89 this.scheduleWeeklyTuesday = new System.Windows.Forms.CheckBox(); 90 this.scheduleWeeklyWednesday = new System.Windows.Forms.CheckBox(); 91 this.scheduleWeeklyThursday = new System.Windows.Forms.CheckBox(); 92 this.scheduleWeeklyFriday = new System.Windows.Forms.CheckBox(); 93 this.scheduleWeeklySaturday = new System.Windows.Forms.CheckBox(); 94 this.scheduleWeeklySunday = new System.Windows.Forms.CheckBox(); 95 this.scheduleWeeklyFreqLbl = new System.Windows.Forms.Label(); 96 this.scheduleWeeklyLbl = new System.Windows.Forms.Label(); 97 this.scheduleWeekly = new System.Windows.Forms.RadioButton(); 98 this.scheduleMonthly = new System.Windows.Forms.RadioButton(); 99 this.nonRecurringPanel = new System.Windows.Forms.Panel(); 100 this.nonRecurringLbl = new System.Windows.Forms.Label(); 101 this.nonRecurringBitmap = new System.Windows.Forms.PictureBox(); 102 this.scheduleTimePanel = new System.Windows.Forms.Panel(); 103 this.scheduleTime = new System.Windows.Forms.DateTimePicker(); 104 this.scheduleTimeLbl = new System.Windows.Forms.Label(); 105 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 106 this.dataContextMenuStrip.SuspendLayout(); 107 this.container.SuspendLayout(); 108 this.containerTask.SuspendLayout(); 109 this.containerSchedule.SuspendLayout(); 110 this.tableLayoutPanel1.SuspendLayout(); 111 this.schedulePattern.SuspendLayout(); 112 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).BeginInit(); 113 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).BeginInit(); 114 ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).BeginInit(); 115 this.scheduleDailyPanel.SuspendLayout(); 116 ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).BeginInit(); 117 this.scheduleWeeklyDays.SuspendLayout(); 118 this.nonRecurringPanel.SuspendLayout(); 119 ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).BeginInit(); 120 this.scheduleTimePanel.SuspendLayout(); 121 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 122 this.SuspendLayout(); 123 // 124 // nameLbl 125 // 126 this.nameLbl.AccessibleDescription = null; 127 this.nameLbl.AccessibleName = null; 128 resources.ApplyResources(this.nameLbl, "nameLbl"); 129 this.errorProvider.SetError(this.nameLbl, resources.GetString("nameLbl.Error")); 130 this.nameLbl.Font = null; 131 this.errorProvider.SetIconAlignment(this.nameLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("nameLbl.IconAlignment")))); 132 this.errorProvider.SetIconPadding(this.nameLbl, ((int)(resources.GetObject("nameLbl.IconPadding")))); 133 this.nameLbl.Name = "nameLbl"; 134 // 135 // name 136 // 137 this.name.AccessibleDescription = null; 138 this.name.AccessibleName = null; 139 resources.ApplyResources(this.name, "name"); 140 this.name.BackgroundImage = null; 141 this.errorProvider.SetError(this.name, resources.GetString("name.Error")); 142 this.name.Font = null; 143 this.errorProvider.SetIconAlignment(this.name, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("name.IconAlignment")))); 144 this.errorProvider.SetIconPadding(this.name, ((int)(resources.GetObject("name.IconPadding")))); 145 this.name.Name = "name"; 146 // 147 // eraseLbl 148 // 149 this.eraseLbl.AccessibleDescription = null; 150 this.eraseLbl.AccessibleName = null; 151 resources.ApplyResources(this.eraseLbl, "eraseLbl"); 152 this.errorProvider.SetError(this.eraseLbl, resources.GetString("eraseLbl.Error")); 153 this.eraseLbl.Font = null; 154 this.errorProvider.SetIconAlignment(this.eraseLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("eraseLbl.IconAlignment")))); 155 this.errorProvider.SetIconPadding(this.eraseLbl, ((int)(resources.GetObject("eraseLbl.IconPadding")))); 156 this.eraseLbl.Name = "eraseLbl"; 157 // 158 // typeLbl 159 // 160 this.typeLbl.AccessibleDescription = null; 161 this.typeLbl.AccessibleName = null; 162 resources.ApplyResources(this.typeLbl, "typeLbl"); 163 this.errorProvider.SetError(this.typeLbl, resources.GetString("typeLbl.Error")); 164 this.typeLbl.Font = null; 165 this.errorProvider.SetIconAlignment(this.typeLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeLbl.IconAlignment")))); 166 this.errorProvider.SetIconPadding(this.typeLbl, ((int)(resources.GetObject("typeLbl.IconPadding")))); 167 this.typeLbl.Name = "typeLbl"; 168 // 169 // typeImmediate 170 // 171 this.typeImmediate.AccessibleDescription = null; 172 this.typeImmediate.AccessibleName = null; 173 resources.ApplyResources(this.typeImmediate, "typeImmediate"); 174 this.typeImmediate.BackgroundImage = null; 175 this.errorProvider.SetError(this.typeImmediate, resources.GetString("typeImmediate.Error")); 176 this.typeImmediate.Font = null; 177 this.errorProvider.SetIconAlignment(this.typeImmediate, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeImmediate.IconAlignment")))); 178 this.errorProvider.SetIconPadding(this.typeImmediate, ((int)(resources.GetObject("typeImmediate.IconPadding")))); 179 this.typeImmediate.Name = "typeImmediate"; 180 this.typeImmediate.UseVisualStyleBackColor = true; 181 this.typeImmediate.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 182 // 183 // typeRecurring 184 // 185 this.typeRecurring.AccessibleDescription = null; 186 this.typeRecurring.AccessibleName = null; 187 resources.ApplyResources(this.typeRecurring, "typeRecurring"); 188 this.typeRecurring.BackgroundImage = null; 189 this.errorProvider.SetError(this.typeRecurring, resources.GetString("typeRecurring.Error")); 190 this.typeRecurring.Font = null; 191 this.errorProvider.SetIconAlignment(this.typeRecurring, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeRecurring.IconAlignment")))); 192 this.errorProvider.SetIconPadding(this.typeRecurring, ((int)(resources.GetObject("typeRecurring.IconPadding")))); 193 this.typeRecurring.Name = "typeRecurring"; 194 this.typeRecurring.UseVisualStyleBackColor = true; 195 this.typeRecurring.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 196 // 197 // data 198 // 199 this.data.AccessibleDescription = null; 200 this.data.AccessibleName = null; 201 resources.ApplyResources(this.data, "data"); 202 this.data.BackgroundImage = null; 203 this.data.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 52 this.components = new System.ComponentModel.Container(); 53 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TaskPropertiesForm)); 54 this.nameLbl = new System.Windows.Forms.Label(); 55 this.name = new System.Windows.Forms.TextBox(); 56 this.eraseLbl = new System.Windows.Forms.Label(); 57 this.typeLbl = new System.Windows.Forms.Label(); 58 this.typeImmediate = new System.Windows.Forms.RadioButton(); 59 this.typeRecurring = new System.Windows.Forms.RadioButton(); 60 this.data = new System.Windows.Forms.ListView(); 61 this.dataColData = new System.Windows.Forms.ColumnHeader(); 62 this.dataColMethod = new System.Windows.Forms.ColumnHeader(); 63 this.dataContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); 64 this.deleteDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 65 this.dataAdd = new System.Windows.Forms.Button(); 66 this.ok = new System.Windows.Forms.Button(); 67 this.cancel = new System.Windows.Forms.Button(); 68 this.container = new System.Windows.Forms.TabControl(); 69 this.containerTask = new System.Windows.Forms.TabPage(); 70 this.typeManual = new System.Windows.Forms.RadioButton(); 71 this.typeRestart = new System.Windows.Forms.RadioButton(); 72 this.containerSchedule = new System.Windows.Forms.TabPage(); 73 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 74 this.schedulePattern = new System.Windows.Forms.GroupBox(); 75 this.scheduleMonthlyLbl = new System.Windows.Forms.Label(); 76 this.scheduleMonthlyDayNumber = new System.Windows.Forms.NumericUpDown(); 77 this.scheduleMonthlyFreq = new System.Windows.Forms.NumericUpDown(); 78 this.scheduleMonthlyMonthLbl = new System.Windows.Forms.Label(); 79 this.scheduleMonthlyEveryLbl = new System.Windows.Forms.Label(); 80 this.scheduleWeeklyFreq = new System.Windows.Forms.NumericUpDown(); 81 this.scheduleDaily = new System.Windows.Forms.RadioButton(); 82 this.scheduleDailyPanel = new System.Windows.Forms.Panel(); 83 this.scheduleDailyByDayFreq = new System.Windows.Forms.NumericUpDown(); 84 this.scheduleDailyByDay = new System.Windows.Forms.RadioButton(); 85 this.scheduleDailyByDayLbl = new System.Windows.Forms.Label(); 86 this.scheduleDailyByWeekday = new System.Windows.Forms.RadioButton(); 87 this.scheduleWeeklyDays = new System.Windows.Forms.FlowLayoutPanel(); 88 this.scheduleWeeklyMonday = new System.Windows.Forms.CheckBox(); 89 this.scheduleWeeklyTuesday = new System.Windows.Forms.CheckBox(); 90 this.scheduleWeeklyWednesday = new System.Windows.Forms.CheckBox(); 91 this.scheduleWeeklyThursday = new System.Windows.Forms.CheckBox(); 92 this.scheduleWeeklyFriday = new System.Windows.Forms.CheckBox(); 93 this.scheduleWeeklySaturday = new System.Windows.Forms.CheckBox(); 94 this.scheduleWeeklySunday = new System.Windows.Forms.CheckBox(); 95 this.scheduleWeeklyFreqLbl = new System.Windows.Forms.Label(); 96 this.scheduleWeeklyLbl = new System.Windows.Forms.Label(); 97 this.scheduleWeekly = new System.Windows.Forms.RadioButton(); 98 this.scheduleMonthly = new System.Windows.Forms.RadioButton(); 99 this.nonRecurringPanel = new System.Windows.Forms.Panel(); 100 this.nonRecurringLbl = new System.Windows.Forms.Label(); 101 this.nonRecurringBitmap = new System.Windows.Forms.PictureBox(); 102 this.scheduleTimePanel = new System.Windows.Forms.Panel(); 103 this.scheduleTime = new System.Windows.Forms.DateTimePicker(); 104 this.scheduleTimeLbl = new System.Windows.Forms.Label(); 105 this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); 106 this.dataContextMenuStrip.SuspendLayout(); 107 this.container.SuspendLayout(); 108 this.containerTask.SuspendLayout(); 109 this.containerSchedule.SuspendLayout(); 110 this.tableLayoutPanel1.SuspendLayout(); 111 this.schedulePattern.SuspendLayout(); 112 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).BeginInit(); 113 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).BeginInit(); 114 ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).BeginInit(); 115 this.scheduleDailyPanel.SuspendLayout(); 116 ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).BeginInit(); 117 this.scheduleWeeklyDays.SuspendLayout(); 118 this.nonRecurringPanel.SuspendLayout(); 119 ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).BeginInit(); 120 this.scheduleTimePanel.SuspendLayout(); 121 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); 122 this.SuspendLayout(); 123 // 124 // nameLbl 125 // 126 resources.ApplyResources(this.nameLbl, "nameLbl"); 127 this.nameLbl.Name = "nameLbl"; 128 // 129 // name 130 // 131 resources.ApplyResources(this.name, "name"); 132 this.name.Name = "name"; 133 // 134 // eraseLbl 135 // 136 resources.ApplyResources(this.eraseLbl, "eraseLbl"); 137 this.eraseLbl.Name = "eraseLbl"; 138 // 139 // typeLbl 140 // 141 resources.ApplyResources(this.typeLbl, "typeLbl"); 142 this.typeLbl.Name = "typeLbl"; 143 // 144 // typeImmediate 145 // 146 resources.ApplyResources(this.typeImmediate, "typeImmediate"); 147 this.typeImmediate.Name = "typeImmediate"; 148 this.typeImmediate.UseVisualStyleBackColor = true; 149 this.typeImmediate.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 150 // 151 // typeRecurring 152 // 153 resources.ApplyResources(this.typeRecurring, "typeRecurring"); 154 this.typeRecurring.Name = "typeRecurring"; 155 this.typeRecurring.UseVisualStyleBackColor = true; 156 this.typeRecurring.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 157 // 158 // data 159 // 160 resources.ApplyResources(this.data, "data"); 161 this.data.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { 204 162 this.dataColData, 205 163 this.dataColMethod}); 206 this.data.ContextMenuStrip = this.dataContextMenuStrip; 207 this.errorProvider.SetError(this.data, resources.GetString("data.Error")); 208 this.data.Font = null; 209 this.data.FullRowSelect = true; 210 this.errorProvider.SetIconAlignment(this.data, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("data.IconAlignment")))); 211 this.errorProvider.SetIconPadding(this.data, ((int)(resources.GetObject("data.IconPadding")))); 212 this.data.MultiSelect = false; 213 this.data.Name = "data"; 214 this.data.UseCompatibleStateImageBehavior = false; 215 this.data.View = System.Windows.Forms.View.Details; 216 this.data.ItemActivate += new System.EventHandler(this.data_ItemActivate); 217 // 218 // dataColData 219 // 220 resources.ApplyResources(this.dataColData, "dataColData"); 221 // 222 // dataColMethod 223 // 224 resources.ApplyResources(this.dataColMethod, "dataColMethod"); 225 // 226 // dataContextMenuStrip 227 // 228 this.dataContextMenuStrip.AccessibleDescription = null; 229 this.dataContextMenuStrip.AccessibleName = null; 230 resources.ApplyResources(this.dataContextMenuStrip, "dataContextMenuStrip"); 231 this.dataContextMenuStrip.BackgroundImage = null; 232 this.errorProvider.SetError(this.dataContextMenuStrip, resources.GetString("dataContextMenuStrip.Error")); 233 this.dataContextMenuStrip.Font = null; 234 this.errorProvider.SetIconAlignment(this.dataContextMenuStrip, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("dataContextMenuStrip.IconAlignment")))); 235 this.errorProvider.SetIconPadding(this.dataContextMenuStrip, ((int)(resources.GetObject("dataContextMenuStrip.IconPadding")))); 236 this.dataContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 164 this.data.ContextMenuStrip = this.dataContextMenuStrip; 165 this.data.FullRowSelect = true; 166 this.data.MultiSelect = false; 167 this.data.Name = "data"; 168 this.data.UseCompatibleStateImageBehavior = false; 169 this.data.View = System.Windows.Forms.View.Details; 170 this.data.ItemActivate += new System.EventHandler(this.data_ItemActivate); 171 // 172 // dataColData 173 // 174 resources.ApplyResources(this.dataColData, "dataColData"); 175 // 176 // dataColMethod 177 // 178 resources.ApplyResources(this.dataColMethod, "dataColMethod"); 179 // 180 // dataContextMenuStrip 181 // 182 this.dataContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 237 183 this.deleteDataToolStripMenuItem}); 238 this.dataContextMenuStrip.Name = "dataContextMenuStrip"; 239 this.dataContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.dataContextMenuStrip_Opening); 240 // 241 // deleteDataToolStripMenuItem 242 // 243 this.deleteDataToolStripMenuItem.AccessibleDescription = null; 244 this.deleteDataToolStripMenuItem.AccessibleName = null; 245 resources.ApplyResources(this.deleteDataToolStripMenuItem, "deleteDataToolStripMenuItem"); 246 this.deleteDataToolStripMenuItem.BackgroundImage = null; 247 this.deleteDataToolStripMenuItem.Name = "deleteDataToolStripMenuItem"; 248 this.deleteDataToolStripMenuItem.ShortcutKeyDisplayString = null; 249 this.deleteDataToolStripMenuItem.Click += new System.EventHandler(this.deleteDataToolStripMenuItem_Click); 250 // 251 // dataAdd 252 // 253 this.dataAdd.AccessibleDescription = null; 254 this.dataAdd.AccessibleName = null; 255 resources.ApplyResources(this.dataAdd, "dataAdd"); 256 this.dataAdd.BackgroundImage = null; 257 this.errorProvider.SetError(this.dataAdd, resources.GetString("dataAdd.Error")); 258 this.dataAdd.Font = null; 259 this.errorProvider.SetIconAlignment(this.dataAdd, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("dataAdd.IconAlignment")))); 260 this.errorProvider.SetIconPadding(this.dataAdd, ((int)(resources.GetObject("dataAdd.IconPadding")))); 261 this.dataAdd.Name = "dataAdd"; 262 this.dataAdd.UseVisualStyleBackColor = true; 263 this.dataAdd.Click += new System.EventHandler(this.dataAdd_Click); 264 // 265 // ok 266 // 267 this.ok.AccessibleDescription = null; 268 this.ok.AccessibleName = null; 269 resources.ApplyResources(this.ok, "ok"); 270 this.ok.BackgroundImage = null; 271 this.errorProvider.SetError(this.ok, resources.GetString("ok.Error")); 272 this.ok.Font = null; 273 this.errorProvider.SetIconAlignment(this.ok, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("ok.IconAlignment")))); 274 this.errorProvider.SetIconPadding(this.ok, ((int)(resources.GetObject("ok.IconPadding")))); 275 this.ok.Name = "ok"; 276 this.ok.UseVisualStyleBackColor = true; 277 this.ok.Click += new System.EventHandler(this.ok_Click); 278 // 279 // cancel 280 // 281 this.cancel.AccessibleDescription = null; 282 this.cancel.AccessibleName = null; 283 resources.ApplyResources(this.cancel, "cancel"); 284 this.cancel.BackgroundImage = null; 285 this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 286 this.errorProvider.SetError(this.cancel, resources.GetString("cancel.Error")); 287 this.cancel.Font = null; 288 this.errorProvider.SetIconAlignment(this.cancel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cancel.IconAlignment")))); 289 this.errorProvider.SetIconPadding(this.cancel, ((int)(resources.GetObject("cancel.IconPadding")))); 290 this.cancel.Name = "cancel"; 291 this.cancel.UseVisualStyleBackColor = true; 292 // 293 // container 294 // 295 this.container.AccessibleDescription = null; 296 this.container.AccessibleName = null; 297 resources.ApplyResources(this.container, "container"); 298 this.container.BackgroundImage = null; 299 this.container.Controls.Add(this.containerTask); 300 this.container.Controls.Add(this.containerSchedule); 301 this.errorProvider.SetError(this.container, resources.GetString("container.Error")); 302 this.container.Font = null; 303 this.errorProvider.SetIconAlignment(this.container, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("container.IconAlignment")))); 304 this.errorProvider.SetIconPadding(this.container, ((int)(resources.GetObject("container.IconPadding")))); 305 this.container.Name = "container"; 306 this.container.SelectedIndex = 0; 307 // 308 // containerTask 309 // 310 this.containerTask.AccessibleDescription = null; 311 this.containerTask.AccessibleName = null; 312 resources.ApplyResources(this.containerTask, "containerTask"); 313 this.containerTask.BackgroundImage = null; 314 this.containerTask.Controls.Add(this.typeManual); 315 this.containerTask.Controls.Add(this.typeRestart); 316 this.containerTask.Controls.Add(this.nameLbl); 317 this.containerTask.Controls.Add(this.name); 318 this.containerTask.Controls.Add(this.typeLbl); 319 this.containerTask.Controls.Add(this.typeImmediate); 320 this.containerTask.Controls.Add(this.typeRecurring); 321 this.containerTask.Controls.Add(this.eraseLbl); 322 this.containerTask.Controls.Add(this.data); 323 this.containerTask.Controls.Add(this.dataAdd); 324 this.errorProvider.SetError(this.containerTask, resources.GetString("containerTask.Error")); 325 this.containerTask.Font = null; 326 this.errorProvider.SetIconAlignment(this.containerTask, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("containerTask.IconAlignment")))); 327 this.errorProvider.SetIconPadding(this.containerTask, ((int)(resources.GetObject("containerTask.IconPadding")))); 328 this.containerTask.Name = "containerTask"; 329 this.containerTask.UseVisualStyleBackColor = true; 330 // 331 // typeManual 332 // 333 this.typeManual.AccessibleDescription = null; 334 this.typeManual.AccessibleName = null; 335 resources.ApplyResources(this.typeManual, "typeManual"); 336 this.typeManual.BackgroundImage = null; 337 this.errorProvider.SetError(this.typeManual, resources.GetString("typeManual.Error")); 338 this.typeManual.Font = null; 339 this.errorProvider.SetIconAlignment(this.typeManual, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeManual.IconAlignment")))); 340 this.errorProvider.SetIconPadding(this.typeManual, ((int)(resources.GetObject("typeManual.IconPadding")))); 341 this.typeManual.Name = "typeManual"; 342 this.typeManual.TabStop = true; 343 this.typeManual.UseVisualStyleBackColor = true; 344 this.typeManual.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 345 // 346 // typeRestart 347 // 348 this.typeRestart.AccessibleDescription = null; 349 this.typeRestart.AccessibleName = null; 350 resources.ApplyResources(this.typeRestart, "typeRestart"); 351 this.typeRestart.BackgroundImage = null; 352 this.errorProvider.SetError(this.typeRestart, resources.GetString("typeRestart.Error")); 353 this.typeRestart.Font = null; 354 this.errorProvider.SetIconAlignment(this.typeRestart, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("typeRestart.IconAlignment")))); 355 this.errorProvider.SetIconPadding(this.typeRestart, ((int)(resources.GetObject("typeRestart.IconPadding")))); 356 this.typeRestart.Name = "typeRestart"; 357 this.typeRestart.TabStop = true; 358 this.typeRestart.UseVisualStyleBackColor = true; 359 // 360 // containerSchedule 361 // 362 this.containerSchedule.AccessibleDescription = null; 363 this.containerSchedule.AccessibleName = null; 364 resources.ApplyResources(this.containerSchedule, "containerSchedule"); 365 this.containerSchedule.BackgroundImage = null; 366 this.containerSchedule.Controls.Add(this.tableLayoutPanel1); 367 this.errorProvider.SetError(this.containerSchedule, resources.GetString("containerSchedule.Error")); 368 this.containerSchedule.Font = null; 369 this.errorProvider.SetIconAlignment(this.containerSchedule, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("containerSchedule.IconAlignment")))); 370 this.errorProvider.SetIconPadding(this.containerSchedule, ((int)(resources.GetObject("containerSchedule.IconPadding")))); 371 this.containerSchedule.Name = "containerSchedule"; 372 this.containerSchedule.UseVisualStyleBackColor = true; 373 // 374 // tableLayoutPanel1 375 // 376 this.tableLayoutPanel1.AccessibleDescription = null; 377 this.tableLayoutPanel1.AccessibleName = null; 378 resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 379 this.tableLayoutPanel1.BackgroundImage = null; 380 this.tableLayoutPanel1.Controls.Add(this.schedulePattern, 0, 2); 381 this.tableLayoutPanel1.Controls.Add(this.nonRecurringPanel, 0, 0); 382 this.tableLayoutPanel1.Controls.Add(this.scheduleTimePanel, 0, 1); 383 this.errorProvider.SetError(this.tableLayoutPanel1, resources.GetString("tableLayoutPanel1.Error")); 384 this.tableLayoutPanel1.Font = null; 385 this.errorProvider.SetIconAlignment(this.tableLayoutPanel1, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tableLayoutPanel1.IconAlignment")))); 386 this.errorProvider.SetIconPadding(this.tableLayoutPanel1, ((int)(resources.GetObject("tableLayoutPanel1.IconPadding")))); 387 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 388 // 389 // schedulePattern 390 // 391 this.schedulePattern.AccessibleDescription = null; 392 this.schedulePattern.AccessibleName = null; 393 resources.ApplyResources(this.schedulePattern, "schedulePattern"); 394 this.schedulePattern.BackgroundImage = null; 395 this.schedulePattern.Controls.Add(this.scheduleMonthlyLbl); 396 this.schedulePattern.Controls.Add(this.scheduleMonthlyDayNumber); 397 this.schedulePattern.Controls.Add(this.scheduleMonthlyFreq); 398 this.schedulePattern.Controls.Add(this.scheduleMonthlyMonthLbl); 399 this.schedulePattern.Controls.Add(this.scheduleMonthlyEveryLbl); 400 this.schedulePattern.Controls.Add(this.scheduleWeeklyFreq); 401 this.schedulePattern.Controls.Add(this.scheduleDaily); 402 this.schedulePattern.Controls.Add(this.scheduleDailyPanel); 403 this.schedulePattern.Controls.Add(this.scheduleWeeklyDays); 404 this.schedulePattern.Controls.Add(this.scheduleWeeklyFreqLbl); 405 this.schedulePattern.Controls.Add(this.scheduleWeeklyLbl); 406 this.schedulePattern.Controls.Add(this.scheduleWeekly); 407 this.schedulePattern.Controls.Add(this.scheduleMonthly); 408 this.errorProvider.SetError(this.schedulePattern, resources.GetString("schedulePattern.Error")); 409 this.schedulePattern.Font = null; 410 this.errorProvider.SetIconAlignment(this.schedulePattern, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("schedulePattern.IconAlignment")))); 411 this.errorProvider.SetIconPadding(this.schedulePattern, ((int)(resources.GetObject("schedulePattern.IconPadding")))); 412 this.schedulePattern.Name = "schedulePattern"; 413 this.schedulePattern.TabStop = false; 414 // 415 // scheduleMonthlyLbl 416 // 417 this.scheduleMonthlyLbl.AccessibleDescription = null; 418 this.scheduleMonthlyLbl.AccessibleName = null; 419 resources.ApplyResources(this.scheduleMonthlyLbl, "scheduleMonthlyLbl"); 420 this.errorProvider.SetError(this.scheduleMonthlyLbl, resources.GetString("scheduleMonthlyLbl.Error")); 421 this.scheduleMonthlyLbl.Font = null; 422 this.errorProvider.SetIconAlignment(this.scheduleMonthlyLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthlyLbl.IconAlignment")))); 423 this.errorProvider.SetIconPadding(this.scheduleMonthlyLbl, ((int)(resources.GetObject("scheduleMonthlyLbl.IconPadding")))); 424 this.scheduleMonthlyLbl.Name = "scheduleMonthlyLbl"; 425 // 426 // scheduleMonthlyDayNumber 427 // 428 this.scheduleMonthlyDayNumber.AccessibleDescription = null; 429 this.scheduleMonthlyDayNumber.AccessibleName = null; 430 resources.ApplyResources(this.scheduleMonthlyDayNumber, "scheduleMonthlyDayNumber"); 431 this.errorProvider.SetError(this.scheduleMonthlyDayNumber, resources.GetString("scheduleMonthlyDayNumber.Error")); 432 this.scheduleMonthlyDayNumber.Font = null; 433 this.errorProvider.SetIconAlignment(this.scheduleMonthlyDayNumber, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthlyDayNumber.IconAlignment")))); 434 this.errorProvider.SetIconPadding(this.scheduleMonthlyDayNumber, ((int)(resources.GetObject("scheduleMonthlyDayNumber.IconPadding")))); 435 this.scheduleMonthlyDayNumber.Maximum = new decimal(new int[] { 184 this.dataContextMenuStrip.Name = "dataContextMenuStrip"; 185 resources.ApplyResources(this.dataContextMenuStrip, "dataContextMenuStrip"); 186 this.dataContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.dataContextMenuStrip_Opening); 187 // 188 // deleteDataToolStripMenuItem 189 // 190 this.deleteDataToolStripMenuItem.Name = "deleteDataToolStripMenuItem"; 191 resources.ApplyResources(this.deleteDataToolStripMenuItem, "deleteDataToolStripMenuItem"); 192 this.deleteDataToolStripMenuItem.Click += new System.EventHandler(this.deleteDataToolStripMenuItem_Click); 193 // 194 // dataAdd 195 // 196 resources.ApplyResources(this.dataAdd, "dataAdd"); 197 this.dataAdd.Name = "dataAdd"; 198 this.dataAdd.UseVisualStyleBackColor = true; 199 this.dataAdd.Click += new System.EventHandler(this.dataAdd_Click); 200 // 201 // ok 202 // 203 resources.ApplyResources(this.ok, "ok"); 204 this.ok.Name = "ok"; 205 this.ok.UseVisualStyleBackColor = true; 206 this.ok.Click += new System.EventHandler(this.ok_Click); 207 // 208 // cancel 209 // 210 resources.ApplyResources(this.cancel, "cancel"); 211 this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 212 this.cancel.Name = "cancel"; 213 this.cancel.UseVisualStyleBackColor = true; 214 // 215 // container 216 // 217 resources.ApplyResources(this.container, "container"); 218 this.container.Controls.Add(this.containerTask); 219 this.container.Controls.Add(this.containerSchedule); 220 this.container.Name = "container"; 221 this.container.SelectedIndex = 0; 222 // 223 // containerTask 224 // 225 this.containerTask.Controls.Add(this.typeManual); 226 this.containerTask.Controls.Add(this.typeRestart); 227 this.containerTask.Controls.Add(this.nameLbl); 228 this.containerTask.Controls.Add(this.name); 229 this.containerTask.Controls.Add(this.typeLbl); 230 this.containerTask.Controls.Add(this.typeImmediate); 231 this.containerTask.Controls.Add(this.typeRecurring); 232 this.containerTask.Controls.Add(this.eraseLbl); 233 this.containerTask.Controls.Add(this.data); 234 this.containerTask.Controls.Add(this.dataAdd); 235 resources.ApplyResources(this.containerTask, "containerTask"); 236 this.containerTask.Name = "containerTask"; 237 this.containerTask.UseVisualStyleBackColor = true; 238 // 239 // typeManual 240 // 241 resources.ApplyResources(this.typeManual, "typeManual"); 242 this.typeManual.Name = "typeManual"; 243 this.typeManual.TabStop = true; 244 this.typeManual.UseVisualStyleBackColor = true; 245 this.typeManual.CheckedChanged += new System.EventHandler(this.taskType_CheckedChanged); 246 // 247 // typeRestart 248 // 249 resources.ApplyResources(this.typeRestart, "typeRestart"); 250 this.typeRestart.Name = "typeRestart"; 251 this.typeRestart.TabStop = true; 252 this.typeRestart.UseVisualStyleBackColor = true; 253 // 254 // containerSchedule 255 // 256 this.containerSchedule.Controls.Add(this.tableLayoutPanel1); 257 resources.ApplyResources(this.containerSchedule, "containerSchedule"); 258 this.containerSchedule.Name = "containerSchedule"; 259 this.containerSchedule.UseVisualStyleBackColor = true; 260 // 261 // tableLayoutPanel1 262 // 263 resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); 264 this.tableLayoutPanel1.Controls.Add(this.schedulePattern, 0, 2); 265 this.tableLayoutPanel1.Controls.Add(this.nonRecurringPanel, 0, 0); 266 this.tableLayoutPanel1.Controls.Add(this.scheduleTimePanel, 0, 1); 267 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 268 // 269 // schedulePattern 270 // 271 resources.ApplyResources(this.schedulePattern, "schedulePattern"); 272 this.schedulePattern.Controls.Add(this.scheduleMonthlyLbl); 273 this.schedulePattern.Controls.Add(this.scheduleMonthlyDayNumber); 274 this.schedulePattern.Controls.Add(this.scheduleMonthlyFreq); 275 this.schedulePattern.Controls.Add(this.scheduleMonthlyMonthLbl); 276 this.schedulePattern.Controls.Add(this.scheduleMonthlyEveryLbl); 277 this.schedulePattern.Controls.Add(this.scheduleWeeklyFreq); 278 this.schedulePattern.Controls.Add(this.scheduleDaily); 279 this.schedulePattern.Controls.Add(this.scheduleDailyPanel); 280 this.schedulePattern.Controls.Add(this.scheduleWeeklyDays); 281 this.schedulePattern.Controls.Add(this.scheduleWeeklyFreqLbl); 282 this.schedulePattern.Controls.Add(this.scheduleWeeklyLbl); 283 this.schedulePattern.Controls.Add(this.scheduleWeekly); 284 this.schedulePattern.Controls.Add(this.scheduleMonthly); 285 this.schedulePattern.Name = "schedulePattern"; 286 this.schedulePattern.TabStop = false; 287 // 288 // scheduleMonthlyLbl 289 // 290 resources.ApplyResources(this.scheduleMonthlyLbl, "scheduleMonthlyLbl"); 291 this.scheduleMonthlyLbl.Name = "scheduleMonthlyLbl"; 292 // 293 // scheduleMonthlyDayNumber 294 // 295 resources.ApplyResources(this.scheduleMonthlyDayNumber, "scheduleMonthlyDayNumber"); 296 this.scheduleMonthlyDayNumber.Maximum = new decimal(new int[] { 436 297 31, 437 298 0, 438 299 0, 439 300 0}); 440 this.scheduleMonthlyDayNumber.Minimum = new decimal(new int[] { 441 1, 442 0, 443 0, 444 0}); 445 this.scheduleMonthlyDayNumber.Name = "scheduleMonthlyDayNumber"; 446 this.scheduleMonthlyDayNumber.Value = new decimal(new int[] { 447 1, 448 0, 449 0, 450 0}); 451 // 452 // scheduleMonthlyFreq 453 // 454 this.scheduleMonthlyFreq.AccessibleDescription = null; 455 this.scheduleMonthlyFreq.AccessibleName = null; 456 resources.ApplyResources(this.scheduleMonthlyFreq, "scheduleMonthlyFreq"); 457 this.errorProvider.SetError(this.scheduleMonthlyFreq, resources.GetString("scheduleMonthlyFreq.Error")); 458 this.scheduleMonthlyFreq.Font = null; 459 this.errorProvider.SetIconAlignment(this.scheduleMonthlyFreq, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthlyFreq.IconAlignment")))); 460 this.errorProvider.SetIconPadding(this.scheduleMonthlyFreq, ((int)(resources.GetObject("scheduleMonthlyFreq.IconPadding")))); 461 this.scheduleMonthlyFreq.Maximum = new decimal(new int[] { 301 this.scheduleMonthlyDayNumber.Minimum = new decimal(new int[] { 302 1, 303 0, 304 0, 305 0}); 306 this.scheduleMonthlyDayNumber.Name = "scheduleMonthlyDayNumber"; 307 this.scheduleMonthlyDayNumber.Value = new decimal(new int[] { 308 1, 309 0, 310 0, 311 0}); 312 // 313 // scheduleMonthlyFreq 314 // 315 resources.ApplyResources(this.scheduleMonthlyFreq, "scheduleMonthlyFreq"); 316 this.scheduleMonthlyFreq.Maximum = new decimal(new int[] { 462 317 120, 463 318 0, 464 319 0, 465 320 0}); 466 this.scheduleMonthlyFreq.Minimum = new decimal(new int[] { 467 1, 468 0, 469 0, 470 0}); 471 this.scheduleMonthlyFreq.Name = "scheduleMonthlyFreq"; 472 this.scheduleMonthlyFreq.Value = new decimal(new int[] { 473 1, 474 0, 475 0, 476 0}); 477 // 478 // scheduleMonthlyMonthLbl 479 // 480 this.scheduleMonthlyMonthLbl.AccessibleDescription = null; 481 this.scheduleMonthlyMonthLbl.AccessibleName = null; 482 resources.ApplyResources(this.scheduleMonthlyMonthLbl, "scheduleMonthlyMonthLbl"); 483 this.errorProvider.SetError(this.scheduleMonthlyMonthLbl, resources.GetString("scheduleMonthlyMonthLbl.Error")); 484 this.scheduleMonthlyMonthLbl.Font = null; 485 this.errorProvider.SetIconAlignment(this.scheduleMonthlyMonthLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthlyMonthLbl.IconAlignment")))); 486 this.errorProvider.SetIconPadding(this.scheduleMonthlyMonthLbl, ((int)(resources.GetObject("scheduleMonthlyMonthLbl.IconPadding")))); 487 this.scheduleMonthlyMonthLbl.Name = "scheduleMonthlyMonthLbl"; 488 // 489 // scheduleMonthlyEveryLbl 490 // 491 this.scheduleMonthlyEveryLbl.AccessibleDescription = null; 492 this.scheduleMonthlyEveryLbl.AccessibleName = null; 493 resources.ApplyResources(this.scheduleMonthlyEveryLbl, "scheduleMonthlyEveryLbl"); 494 this.errorProvider.SetError(this.scheduleMonthlyEveryLbl, resources.GetString("scheduleMonthlyEveryLbl.Error")); 495 this.scheduleMonthlyEveryLbl.Font = null; 496 this.errorProvider.SetIconAlignment(this.scheduleMonthlyEveryLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthlyEveryLbl.IconAlignment")))); 497 this.errorProvider.SetIconPadding(this.scheduleMonthlyEveryLbl, ((int)(resources.GetObject("scheduleMonthlyEveryLbl.IconPadding")))); 498 this.scheduleMonthlyEveryLbl.Name = "scheduleMonthlyEveryLbl"; 499 // 500 // scheduleWeeklyFreq 501 // 502 this.scheduleWeeklyFreq.AccessibleDescription = null; 503 this.scheduleWeeklyFreq.AccessibleName = null; 504 resources.ApplyResources(this.scheduleWeeklyFreq, "scheduleWeeklyFreq"); 505 this.errorProvider.SetError(this.scheduleWeeklyFreq, resources.GetString("scheduleWeeklyFreq.Error")); 506 this.scheduleWeeklyFreq.Font = null; 507 this.errorProvider.SetIconAlignment(this.scheduleWeeklyFreq, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyFreq.IconAlignment")))); 508 this.errorProvider.SetIconPadding(this.scheduleWeeklyFreq, ((int)(resources.GetObject("scheduleWeeklyFreq.IconPadding")))); 509 this.scheduleWeeklyFreq.Maximum = new decimal(new int[] { 321 this.scheduleMonthlyFreq.Minimum = new decimal(new int[] { 322 1, 323 0, 324 0, 325 0}); 326 this.scheduleMonthlyFreq.Name = "scheduleMonthlyFreq"; 327 this.scheduleMonthlyFreq.Value = new decimal(new int[] { 328 1, 329 0, 330 0, 331 0}); 332 // 333 // scheduleMonthlyMonthLbl 334 // 335 resources.ApplyResources(this.scheduleMonthlyMonthLbl, "scheduleMonthlyMonthLbl"); 336 this.scheduleMonthlyMonthLbl.Name = "scheduleMonthlyMonthLbl"; 337 // 338 // scheduleMonthlyEveryLbl 339 // 340 resources.ApplyResources(this.scheduleMonthlyEveryLbl, "scheduleMonthlyEveryLbl"); 341 this.scheduleMonthlyEveryLbl.Name = "scheduleMonthlyEveryLbl"; 342 // 343 // scheduleWeeklyFreq 344 // 345 resources.ApplyResources(this.scheduleWeeklyFreq, "scheduleWeeklyFreq"); 346 this.scheduleWeeklyFreq.Maximum = new decimal(new int[] { 510 347 104, 511 348 0, 512 349 0, 513 350 0}); 514 this.scheduleWeeklyFreq.Minimum = new decimal(new int[] { 515 1, 516 0, 517 0, 518 0}); 519 this.scheduleWeeklyFreq.Name = "scheduleWeeklyFreq"; 520 this.scheduleWeeklyFreq.Value = new decimal(new int[] { 521 1, 522 0, 523 0, 524 0}); 525 // 526 // scheduleDaily 527 // 528 this.scheduleDaily.AccessibleDescription = null; 529 this.scheduleDaily.AccessibleName = null; 530 resources.ApplyResources(this.scheduleDaily, "scheduleDaily"); 531 this.scheduleDaily.BackgroundImage = null; 532 this.errorProvider.SetError(this.scheduleDaily, resources.GetString("scheduleDaily.Error")); 533 this.scheduleDaily.Font = null; 534 this.errorProvider.SetIconAlignment(this.scheduleDaily, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDaily.IconAlignment")))); 535 this.errorProvider.SetIconPadding(this.scheduleDaily, ((int)(resources.GetObject("scheduleDaily.IconPadding")))); 536 this.scheduleDaily.Name = "scheduleDaily"; 537 this.scheduleDaily.UseVisualStyleBackColor = true; 538 this.scheduleDaily.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 539 // 540 // scheduleDailyPanel 541 // 542 this.scheduleDailyPanel.AccessibleDescription = null; 543 this.scheduleDailyPanel.AccessibleName = null; 544 resources.ApplyResources(this.scheduleDailyPanel, "scheduleDailyPanel"); 545 this.scheduleDailyPanel.BackgroundImage = null; 546 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayFreq); 547 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDay); 548 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayLbl); 549 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByWeekday); 550 this.errorProvider.SetError(this.scheduleDailyPanel, resources.GetString("scheduleDailyPanel.Error")); 551 this.scheduleDailyPanel.Font = null; 552 this.errorProvider.SetIconAlignment(this.scheduleDailyPanel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDailyPanel.IconAlignment")))); 553 this.errorProvider.SetIconPadding(this.scheduleDailyPanel, ((int)(resources.GetObject("scheduleDailyPanel.IconPadding")))); 554 this.scheduleDailyPanel.Name = "scheduleDailyPanel"; 555 // 556 // scheduleDailyByDayFreq 557 // 558 this.scheduleDailyByDayFreq.AccessibleDescription = null; 559 this.scheduleDailyByDayFreq.AccessibleName = null; 560 resources.ApplyResources(this.scheduleDailyByDayFreq, "scheduleDailyByDayFreq"); 561 this.errorProvider.SetError(this.scheduleDailyByDayFreq, resources.GetString("scheduleDailyByDayFreq.Error")); 562 this.scheduleDailyByDayFreq.Font = null; 563 this.errorProvider.SetIconAlignment(this.scheduleDailyByDayFreq, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDailyByDayFreq.IconAlignment")))); 564 this.errorProvider.SetIconPadding(this.scheduleDailyByDayFreq, ((int)(resources.GetObject("scheduleDailyByDayFreq.IconPadding")))); 565 this.scheduleDailyByDayFreq.Maximum = new decimal(new int[] { 351 this.scheduleWeeklyFreq.Minimum = new decimal(new int[] { 352 1, 353 0, 354 0, 355 0}); 356 this.scheduleWeeklyFreq.Name = "scheduleWeeklyFreq"; 357 this.scheduleWeeklyFreq.Value = new decimal(new int[] { 358 1, 359 0, 360 0, 361 0}); 362 // 363 // scheduleDaily 364 // 365 resources.ApplyResources(this.scheduleDaily, "scheduleDaily"); 366 this.scheduleDaily.Name = "scheduleDaily"; 367 this.scheduleDaily.UseVisualStyleBackColor = true; 368 this.scheduleDaily.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 369 // 370 // scheduleDailyPanel 371 // 372 resources.ApplyResources(this.scheduleDailyPanel, "scheduleDailyPanel"); 373 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayFreq); 374 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDay); 375 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByDayLbl); 376 this.scheduleDailyPanel.Controls.Add(this.scheduleDailyByWeekday); 377 this.scheduleDailyPanel.Name = "scheduleDailyPanel"; 378 // 379 // scheduleDailyByDayFreq 380 // 381 resources.ApplyResources(this.scheduleDailyByDayFreq, "scheduleDailyByDayFreq"); 382 this.scheduleDailyByDayFreq.Maximum = new decimal(new int[] { 566 383 366, 567 384 0, 568 385 0, 569 386 0}); 570 this.scheduleDailyByDayFreq.Minimum = new decimal(new int[] { 571 1, 572 0, 573 0, 574 0}); 575 this.scheduleDailyByDayFreq.Name = "scheduleDailyByDayFreq"; 576 this.scheduleDailyByDayFreq.Value = new decimal(new int[] { 577 1, 578 0, 579 0, 580 0}); 581 // 582 // scheduleDailyByDay 583 // 584 this.scheduleDailyByDay.AccessibleDescription = null; 585 this.scheduleDailyByDay.AccessibleName = null; 586 resources.ApplyResources(this.scheduleDailyByDay, "scheduleDailyByDay"); 587 this.scheduleDailyByDay.BackgroundImage = null; 588 this.scheduleDailyByDay.Checked = true; 589 this.errorProvider.SetError(this.scheduleDailyByDay, resources.GetString("scheduleDailyByDay.Error")); 590 this.scheduleDailyByDay.Font = null; 591 this.errorProvider.SetIconAlignment(this.scheduleDailyByDay, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDailyByDay.IconAlignment")))); 592 this.errorProvider.SetIconPadding(this.scheduleDailyByDay, ((int)(resources.GetObject("scheduleDailyByDay.IconPadding")))); 593 this.scheduleDailyByDay.Name = "scheduleDailyByDay"; 594 this.scheduleDailyByDay.TabStop = true; 595 this.scheduleDailyByDay.UseVisualStyleBackColor = true; 596 this.scheduleDailyByDay.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); 597 // 598 // scheduleDailyByDayLbl 599 // 600 this.scheduleDailyByDayLbl.AccessibleDescription = null; 601 this.scheduleDailyByDayLbl.AccessibleName = null; 602 resources.ApplyResources(this.scheduleDailyByDayLbl, "scheduleDailyByDayLbl"); 603 this.errorProvider.SetError(this.scheduleDailyByDayLbl, resources.GetString("scheduleDailyByDayLbl.Error")); 604 this.scheduleDailyByDayLbl.Font = null; 605 this.errorProvider.SetIconAlignment(this.scheduleDailyByDayLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDailyByDayLbl.IconAlignment")))); 606 this.errorProvider.SetIconPadding(this.scheduleDailyByDayLbl, ((int)(resources.GetObject("scheduleDailyByDayLbl.IconPadding")))); 607 this.scheduleDailyByDayLbl.Name = "scheduleDailyByDayLbl"; 608 // 609 // scheduleDailyByWeekday 610 // 611 this.scheduleDailyByWeekday.AccessibleDescription = null; 612 this.scheduleDailyByWeekday.AccessibleName = null; 613 resources.ApplyResources(this.scheduleDailyByWeekday, "scheduleDailyByWeekday"); 614 this.scheduleDailyByWeekday.BackgroundImage = null; 615 this.errorProvider.SetError(this.scheduleDailyByWeekday, resources.GetString("scheduleDailyByWeekday.Error")); 616 this.scheduleDailyByWeekday.Font = null; 617 this.errorProvider.SetIconAlignment(this.scheduleDailyByWeekday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleDailyByWeekday.IconAlignment")))); 618 this.errorProvider.SetIconPadding(this.scheduleDailyByWeekday, ((int)(resources.GetObject("scheduleDailyByWeekday.IconPadding")))); 619 this.scheduleDailyByWeekday.Name = "scheduleDailyByWeekday"; 620 this.scheduleDailyByWeekday.UseVisualStyleBackColor = true; 621 this.scheduleDailyByWeekday.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); 622 // 623 // scheduleWeeklyDays 624 // 625 this.scheduleWeeklyDays.AccessibleDescription = null; 626 this.scheduleWeeklyDays.AccessibleName = null; 627 resources.ApplyResources(this.scheduleWeeklyDays, "scheduleWeeklyDays"); 628 this.scheduleWeeklyDays.BackgroundImage = null; 629 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyMonday); 630 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyTuesday); 631 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyWednesday); 632 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyThursday); 633 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyFriday); 634 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySaturday); 635 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySunday); 636 this.errorProvider.SetError(this.scheduleWeeklyDays, resources.GetString("scheduleWeeklyDays.Error")); 637 this.scheduleWeeklyDays.Font = null; 638 this.errorProvider.SetIconAlignment(this.scheduleWeeklyDays, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyDays.IconAlignment")))); 639 this.errorProvider.SetIconPadding(this.scheduleWeeklyDays, ((int)(resources.GetObject("scheduleWeeklyDays.IconPadding")))); 640 this.scheduleWeeklyDays.Name = "scheduleWeeklyDays"; 641 // 642 // scheduleWeeklyMonday 643 // 644 this.scheduleWeeklyMonday.AccessibleDescription = null; 645 this.scheduleWeeklyMonday.AccessibleName = null; 646 resources.ApplyResources(this.scheduleWeeklyMonday, "scheduleWeeklyMonday"); 647 this.scheduleWeeklyMonday.BackgroundImage = null; 648 this.errorProvider.SetError(this.scheduleWeeklyMonday, resources.GetString("scheduleWeeklyMonday.Error")); 649 this.scheduleWeeklyMonday.Font = null; 650 this.errorProvider.SetIconAlignment(this.scheduleWeeklyMonday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyMonday.IconAlignment")))); 651 this.errorProvider.SetIconPadding(this.scheduleWeeklyMonday, ((int)(resources.GetObject("scheduleWeeklyMonday.IconPadding")))); 652 this.scheduleWeeklyMonday.Name = "scheduleWeeklyMonday"; 653 this.scheduleWeeklyMonday.UseVisualStyleBackColor = true; 654 // 655 // scheduleWeeklyTuesday 656 // 657 this.scheduleWeeklyTuesday.AccessibleDescription = null; 658 this.scheduleWeeklyTuesday.AccessibleName = null; 659 resources.ApplyResources(this.scheduleWeeklyTuesday, "scheduleWeeklyTuesday"); 660 this.scheduleWeeklyTuesday.BackgroundImage = null; 661 this.errorProvider.SetError(this.scheduleWeeklyTuesday, resources.GetString("scheduleWeeklyTuesday.Error")); 662 this.scheduleWeeklyTuesday.Font = null; 663 this.errorProvider.SetIconAlignment(this.scheduleWeeklyTuesday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyTuesday.IconAlignment")))); 664 this.errorProvider.SetIconPadding(this.scheduleWeeklyTuesday, ((int)(resources.GetObject("scheduleWeeklyTuesday.IconPadding")))); 665 this.scheduleWeeklyTuesday.Name = "scheduleWeeklyTuesday"; 666 this.scheduleWeeklyTuesday.UseVisualStyleBackColor = true; 667 // 668 // scheduleWeeklyWednesday 669 // 670 this.scheduleWeeklyWednesday.AccessibleDescription = null; 671 this.scheduleWeeklyWednesday.AccessibleName = null; 672 resources.ApplyResources(this.scheduleWeeklyWednesday, "scheduleWeeklyWednesday"); 673 this.scheduleWeeklyWednesday.BackgroundImage = null; 674 this.errorProvider.SetError(this.scheduleWeeklyWednesday, resources.GetString("scheduleWeeklyWednesday.Error")); 675 this.scheduleWeeklyWednesday.Font = null; 676 this.errorProvider.SetIconAlignment(this.scheduleWeeklyWednesday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyWednesday.IconAlignment")))); 677 this.errorProvider.SetIconPadding(this.scheduleWeeklyWednesday, ((int)(resources.GetObject("scheduleWeeklyWednesday.IconPadding")))); 678 this.scheduleWeeklyWednesday.Name = "scheduleWeeklyWednesday"; 679 this.scheduleWeeklyWednesday.UseVisualStyleBackColor = true; 680 // 681 // scheduleWeeklyThursday 682 // 683 this.scheduleWeeklyThursday.AccessibleDescription = null; 684 this.scheduleWeeklyThursday.AccessibleName = null; 685 resources.ApplyResources(this.scheduleWeeklyThursday, "scheduleWeeklyThursday"); 686 this.scheduleWeeklyThursday.BackgroundImage = null; 687 this.errorProvider.SetError(this.scheduleWeeklyThursday, resources.GetString("scheduleWeeklyThursday.Error")); 688 this.scheduleWeeklyThursday.Font = null; 689 this.errorProvider.SetIconAlignment(this.scheduleWeeklyThursday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyThursday.IconAlignment")))); 690 this.errorProvider.SetIconPadding(this.scheduleWeeklyThursday, ((int)(resources.GetObject("scheduleWeeklyThursday.IconPadding")))); 691 this.scheduleWeeklyThursday.Name = "scheduleWeeklyThursday"; 692 this.scheduleWeeklyThursday.UseVisualStyleBackColor = true; 693 // 694 // scheduleWeeklyFriday 695 // 696 this.scheduleWeeklyFriday.AccessibleDescription = null; 697 this.scheduleWeeklyFriday.AccessibleName = null; 698 resources.ApplyResources(this.scheduleWeeklyFriday, "scheduleWeeklyFriday"); 699 this.scheduleWeeklyFriday.BackgroundImage = null; 700 this.errorProvider.SetError(this.scheduleWeeklyFriday, resources.GetString("scheduleWeeklyFriday.Error")); 701 this.scheduleWeeklyFriday.Font = null; 702 this.errorProvider.SetIconAlignment(this.scheduleWeeklyFriday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyFriday.IconAlignment")))); 703 this.errorProvider.SetIconPadding(this.scheduleWeeklyFriday, ((int)(resources.GetObject("scheduleWeeklyFriday.IconPadding")))); 704 this.scheduleWeeklyFriday.Name = "scheduleWeeklyFriday"; 705 this.scheduleWeeklyFriday.UseVisualStyleBackColor = true; 706 // 707 // scheduleWeeklySaturday 708 // 709 this.scheduleWeeklySaturday.AccessibleDescription = null; 710 this.scheduleWeeklySaturday.AccessibleName = null; 711 resources.ApplyResources(this.scheduleWeeklySaturday, "scheduleWeeklySaturday"); 712 this.scheduleWeeklySaturday.BackgroundImage = null; 713 this.errorProvider.SetError(this.scheduleWeeklySaturday, resources.GetString("scheduleWeeklySaturday.Error")); 714 this.scheduleWeeklySaturday.Font = null; 715 this.errorProvider.SetIconAlignment(this.scheduleWeeklySaturday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklySaturday.IconAlignment")))); 716 this.errorProvider.SetIconPadding(this.scheduleWeeklySaturday, ((int)(resources.GetObject("scheduleWeeklySaturday.IconPadding")))); 717 this.scheduleWeeklySaturday.Name = "scheduleWeeklySaturday"; 718 this.scheduleWeeklySaturday.UseVisualStyleBackColor = true; 719 // 720 // scheduleWeeklySunday 721 // 722 this.scheduleWeeklySunday.AccessibleDescription = null; 723 this.scheduleWeeklySunday.AccessibleName = null; 724 resources.ApplyResources(this.scheduleWeeklySunday, "scheduleWeeklySunday"); 725 this.scheduleWeeklySunday.BackgroundImage = null; 726 this.errorProvider.SetError(this.scheduleWeeklySunday, resources.GetString("scheduleWeeklySunday.Error")); 727 this.scheduleWeeklySunday.Font = null; 728 this.errorProvider.SetIconAlignment(this.scheduleWeeklySunday, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklySunday.IconAlignment")))); 729 this.errorProvider.SetIconPadding(this.scheduleWeeklySunday, ((int)(resources.GetObject("scheduleWeeklySunday.IconPadding")))); 730 this.scheduleWeeklySunday.Name = "scheduleWeeklySunday"; 731 this.scheduleWeeklySunday.UseVisualStyleBackColor = true; 732 // 733 // scheduleWeeklyFreqLbl 734 // 735 this.scheduleWeeklyFreqLbl.AccessibleDescription = null; 736 this.scheduleWeeklyFreqLbl.AccessibleName = null; 737 resources.ApplyResources(this.scheduleWeeklyFreqLbl, "scheduleWeeklyFreqLbl"); 738 this.errorProvider.SetError(this.scheduleWeeklyFreqLbl, resources.GetString("scheduleWeeklyFreqLbl.Error")); 739 this.scheduleWeeklyFreqLbl.Font = null; 740 this.errorProvider.SetIconAlignment(this.scheduleWeeklyFreqLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyFreqLbl.IconAlignment")))); 741 this.errorProvider.SetIconPadding(this.scheduleWeeklyFreqLbl, ((int)(resources.GetObject("scheduleWeeklyFreqLbl.IconPadding")))); 742 this.scheduleWeeklyFreqLbl.Name = "scheduleWeeklyFreqLbl"; 743 // 744 // scheduleWeeklyLbl 745 // 746 this.scheduleWeeklyLbl.AccessibleDescription = null; 747 this.scheduleWeeklyLbl.AccessibleName = null; 748 resources.ApplyResources(this.scheduleWeeklyLbl, "scheduleWeeklyLbl"); 749 this.errorProvider.SetError(this.scheduleWeeklyLbl, resources.GetString("scheduleWeeklyLbl.Error")); 750 this.scheduleWeeklyLbl.Font = null; 751 this.errorProvider.SetIconAlignment(this.scheduleWeeklyLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeeklyLbl.IconAlignment")))); 752 this.errorProvider.SetIconPadding(this.scheduleWeeklyLbl, ((int)(resources.GetObject("scheduleWeeklyLbl.IconPadding")))); 753 this.scheduleWeeklyLbl.Name = "scheduleWeeklyLbl"; 754 // 755 // scheduleWeekly 756 // 757 this.scheduleWeekly.AccessibleDescription = null; 758 this.scheduleWeekly.AccessibleName = null; 759 resources.ApplyResources(this.scheduleWeekly, "scheduleWeekly"); 760 this.scheduleWeekly.BackgroundImage = null; 761 this.errorProvider.SetError(this.scheduleWeekly, resources.GetString("scheduleWeekly.Error")); 762 this.scheduleWeekly.Font = null; 763 this.errorProvider.SetIconAlignment(this.scheduleWeekly, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleWeekly.IconAlignment")))); 764 this.errorProvider.SetIconPadding(this.scheduleWeekly, ((int)(resources.GetObject("scheduleWeekly.IconPadding")))); 765 this.scheduleWeekly.Name = "scheduleWeekly"; 766 this.scheduleWeekly.UseVisualStyleBackColor = true; 767 this.scheduleWeekly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 768 // 769 // scheduleMonthly 770 // 771 this.scheduleMonthly.AccessibleDescription = null; 772 this.scheduleMonthly.AccessibleName = null; 773 resources.ApplyResources(this.scheduleMonthly, "scheduleMonthly"); 774 this.scheduleMonthly.BackgroundImage = null; 775 this.errorProvider.SetError(this.scheduleMonthly, resources.GetString("scheduleMonthly.Error")); 776 this.scheduleMonthly.Font = null; 777 this.errorProvider.SetIconAlignment(this.scheduleMonthly, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleMonthly.IconAlignment")))); 778 this.errorProvider.SetIconPadding(this.scheduleMonthly, ((int)(resources.GetObject("scheduleMonthly.IconPadding")))); 779 this.scheduleMonthly.Name = "scheduleMonthly"; 780 this.scheduleMonthly.TabStop = true; 781 this.scheduleMonthly.UseVisualStyleBackColor = true; 782 this.scheduleMonthly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 783 // 784 // nonRecurringPanel 785 // 786 this.nonRecurringPanel.AccessibleDescription = null; 787 this.nonRecurringPanel.AccessibleName = null; 788 resources.ApplyResources(this.nonRecurringPanel, "nonRecurringPanel"); 789 this.nonRecurringPanel.BackgroundImage = null; 790 this.nonRecurringPanel.Controls.Add(this.nonRecurringLbl); 791 this.nonRecurringPanel.Controls.Add(this.nonRecurringBitmap); 792 this.errorProvider.SetError(this.nonRecurringPanel, resources.GetString("nonRecurringPanel.Error")); 793 this.nonRecurringPanel.Font = null; 794 this.errorProvider.SetIconAlignment(this.nonRecurringPanel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("nonRecurringPanel.IconAlignment")))); 795 this.errorProvider.SetIconPadding(this.nonRecurringPanel, ((int)(resources.GetObject("nonRecurringPanel.IconPadding")))); 796 this.nonRecurringPanel.Name = "nonRecurringPanel"; 797 // 798 // nonRecurringLbl 799 // 800 this.nonRecurringLbl.AccessibleDescription = null; 801 this.nonRecurringLbl.AccessibleName = null; 802 resources.ApplyResources(this.nonRecurringLbl, "nonRecurringLbl"); 803 this.errorProvider.SetError(this.nonRecurringLbl, resources.GetString("nonRecurringLbl.Error")); 804 this.nonRecurringLbl.Font = null; 805 this.errorProvider.SetIconAlignment(this.nonRecurringLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("nonRecurringLbl.IconAlignment")))); 806 this.errorProvider.SetIconPadding(this.nonRecurringLbl, ((int)(resources.GetObject("nonRecurringLbl.IconPadding")))); 807 this.nonRecurringLbl.Name = "nonRecurringLbl"; 808 // 809 // nonRecurringBitmap 810 // 811 this.nonRecurringBitmap.AccessibleDescription = null; 812 this.nonRecurringBitmap.AccessibleName = null; 813 resources.ApplyResources(this.nonRecurringBitmap, "nonRecurringBitmap"); 814 this.nonRecurringBitmap.BackgroundImage = null; 815 this.errorProvider.SetError(this.nonRecurringBitmap, resources.GetString("nonRecurringBitmap.Error")); 816 this.nonRecurringBitmap.Font = null; 817 this.errorProvider.SetIconAlignment(this.nonRecurringBitmap, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("nonRecurringBitmap.IconAlignment")))); 818 this.errorProvider.SetIconPadding(this.nonRecurringBitmap, ((int)(resources.GetObject("nonRecurringBitmap.IconPadding")))); 819 this.nonRecurringBitmap.Image = global::Eraser.Properties.Resources.Information; 820 this.nonRecurringBitmap.ImageLocation = null; 821 this.nonRecurringBitmap.Name = "nonRecurringBitmap"; 822 this.nonRecurringBitmap.TabStop = false; 823 // 824 // scheduleTimePanel 825 // 826 this.scheduleTimePanel.AccessibleDescription = null; 827 this.scheduleTimePanel.AccessibleName = null; 828 resources.ApplyResources(this.scheduleTimePanel, "scheduleTimePanel"); 829 this.scheduleTimePanel.BackgroundImage = null; 830 this.scheduleTimePanel.Controls.Add(this.scheduleTime); 831 this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl); 832 this.errorProvider.SetError(this.scheduleTimePanel, resources.GetString("scheduleTimePanel.Error")); 833 this.scheduleTimePanel.Font = null; 834 this.errorProvider.SetIconAlignment(this.scheduleTimePanel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleTimePanel.IconAlignment")))); 835 this.errorProvider.SetIconPadding(this.scheduleTimePanel, ((int)(resources.GetObject("scheduleTimePanel.IconPadding")))); 836 this.scheduleTimePanel.Name = "scheduleTimePanel"; 837 // 838 // scheduleTime 839 // 840 this.scheduleTime.AccessibleDescription = null; 841 this.scheduleTime.AccessibleName = null; 842 resources.ApplyResources(this.scheduleTime, "scheduleTime"); 843 this.scheduleTime.BackgroundImage = null; 844 this.scheduleTime.CalendarFont = null; 845 this.scheduleTime.CustomFormat = null; 846 this.errorProvider.SetError(this.scheduleTime, resources.GetString("scheduleTime.Error")); 847 this.scheduleTime.Font = null; 848 this.scheduleTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 849 this.errorProvider.SetIconAlignment(this.scheduleTime, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleTime.IconAlignment")))); 850 this.errorProvider.SetIconPadding(this.scheduleTime, ((int)(resources.GetObject("scheduleTime.IconPadding")))); 851 this.scheduleTime.Name = "scheduleTime"; 852 this.scheduleTime.ShowUpDown = true; 853 // 854 // scheduleTimeLbl 855 // 856 this.scheduleTimeLbl.AccessibleDescription = null; 857 this.scheduleTimeLbl.AccessibleName = null; 858 resources.ApplyResources(this.scheduleTimeLbl, "scheduleTimeLbl"); 859 this.errorProvider.SetError(this.scheduleTimeLbl, resources.GetString("scheduleTimeLbl.Error")); 860 this.scheduleTimeLbl.Font = null; 861 this.errorProvider.SetIconAlignment(this.scheduleTimeLbl, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("scheduleTimeLbl.IconAlignment")))); 862 this.errorProvider.SetIconPadding(this.scheduleTimeLbl, ((int)(resources.GetObject("scheduleTimeLbl.IconPadding")))); 863 this.scheduleTimeLbl.Name = "scheduleTimeLbl"; 864 // 865 // errorProvider 866 // 867 this.errorProvider.ContainerControl = this; 868 resources.ApplyResources(this.errorProvider, "errorProvider"); 869 // 870 // TaskPropertiesForm 871 // 872 this.AcceptButton = this.ok; 873 this.AccessibleDescription = null; 874 this.AccessibleName = null; 875 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 876 resources.ApplyResources(this, "$this"); 877 this.BackgroundImage = null; 878 this.CancelButton = this.cancel; 879 this.Controls.Add(this.container); 880 this.Controls.Add(this.cancel); 881 this.Controls.Add(this.ok); 882 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 883 this.Icon = null; 884 this.MaximizeBox = false; 885 this.MinimizeBox = false; 886 this.Name = "TaskPropertiesForm"; 887 this.ShowInTaskbar = false; 888 this.dataContextMenuStrip.ResumeLayout(false); 889 this.container.ResumeLayout(false); 890 this.containerTask.ResumeLayout(false); 891 this.containerTask.PerformLayout(); 892 this.containerSchedule.ResumeLayout(false); 893 this.tableLayoutPanel1.ResumeLayout(false); 894 this.tableLayoutPanel1.PerformLayout(); 895 this.schedulePattern.ResumeLayout(false); 896 this.schedulePattern.PerformLayout(); 897 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).EndInit(); 898 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).EndInit(); 899 ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).EndInit(); 900 this.scheduleDailyPanel.ResumeLayout(false); 901 this.scheduleDailyPanel.PerformLayout(); 902 ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).EndInit(); 903 this.scheduleWeeklyDays.ResumeLayout(false); 904 this.scheduleWeeklyDays.PerformLayout(); 905 this.nonRecurringPanel.ResumeLayout(false); 906 ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).EndInit(); 907 this.scheduleTimePanel.ResumeLayout(false); 908 this.scheduleTimePanel.PerformLayout(); 909 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 910 this.ResumeLayout(false); 387 this.scheduleDailyByDayFreq.Minimum = new decimal(new int[] { 388 1, 389 0, 390 0, 391 0}); 392 this.scheduleDailyByDayFreq.Name = "scheduleDailyByDayFreq"; 393 this.scheduleDailyByDayFreq.Value = new decimal(new int[] { 394 1, 395 0, 396 0, 397 0}); 398 // 399 // scheduleDailyByDay 400 // 401 resources.ApplyResources(this.scheduleDailyByDay, "scheduleDailyByDay"); 402 this.scheduleDailyByDay.Checked = true; 403 this.scheduleDailyByDay.Name = "scheduleDailyByDay"; 404 this.scheduleDailyByDay.TabStop = true; 405 this.scheduleDailyByDay.UseVisualStyleBackColor = true; 406 this.scheduleDailyByDay.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); 407 // 408 // scheduleDailyByDayLbl 409 // 410 resources.ApplyResources(this.scheduleDailyByDayLbl, "scheduleDailyByDayLbl"); 411 this.scheduleDailyByDayLbl.Name = "scheduleDailyByDayLbl"; 412 // 413 // scheduleDailyByWeekday 414 // 415 resources.ApplyResources(this.scheduleDailyByWeekday, "scheduleDailyByWeekday"); 416 this.scheduleDailyByWeekday.Name = "scheduleDailyByWeekday"; 417 this.scheduleDailyByWeekday.UseVisualStyleBackColor = true; 418 this.scheduleDailyByWeekday.CheckedChanged += new System.EventHandler(this.scheduleDailySpan_CheckedChanged); 419 // 420 // scheduleWeeklyDays 421 // 422 resources.ApplyResources(this.scheduleWeeklyDays, "scheduleWeeklyDays"); 423 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyMonday); 424 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyTuesday); 425 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyWednesday); 426 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyThursday); 427 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklyFriday); 428 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySaturday); 429 this.scheduleWeeklyDays.Controls.Add(this.scheduleWeeklySunday); 430 this.scheduleWeeklyDays.Name = "scheduleWeeklyDays"; 431 // 432 // scheduleWeeklyMonday 433 // 434 resources.ApplyResources(this.scheduleWeeklyMonday, "scheduleWeeklyMonday"); 435 this.scheduleWeeklyMonday.Name = "scheduleWeeklyMonday"; 436 this.scheduleWeeklyMonday.UseVisualStyleBackColor = true; 437 // 438 // scheduleWeeklyTuesday 439 // 440 resources.ApplyResources(this.scheduleWeeklyTuesday, "scheduleWeeklyTuesday"); 441 this.scheduleWeeklyTuesday.Name = "scheduleWeeklyTuesday"; 442 this.scheduleWeeklyTuesday.UseVisualStyleBackColor = true; 443 // 444 // scheduleWeeklyWednesday 445 // 446 resources.ApplyResources(this.scheduleWeeklyWednesday, "scheduleWeeklyWednesday"); 447 this.scheduleWeeklyWednesday.Name = "scheduleWeeklyWednesday"; 448 this.scheduleWeeklyWednesday.UseVisualStyleBackColor = true; 449 // 450 // scheduleWeeklyThursday 451 // 452 resources.ApplyResources(this.scheduleWeeklyThursday, "scheduleWeeklyThursday"); 453 this.scheduleWeeklyThursday.Name = "scheduleWeeklyThursday"; 454 this.scheduleWeeklyThursday.UseVisualStyleBackColor = true; 455 // 456 // scheduleWeeklyFriday 457 // 458 resources.ApplyResources(this.scheduleWeeklyFriday, "scheduleWeeklyFriday"); 459 this.scheduleWeeklyFriday.Name = "scheduleWeeklyFriday"; 460 this.scheduleWeeklyFriday.UseVisualStyleBackColor = true; 461 // 462 // scheduleWeeklySaturday 463 // 464 resources.ApplyResources(this.scheduleWeeklySaturday, "scheduleWeeklySaturday"); 465 this.scheduleWeeklySaturday.Name = "scheduleWeeklySaturday"; 466 this.scheduleWeeklySaturday.UseVisualStyleBackColor = true; 467 // 468 // scheduleWeeklySunday 469 // 470 resources.ApplyResources(this.scheduleWeeklySunday, "scheduleWeeklySunday"); 471 this.scheduleWeeklySunday.Name = "scheduleWeeklySunday"; 472 this.scheduleWeeklySunday.UseVisualStyleBackColor = true; 473 // 474 // scheduleWeeklyFreqLbl 475 // 476 resources.ApplyResources(this.scheduleWeeklyFreqLbl, "scheduleWeeklyFreqLbl"); 477 this.scheduleWeeklyFreqLbl.Name = "scheduleWeeklyFreqLbl"; 478 // 479 // scheduleWeeklyLbl 480 // 481 resources.ApplyResources(this.scheduleWeeklyLbl, "scheduleWeeklyLbl"); 482 this.scheduleWeeklyLbl.Name = "scheduleWeeklyLbl"; 483 // 484 // scheduleWeekly 485 // 486 resources.ApplyResources(this.scheduleWeekly, "scheduleWeekly"); 487 this.scheduleWeekly.Name = "scheduleWeekly"; 488 this.scheduleWeekly.UseVisualStyleBackColor = true; 489 this.scheduleWeekly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 490 // 491 // scheduleMonthly 492 // 493 resources.ApplyResources(this.scheduleMonthly, "scheduleMonthly"); 494 this.scheduleMonthly.Name = "scheduleMonthly"; 495 this.scheduleMonthly.TabStop = true; 496 this.scheduleMonthly.UseVisualStyleBackColor = true; 497 this.scheduleMonthly.CheckedChanged += new System.EventHandler(this.scheduleSpan_CheckedChanged); 498 // 499 // nonRecurringPanel 500 // 501 this.nonRecurringPanel.Controls.Add(this.nonRecurringLbl); 502 this.nonRecurringPanel.Controls.Add(this.nonRecurringBitmap); 503 resources.ApplyResources(this.nonRecurringPanel, "nonRecurringPanel"); 504 this.nonRecurringPanel.Name = "nonRecurringPanel"; 505 // 506 // nonRecurringLbl 507 // 508 resources.ApplyResources(this.nonRecurringLbl, "nonRecurringLbl"); 509 this.nonRecurringLbl.Name = "nonRecurringLbl"; 510 // 511 // nonRecurringBitmap 512 // 513 this.nonRecurringBitmap.Image = global::Eraser.Properties.Resources.Information; 514 resources.ApplyResources(this.nonRecurringBitmap, "nonRecurringBitmap"); 515 this.nonRecurringBitmap.Name = "nonRecurringBitmap"; 516 this.nonRecurringBitmap.TabStop = false; 517 // 518 // scheduleTimePanel 519 // 520 resources.ApplyResources(this.scheduleTimePanel, "scheduleTimePanel"); 521 this.scheduleTimePanel.Controls.Add(this.scheduleTime); 522 this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl); 523 this.scheduleTimePanel.Name = "scheduleTimePanel"; 524 // 525 // scheduleTime 526 // 527 this.scheduleTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom; 528 resources.ApplyResources(this.scheduleTime, "scheduleTime"); 529 this.scheduleTime.Name = "scheduleTime"; 530 this.scheduleTime.ShowUpDown = true; 531 // 532 // scheduleTimeLbl 533 // 534 resources.ApplyResources(this.scheduleTimeLbl, "scheduleTimeLbl"); 535 this.scheduleTimeLbl.Name = "scheduleTimeLbl"; 536 // 537 // errorProvider 538 // 539 this.errorProvider.ContainerControl = this; 540 // 541 // TaskPropertiesForm 542 // 543 this.AcceptButton = this.ok; 544 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; 545 this.CancelButton = this.cancel; 546 resources.ApplyResources(this, "$this"); 547 this.Controls.Add(this.container); 548 this.Controls.Add(this.cancel); 549 this.Controls.Add(this.ok); 550 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 551 this.MaximizeBox = false; 552 this.MinimizeBox = false; 553 this.Name = "TaskPropertiesForm"; 554 this.ShowInTaskbar = false; 555 this.dataContextMenuStrip.ResumeLayout(false); 556 this.container.ResumeLayout(false); 557 this.containerTask.ResumeLayout(false); 558 this.containerTask.PerformLayout(); 559 this.containerSchedule.ResumeLayout(false); 560 this.tableLayoutPanel1.ResumeLayout(false); 561 this.tableLayoutPanel1.PerformLayout(); 562 this.schedulePattern.ResumeLayout(false); 563 this.schedulePattern.PerformLayout(); 564 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyDayNumber)).EndInit(); 565 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyFreq)).EndInit(); 566 ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).EndInit(); 567 this.scheduleDailyPanel.ResumeLayout(false); 568 this.scheduleDailyPanel.PerformLayout(); 569 ((System.ComponentModel.ISupportInitialize)(this.scheduleDailyByDayFreq)).EndInit(); 570 this.scheduleWeeklyDays.ResumeLayout(false); 571 this.scheduleWeeklyDays.PerformLayout(); 572 this.nonRecurringPanel.ResumeLayout(false); 573 ((System.ComponentModel.ISupportInitialize)(this.nonRecurringBitmap)).EndInit(); 574 this.scheduleTimePanel.ResumeLayout(false); 575 this.scheduleTimePanel.PerformLayout(); 576 ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); 577 this.ResumeLayout(false); 911 578 912 579 }
Note: See TracChangeset
for help on using the changeset viewer.
