Mercurial > servermonitor
diff 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 |
line wrap: on
line diff
--- a/ServerMonitor/Forms/CheckForm.Designer.cs Fri Jan 11 22:34:18 2019 -0500 +++ b/ServerMonitor/Forms/CheckForm.Designer.cs Sun Feb 10 20:51:26 2019 -0500 @@ -33,6 +33,8 @@ this.CheckTypePanel = new System.Windows.Forms.Panel(); this.TypeHelpPictureBox = new System.Windows.Forms.PictureBox(); this.GeneralGroupBox = new System.Windows.Forms.GroupBox(); + this.SeverityComboBox = new System.Windows.Forms.ComboBox(); + this.SeverityLabel = new System.Windows.Forms.Label(); this.ScheduleAtPanel = new System.Windows.Forms.Panel(); this.AtTimePicker = new System.Windows.Forms.DateTimePicker(); this.ScheduleAtLabel = new System.Windows.Forms.Label(); @@ -93,7 +95,7 @@ this.CheckTypePanel.Controls.Add(this.CheckTypeLabel); this.CheckTypePanel.Controls.Add(this.TypeHelpPictureBox); this.CheckTypePanel.Controls.Add(this.CheckTypeComboBox); - this.CheckTypePanel.Location = new System.Drawing.Point(162, 12); + this.CheckTypePanel.Location = new System.Drawing.Point(167, 12); this.CheckTypePanel.Name = "CheckTypePanel"; this.CheckTypePanel.Size = new System.Drawing.Size(227, 26); this.CheckTypePanel.TabIndex = 1; @@ -114,6 +116,8 @@ // this.GeneralGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.GeneralGroupBox.Controls.Add(this.SeverityComboBox); + this.GeneralGroupBox.Controls.Add(this.SeverityLabel); this.GeneralGroupBox.Controls.Add(this.ScheduleAtPanel); this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel); this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox); @@ -127,16 +131,34 @@ this.GeneralGroupBox.Controls.Add(this.EnabledCheckBox); this.GeneralGroupBox.Location = new System.Drawing.Point(12, 39); this.GeneralGroupBox.Name = "GeneralGroupBox"; - this.GeneralGroupBox.Size = new System.Drawing.Size(526, 115); + this.GeneralGroupBox.Size = new System.Drawing.Size(537, 135); this.GeneralGroupBox.TabIndex = 2; this.GeneralGroupBox.TabStop = false; this.GeneralGroupBox.Text = "General settings"; // + // SeverityComboBox + // + this.SeverityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.SeverityComboBox.FormattingEnabled = true; + this.SeverityComboBox.Location = new System.Drawing.Point(92, 106); + this.SeverityComboBox.Name = "SeverityComboBox"; + this.SeverityComboBox.Size = new System.Drawing.Size(82, 21); + this.SeverityComboBox.TabIndex = 34; + // + // SeverityLabel + // + this.SeverityLabel.AutoSize = true; + this.SeverityLabel.Location = new System.Drawing.Point(6, 109); + this.SeverityLabel.Name = "SeverityLabel"; + this.SeverityLabel.Size = new System.Drawing.Size(80, 13); + this.SeverityLabel.TabIndex = 33; + this.SeverityLabel.Text = "Failure severity:"; + // // ScheduleAtPanel // this.ScheduleAtPanel.Controls.Add(this.AtTimePicker); this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel); - this.ScheduleAtPanel.Location = new System.Drawing.Point(247, 76); + this.ScheduleAtPanel.Location = new System.Drawing.Point(258, 76); this.ScheduleAtPanel.Name = "ScheduleAtPanel"; this.ScheduleAtPanel.Size = new System.Drawing.Size(270, 29); this.ScheduleAtPanel.TabIndex = 32; @@ -167,7 +189,7 @@ this.ScheduleBetweenPanel.Controls.Add(this.EndTimePicker); this.ScheduleBetweenPanel.Controls.Add(this.StartTimePicker); this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenLabel); - this.ScheduleBetweenPanel.Location = new System.Drawing.Point(247, 76); + this.ScheduleBetweenPanel.Location = new System.Drawing.Point(258, 76); this.ScheduleBetweenPanel.Name = "ScheduleBetweenPanel"; this.ScheduleBetweenPanel.Size = new System.Drawing.Size(270, 29); this.ScheduleBetweenPanel.TabIndex = 31; @@ -214,7 +236,7 @@ // this.FrequencyUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.FrequencyUnitsComboBox.FormattingEnabled = true; - this.FrequencyUnitsComboBox.Location = new System.Drawing.Point(169, 79); + this.FrequencyUnitsComboBox.Location = new System.Drawing.Point(180, 79); this.FrequencyUnitsComboBox.Name = "FrequencyUnitsComboBox"; this.FrequencyUnitsComboBox.Size = new System.Drawing.Size(75, 21); this.FrequencyUnitsComboBox.TabIndex = 30; @@ -224,7 +246,7 @@ // ScheduleEveryLabel // this.ScheduleEveryLabel.AutoSize = true; - this.ScheduleEveryLabel.Location = new System.Drawing.Point(78, 82); + this.ScheduleEveryLabel.Location = new System.Drawing.Point(89, 82); this.ScheduleEveryLabel.Name = "ScheduleEveryLabel"; this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13); this.ScheduleEveryLabel.TabIndex = 29; @@ -232,7 +254,7 @@ // // FrequencyUpDown // - this.FrequencyUpDown.Location = new System.Drawing.Point(114, 80); + this.FrequencyUpDown.Location = new System.Drawing.Point(125, 80); this.FrequencyUpDown.Maximum = new decimal(new int[] { 59, 0, @@ -254,7 +276,7 @@ 0, 0, 0}); - this.TimeoutInput.Location = new System.Drawing.Point(81, 54); + this.TimeoutInput.Location = new System.Drawing.Point(92, 54); this.TimeoutInput.Maximum = new decimal(new int[] { 60000, 0, @@ -277,7 +299,7 @@ // PingTimeoutLabel // this.PingTimeoutLabel.AutoSize = true; - this.PingTimeoutLabel.Location = new System.Drawing.Point(5, 56); + this.PingTimeoutLabel.Location = new System.Drawing.Point(6, 56); this.PingTimeoutLabel.Name = "PingTimeoutLabel"; this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13); this.PingTimeoutLabel.TabIndex = 26; @@ -303,7 +325,7 @@ // // NameTextBox // - this.NameTextBox.Location = new System.Drawing.Point(81, 28); + this.NameTextBox.Location = new System.Drawing.Point(92, 28); this.NameTextBox.Name = "NameTextBox"; this.NameTextBox.Size = new System.Drawing.Size(181, 20); this.NameTextBox.TabIndex = 22; @@ -313,7 +335,7 @@ this.EnabledCheckBox.AutoSize = true; this.EnabledCheckBox.Checked = true; this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.EnabledCheckBox.Location = new System.Drawing.Point(268, 31); + this.EnabledCheckBox.Location = new System.Drawing.Point(279, 31); this.EnabledCheckBox.Name = "EnabledCheckBox"; this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); this.EnabledCheckBox.TabIndex = 23; @@ -324,7 +346,7 @@ // this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; - this.OkButton.Location = new System.Drawing.Point(382, 397); + this.OkButton.Location = new System.Drawing.Point(393, 397); this.OkButton.Name = "OkButton"; this.OkButton.Size = new System.Drawing.Size(75, 23); this.OkButton.TabIndex = 20; @@ -336,7 +358,7 @@ // this.CancelCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CancelCheckButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.CancelCheckButton.Location = new System.Drawing.Point(463, 397); + this.CancelCheckButton.Location = new System.Drawing.Point(474, 397); this.CancelCheckButton.Name = "CancelCheckButton"; this.CancelCheckButton.Size = new System.Drawing.Size(75, 23); this.CancelCheckButton.TabIndex = 19; @@ -349,9 +371,9 @@ this.CheckSettingsPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 160); + this.CheckSettingsPanel.Location = new System.Drawing.Point(12, 180); this.CheckSettingsPanel.Name = "CheckSettingsPanel"; - this.CheckSettingsPanel.Size = new System.Drawing.Size(526, 231); + this.CheckSettingsPanel.Size = new System.Drawing.Size(537, 211); this.CheckSettingsPanel.TabIndex = 27; // // ResultLabel @@ -361,7 +383,7 @@ this.ResultLabel.AutoEllipsis = true; this.ResultLabel.Location = new System.Drawing.Point(115, 394); this.ResultLabel.Name = "ResultLabel"; - this.ResultLabel.Size = new System.Drawing.Size(261, 29); + this.ResultLabel.Size = new System.Drawing.Size(272, 29); this.ResultLabel.TabIndex = 29; this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.ResultLabel.Visible = false; @@ -410,7 +432,7 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.CancelCheckButton; - this.ClientSize = new System.Drawing.Size(550, 432); + this.ClientSize = new System.Drawing.Size(561, 432); this.Controls.Add(this.ResultIconPictureBox); this.Controls.Add(this.ResultLabel); this.Controls.Add(this.CancelRunButton); @@ -472,5 +494,7 @@ private System.Windows.Forms.Panel ScheduleAtPanel; private System.Windows.Forms.DateTimePicker AtTimePicker; private System.Windows.Forms.Label ScheduleAtLabel; + private System.Windows.Forms.ComboBox SeverityComboBox; + private System.Windows.Forms.Label SeverityLabel; } } \ No newline at end of file