diff ServerMonitor/Controls/HttpCheckControl.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 3e1a2131f897
children b713b9db4c82
line wrap: on
line diff
--- a/ServerMonitor/Controls/HttpCheckControl.Designer.cs	Fri Mar 01 21:39:22 2019 -0500
+++ b/ServerMonitor/Controls/HttpCheckControl.Designer.cs	Sat Mar 09 20:14:03 2019 -0500
@@ -80,7 +80,7 @@
             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.TabIndex = 17;
             this.ResponseBodyRegexCheckBox.Text = "Regular expression";
             this.ResponseBodyRegexCheckBox.UseVisualStyleBackColor = true;
             // 
@@ -89,14 +89,16 @@
             this.ResponseBodyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
             this.ResponseBodyComboBox.FormattingEnabled = true;
             this.ResponseBodyComboBox.Items.AddRange(new object[] {
+            "equals",
+            "does not equal",
             "contains",
             "does not contain",
-            "contains",
-            "does not contain"});
+            "is greater than",
+            "is less than"});
             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;
+            this.ResponseBodyComboBox.TabIndex = 14;
             // 
             // ResponseBodyCheckBox
             // 
@@ -104,8 +106,8 @@
             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.TabIndex = 13;
+            this.ResponseBodyCheckBox.Text = "Response &body";
             this.ResponseBodyCheckBox.UseVisualStyleBackColor = true;
             // 
             // ResponseBodyTextBox
@@ -115,7 +117,7 @@
             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;
+            this.ResponseBodyTextBox.TabIndex = 16;
             // 
             // ResponseLengthPanel
             // 
@@ -137,8 +139,8 @@
             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.TabIndex = 10;
+            this.ResponseLengthCheckbox.Text = "Response &length between";
             this.ResponseLengthCheckbox.UseVisualStyleBackColor = true;
             // 
             // ResponseLengthMaxTextBox
@@ -146,7 +148,7 @@
             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.TabIndex = 12;
             this.ResponseLengthMaxTextBox.Text = "200";
             // 
             // ResponseLengthKbLabel
@@ -163,7 +165,7 @@
             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.TabIndex = 11;
             this.ResponseLengthMinTextBox.Text = "100";
             // 
             // ResponseLengthAndLabel
@@ -190,8 +192,8 @@
             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.TabIndex = 8;
+            this.ResponseCodeCheckBox.Text = "Response &code equals";
             this.ResponseCodeCheckBox.UseVisualStyleBackColor = true;
             // 
             // ResponseCodeTextBox
@@ -199,7 +201,7 @@
             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.TabIndex = 9;
             this.ResponseCodeTextBox.Text = "200";
             // 
             // HttpUrlLabel
@@ -208,8 +210,8 @@
             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:";
+            this.HttpUrlLabel.TabIndex = 17;
+            this.HttpUrlLabel.Text = "&URL:";
             // 
             // UrlTextBox
             // 
@@ -218,12 +220,13 @@
             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;
+            this.UrlTextBox.TabIndex = 18;
             // 
             // HttpCheckControl
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.BackColor = System.Drawing.SystemColors.Control;
             this.Name = "HttpCheckControl";
             this.Size = new System.Drawing.Size(526, 142);
             this.CheckGroupBox.ResumeLayout(false);