diff ServerMonitor/Controls/HttpCheckControl.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 052aa62cb42a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ServerMonitor/Controls/HttpCheckControl.Designer.cs	Mon Dec 31 18:32:14 2018 -0500
@@ -0,0 +1,260 @@
+namespace ServerMonitorApp
+{
+    partial class HttpCheckControl
+    {
+        /// <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 Component 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.ResponseBodyPanel = new System.Windows.Forms.Panel();
+            this.ResponseBodyRegexCheckBox = new System.Windows.Forms.CheckBox();
+            this.ResponseBodyComboBox = new ServerMonitorApp.MatchComboBox();
+            this.ResponseBodyCheckBox = new System.Windows.Forms.CheckBox();
+            this.ResponseBodyTextBox = new System.Windows.Forms.TextBox();
+            this.ResponseLengthPanel = new System.Windows.Forms.Panel();
+            this.ResponseLengthCheckbox = new System.Windows.Forms.CheckBox();
+            this.ResponseLengthMaxTextBox = new System.Windows.Forms.TextBox();
+            this.ResponseLengthKbLabel = new System.Windows.Forms.Label();
+            this.ResponseLengthMinTextBox = new System.Windows.Forms.TextBox();
+            this.ResponseLengthAndLabel = new System.Windows.Forms.Label();
+            this.ResponseCodePanel = new System.Windows.Forms.Panel();
+            this.ResponseCodeCheckBox = new System.Windows.Forms.CheckBox();
+            this.ResponseCodeTextBox = new System.Windows.Forms.TextBox();
+            this.HttpUrlLabel = new System.Windows.Forms.Label();
+            this.UrlTextBox = new System.Windows.Forms.TextBox();
+            this.CheckGroupBox.SuspendLayout();
+            this.ResponseBodyPanel.SuspendLayout();
+            this.ResponseLengthPanel.SuspendLayout();
+            this.ResponseCodePanel.SuspendLayout();
+            this.SuspendLayout();
+            // 
+            // CheckGroupBox
+            // 
+            this.CheckGroupBox.Controls.Add(this.ResponseBodyPanel);
+            this.CheckGroupBox.Controls.Add(this.ResponseLengthPanel);
+            this.CheckGroupBox.Controls.Add(this.ResponseCodePanel);
+            this.CheckGroupBox.Controls.Add(this.HttpUrlLabel);
+            this.CheckGroupBox.Controls.Add(this.UrlTextBox);
+            this.CheckGroupBox.Size = new System.Drawing.Size(526, 142);
+            this.CheckGroupBox.Text = "null";
+            // 
+            // ResponseBodyPanel
+            // 
+            this.ResponseBodyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.ResponseBodyPanel.Controls.Add(this.ResponseBodyRegexCheckBox);
+            this.ResponseBodyPanel.Controls.Add(this.ResponseBodyComboBox);
+            this.ResponseBodyPanel.Controls.Add(this.ResponseBodyCheckBox);
+            this.ResponseBodyPanel.Controls.Add(this.ResponseBodyTextBox);
+            this.ResponseBodyPanel.Location = new System.Drawing.Point(9, 102);
+            this.ResponseBodyPanel.Name = "ResponseBodyPanel";
+            this.ResponseBodyPanel.Size = new System.Drawing.Size(511, 28);
+            this.ResponseBodyPanel.TabIndex = 21;
+            // 
+            // ResponseBodyRegexCheckBox
+            // 
+            this.ResponseBodyRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+            this.ResponseBodyRegexCheckBox.AutoSize = true;
+            this.ResponseBodyRegexCheckBox.Location = new System.Drawing.Point(395, 6);
+            this.ResponseBodyRegexCheckBox.Name = "ResponseBodyRegexCheckBox";
+            this.ResponseBodyRegexCheckBox.Size = new System.Drawing.Size(116, 17);
+            this.ResponseBodyRegexCheckBox.TabIndex = 9;
+            this.ResponseBodyRegexCheckBox.Text = "Regular expression";
+            this.ResponseBodyRegexCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // ResponseBodyComboBox
+            // 
+            this.ResponseBodyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+            this.ResponseBodyComboBox.FormattingEnabled = true;
+            this.ResponseBodyComboBox.Items.AddRange(new object[] {
+            "contains",
+            "does not contain",
+            "contains",
+            "does not contain"});
+            this.ResponseBodyComboBox.Location = new System.Drawing.Point(98, 4);
+            this.ResponseBodyComboBox.Name = "ResponseBodyComboBox";
+            this.ResponseBodyComboBox.Size = new System.Drawing.Size(110, 21);
+            this.ResponseBodyComboBox.TabIndex = 8;
+            // 
+            // ResponseBodyCheckBox
+            // 
+            this.ResponseBodyCheckBox.AutoSize = true;
+            this.ResponseBodyCheckBox.Location = new System.Drawing.Point(0, 6);
+            this.ResponseBodyCheckBox.Name = "ResponseBodyCheckBox";
+            this.ResponseBodyCheckBox.Size = new System.Drawing.Size(100, 17);
+            this.ResponseBodyCheckBox.TabIndex = 4;
+            this.ResponseBodyCheckBox.Text = "Response body";
+            this.ResponseBodyCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // ResponseBodyTextBox
+            // 
+            this.ResponseBodyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.ResponseBodyTextBox.Location = new System.Drawing.Point(214, 4);
+            this.ResponseBodyTextBox.Name = "ResponseBodyTextBox";
+            this.ResponseBodyTextBox.Size = new System.Drawing.Size(175, 20);
+            this.ResponseBodyTextBox.TabIndex = 7;
+            // 
+            // ResponseLengthPanel
+            // 
+            this.ResponseLengthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.ResponseLengthPanel.Controls.Add(this.ResponseLengthCheckbox);
+            this.ResponseLengthPanel.Controls.Add(this.ResponseLengthMaxTextBox);
+            this.ResponseLengthPanel.Controls.Add(this.ResponseLengthKbLabel);
+            this.ResponseLengthPanel.Controls.Add(this.ResponseLengthMinTextBox);
+            this.ResponseLengthPanel.Controls.Add(this.ResponseLengthAndLabel);
+            this.ResponseLengthPanel.Location = new System.Drawing.Point(9, 75);
+            this.ResponseLengthPanel.Name = "ResponseLengthPanel";
+            this.ResponseLengthPanel.Size = new System.Drawing.Size(511, 28);
+            this.ResponseLengthPanel.TabIndex = 20;
+            // 
+            // ResponseLengthCheckbox
+            // 
+            this.ResponseLengthCheckbox.AutoSize = true;
+            this.ResponseLengthCheckbox.Location = new System.Drawing.Point(0, 6);
+            this.ResponseLengthCheckbox.Name = "ResponseLengthCheckbox";
+            this.ResponseLengthCheckbox.Size = new System.Drawing.Size(150, 17);
+            this.ResponseLengthCheckbox.TabIndex = 5;
+            this.ResponseLengthCheckbox.Text = "Response length between";
+            this.ResponseLengthCheckbox.UseVisualStyleBackColor = true;
+            // 
+            // ResponseLengthMaxTextBox
+            // 
+            this.ResponseLengthMaxTextBox.Location = new System.Drawing.Point(228, 4);
+            this.ResponseLengthMaxTextBox.Name = "ResponseLengthMaxTextBox";
+            this.ResponseLengthMaxTextBox.Size = new System.Drawing.Size(44, 20);
+            this.ResponseLengthMaxTextBox.TabIndex = 8;
+            this.ResponseLengthMaxTextBox.Text = "200";
+            // 
+            // ResponseLengthKbLabel
+            // 
+            this.ResponseLengthKbLabel.AutoSize = true;
+            this.ResponseLengthKbLabel.Location = new System.Drawing.Point(278, 7);
+            this.ResponseLengthKbLabel.Name = "ResponseLengthKbLabel";
+            this.ResponseLengthKbLabel.Size = new System.Drawing.Size(21, 13);
+            this.ResponseLengthKbLabel.TabIndex = 11;
+            this.ResponseLengthKbLabel.Text = "KB";
+            // 
+            // ResponseLengthMinTextBox
+            // 
+            this.ResponseLengthMinTextBox.Location = new System.Drawing.Point(151, 4);
+            this.ResponseLengthMinTextBox.Name = "ResponseLengthMinTextBox";
+            this.ResponseLengthMinTextBox.Size = new System.Drawing.Size(44, 20);
+            this.ResponseLengthMinTextBox.TabIndex = 9;
+            this.ResponseLengthMinTextBox.Text = "100";
+            // 
+            // ResponseLengthAndLabel
+            // 
+            this.ResponseLengthAndLabel.AutoSize = true;
+            this.ResponseLengthAndLabel.Location = new System.Drawing.Point(200, 7);
+            this.ResponseLengthAndLabel.Name = "ResponseLengthAndLabel";
+            this.ResponseLengthAndLabel.Size = new System.Drawing.Size(25, 13);
+            this.ResponseLengthAndLabel.TabIndex = 10;
+            this.ResponseLengthAndLabel.Text = "and";
+            // 
+            // ResponseCodePanel
+            // 
+            this.ResponseCodePanel.Controls.Add(this.ResponseCodeCheckBox);
+            this.ResponseCodePanel.Controls.Add(this.ResponseCodeTextBox);
+            this.ResponseCodePanel.Location = new System.Drawing.Point(9, 48);
+            this.ResponseCodePanel.Name = "ResponseCodePanel";
+            this.ResponseCodePanel.Size = new System.Drawing.Size(511, 28);
+            this.ResponseCodePanel.TabIndex = 19;
+            // 
+            // ResponseCodeCheckBox
+            // 
+            this.ResponseCodeCheckBox.AutoSize = true;
+            this.ResponseCodeCheckBox.Location = new System.Drawing.Point(0, 6);
+            this.ResponseCodeCheckBox.Name = "ResponseCodeCheckBox";
+            this.ResponseCodeCheckBox.Size = new System.Drawing.Size(135, 17);
+            this.ResponseCodeCheckBox.TabIndex = 4;
+            this.ResponseCodeCheckBox.Text = "Response code equals";
+            this.ResponseCodeCheckBox.UseVisualStyleBackColor = true;
+            // 
+            // ResponseCodeTextBox
+            // 
+            this.ResponseCodeTextBox.Location = new System.Drawing.Point(136, 4);
+            this.ResponseCodeTextBox.Name = "ResponseCodeTextBox";
+            this.ResponseCodeTextBox.Size = new System.Drawing.Size(39, 20);
+            this.ResponseCodeTextBox.TabIndex = 7;
+            this.ResponseCodeTextBox.Text = "200";
+            // 
+            // HttpUrlLabel
+            // 
+            this.HttpUrlLabel.AutoSize = true;
+            this.HttpUrlLabel.Location = new System.Drawing.Point(6, 25);
+            this.HttpUrlLabel.Name = "HttpUrlLabel";
+            this.HttpUrlLabel.Size = new System.Drawing.Size(32, 13);
+            this.HttpUrlLabel.TabIndex = 18;
+            this.HttpUrlLabel.Text = "URL:";
+            // 
+            // UrlTextBox
+            // 
+            this.UrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.UrlTextBox.Location = new System.Drawing.Point(44, 22);
+            this.UrlTextBox.Name = "UrlTextBox";
+            this.UrlTextBox.Size = new System.Drawing.Size(476, 20);
+            this.UrlTextBox.TabIndex = 17;
+            // 
+            // HttpCheckControl
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.Name = "HttpCheckControl";
+            this.Size = new System.Drawing.Size(526, 142);
+            this.CheckGroupBox.ResumeLayout(false);
+            this.CheckGroupBox.PerformLayout();
+            this.ResponseBodyPanel.ResumeLayout(false);
+            this.ResponseBodyPanel.PerformLayout();
+            this.ResponseLengthPanel.ResumeLayout(false);
+            this.ResponseLengthPanel.PerformLayout();
+            this.ResponseCodePanel.ResumeLayout(false);
+            this.ResponseCodePanel.PerformLayout();
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Panel ResponseBodyPanel;
+        private System.Windows.Forms.CheckBox ResponseBodyRegexCheckBox;
+        private MatchComboBox ResponseBodyComboBox;
+        private System.Windows.Forms.CheckBox ResponseBodyCheckBox;
+        private System.Windows.Forms.TextBox ResponseBodyTextBox;
+        private System.Windows.Forms.Panel ResponseLengthPanel;
+        private System.Windows.Forms.CheckBox ResponseLengthCheckbox;
+        private System.Windows.Forms.TextBox ResponseLengthMaxTextBox;
+        private System.Windows.Forms.Label ResponseLengthKbLabel;
+        private System.Windows.Forms.TextBox ResponseLengthMinTextBox;
+        private System.Windows.Forms.Label ResponseLengthAndLabel;
+        private System.Windows.Forms.Panel ResponseCodePanel;
+        private System.Windows.Forms.CheckBox ResponseCodeCheckBox;
+        private System.Windows.Forms.TextBox ResponseCodeTextBox;
+        private System.Windows.Forms.Label HttpUrlLabel;
+        private System.Windows.Forms.TextBox UrlTextBox;
+    }
+}