diff ServerMonitor/Forms/CheckForm.Designer.cs @ 0:3e1a2131f897

Initial commit. Ping check, scheduling, UI working. SSH check mostly working.
author Brad Greco <brad@bgreco.net>
date Mon, 31 Dec 2018 18:32:14 -0500
parents
children 3142e52cbe69
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServerMonitor/Forms/CheckForm.Designer.cs	Mon Dec 31 18:32:14 2018 -0500
@@ -0,0 +1,476 @@
+namespace ServerMonitorApp
+{
+    partial class CheckForm
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.CheckTypeLabel = new System.Windows.Forms.Label();
+            this.CheckTypeComboBox = new System.Windows.Forms.ComboBox();
+            this.CheckTypePanel = new System.Windows.Forms.Panel();
+            this.TypeHelpPictureBox = new System.Windows.Forms.PictureBox();
+            this.GeneralGroupBox = new System.Windows.Forms.GroupBox();
+            this.ScheduleAtPanel = new System.Windows.Forms.Panel();
+            this.AtTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.ScheduleAtLabel = new System.Windows.Forms.Label();
+            this.ScheduleBetweenPanel = new System.Windows.Forms.Panel();
+            this.ScheduleBetweenAndLabel = new System.Windows.Forms.Label();
+            this.EndTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.StartTimePicker = new System.Windows.Forms.DateTimePicker();
+            this.ScheduleBetweenLabel = new System.Windows.Forms.Label();
+            this.FrequencyUnitsComboBox = new System.Windows.Forms.ComboBox();
+            this.ScheduleEveryLabel = new System.Windows.Forms.Label();
+            this.FrequencyUpDown = new System.Windows.Forms.NumericUpDown();
+            this.TimeoutInput = new System.Windows.Forms.NumericUpDown();
+            this.PingTimeoutLabel = new System.Windows.Forms.Label();
+            this.ScheduleLabel = new System.Windows.Forms.Label();
+            this.NameLabel = new System.Windows.Forms.Label();
+            this.NameTextBox = new System.Windows.Forms.TextBox();
+            this.EnabledCheckBox = new System.Windows.Forms.CheckBox();
+            this.OkButton = new System.Windows.Forms.Button();
+            this.CancelCheckButton = new System.Windows.Forms.Button();
+            this.CheckSettingsPanel = new System.Windows.Forms.Panel();
+            this.ResultLabel = new System.Windows.Forms.Label();
+            this.ResultIconPictureBox = new System.Windows.Forms.PictureBox();
+            this.CancelRunButton = new System.Windows.Forms.Button();
+            this.RunButton = new System.Windows.Forms.Button();
+            this.CheckTypePanel.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).BeginInit();
+            this.GeneralGroupBox.SuspendLayout();
+            this.ScheduleAtPanel.SuspendLayout();
+            this.ScheduleBetweenPanel.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.TimeoutInput)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ResultIconPictureBox)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // CheckTypeLabel
+            // 
+            this.CheckTypeLabel.AutoSize = true;
+            this.CheckTypeLabel.Location = new System.Drawing.Point(3, 3);
+            this.CheckTypeLabel.Name = "CheckTypeLabel";
+            this.CheckTypeLabel.Size = new System.Drawing.Size(64, 13);
+            this.CheckTypeLabel.TabIndex = 0;
+            this.CheckTypeLabel.Text = "Check type:";
+            // 
+            // CheckTypeComboBox
+            // 
+            this.CheckTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.CheckTypeComboBox.FormattingEnabled = true;
+            this.CheckTypeComboBox.Location = new System.Drawing.Point(73, 0);
+            this.CheckTypeComboBox.Name = "CheckTypeComboBox";
+            this.CheckTypeComboBox.Size = new System.Drawing.Size(121, 21);
+            this.CheckTypeComboBox.TabIndex = 1;
+            this.CheckTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.CheckTypeComboBox_SelectedIndexChanged);
+            this.CheckTypeComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.CheckTypeComboBox_Format);
+            // 
+            // CheckTypePanel
+            // 
+            this.CheckTypePanel.Anchor = System.Windows.Forms.AnchorStyles.Top;
+            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.Name = "CheckTypePanel";
+            this.CheckTypePanel.Size = new System.Drawing.Size(227, 26);
+            this.CheckTypePanel.TabIndex = 1;
+            // 
+            // TypeHelpPictureBox
+            // 
+            this.TypeHelpPictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.TypeHelpPictureBox.Image = global::ServerMonitorApp.Properties.Resources.help;
+            this.TypeHelpPictureBox.Location = new System.Drawing.Point(200, 0);
+            this.TypeHelpPictureBox.Name = "TypeHelpPictureBox";
+            this.TypeHelpPictureBox.Size = new System.Drawing.Size(20, 20);
+            this.TypeHelpPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
+            this.TypeHelpPictureBox.TabIndex = 1;
+            this.TypeHelpPictureBox.TabStop = false;
+            this.TypeHelpPictureBox.Click += new System.EventHandler(this.TypeHelpPictureBox_Click);
+            // 
+            // GeneralGroupBox
+            // 
+            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.ScheduleAtPanel);
+            this.GeneralGroupBox.Controls.Add(this.ScheduleBetweenPanel);
+            this.GeneralGroupBox.Controls.Add(this.FrequencyUnitsComboBox);
+            this.GeneralGroupBox.Controls.Add(this.ScheduleEveryLabel);
+            this.GeneralGroupBox.Controls.Add(this.FrequencyUpDown);
+            this.GeneralGroupBox.Controls.Add(this.TimeoutInput);
+            this.GeneralGroupBox.Controls.Add(this.PingTimeoutLabel);
+            this.GeneralGroupBox.Controls.Add(this.ScheduleLabel);
+            this.GeneralGroupBox.Controls.Add(this.NameLabel);
+            this.GeneralGroupBox.Controls.Add(this.NameTextBox);
+            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.TabIndex = 2;
+            this.GeneralGroupBox.TabStop = false;
+            this.GeneralGroupBox.Text = "General settings";
+            // 
+            // ScheduleAtPanel
+            // 
+            this.ScheduleAtPanel.Controls.Add(this.AtTimePicker);
+            this.ScheduleAtPanel.Controls.Add(this.ScheduleAtLabel);
+            this.ScheduleAtPanel.Location = new System.Drawing.Point(247, 76);
+            this.ScheduleAtPanel.Name = "ScheduleAtPanel";
+            this.ScheduleAtPanel.Size = new System.Drawing.Size(270, 29);
+            this.ScheduleAtPanel.TabIndex = 32;
+            this.ScheduleAtPanel.Visible = false;
+            // 
+            // AtTimePicker
+            // 
+            this.AtTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
+            this.AtTimePicker.Location = new System.Drawing.Point(21, 4);
+            this.AtTimePicker.Name = "AtTimePicker";
+            this.AtTimePicker.ShowUpDown = true;
+            this.AtTimePicker.Size = new System.Drawing.Size(85, 20);
+            this.AtTimePicker.TabIndex = 1;
+            this.AtTimePicker.Value = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
+            // 
+            // ScheduleAtLabel
+            // 
+            this.ScheduleAtLabel.AutoSize = true;
+            this.ScheduleAtLabel.Location = new System.Drawing.Point(3, 6);
+            this.ScheduleAtLabel.Name = "ScheduleAtLabel";
+            this.ScheduleAtLabel.Size = new System.Drawing.Size(16, 13);
+            this.ScheduleAtLabel.TabIndex = 0;
+            this.ScheduleAtLabel.Text = "at";
+            // 
+            // ScheduleBetweenPanel
+            // 
+            this.ScheduleBetweenPanel.Controls.Add(this.ScheduleBetweenAndLabel);
+            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.Name = "ScheduleBetweenPanel";
+            this.ScheduleBetweenPanel.Size = new System.Drawing.Size(270, 29);
+            this.ScheduleBetweenPanel.TabIndex = 31;
+            // 
+            // ScheduleBetweenAndLabel
+            // 
+            this.ScheduleBetweenAndLabel.AutoSize = true;
+            this.ScheduleBetweenAndLabel.Location = new System.Drawing.Point(138, 6);
+            this.ScheduleBetweenAndLabel.Name = "ScheduleBetweenAndLabel";
+            this.ScheduleBetweenAndLabel.Size = new System.Drawing.Size(25, 13);
+            this.ScheduleBetweenAndLabel.TabIndex = 3;
+            this.ScheduleBetweenAndLabel.Text = "and";
+            // 
+            // EndTimePicker
+            // 
+            this.EndTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
+            this.EndTimePicker.Location = new System.Drawing.Point(167, 4);
+            this.EndTimePicker.Name = "EndTimePicker";
+            this.EndTimePicker.ShowUpDown = true;
+            this.EndTimePicker.Size = new System.Drawing.Size(85, 20);
+            this.EndTimePicker.TabIndex = 2;
+            this.EndTimePicker.Value = new System.DateTime(1970, 1, 1, 23, 59, 59, 0);
+            // 
+            // StartTimePicker
+            // 
+            this.StartTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Time;
+            this.StartTimePicker.Location = new System.Drawing.Point(51, 4);
+            this.StartTimePicker.Name = "StartTimePicker";
+            this.StartTimePicker.ShowUpDown = true;
+            this.StartTimePicker.Size = new System.Drawing.Size(85, 20);
+            this.StartTimePicker.TabIndex = 1;
+            this.StartTimePicker.Value = new System.DateTime(1970, 1, 1, 0, 0, 0, 0);
+            // 
+            // ScheduleBetweenLabel
+            // 
+            this.ScheduleBetweenLabel.AutoSize = true;
+            this.ScheduleBetweenLabel.Location = new System.Drawing.Point(3, 6);
+            this.ScheduleBetweenLabel.Name = "ScheduleBetweenLabel";
+            this.ScheduleBetweenLabel.Size = new System.Drawing.Size(48, 13);
+            this.ScheduleBetweenLabel.TabIndex = 0;
+            this.ScheduleBetweenLabel.Text = "between";
+            // 
+            // FrequencyUnitsComboBox
+            // 
+            this.FrequencyUnitsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.FrequencyUnitsComboBox.FormattingEnabled = true;
+            this.FrequencyUnitsComboBox.Location = new System.Drawing.Point(169, 79);
+            this.FrequencyUnitsComboBox.Name = "FrequencyUnitsComboBox";
+            this.FrequencyUnitsComboBox.Size = new System.Drawing.Size(75, 21);
+            this.FrequencyUnitsComboBox.TabIndex = 30;
+            this.FrequencyUnitsComboBox.SelectedIndexChanged += new System.EventHandler(this.FrequencyUnitsComboBox_SelectedIndexChanged);
+            this.FrequencyUnitsComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.FrequencyUnitsComboBox_Format);
+            // 
+            // ScheduleEveryLabel
+            // 
+            this.ScheduleEveryLabel.AutoSize = true;
+            this.ScheduleEveryLabel.Location = new System.Drawing.Point(78, 82);
+            this.ScheduleEveryLabel.Name = "ScheduleEveryLabel";
+            this.ScheduleEveryLabel.Size = new System.Drawing.Size(34, 13);
+            this.ScheduleEveryLabel.TabIndex = 29;
+            this.ScheduleEveryLabel.Text = "Every";
+            // 
+            // FrequencyUpDown
+            // 
+            this.FrequencyUpDown.Location = new System.Drawing.Point(114, 80);
+            this.FrequencyUpDown.Maximum = new decimal(new int[] {
+            59,
+            0,
+            0,
+            0});
+            this.FrequencyUpDown.Name = "FrequencyUpDown";
+            this.FrequencyUpDown.Size = new System.Drawing.Size(49, 20);
+            this.FrequencyUpDown.TabIndex = 28;
+            this.FrequencyUpDown.Value = new decimal(new int[] {
+            5,
+            0,
+            0,
+            0});
+            // 
+            // TimeoutInput
+            // 
+            this.TimeoutInput.Increment = new decimal(new int[] {
+            100,
+            0,
+            0,
+            0});
+            this.TimeoutInput.Location = new System.Drawing.Point(81, 54);
+            this.TimeoutInput.Maximum = new decimal(new int[] {
+            60000,
+            0,
+            0,
+            0});
+            this.TimeoutInput.Minimum = new decimal(new int[] {
+            1,
+            0,
+            0,
+            0});
+            this.TimeoutInput.Name = "TimeoutInput";
+            this.TimeoutInput.Size = new System.Drawing.Size(58, 20);
+            this.TimeoutInput.TabIndex = 27;
+            this.TimeoutInput.Value = new decimal(new int[] {
+            5000,
+            0,
+            0,
+            0});
+            // 
+            // PingTimeoutLabel
+            // 
+            this.PingTimeoutLabel.AutoSize = true;
+            this.PingTimeoutLabel.Location = new System.Drawing.Point(5, 56);
+            this.PingTimeoutLabel.Name = "PingTimeoutLabel";
+            this.PingTimeoutLabel.Size = new System.Drawing.Size(70, 13);
+            this.PingTimeoutLabel.TabIndex = 26;
+            this.PingTimeoutLabel.Text = "Timeout (ms):";
+            // 
+            // ScheduleLabel
+            // 
+            this.ScheduleLabel.AutoSize = true;
+            this.ScheduleLabel.Location = new System.Drawing.Point(6, 82);
+            this.ScheduleLabel.Name = "ScheduleLabel";
+            this.ScheduleLabel.Size = new System.Drawing.Size(55, 13);
+            this.ScheduleLabel.TabIndex = 25;
+            this.ScheduleLabel.Text = "Schedule:";
+            // 
+            // NameLabel
+            // 
+            this.NameLabel.AutoSize = true;
+            this.NameLabel.Location = new System.Drawing.Point(6, 31);
+            this.NameLabel.Name = "NameLabel";
+            this.NameLabel.Size = new System.Drawing.Size(38, 13);
+            this.NameLabel.TabIndex = 21;
+            this.NameLabel.Text = "Name:";
+            // 
+            // NameTextBox
+            // 
+            this.NameTextBox.Location = new System.Drawing.Point(81, 28);
+            this.NameTextBox.Name = "NameTextBox";
+            this.NameTextBox.Size = new System.Drawing.Size(181, 20);
+            this.NameTextBox.TabIndex = 22;
+            // 
+            // EnabledCheckBox
+            // 
+            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.Name = "EnabledCheckBox";
+            this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17);
+            this.EnabledCheckBox.TabIndex = 23;
+            this.EnabledCheckBox.Text = "Enabled";
+            this.EnabledCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // OkButton
+            // 
+            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.Name = "OkButton";
+            this.OkButton.Size = new System.Drawing.Size(75, 23);
+            this.OkButton.TabIndex = 20;
+            this.OkButton.Text = "OK";
+            this.OkButton.UseVisualStyleBackColor = true;
+            this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
+            // 
+            // CancelCheckButton
+            // 
+            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.Name = "CancelCheckButton";
+            this.CancelCheckButton.Size = new System.Drawing.Size(75, 23);
+            this.CancelCheckButton.TabIndex = 19;
+            this.CancelCheckButton.Text = "Cancel";
+            this.CancelCheckButton.UseVisualStyleBackColor = true;
+            this.CancelCheckButton.Click += new System.EventHandler(this.CancelCheckButton_Click);
+            // 
+            // CheckSettingsPanel
+            // 
+            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.Name = "CheckSettingsPanel";
+            this.CheckSettingsPanel.Size = new System.Drawing.Size(526, 231);
+            this.CheckSettingsPanel.TabIndex = 27;
+            // 
+            // ResultLabel
+            // 
+            this.ResultLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            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.TabIndex = 29;
+            this.ResultLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+            this.ResultLabel.Visible = false;
+            // 
+            // ResultIconPictureBox
+            // 
+            this.ResultIconPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+            this.ResultIconPictureBox.Location = new System.Drawing.Point(93, 399);
+            this.ResultIconPictureBox.Name = "ResultIconPictureBox";
+            this.ResultIconPictureBox.Size = new System.Drawing.Size(20, 20);
+            this.ResultIconPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
+            this.ResultIconPictureBox.TabIndex = 30;
+            this.ResultIconPictureBox.TabStop = false;
+            this.ResultIconPictureBox.Visible = false;
+            // 
+            // CancelRunButton
+            // 
+            this.CancelRunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+            this.CancelRunButton.Image = global::ServerMonitorApp.Properties.Resources.delete;
+            this.CancelRunButton.Location = new System.Drawing.Point(93, 397);
+            this.CancelRunButton.Name = "CancelRunButton";
+            this.CancelRunButton.Size = new System.Drawing.Size(75, 23);
+            this.CancelRunButton.TabIndex = 28;
+            this.CancelRunButton.Text = "Cancel";
+            this.CancelRunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+            this.CancelRunButton.UseVisualStyleBackColor = true;
+            this.CancelRunButton.Visible = false;
+            this.CancelRunButton.Click += new System.EventHandler(this.CancelRunButton_Click);
+            // 
+            // RunButton
+            // 
+            this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
+            this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run;
+            this.RunButton.Location = new System.Drawing.Point(12, 397);
+            this.RunButton.Name = "RunButton";
+            this.RunButton.Size = new System.Drawing.Size(75, 23);
+            this.RunButton.TabIndex = 26;
+            this.RunButton.Text = "Run";
+            this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
+            this.RunButton.UseVisualStyleBackColor = true;
+            this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
+            // 
+            // CheckForm
+            // 
+            this.AcceptButton = this.OkButton;
+            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.Controls.Add(this.ResultIconPictureBox);
+            this.Controls.Add(this.ResultLabel);
+            this.Controls.Add(this.CancelRunButton);
+            this.Controls.Add(this.CheckSettingsPanel);
+            this.Controls.Add(this.RunButton);
+            this.Controls.Add(this.OkButton);
+            this.Controls.Add(this.CancelCheckButton);
+            this.Controls.Add(this.GeneralGroupBox);
+            this.Controls.Add(this.CheckTypePanel);
+            this.MinimumSize = new System.Drawing.Size(550, 38);
+            this.Name = "CheckForm";
+            this.Text = "CheckForm";
+            this.Load += new System.EventHandler(this.CheckForm_Load);
+            this.Click += new System.EventHandler(this.Control_Click);
+            this.CheckTypePanel.ResumeLayout(false);
+            this.CheckTypePanel.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.TypeHelpPictureBox)).EndInit();
+            this.GeneralGroupBox.ResumeLayout(false);
+            this.GeneralGroupBox.PerformLayout();
+            this.ScheduleAtPanel.ResumeLayout(false);
+            this.ScheduleAtPanel.PerformLayout();
+            this.ScheduleBetweenPanel.ResumeLayout(false);
+            this.ScheduleBetweenPanel.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.FrequencyUpDown)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.TimeoutInput)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.ResultIconPictureBox)).EndInit();
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label CheckTypeLabel;
+        private System.Windows.Forms.PictureBox TypeHelpPictureBox;
+        private System.Windows.Forms.ComboBox CheckTypeComboBox;
+        private System.Windows.Forms.Panel CheckTypePanel;
+        private System.Windows.Forms.GroupBox GeneralGroupBox;
+        private System.Windows.Forms.Button OkButton;
+        private System.Windows.Forms.Button CancelCheckButton;
+        private System.Windows.Forms.Label NameLabel;
+        private System.Windows.Forms.TextBox NameTextBox;
+        private System.Windows.Forms.CheckBox EnabledCheckBox;
+        private System.Windows.Forms.Label ScheduleLabel;
+        private System.Windows.Forms.Button RunButton;
+        private System.Windows.Forms.Panel CheckSettingsPanel;
+        private System.Windows.Forms.Button CancelRunButton;
+        private System.Windows.Forms.Label ResultLabel;
+        private System.Windows.Forms.PictureBox ResultIconPictureBox;
+        private System.Windows.Forms.NumericUpDown TimeoutInput;
+        private System.Windows.Forms.Label PingTimeoutLabel;
+        private System.Windows.Forms.ComboBox FrequencyUnitsComboBox;
+        private System.Windows.Forms.Label ScheduleEveryLabel;
+        private System.Windows.Forms.NumericUpDown FrequencyUpDown;
+        private System.Windows.Forms.Panel ScheduleBetweenPanel;
+        private System.Windows.Forms.DateTimePicker StartTimePicker;
+        private System.Windows.Forms.Label ScheduleBetweenLabel;
+        private System.Windows.Forms.Label ScheduleBetweenAndLabel;
+        private System.Windows.Forms.DateTimePicker EndTimePicker;
+        private System.Windows.Forms.Panel ScheduleAtPanel;
+        private System.Windows.Forms.DateTimePicker AtTimePicker;
+        private System.Windows.Forms.Label ScheduleAtLabel;
+    }
+}
\ No newline at end of file