diff ServerMonitor/Controls/SshCheckControl.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 9e92780ebc0f
children
line wrap: on
line diff
--- a/ServerMonitor/Controls/SshCheckControl.Designer.cs	Fri Mar 01 21:39:22 2019 -0500
+++ b/ServerMonitor/Controls/SshCheckControl.Designer.cs	Sat Mar 09 20:14:03 2019 -0500
@@ -72,7 +72,7 @@
             this.CommandOutputRegexCheckBox.Location = new System.Drawing.Point(395, 6);
             this.CommandOutputRegexCheckBox.Name = "CommandOutputRegexCheckBox";
             this.CommandOutputRegexCheckBox.Size = new System.Drawing.Size(116, 17);
-            this.CommandOutputRegexCheckBox.TabIndex = 9;
+            this.CommandOutputRegexCheckBox.TabIndex = 24;
             this.CommandOutputRegexCheckBox.Text = "Regular expression";
             this.CommandOutputRegexCheckBox.UseVisualStyleBackColor = true;
             // 
@@ -90,7 +90,7 @@
             this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4);
             this.CommandOutputComboBox.Name = "CommandOutputComboBox";
             this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21);
-            this.CommandOutputComboBox.TabIndex = 8;
+            this.CommandOutputComboBox.TabIndex = 22;
             this.CommandOutputComboBox.SelectedIndexChanged += new System.EventHandler(this.CommandOutputComboBox_SelectedIndexChanged);
             // 
             // CommandOutputCheckBox
@@ -99,8 +99,8 @@
             this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6);
             this.CommandOutputCheckBox.Name = "CommandOutputCheckBox";
             this.CommandOutputCheckBox.Size = new System.Drawing.Size(106, 17);
-            this.CommandOutputCheckBox.TabIndex = 4;
-            this.CommandOutputCheckBox.Text = "Command output";
+            this.CommandOutputCheckBox.TabIndex = 20;
+            this.CommandOutputCheckBox.Text = "Command &output";
             this.CommandOutputCheckBox.UseVisualStyleBackColor = true;
             // 
             // CommandOutputTextBox
@@ -110,7 +110,7 @@
             this.CommandOutputTextBox.Location = new System.Drawing.Point(222, 4);
             this.CommandOutputTextBox.Name = "CommandOutputTextBox";
             this.CommandOutputTextBox.Size = new System.Drawing.Size(167, 20);
-            this.CommandOutputTextBox.TabIndex = 7;
+            this.CommandOutputTextBox.TabIndex = 23;
             // 
             // ResponseCodePanel
             // 
@@ -127,8 +127,8 @@
             this.ExitCodeCheckBox.Location = new System.Drawing.Point(0, 6);
             this.ExitCodeCheckBox.Name = "ExitCodeCheckBox";
             this.ExitCodeCheckBox.Size = new System.Drawing.Size(104, 17);
-            this.ExitCodeCheckBox.TabIndex = 4;
-            this.ExitCodeCheckBox.Text = "Exit code equals";
+            this.ExitCodeCheckBox.TabIndex = 18;
+            this.ExitCodeCheckBox.Text = "E&xit code equals";
             this.ExitCodeCheckBox.UseVisualStyleBackColor = true;
             // 
             // ExitCodeTextBox
@@ -136,7 +136,7 @@
             this.ExitCodeTextBox.Location = new System.Drawing.Point(104, 4);
             this.ExitCodeTextBox.Name = "ExitCodeTextBox";
             this.ExitCodeTextBox.Size = new System.Drawing.Size(39, 20);
-            this.ExitCodeTextBox.TabIndex = 7;
+            this.ExitCodeTextBox.TabIndex = 19;
             this.ExitCodeTextBox.Text = "0";
             // 
             // CommandLabel
@@ -145,8 +145,8 @@
             this.CommandLabel.Location = new System.Drawing.Point(6, 25);
             this.CommandLabel.Name = "CommandLabel";
             this.CommandLabel.Size = new System.Drawing.Size(57, 13);
-            this.CommandLabel.TabIndex = 18;
-            this.CommandLabel.Text = "Command:";
+            this.CommandLabel.TabIndex = 17;
+            this.CommandLabel.Text = "&Command:";
             // 
             // CommandTextBox
             // 
@@ -155,7 +155,7 @@
             this.CommandTextBox.Location = new System.Drawing.Point(68, 22);
             this.CommandTextBox.Name = "CommandTextBox";
             this.CommandTextBox.Size = new System.Drawing.Size(452, 20);
-            this.CommandTextBox.TabIndex = 17;
+            this.CommandTextBox.TabIndex = 18;
             // 
             // SshCheckControl
             //