comparison 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
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
70 this.CommandOutputRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 70 this.CommandOutputRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
71 this.CommandOutputRegexCheckBox.AutoSize = true; 71 this.CommandOutputRegexCheckBox.AutoSize = true;
72 this.CommandOutputRegexCheckBox.Location = new System.Drawing.Point(395, 6); 72 this.CommandOutputRegexCheckBox.Location = new System.Drawing.Point(395, 6);
73 this.CommandOutputRegexCheckBox.Name = "CommandOutputRegexCheckBox"; 73 this.CommandOutputRegexCheckBox.Name = "CommandOutputRegexCheckBox";
74 this.CommandOutputRegexCheckBox.Size = new System.Drawing.Size(116, 17); 74 this.CommandOutputRegexCheckBox.Size = new System.Drawing.Size(116, 17);
75 this.CommandOutputRegexCheckBox.TabIndex = 9; 75 this.CommandOutputRegexCheckBox.TabIndex = 24;
76 this.CommandOutputRegexCheckBox.Text = "Regular expression"; 76 this.CommandOutputRegexCheckBox.Text = "Regular expression";
77 this.CommandOutputRegexCheckBox.UseVisualStyleBackColor = true; 77 this.CommandOutputRegexCheckBox.UseVisualStyleBackColor = true;
78 // 78 //
79 // CommandOutputComboBox 79 // CommandOutputComboBox
80 // 80 //
88 "is greater than", 88 "is greater than",
89 "is less than"}); 89 "is less than"});
90 this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4); 90 this.CommandOutputComboBox.Location = new System.Drawing.Point(106, 4);
91 this.CommandOutputComboBox.Name = "CommandOutputComboBox"; 91 this.CommandOutputComboBox.Name = "CommandOutputComboBox";
92 this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21); 92 this.CommandOutputComboBox.Size = new System.Drawing.Size(110, 21);
93 this.CommandOutputComboBox.TabIndex = 8; 93 this.CommandOutputComboBox.TabIndex = 22;
94 this.CommandOutputComboBox.SelectedIndexChanged += new System.EventHandler(this.CommandOutputComboBox_SelectedIndexChanged); 94 this.CommandOutputComboBox.SelectedIndexChanged += new System.EventHandler(this.CommandOutputComboBox_SelectedIndexChanged);
95 // 95 //
96 // CommandOutputCheckBox 96 // CommandOutputCheckBox
97 // 97 //
98 this.CommandOutputCheckBox.AutoSize = true; 98 this.CommandOutputCheckBox.AutoSize = true;
99 this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6); 99 this.CommandOutputCheckBox.Location = new System.Drawing.Point(0, 6);
100 this.CommandOutputCheckBox.Name = "CommandOutputCheckBox"; 100 this.CommandOutputCheckBox.Name = "CommandOutputCheckBox";
101 this.CommandOutputCheckBox.Size = new System.Drawing.Size(106, 17); 101 this.CommandOutputCheckBox.Size = new System.Drawing.Size(106, 17);
102 this.CommandOutputCheckBox.TabIndex = 4; 102 this.CommandOutputCheckBox.TabIndex = 20;
103 this.CommandOutputCheckBox.Text = "Command output"; 103 this.CommandOutputCheckBox.Text = "Command &output";
104 this.CommandOutputCheckBox.UseVisualStyleBackColor = true; 104 this.CommandOutputCheckBox.UseVisualStyleBackColor = true;
105 // 105 //
106 // CommandOutputTextBox 106 // CommandOutputTextBox
107 // 107 //
108 this.CommandOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 108 this.CommandOutputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
109 | System.Windows.Forms.AnchorStyles.Right))); 109 | System.Windows.Forms.AnchorStyles.Right)));
110 this.CommandOutputTextBox.Location = new System.Drawing.Point(222, 4); 110 this.CommandOutputTextBox.Location = new System.Drawing.Point(222, 4);
111 this.CommandOutputTextBox.Name = "CommandOutputTextBox"; 111 this.CommandOutputTextBox.Name = "CommandOutputTextBox";
112 this.CommandOutputTextBox.Size = new System.Drawing.Size(167, 20); 112 this.CommandOutputTextBox.Size = new System.Drawing.Size(167, 20);
113 this.CommandOutputTextBox.TabIndex = 7; 113 this.CommandOutputTextBox.TabIndex = 23;
114 // 114 //
115 // ResponseCodePanel 115 // ResponseCodePanel
116 // 116 //
117 this.ResponseCodePanel.Controls.Add(this.ExitCodeCheckBox); 117 this.ResponseCodePanel.Controls.Add(this.ExitCodeCheckBox);
118 this.ResponseCodePanel.Controls.Add(this.ExitCodeTextBox); 118 this.ResponseCodePanel.Controls.Add(this.ExitCodeTextBox);
125 // 125 //
126 this.ExitCodeCheckBox.AutoSize = true; 126 this.ExitCodeCheckBox.AutoSize = true;
127 this.ExitCodeCheckBox.Location = new System.Drawing.Point(0, 6); 127 this.ExitCodeCheckBox.Location = new System.Drawing.Point(0, 6);
128 this.ExitCodeCheckBox.Name = "ExitCodeCheckBox"; 128 this.ExitCodeCheckBox.Name = "ExitCodeCheckBox";
129 this.ExitCodeCheckBox.Size = new System.Drawing.Size(104, 17); 129 this.ExitCodeCheckBox.Size = new System.Drawing.Size(104, 17);
130 this.ExitCodeCheckBox.TabIndex = 4; 130 this.ExitCodeCheckBox.TabIndex = 18;
131 this.ExitCodeCheckBox.Text = "Exit code equals"; 131 this.ExitCodeCheckBox.Text = "E&xit code equals";
132 this.ExitCodeCheckBox.UseVisualStyleBackColor = true; 132 this.ExitCodeCheckBox.UseVisualStyleBackColor = true;
133 // 133 //
134 // ExitCodeTextBox 134 // ExitCodeTextBox
135 // 135 //
136 this.ExitCodeTextBox.Location = new System.Drawing.Point(104, 4); 136 this.ExitCodeTextBox.Location = new System.Drawing.Point(104, 4);
137 this.ExitCodeTextBox.Name = "ExitCodeTextBox"; 137 this.ExitCodeTextBox.Name = "ExitCodeTextBox";
138 this.ExitCodeTextBox.Size = new System.Drawing.Size(39, 20); 138 this.ExitCodeTextBox.Size = new System.Drawing.Size(39, 20);
139 this.ExitCodeTextBox.TabIndex = 7; 139 this.ExitCodeTextBox.TabIndex = 19;
140 this.ExitCodeTextBox.Text = "0"; 140 this.ExitCodeTextBox.Text = "0";
141 // 141 //
142 // CommandLabel 142 // CommandLabel
143 // 143 //
144 this.CommandLabel.AutoSize = true; 144 this.CommandLabel.AutoSize = true;
145 this.CommandLabel.Location = new System.Drawing.Point(6, 25); 145 this.CommandLabel.Location = new System.Drawing.Point(6, 25);
146 this.CommandLabel.Name = "CommandLabel"; 146 this.CommandLabel.Name = "CommandLabel";
147 this.CommandLabel.Size = new System.Drawing.Size(57, 13); 147 this.CommandLabel.Size = new System.Drawing.Size(57, 13);
148 this.CommandLabel.TabIndex = 18; 148 this.CommandLabel.TabIndex = 17;
149 this.CommandLabel.Text = "Command:"; 149 this.CommandLabel.Text = "&Command:";
150 // 150 //
151 // CommandTextBox 151 // CommandTextBox
152 // 152 //
153 this.CommandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 153 this.CommandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
154 | System.Windows.Forms.AnchorStyles.Right))); 154 | System.Windows.Forms.AnchorStyles.Right)));
155 this.CommandTextBox.Location = new System.Drawing.Point(68, 22); 155 this.CommandTextBox.Location = new System.Drawing.Point(68, 22);
156 this.CommandTextBox.Name = "CommandTextBox"; 156 this.CommandTextBox.Name = "CommandTextBox";
157 this.CommandTextBox.Size = new System.Drawing.Size(452, 20); 157 this.CommandTextBox.Size = new System.Drawing.Size(452, 20);
158 this.CommandTextBox.TabIndex = 17; 158 this.CommandTextBox.TabIndex = 18;
159 // 159 //
160 // SshCheckControl 160 // SshCheckControl
161 // 161 //
162 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 162 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
163 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 163 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;