Mercurial > servermonitor
comparison ServerMonitor/Forms/CheckForm.Designer.cs @ 4:3142e52cbe69
Lots more progress
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sun, 10 Feb 2019 20:51:26 -0500 |
parents | 3e1a2131f897 |
children | 052aa62cb42a |
comparison
equal
deleted
inserted
replaced
3:96f0b028176d | 4:3142e52cbe69 |
---|---|
31 this.CheckTypeLabel = new System.Windows.Forms.Label(); | 31 this.CheckTypeLabel = new System.Windows.Forms.Label(); |
32 this.CheckTypeComboBox = new System.Windows.Forms.ComboBox(); | 32 this.CheckTypeComboBox = new System.Windows.Forms.ComboBox(); |
33 this.CheckTypePanel = new System.Windows.Forms.Panel(); | 33 this.CheckTypePanel = new System.Windows.Forms.Panel(); |
34 this.TypeHelpPictureBox = new System.Windows.Forms.PictureBox(); | 34 this.TypeHelpPictureBox = new System.Windows.Forms.PictureBox(); |
35 this.GeneralGroupBox = new System.Windows.Forms.GroupBox(); | 35 this.GeneralGroupBox = new System.Windows.Forms.GroupBox(); |
36 this.SeverityComboBox = new System.Windows.Forms.ComboBox(); | |
37 this.SeverityLabel = new System.Windows.Forms.Label(); | |
36 this.ScheduleAtPanel = new System.Windows.Forms.Panel(); | 38 this.ScheduleAtPanel = new System.Windows.Forms.Panel(); |
37 this.AtTimePicker = new System.Windows.Forms.DateTimePicker(); | 39 this.AtTimePicker = new System.Windows.Forms.DateTimePicker(); |
38 this.ScheduleAtLabel = new System.Windows.Forms.Label(); | 40 this.ScheduleAtLabel = new System.Windows.Forms.Label(); |
39 this.ScheduleBetweenPanel = new System.Windows.Forms.Panel(); | 41 this.ScheduleBetweenPanel = new System.Windows.Forms.Panel(); |
40 this.ScheduleBetweenAndLabel = new System.Windows.Forms.Label(); | 42 this.ScheduleBetweenAndLabel = new System.Windows.Forms.Label(); |
91 // | 93 // |
92 this.CheckTypePanel.Anchor = System.Windows.Forms.AnchorStyles.Top; | 94 this.CheckTypePanel.Anchor = System.Windows.Forms.AnchorStyles.Top; |
93 this.CheckTypePanel.Controls.Add(this.CheckTypeLabel); | 95 this.CheckTypePanel.Controls.Add(this.CheckTypeLabel); |
94 this.CheckTypePanel.Controls.Add(this.TypeHelpPictureBox); | 96 this.CheckTypePanel.Controls.Add(this.TypeHelpPictureBox); |
95 this.CheckTypePanel.Controls.Add(this.CheckTypeComboBox); | 97 this.CheckTypePanel.Controls.Add(this.CheckTypeComboBox); |
96 this.CheckTypePanel.Location = new System.Drawing.Point(162, 12); | 98 this.CheckTypePanel.Location = new System.Drawing.Point(167, 12); |
97 this.CheckTypePanel.Name = "CheckTypePanel"; | 99 this.CheckTypePanel.Name = "CheckTypePanel"; |
98 this.CheckTypePanel.Size = new System.Drawing.Size(227, 26); | 100 this.CheckTypePanel.Size = new System.Drawing.Size(227, 26); |
99 this.CheckTypePanel.TabIndex = 1; | 101 this.CheckTypePanel.TabIndex = 1; |
100 // | 102 // |
101 // TypeHelpPictureBox | 103 // TypeHelpPictureBox |
112 // | 114 // |
113 // GeneralGroupBox | 115 // GeneralGroupBox |
114 // | 116 // |
115 this.GeneralGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | 117 this.GeneralGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
116 | System.Windows.Forms.AnchorStyles.Right))); | 118 | System.Windows.Forms.AnchorStyles.Right))); |
119 this.GeneralGroupBox.Controls.Add(this.SeverityComboBox); | |
120 this.GeneralGroupBox.Controls.Add(this.SeverityLabel); | |
117 this.GeneralGroupBox.Controls.Add(this.ScheduleAtPanel); | 121 this.GeneralGroupBox.Controls.Add(this.ScheduleAtPanel); |
118 this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel); | 122 this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel); |
119 this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox); | 123 this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox); |
120 this.GeneralGroupBox.Controls.Add(this.ScheduleEveryLabel); | 124 this.GeneralGroupBox.Controls.Add(this.ScheduleEveryLabel); |
121 this.GeneralGroupBox.Controls.Add(this.FrequencyUpDown); | 125 this.GeneralGroupBox.Controls.Add(this.FrequencyUpDown); |
125 this.GeneralGroupBox.Controls.Add(this.NameLabel); | 129 this.GeneralGroupBox.Controls.Add(this.NameLabel); |
126 this.GeneralGroupBox.Controls.Add(this.NameTextBox); | 130 this.GeneralGroupBox.Controls.Add(this.NameTextBox); |
127 this.GeneralGroupBox.Controls.Add(this.EnabledCheckBox); | 131 this.GeneralGroupBox.Controls.Add(this.EnabledCheckBox); |
128 this.GeneralGroupBox.Location = new System.Drawing.Point(12, 39); | 132 this.GeneralGroupBox.Location = new System.Drawing.Point(12, 39); |
129 this.GeneralGroupBox.Name = "GeneralGroupBox"; | 133 this.GeneralGroupBox.Name = "GeneralGroupBox"; |
130 this.GeneralGroupBox.Size = new System.Drawing.Size(526, 115); | 134 this.GeneralGroupBox.Size = new System.Drawing.Size(537, 135); |
131 this.GeneralGroupBox.TabIndex = 2; | 135 this.GeneralGroupBox.TabIndex = 2; |
132 this.GeneralGroupBox.TabStop = false; | 136 this.GeneralGroupBox.TabStop = false; |
133 this.GeneralGroupBox.Text = "General settings"; | 137 this.GeneralGroupBox.Text = "General settings"; |
134 // | 138 // |
139 // SeverityComboBox | |
140 // | |
141 this.SeverityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
142 this.SeverityComboBox.FormattingEnabled = true; | |
143 this.SeverityComboBox.Location = new System.Drawing.Point(92, 106); | |
144 this.SeverityComboBox.Name = "SeverityComboBox"; | |
145 this.SeverityComboBox.Size = new System.Drawing.Size(82, 21); | |
146 this.SeverityComboBox.TabIndex = 34; | |
147 // | |
148 // SeverityLabel | |
149 // | |
150 this.SeverityLabel.AutoSize = true; | |
151 this.SeverityLabel.Location = new System.Drawing.Point(6, 109); | |
152 this.SeverityLabel.Name = "SeverityLabel"; | |
153 this.SeverityLabel.Size = new System.Drawing.Size(80, 13); | |
154 this.SeverityLabel.TabIndex = 33; | |
155 this.SeverityLabel.Text = "Failure severity:"; | |
156 // | |
135 // ScheduleAtPanel | 157 // ScheduleAtPanel |
136 // | 158 // |
137 this.ScheduleAtPanel.Controls.Add(this.AtTimePicker); | 159 this.ScheduleAtPanel.Controls.Add(this.AtTimePicker); |
138 this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel); | 160 this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel); |
139 this.ScheduleAtPanel.Location = new System.Drawing.Point(247, 76); | 161 this.ScheduleAtPanel.Location = new System.Drawing.Point(258, 76); |
140 this.ScheduleAtPanel.Name = "ScheduleAtPanel"; | 162 this.ScheduleAtPanel.Name = "ScheduleAtPanel"; |
141 this.ScheduleAtPanel.Size = new System.Drawing.Size(270, 29); | 163 this.ScheduleAtPanel.Size = new System.Drawing.Size(270, 29); |
142 this.ScheduleAtPanel.TabIndex = 32; | 164 this.ScheduleAtPanel.TabIndex = 32; |
143 this.ScheduleAtPanel.Visible = false; | 165 this.ScheduleAtPanel.Visible = false; |
144 // | 166 // |
165 // | 187 // |
166 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenAndLabel); | 188 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenAndLabel); |
167 this.ScheduleBetweenPanel.Controls.Add(this.EndTimePicker); | 189 this.ScheduleBetweenPanel.Controls.Add(this.EndTimePicker); |
168 this.ScheduleBetweenPanel.Controls.Add(this.StartTimePicker); | 190 this.ScheduleBetweenPanel.Controls.Add(this.StartTimePicker); |
169 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenLabel); | 191 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenLabel); |
170 this.ScheduleBetweenPanel.Location = new System.Drawing.Point(247, 76); | 192 this.ScheduleBetweenPanel.Location = new System.Drawing.Point(258, 76); |
171 this.ScheduleBetweenPanel.Name = "ScheduleBetweenPanel"; | 193 this.ScheduleBetweenPanel.Name = "ScheduleBetweenPanel"; |
172 this.ScheduleBetweenPanel.Size = new System.Drawing.Size(270, 29); | 194 this.ScheduleBetweenPanel.Size = new System.Drawing.Size(270, 29); |
173 this.ScheduleBetweenPanel.TabIndex = 31; | 195 this.ScheduleBetweenPanel.TabIndex = 31; |
174 // | 196 // |
175 // ScheduleBetweenAndLabel | 197 // ScheduleBetweenAndLabel |
212 // | 234 // |
213 // FrequencyUnitsComboBox | 235 // FrequencyUnitsComboBox |
214 // | 236 // |
215 this.FrequencyUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 237 this.FrequencyUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
216 this.FrequencyUnitsComboBox.FormattingEnabled = true; | 238 this.FrequencyUnitsComboBox.FormattingEnabled = true; |
217 this.FrequencyUnitsComboBox.Location = new System.Drawing.Point(169, 79); | 239 this.FrequencyUnitsComboBox.Location = new System.Drawing.Point(180, 79); |
218 this.FrequencyUnitsComboBox.Name = "FrequencyUnitsComboBox"; | 240 this.FrequencyUnitsComboBox.Name = "FrequencyUnitsComboBox"; |
219 this.FrequencyUnitsComboBox.Size = new System.Drawing.Size(75, 21); | 241 this.FrequencyUnitsComboBox.Size = new System.Drawing.Size(75, 21); |
220 this.FrequencyUnitsComboBox.TabIndex = 30; | 242 this.FrequencyUnitsComboBox.TabIndex = 30; |
221 this.FrequencyUnitsComboBox.SelectedIndexChanged += new System.EventHandler(this.FrequencyUnitsComboBox_SelectedIndexChanged); | 243 this.FrequencyUnitsComboBox.SelectedIndexChanged += new System.EventHandler(this.FrequencyUnitsComboBox_SelectedIndexChanged); |
222 this.FrequencyUnitsComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.FrequencyUnitsComboBox_Format); | 244 this.FrequencyUnitsComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.FrequencyUnitsComboBox_Format); |
223 // | 245 // |
224 // ScheduleEveryLabel | 246 // ScheduleEveryLabel |
225 // | 247 // |
226 this.ScheduleEveryLabel.AutoSize = true; | 248 this.ScheduleEveryLabel.AutoSize = true; |
227 this.ScheduleEveryLabel.Location = new System.Drawing.Point(78, 82); | 249 this.ScheduleEveryLabel.Location = new System.Drawing.Point(89, 82); |
228 this.ScheduleEveryLabel.Name = "ScheduleEveryLabel"; | 250 this.ScheduleEveryLabel.Name = "ScheduleEveryLabel"; |
229 this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13); | 251 this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13); |
230 this.ScheduleEveryLabel.TabIndex = 29; | 252 this.ScheduleEveryLabel.TabIndex = 29; |
231 this.ScheduleEveryLabel.Text = "Every"; | 253 this.ScheduleEveryLabel.Text = "Every"; |
232 // | 254 // |
233 // FrequencyUpDown | 255 // FrequencyUpDown |
234 // | 256 // |
235 this.FrequencyUpDown.Location = new System.Drawing.Point(114, 80); | 257 this.FrequencyUpDown.Location = new System.Drawing.Point(125, 80); |
236 this.FrequencyUpDown.Maximum = new decimal(new int[] { | 258 this.FrequencyUpDown.Maximum = new decimal(new int[] { |
237 59, | 259 59, |
238 0, | 260 0, |
239 0, | 261 0, |
240 0}); | 262 0}); |
252 this.TimeoutInput.Increment = new decimal(new int[] { | 274 this.TimeoutInput.Increment = new decimal(new int[] { |
253 100, | 275 100, |
254 0, | 276 0, |
255 0, | 277 0, |
256 0}); | 278 0}); |
257 this.TimeoutInput.Location = new System.Drawing.Point(81, 54); | 279 this.TimeoutInput.Location = new System.Drawing.Point(92, 54); |
258 this.TimeoutInput.Maximum = new decimal(new int[] { | 280 this.TimeoutInput.Maximum = new decimal(new int[] { |
259 60000, | 281 60000, |
260 0, | 282 0, |
261 0, | 283 0, |
262 0}); | 284 0}); |
275 0}); | 297 0}); |
276 // | 298 // |
277 // PingTimeoutLabel | 299 // PingTimeoutLabel |
278 // | 300 // |
279 this.PingTimeoutLabel.AutoSize = true; | 301 this.PingTimeoutLabel.AutoSize = true; |
280 this.PingTimeoutLabel.Location = new System.Drawing.Point(5, 56); | 302 this.PingTimeoutLabel.Location = new System.Drawing.Point(6, 56); |
281 this.PingTimeoutLabel.Name = "PingTimeoutLabel"; | 303 this.PingTimeoutLabel.Name = "PingTimeoutLabel"; |
282 this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13); | 304 this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13); |
283 this.PingTimeoutLabel.TabIndex = 26; | 305 this.PingTimeoutLabel.TabIndex = 26; |
284 this.PingTimeoutLabel.Text = "Timeout (ms):"; | 306 this.PingTimeoutLabel.Text = "Timeout (ms):"; |
285 // | 307 // |
301 this.NameLabel.TabIndex = 21; | 323 this.NameLabel.TabIndex = 21; |
302 this.NameLabel.Text = "Name:"; | 324 this.NameLabel.Text = "Name:"; |
303 // | 325 // |
304 // NameTextBox | 326 // NameTextBox |
305 // | 327 // |
306 this.NameTextBox.Location = new System.Drawing.Point(81, 28); | 328 this.NameTextBox.Location = new System.Drawing.Point(92, 28); |
307 this.NameTextBox.Name = "NameTextBox"; | 329 this.NameTextBox.Name = "NameTextBox"; |
308 this.NameTextBox.Size = new System.Drawing.Size(181, 20); | 330 this.NameTextBox.Size = new System.Drawing.Size(181, 20); |
309 this.NameTextBox.TabIndex = 22; | 331 this.NameTextBox.TabIndex = 22; |
310 // | 332 // |
311 // EnabledCheckBox | 333 // EnabledCheckBox |
312 // | 334 // |
313 this.EnabledCheckBox.AutoSize = true; | 335 this.EnabledCheckBox.AutoSize = true; |
314 this.EnabledCheckBox.Checked = true; | 336 this.EnabledCheckBox.Checked = true; |
315 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 337 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
316 this.EnabledCheckBox.Location = new System.Drawing.Point(268, 31); | 338 this.EnabledCheckBox.Location = new System.Drawing.Point(279, 31); |
317 this.EnabledCheckBox.Name = "EnabledCheckBox"; | 339 this.EnabledCheckBox.Name = "EnabledCheckBox"; |
318 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); | 340 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); |
319 this.EnabledCheckBox.TabIndex = 23; | 341 this.EnabledCheckBox.TabIndex = 23; |
320 this.EnabledCheckBox.Text = "Enabled"; | 342 this.EnabledCheckBox.Text = "Enabled"; |
321 this.EnabledCheckBox.UseVisualStyleBackColor = true; | 343 this.EnabledCheckBox.UseVisualStyleBackColor = true; |
322 // | 344 // |
323 // OkButton | 345 // OkButton |
324 // | 346 // |
325 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | 347 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
326 this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; | 348 this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; |
327 this.OkButton.Location = new System.Drawing.Point(382, 397); | 349 this.OkButton.Location = new System.Drawing.Point(393, 397); |
328 this.OkButton.Name = "OkButton"; | 350 this.OkButton.Name = "OkButton"; |
329 this.OkButton.Size = new System.Drawing.Size(75, 23); | 351 this.OkButton.Size = new System.Drawing.Size(75, 23); |
330 this.OkButton.TabIndex = 20; | 352 this.OkButton.TabIndex = 20; |
331 this.OkButton.Text = "OK"; | 353 this.OkButton.Text = "OK"; |
332 this.OkButton.UseVisualStyleBackColor = true; | 354 this.OkButton.UseVisualStyleBackColor = true; |
334 // | 356 // |
335 // CancelCheckButton | 357 // CancelCheckButton |
336 // | 358 // |
337 this.CancelCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | 359 this.CancelCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
338 this.CancelCheckButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; | 360 this.CancelCheckButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
339 this.CancelCheckButton.Location = new System.Drawing.Point(463, 397); | 361 this.CancelCheckButton.Location = new System.Drawing.Point(474, 397); |
340 this.CancelCheckButton.Name = "CancelCheckButton"; | 362 this.CancelCheckButton.Name = "CancelCheckButton"; |
341 this.CancelCheckButton.Size = new System.Drawing.Size(75, 23); | 363 this.CancelCheckButton.Size = new System.Drawing.Size(75, 23); |
342 this.CancelCheckButton.TabIndex = 19; | 364 this.CancelCheckButton.TabIndex = 19; |
343 this.CancelCheckButton.Text = "Cancel"; | 365 this.CancelCheckButton.Text = "Cancel"; |
344 this.CancelCheckButton.UseVisualStyleBackColor = true; | 366 this.CancelCheckButton.UseVisualStyleBackColor = true; |
347 // CheckSettingsPanel | 369 // CheckSettingsPanel |
348 // | 370 // |
349 this.CheckSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | 371 this.CheckSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
350 | System.Windows.Forms.AnchorStyles.Left) | 372 | System.Windows.Forms.AnchorStyles.Left) |
351 | System.Windows.Forms.AnchorStyles.Right))); | 373 | System.Windows.Forms.AnchorStyles.Right))); |
352 this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 160); | 374 this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 180); |
353 this.CheckSettingsPanel.Name = "CheckSettingsPanel"; | 375 this.CheckSettingsPanel.Name = "CheckSettingsPanel"; |
354 this.CheckSettingsPanel.Size = new System.Drawing.Size(526, 231); | 376 this.CheckSettingsPanel.Size = new System.Drawing.Size(537, 211); |
355 this.CheckSettingsPanel.TabIndex = 27; | 377 this.CheckSettingsPanel.TabIndex = 27; |
356 // | 378 // |
357 // ResultLabel | 379 // ResultLabel |
358 // | 380 // |
359 this.ResultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | 381 this.ResultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
360 | System.Windows.Forms.AnchorStyles.Right))); | 382 | System.Windows.Forms.AnchorStyles.Right))); |
361 this.ResultLabel.AutoEllipsis = true; | 383 this.ResultLabel.AutoEllipsis = true; |
362 this.ResultLabel.Location = new System.Drawing.Point(115, 394); | 384 this.ResultLabel.Location = new System.Drawing.Point(115, 394); |
363 this.ResultLabel.Name = "ResultLabel"; | 385 this.ResultLabel.Name = "ResultLabel"; |
364 this.ResultLabel.Size = new System.Drawing.Size(261, 29); | 386 this.ResultLabel.Size = new System.Drawing.Size(272, 29); |
365 this.ResultLabel.TabIndex = 29; | 387 this.ResultLabel.TabIndex = 29; |
366 this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 388 this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
367 this.ResultLabel.Visible = false; | 389 this.ResultLabel.Visible = false; |
368 // | 390 // |
369 // ResultIconPictureBox | 391 // ResultIconPictureBox |
408 // | 430 // |
409 this.AcceptButton = this.OkButton; | 431 this.AcceptButton = this.OkButton; |
410 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 432 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
411 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 433 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
412 this.CancelButton = this.CancelCheckButton; | 434 this.CancelButton = this.CancelCheckButton; |
413 this.ClientSize = new System.Drawing.Size(550, 432); | 435 this.ClientSize = new System.Drawing.Size(561, 432); |
414 this.Controls.Add(this.ResultIconPictureBox); | 436 this.Controls.Add(this.ResultIconPictureBox); |
415 this.Controls.Add(this.ResultLabel); | 437 this.Controls.Add(this.ResultLabel); |
416 this.Controls.Add(this.CancelRunButton); | 438 this.Controls.Add(this.CancelRunButton); |
417 this.Controls.Add(this.CheckSettingsPanel); | 439 this.Controls.Add(this.CheckSettingsPanel); |
418 this.Controls.Add(this.RunButton); | 440 this.Controls.Add(this.RunButton); |
470 private System.Windows.Forms.Label ScheduleBetweenAndLabel; | 492 private System.Windows.Forms.Label ScheduleBetweenAndLabel; |
471 private System.Windows.Forms.DateTimePicker EndTimePicker; | 493 private System.Windows.Forms.DateTimePicker EndTimePicker; |
472 private System.Windows.Forms.Panel ScheduleAtPanel; | 494 private System.Windows.Forms.Panel ScheduleAtPanel; |
473 private System.Windows.Forms.DateTimePicker AtTimePicker; | 495 private System.Windows.Forms.DateTimePicker AtTimePicker; |
474 private System.Windows.Forms.Label ScheduleAtLabel; | 496 private System.Windows.Forms.Label ScheduleAtLabel; |
497 private System.Windows.Forms.ComboBox SeverityComboBox; | |
498 private System.Windows.Forms.Label SeverityLabel; | |
475 } | 499 } |
476 } | 500 } |