comparison ServerMonitor/Forms/CheckForm.Designer.cs @ 8:052aa62cb42a

Single instance. Add autorun option. Add icons. General enhancements.
author Brad Greco <brad@bgreco.net>
date Sat, 09 Mar 2019 20:14:03 -0500
parents 3142e52cbe69
children 75ca86e0862c
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
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.FailuresLabel = new System.Windows.Forms.Label();
37 this.FailuresInput = new System.Windows.Forms.NumericUpDown();
38 this.AfterLabel = new System.Windows.Forms.Label();
36 this.SeverityComboBox = new System.Windows.Forms.ComboBox(); 39 this.SeverityComboBox = new System.Windows.Forms.ComboBox();
37 this.SeverityLabel = new System.Windows.Forms.Label(); 40 this.SeverityLabel = new System.Windows.Forms.Label();
38 this.ScheduleAtPanel = new System.Windows.Forms.Panel(); 41 this.ScheduleAtPanel = new System.Windows.Forms.Panel();
39 this.AtTimePicker = new System.Windows.Forms.DateTimePicker(); 42 this.AtTimePicker = new System.Windows.Forms.DateTimePicker();
40 this.ScheduleAtLabel = new System.Windows.Forms.Label(); 43 this.ScheduleAtLabel = new System.Windows.Forms.Label();
60 this.CancelRunButton = new System.Windows.Forms.Button(); 63 this.CancelRunButton = new System.Windows.Forms.Button();
61 this.RunButton = new System.Windows.Forms.Button(); 64 this.RunButton = new System.Windows.Forms.Button();
62 this.CheckTypePanel.SuspendLayout(); 65 this.CheckTypePanel.SuspendLayout();
63 ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).BeginInit(); 66 ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).BeginInit();
64 this.GeneralGroupBox.SuspendLayout(); 67 this.GeneralGroupBox.SuspendLayout();
68 ((System.ComponentModel.ISupportInitialize)(this.FailuresInput)).BeginInit();
65 this.ScheduleAtPanel.SuspendLayout(); 69 this.ScheduleAtPanel.SuspendLayout();
66 this.ScheduleBetweenPanel.SuspendLayout(); 70 this.ScheduleBetweenPanel.SuspendLayout();
67 ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).BeginInit(); 71 ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).BeginInit();
68 ((System.ComponentModel.ISupportInitialize)(this.TimeoutInput)).BeginInit(); 72 ((System.ComponentModel.ISupportInitialize)(this.TimeoutInput)).BeginInit();
69 ((System.ComponentModel.ISupportInitialize)(this.ResultIconPictureBox)).BeginInit(); 73 ((System.ComponentModel.ISupportInitialize)(this.ResultIconPictureBox)).BeginInit();
74 this.CheckTypeLabel.AutoSize = true; 78 this.CheckTypeLabel.AutoSize = true;
75 this.CheckTypeLabel.Location = new System.Drawing.Point(3, 3); 79 this.CheckTypeLabel.Location = new System.Drawing.Point(3, 3);
76 this.CheckTypeLabel.Name = "CheckTypeLabel"; 80 this.CheckTypeLabel.Name = "CheckTypeLabel";
77 this.CheckTypeLabel.Size = new System.Drawing.Size(64, 13); 81 this.CheckTypeLabel.Size = new System.Drawing.Size(64, 13);
78 this.CheckTypeLabel.TabIndex = 0; 82 this.CheckTypeLabel.TabIndex = 0;
79 this.CheckTypeLabel.Text = "Check type:"; 83 this.CheckTypeLabel.Text = "Check &type:";
80 // 84 //
81 // CheckTypeComboBox 85 // CheckTypeComboBox
82 // 86 //
83 this.CheckTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 87 this.CheckTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
84 this.CheckTypeComboBox.FormattingEnabled = true; 88 this.CheckTypeComboBox.FormattingEnabled = true;
93 // 97 //
94 this.CheckTypePanel.Anchor = System.Windows.Forms.AnchorStyles.Top; 98 this.CheckTypePanel.Anchor = System.Windows.Forms.AnchorStyles.Top;
95 this.CheckTypePanel.Controls.Add(this.CheckTypeLabel); 99 this.CheckTypePanel.Controls.Add(this.CheckTypeLabel);
96 this.CheckTypePanel.Controls.Add(this.TypeHelpPictureBox); 100 this.CheckTypePanel.Controls.Add(this.TypeHelpPictureBox);
97 this.CheckTypePanel.Controls.Add(this.CheckTypeComboBox); 101 this.CheckTypePanel.Controls.Add(this.CheckTypeComboBox);
98 this.CheckTypePanel.Location = new System.Drawing.Point(167, 12); 102 this.CheckTypePanel.Location = new System.Drawing.Point(162, 12);
99 this.CheckTypePanel.Name = "CheckTypePanel"; 103 this.CheckTypePanel.Name = "CheckTypePanel";
100 this.CheckTypePanel.Size = new System.Drawing.Size(227, 26); 104 this.CheckTypePanel.Size = new System.Drawing.Size(227, 26);
101 this.CheckTypePanel.TabIndex = 1; 105 this.CheckTypePanel.TabIndex = 1;
102 // 106 //
103 // TypeHelpPictureBox 107 // TypeHelpPictureBox
114 // 118 //
115 // GeneralGroupBox 119 // GeneralGroupBox
116 // 120 //
117 this.GeneralGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 121 this.GeneralGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
118 | System.Windows.Forms.AnchorStyles.Right))); 122 | System.Windows.Forms.AnchorStyles.Right)));
123 this.GeneralGroupBox.Controls.Add(this.FailuresLabel);
124 this.GeneralGroupBox.Controls.Add(this.FailuresInput);
125 this.GeneralGroupBox.Controls.Add(this.AfterLabel);
119 this.GeneralGroupBox.Controls.Add(this.SeverityComboBox); 126 this.GeneralGroupBox.Controls.Add(this.SeverityComboBox);
120 this.GeneralGroupBox.Controls.Add(this.SeverityLabel); 127 this.GeneralGroupBox.Controls.Add(this.SeverityLabel);
121 this.GeneralGroupBox.Controls.Add(this.ScheduleAtPanel); 128 this.GeneralGroupBox.Controls.Add(this.ScheduleAtPanel);
122 this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel); 129 this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel);
123 this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox); 130 this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox);
129 this.GeneralGroupBox.Controls.Add(this.NameLabel); 136 this.GeneralGroupBox.Controls.Add(this.NameLabel);
130 this.GeneralGroupBox.Controls.Add(this.NameTextBox); 137 this.GeneralGroupBox.Controls.Add(this.NameTextBox);
131 this.GeneralGroupBox.Controls.Add(this.EnabledCheckBox); 138 this.GeneralGroupBox.Controls.Add(this.EnabledCheckBox);
132 this.GeneralGroupBox.Location = new System.Drawing.Point(12, 39); 139 this.GeneralGroupBox.Location = new System.Drawing.Point(12, 39);
133 this.GeneralGroupBox.Name = "GeneralGroupBox"; 140 this.GeneralGroupBox.Name = "GeneralGroupBox";
134 this.GeneralGroupBox.Size = new System.Drawing.Size(537, 135); 141 this.GeneralGroupBox.Size = new System.Drawing.Size(526, 135);
135 this.GeneralGroupBox.TabIndex = 2; 142 this.GeneralGroupBox.TabIndex = 2;
136 this.GeneralGroupBox.TabStop = false; 143 this.GeneralGroupBox.TabStop = false;
137 this.GeneralGroupBox.Text = "General settings"; 144 this.GeneralGroupBox.Text = "General settings";
145 //
146 // FailuresLabel
147 //
148 this.FailuresLabel.AutoSize = true;
149 this.FailuresLabel.Location = new System.Drawing.Point(251, 109);
150 this.FailuresLabel.Name = "FailuresLabel";
151 this.FailuresLabel.Size = new System.Drawing.Size(101, 13);
152 this.FailuresLabel.TabIndex = 37;
153 this.FailuresLabel.Text = "consecutive failures";
154 //
155 // FailuresInput
156 //
157 this.FailuresInput.Location = new System.Drawing.Point(211, 107);
158 this.FailuresInput.Maximum = new decimal(new int[] {
159 99,
160 0,
161 0,
162 0});
163 this.FailuresInput.Minimum = new decimal(new int[] {
164 1,
165 0,
166 0,
167 0});
168 this.FailuresInput.Name = "FailuresInput";
169 this.FailuresInput.Size = new System.Drawing.Size(34, 20);
170 this.FailuresInput.TabIndex = 36;
171 this.FailuresInput.Value = new decimal(new int[] {
172 1,
173 0,
174 0,
175 0});
176 //
177 // AfterLabel
178 //
179 this.AfterLabel.AutoSize = true;
180 this.AfterLabel.Location = new System.Drawing.Point(180, 109);
181 this.AfterLabel.Name = "AfterLabel";
182 this.AfterLabel.Size = new System.Drawing.Size(28, 13);
183 this.AfterLabel.TabIndex = 35;
184 this.AfterLabel.Text = "after";
138 // 185 //
139 // SeverityComboBox 186 // SeverityComboBox
140 // 187 //
141 this.SeverityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 188 this.SeverityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
142 this.SeverityComboBox.FormattingEnabled = true; 189 this.SeverityComboBox.FormattingEnabled = true;
150 this.SeverityLabel.AutoSize = true; 197 this.SeverityLabel.AutoSize = true;
151 this.SeverityLabel.Location = new System.Drawing.Point(6, 109); 198 this.SeverityLabel.Location = new System.Drawing.Point(6, 109);
152 this.SeverityLabel.Name = "SeverityLabel"; 199 this.SeverityLabel.Name = "SeverityLabel";
153 this.SeverityLabel.Size = new System.Drawing.Size(80, 13); 200 this.SeverityLabel.Size = new System.Drawing.Size(80, 13);
154 this.SeverityLabel.TabIndex = 33; 201 this.SeverityLabel.TabIndex = 33;
155 this.SeverityLabel.Text = "Failure severity:"; 202 this.SeverityLabel.Text = "Failure se&verity:";
156 // 203 //
157 // ScheduleAtPanel 204 // ScheduleAtPanel
158 // 205 //
159 this.ScheduleAtPanel.Controls.Add(this.AtTimePicker); 206 this.ScheduleAtPanel.Controls.Add(this.AtTimePicker);
160 this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel); 207 this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel);
161 this.ScheduleAtPanel.Location = new System.Drawing.Point(258, 76); 208 this.ScheduleAtPanel.Location = new System.Drawing.Point(258, 76);
162 this.ScheduleAtPanel.Name = "ScheduleAtPanel"; 209 this.ScheduleAtPanel.Name = "ScheduleAtPanel";
163 this.ScheduleAtPanel.Size = new System.Drawing.Size(270, 29); 210 this.ScheduleAtPanel.Size = new System.Drawing.Size(265, 29);
164 this.ScheduleAtPanel.TabIndex = 32; 211 this.ScheduleAtPanel.TabIndex = 32;
165 this.ScheduleAtPanel.Visible = false; 212 this.ScheduleAtPanel.Visible = false;
166 // 213 //
167 // AtTimePicker 214 // AtTimePicker
168 // 215 //
189 this.ScheduleBetweenPanel.Controls.Add(this.EndTimePicker); 236 this.ScheduleBetweenPanel.Controls.Add(this.EndTimePicker);
190 this.ScheduleBetweenPanel.Controls.Add(this.StartTimePicker); 237 this.ScheduleBetweenPanel.Controls.Add(this.StartTimePicker);
191 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenLabel); 238 this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenLabel);
192 this.ScheduleBetweenPanel.Location = new System.Drawing.Point(258, 76); 239 this.ScheduleBetweenPanel.Location = new System.Drawing.Point(258, 76);
193 this.ScheduleBetweenPanel.Name = "ScheduleBetweenPanel"; 240 this.ScheduleBetweenPanel.Name = "ScheduleBetweenPanel";
194 this.ScheduleBetweenPanel.Size = new System.Drawing.Size(270, 29); 241 this.ScheduleBetweenPanel.Size = new System.Drawing.Size(265, 29);
195 this.ScheduleBetweenPanel.TabIndex = 31; 242 this.ScheduleBetweenPanel.TabIndex = 31;
196 // 243 //
197 // ScheduleBetweenAndLabel 244 // ScheduleBetweenAndLabel
198 // 245 //
199 this.ScheduleBetweenAndLabel.AutoSize = true; 246 this.ScheduleBetweenAndLabel.AutoSize = true;
247 // 294 //
248 this.ScheduleEveryLabel.AutoSize = true; 295 this.ScheduleEveryLabel.AutoSize = true;
249 this.ScheduleEveryLabel.Location = new System.Drawing.Point(89, 82); 296 this.ScheduleEveryLabel.Location = new System.Drawing.Point(89, 82);
250 this.ScheduleEveryLabel.Name = "ScheduleEveryLabel"; 297 this.ScheduleEveryLabel.Name = "ScheduleEveryLabel";
251 this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13); 298 this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13);
252 this.ScheduleEveryLabel.TabIndex = 29; 299 this.ScheduleEveryLabel.TabIndex = 27;
253 this.ScheduleEveryLabel.Text = "Every"; 300 this.ScheduleEveryLabel.Text = "&Every";
254 // 301 //
255 // FrequencyUpDown 302 // FrequencyUpDown
256 // 303 //
257 this.FrequencyUpDown.Location = new System.Drawing.Point(125, 80); 304 this.FrequencyUpDown.Location = new System.Drawing.Point(125, 80);
258 this.FrequencyUpDown.Maximum = new decimal(new int[] { 305 this.FrequencyUpDown.Maximum = new decimal(new int[] {
287 0, 334 0,
288 0, 335 0,
289 0}); 336 0});
290 this.TimeoutInput.Name = "TimeoutInput"; 337 this.TimeoutInput.Name = "TimeoutInput";
291 this.TimeoutInput.Size = new System.Drawing.Size(58, 20); 338 this.TimeoutInput.Size = new System.Drawing.Size(58, 20);
292 this.TimeoutInput.TabIndex = 27; 339 this.TimeoutInput.TabIndex = 25;
293 this.TimeoutInput.Value = new decimal(new int[] { 340 this.TimeoutInput.Value = new decimal(new int[] {
294 5000, 341 5000,
295 0, 342 0,
296 0, 343 0,
297 0}); 344 0});
300 // 347 //
301 this.PingTimeoutLabel.AutoSize = true; 348 this.PingTimeoutLabel.AutoSize = true;
302 this.PingTimeoutLabel.Location = new System.Drawing.Point(6, 56); 349 this.PingTimeoutLabel.Location = new System.Drawing.Point(6, 56);
303 this.PingTimeoutLabel.Name = "PingTimeoutLabel"; 350 this.PingTimeoutLabel.Name = "PingTimeoutLabel";
304 this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13); 351 this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13);
305 this.PingTimeoutLabel.TabIndex = 26; 352 this.PingTimeoutLabel.TabIndex = 24;
306 this.PingTimeoutLabel.Text = "Timeout (ms):"; 353 this.PingTimeoutLabel.Text = "&Timeout (ms):";
307 // 354 //
308 // ScheduleLabel 355 // ScheduleLabel
309 // 356 //
310 this.ScheduleLabel.AutoSize = true; 357 this.ScheduleLabel.AutoSize = true;
311 this.ScheduleLabel.Location = new System.Drawing.Point(6, 82); 358 this.ScheduleLabel.Location = new System.Drawing.Point(6, 82);
312 this.ScheduleLabel.Name = "ScheduleLabel"; 359 this.ScheduleLabel.Name = "ScheduleLabel";
313 this.ScheduleLabel.Size = new System.Drawing.Size(55, 13); 360 this.ScheduleLabel.Size = new System.Drawing.Size(55, 13);
314 this.ScheduleLabel.TabIndex = 25; 361 this.ScheduleLabel.TabIndex = 26;
315 this.ScheduleLabel.Text = "Schedule:"; 362 this.ScheduleLabel.Text = "Schedule:";
316 // 363 //
317 // NameLabel 364 // NameLabel
318 // 365 //
319 this.NameLabel.AutoSize = true; 366 this.NameLabel.AutoSize = true;
320 this.NameLabel.Location = new System.Drawing.Point(6, 31); 367 this.NameLabel.Location = new System.Drawing.Point(6, 31);
321 this.NameLabel.Name = "NameLabel"; 368 this.NameLabel.Name = "NameLabel";
322 this.NameLabel.Size = new System.Drawing.Size(38, 13); 369 this.NameLabel.Size = new System.Drawing.Size(38, 13);
323 this.NameLabel.TabIndex = 21; 370 this.NameLabel.TabIndex = 21;
324 this.NameLabel.Text = "Name:"; 371 this.NameLabel.Text = "&Name:";
325 // 372 //
326 // NameTextBox 373 // NameTextBox
327 // 374 //
328 this.NameTextBox.Location = new System.Drawing.Point(92, 28); 375 this.NameTextBox.Location = new System.Drawing.Point(92, 28);
329 this.NameTextBox.Name = "NameTextBox"; 376 this.NameTextBox.Name = "NameTextBox";
330 this.NameTextBox.Size = new System.Drawing.Size(181, 20); 377 this.NameTextBox.Size = new System.Drawing.Size(181, 20);
331 this.NameTextBox.TabIndex = 22; 378 this.NameTextBox.TabIndex = 22;
379 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged);
332 // 380 //
333 // EnabledCheckBox 381 // EnabledCheckBox
334 // 382 //
335 this.EnabledCheckBox.AutoSize = true; 383 this.EnabledCheckBox.AutoSize = true;
336 this.EnabledCheckBox.Checked = true; 384 this.EnabledCheckBox.Checked = true;
337 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; 385 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
338 this.EnabledCheckBox.Location = new System.Drawing.Point(279, 31); 386 this.EnabledCheckBox.Location = new System.Drawing.Point(279, 31);
339 this.EnabledCheckBox.Name = "EnabledCheckBox"; 387 this.EnabledCheckBox.Name = "EnabledCheckBox";
340 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); 388 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17);
341 this.EnabledCheckBox.TabIndex = 23; 389 this.EnabledCheckBox.TabIndex = 23;
342 this.EnabledCheckBox.Text = "Enabled"; 390 this.EnabledCheckBox.Text = "&Enabled";
343 this.EnabledCheckBox.UseVisualStyleBackColor = true; 391 this.EnabledCheckBox.UseVisualStyleBackColor = true;
344 // 392 //
345 // OkButton 393 // OkButton
346 // 394 //
347 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 395 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
348 this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; 396 this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
349 this.OkButton.Location = new System.Drawing.Point(393, 397); 397 this.OkButton.Location = new System.Drawing.Point(382, 334);
350 this.OkButton.Name = "OkButton"; 398 this.OkButton.Name = "OkButton";
351 this.OkButton.Size = new System.Drawing.Size(75, 23); 399 this.OkButton.Size = new System.Drawing.Size(75, 23);
352 this.OkButton.TabIndex = 20; 400 this.OkButton.TabIndex = 101;
353 this.OkButton.Text = "OK"; 401 this.OkButton.Text = "OK";
354 this.OkButton.UseVisualStyleBackColor = true; 402 this.OkButton.UseVisualStyleBackColor = true;
355 this.OkButton.Click += new System.EventHandler(this.OkButton_Click); 403 this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
356 // 404 //
357 // CancelCheckButton 405 // CancelCheckButton
358 // 406 //
359 this.CancelCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 407 this.CancelCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
360 this.CancelCheckButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 408 this.CancelCheckButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
361 this.CancelCheckButton.Location = new System.Drawing.Point(474, 397); 409 this.CancelCheckButton.Location = new System.Drawing.Point(463, 334);
362 this.CancelCheckButton.Name = "CancelCheckButton"; 410 this.CancelCheckButton.Name = "CancelCheckButton";
363 this.CancelCheckButton.Size = new System.Drawing.Size(75, 23); 411 this.CancelCheckButton.Size = new System.Drawing.Size(75, 23);
364 this.CancelCheckButton.TabIndex = 19; 412 this.CancelCheckButton.TabIndex = 102;
365 this.CancelCheckButton.Text = "Cancel"; 413 this.CancelCheckButton.Text = "Cancel";
366 this.CancelCheckButton.UseVisualStyleBackColor = true; 414 this.CancelCheckButton.UseVisualStyleBackColor = true;
367 this.CancelCheckButton.Click += new System.EventHandler(this.CancelCheckButton_Click); 415 this.CancelCheckButton.Click += new System.EventHandler(this.CancelCheckButton_Click);
368 // 416 //
369 // CheckSettingsPanel 417 // CheckSettingsPanel
370 // 418 //
371 this.CheckSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 419 this.CheckSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
372 | System.Windows.Forms.AnchorStyles.Left) 420 | System.Windows.Forms.AnchorStyles.Left)
373 | System.Windows.Forms.AnchorStyles.Right))); 421 | System.Windows.Forms.AnchorStyles.Right)));
422 this.CheckSettingsPanel.BackColor = System.Drawing.SystemColors.Control;
374 this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 180); 423 this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 180);
375 this.CheckSettingsPanel.Name = "CheckSettingsPanel"; 424 this.CheckSettingsPanel.Name = "CheckSettingsPanel";
376 this.CheckSettingsPanel.Size = new System.Drawing.Size(537, 211); 425 this.CheckSettingsPanel.Size = new System.Drawing.Size(526, 148);
377 this.CheckSettingsPanel.TabIndex = 27; 426 this.CheckSettingsPanel.TabIndex = 27;
378 // 427 //
379 // ResultLabel 428 // ResultLabel
380 // 429 //
381 this.ResultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 430 this.ResultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
382 | System.Windows.Forms.AnchorStyles.Right))); 431 | System.Windows.Forms.AnchorStyles.Right)));
383 this.ResultLabel.AutoEllipsis = true; 432 this.ResultLabel.AutoEllipsis = true;
384 this.ResultLabel.Location = new System.Drawing.Point(115, 394); 433 this.ResultLabel.Location = new System.Drawing.Point(115, 331);
385 this.ResultLabel.Name = "ResultLabel"; 434 this.ResultLabel.Name = "ResultLabel";
386 this.ResultLabel.Size = new System.Drawing.Size(272, 29); 435 this.ResultLabel.Size = new System.Drawing.Size(261, 29);
387 this.ResultLabel.TabIndex = 29; 436 this.ResultLabel.TabIndex = 29;
388 this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 437 this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
389 this.ResultLabel.Visible = false; 438 this.ResultLabel.Visible = false;
390 // 439 //
391 // ResultIconPictureBox 440 // ResultIconPictureBox
392 // 441 //
393 this.ResultIconPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 442 this.ResultIconPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
394 this.ResultIconPictureBox.Location = new System.Drawing.Point(93, 399); 443 this.ResultIconPictureBox.Location = new System.Drawing.Point(93, 336);
395 this.ResultIconPictureBox.Name = "ResultIconPictureBox"; 444 this.ResultIconPictureBox.Name = "ResultIconPictureBox";
396 this.ResultIconPictureBox.Size = new System.Drawing.Size(20, 20); 445 this.ResultIconPictureBox.Size = new System.Drawing.Size(20, 20);
397 this.ResultIconPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 446 this.ResultIconPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
398 this.ResultIconPictureBox.TabIndex = 30; 447 this.ResultIconPictureBox.TabIndex = 30;
399 this.ResultIconPictureBox.TabStop = false; 448 this.ResultIconPictureBox.TabStop = false;
401 // 450 //
402 // CancelRunButton 451 // CancelRunButton
403 // 452 //
404 this.CancelRunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 453 this.CancelRunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
405 this.CancelRunButton.Image = global::ServerMonitorApp.Properties.Resources.delete; 454 this.CancelRunButton.Image = global::ServerMonitorApp.Properties.Resources.delete;
406 this.CancelRunButton.Location = new System.Drawing.Point(93, 397); 455 this.CancelRunButton.Location = new System.Drawing.Point(93, 334);
407 this.CancelRunButton.Name = "CancelRunButton"; 456 this.CancelRunButton.Name = "CancelRunButton";
408 this.CancelRunButton.Size = new System.Drawing.Size(75, 23); 457 this.CancelRunButton.Size = new System.Drawing.Size(75, 23);
409 this.CancelRunButton.TabIndex = 28; 458 this.CancelRunButton.TabIndex = 28;
410 this.CancelRunButton.Text = "Cancel"; 459 this.CancelRunButton.Text = "Cancel";
411 this.CancelRunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 460 this.CancelRunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
415 // 464 //
416 // RunButton 465 // RunButton
417 // 466 //
418 this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 467 this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
419 this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run; 468 this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run;
420 this.RunButton.Location = new System.Drawing.Point(12, 397); 469 this.RunButton.Location = new System.Drawing.Point(12, 334);
421 this.RunButton.Name = "RunButton"; 470 this.RunButton.Name = "RunButton";
422 this.RunButton.Size = new System.Drawing.Size(75, 23); 471 this.RunButton.Size = new System.Drawing.Size(75, 23);
423 this.RunButton.TabIndex = 26; 472 this.RunButton.TabIndex = 100;
424 this.RunButton.Text = "Run"; 473 this.RunButton.Text = "Run";
425 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; 474 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
426 this.RunButton.UseVisualStyleBackColor = true; 475 this.RunButton.UseVisualStyleBackColor = true;
427 this.RunButton.Click += new System.EventHandler(this.RunButton_Click); 476 this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
428 // 477 //
430 // 479 //
431 this.AcceptButton = this.OkButton; 480 this.AcceptButton = this.OkButton;
432 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 481 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
433 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 482 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
434 this.CancelButton = this.CancelCheckButton; 483 this.CancelButton = this.CancelCheckButton;
435 this.ClientSize = new System.Drawing.Size(561, 432); 484 this.ClientSize = new System.Drawing.Size(550, 369);
436 this.Controls.Add(this.ResultIconPictureBox); 485 this.Controls.Add(this.ResultIconPictureBox);
437 this.Controls.Add(this.ResultLabel); 486 this.Controls.Add(this.ResultLabel);
438 this.Controls.Add(this.CancelRunButton); 487 this.Controls.Add(this.CancelRunButton);
439 this.Controls.Add(this.CheckSettingsPanel); 488 this.Controls.Add(this.CheckSettingsPanel);
440 this.Controls.Add(this.RunButton); 489 this.Controls.Add(this.RunButton);
441 this.Controls.Add(this.OkButton); 490 this.Controls.Add(this.OkButton);
442 this.Controls.Add(this.CancelCheckButton); 491 this.Controls.Add(this.CancelCheckButton);
443 this.Controls.Add(this.GeneralGroupBox); 492 this.Controls.Add(this.GeneralGroupBox);
444 this.Controls.Add(this.CheckTypePanel); 493 this.Controls.Add(this.CheckTypePanel);
445 this.MinimumSize = new System.Drawing.Size(550, 38); 494 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
495 this.MaximizeBox = false;
496 this.MinimumSize = new System.Drawing.Size(566, 407);
446 this.Name = "CheckForm"; 497 this.Name = "CheckForm";
447 this.Text = "CheckForm"; 498 this.Text = "New Check";
448 this.Load += new System.EventHandler(this.CheckForm_Load); 499 this.Load += new System.EventHandler(this.CheckForm_Load);
449 this.Click += new System.EventHandler(this.Control_Click); 500 this.Click += new System.EventHandler(this.Control_Click);
450 this.CheckTypePanel.ResumeLayout(false); 501 this.CheckTypePanel.ResumeLayout(false);
451 this.CheckTypePanel.PerformLayout(); 502 this.CheckTypePanel.PerformLayout();
452 ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).EndInit(); 503 ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).EndInit();
453 this.GeneralGroupBox.ResumeLayout(false); 504 this.GeneralGroupBox.ResumeLayout(false);
454 this.GeneralGroupBox.PerformLayout(); 505 this.GeneralGroupBox.PerformLayout();
506 ((System.ComponentModel.ISupportInitialize)(this.FailuresInput)).EndInit();
455 this.ScheduleAtPanel.ResumeLayout(false); 507 this.ScheduleAtPanel.ResumeLayout(false);
456 this.ScheduleAtPanel.PerformLayout(); 508 this.ScheduleAtPanel.PerformLayout();
457 this.ScheduleBetweenPanel.ResumeLayout(false); 509 this.ScheduleBetweenPanel.ResumeLayout(false);
458 this.ScheduleBetweenPanel.PerformLayout(); 510 this.ScheduleBetweenPanel.PerformLayout();
459 ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).EndInit(); 511 ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).EndInit();
494 private System.Windows.Forms.Panel ScheduleAtPanel; 546 private System.Windows.Forms.Panel ScheduleAtPanel;
495 private System.Windows.Forms.DateTimePicker AtTimePicker; 547 private System.Windows.Forms.DateTimePicker AtTimePicker;
496 private System.Windows.Forms.Label ScheduleAtLabel; 548 private System.Windows.Forms.Label ScheduleAtLabel;
497 private System.Windows.Forms.ComboBox SeverityComboBox; 549 private System.Windows.Forms.ComboBox SeverityComboBox;
498 private System.Windows.Forms.Label SeverityLabel; 550 private System.Windows.Forms.Label SeverityLabel;
551 private System.Windows.Forms.Label AfterLabel;
552 private System.Windows.Forms.NumericUpDown FailuresInput;
553 private System.Windows.Forms.Label FailuresLabel;
499 } 554 }
500 } 555 }