comparison 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
comparison
equal deleted inserted replaced
7:8486ab7d2357 8:052aa62cb42a
78 this.ResponseBodyRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 78 this.ResponseBodyRegexCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
79 this.ResponseBodyRegexCheckBox.AutoSize = true; 79 this.ResponseBodyRegexCheckBox.AutoSize = true;
80 this.ResponseBodyRegexCheckBox.Location = new System.Drawing.Point(395, 6); 80 this.ResponseBodyRegexCheckBox.Location = new System.Drawing.Point(395, 6);
81 this.ResponseBodyRegexCheckBox.Name = "ResponseBodyRegexCheckBox"; 81 this.ResponseBodyRegexCheckBox.Name = "ResponseBodyRegexCheckBox";
82 this.ResponseBodyRegexCheckBox.Size = new System.Drawing.Size(116, 17); 82 this.ResponseBodyRegexCheckBox.Size = new System.Drawing.Size(116, 17);
83 this.ResponseBodyRegexCheckBox.TabIndex = 9; 83 this.ResponseBodyRegexCheckBox.TabIndex = 17;
84 this.ResponseBodyRegexCheckBox.Text = "Regular expression"; 84 this.ResponseBodyRegexCheckBox.Text = "Regular expression";
85 this.ResponseBodyRegexCheckBox.UseVisualStyleBackColor = true; 85 this.ResponseBodyRegexCheckBox.UseVisualStyleBackColor = true;
86 // 86 //
87 // ResponseBodyComboBox 87 // ResponseBodyComboBox
88 // 88 //
89 this.ResponseBodyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 89 this.ResponseBodyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
90 this.ResponseBodyComboBox.FormattingEnabled = true; 90 this.ResponseBodyComboBox.FormattingEnabled = true;
91 this.ResponseBodyComboBox.Items.AddRange(new object[] { 91 this.ResponseBodyComboBox.Items.AddRange(new object[] {
92 "equals",
93 "does not equal",
92 "contains", 94 "contains",
93 "does not contain", 95 "does not contain",
94 "contains", 96 "is greater than",
95 "does not contain"}); 97 "is less than"});
96 this.ResponseBodyComboBox.Location = new System.Drawing.Point(98, 4); 98 this.ResponseBodyComboBox.Location = new System.Drawing.Point(98, 4);
97 this.ResponseBodyComboBox.Name = "ResponseBodyComboBox"; 99 this.ResponseBodyComboBox.Name = "ResponseBodyComboBox";
98 this.ResponseBodyComboBox.Size = new System.Drawing.Size(110, 21); 100 this.ResponseBodyComboBox.Size = new System.Drawing.Size(110, 21);
99 this.ResponseBodyComboBox.TabIndex = 8; 101 this.ResponseBodyComboBox.TabIndex = 14;
100 // 102 //
101 // ResponseBodyCheckBox 103 // ResponseBodyCheckBox
102 // 104 //
103 this.ResponseBodyCheckBox.AutoSize = true; 105 this.ResponseBodyCheckBox.AutoSize = true;
104 this.ResponseBodyCheckBox.Location = new System.Drawing.Point(0, 6); 106 this.ResponseBodyCheckBox.Location = new System.Drawing.Point(0, 6);
105 this.ResponseBodyCheckBox.Name = "ResponseBodyCheckBox"; 107 this.ResponseBodyCheckBox.Name = "ResponseBodyCheckBox";
106 this.ResponseBodyCheckBox.Size = new System.Drawing.Size(100, 17); 108 this.ResponseBodyCheckBox.Size = new System.Drawing.Size(100, 17);
107 this.ResponseBodyCheckBox.TabIndex = 4; 109 this.ResponseBodyCheckBox.TabIndex = 13;
108 this.ResponseBodyCheckBox.Text = "Response body"; 110 this.ResponseBodyCheckBox.Text = "Response &body";
109 this.ResponseBodyCheckBox.UseVisualStyleBackColor = true; 111 this.ResponseBodyCheckBox.UseVisualStyleBackColor = true;
110 // 112 //
111 // ResponseBodyTextBox 113 // ResponseBodyTextBox
112 // 114 //
113 this.ResponseBodyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 115 this.ResponseBodyTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
114 | System.Windows.Forms.AnchorStyles.Right))); 116 | System.Windows.Forms.AnchorStyles.Right)));
115 this.ResponseBodyTextBox.Location = new System.Drawing.Point(214, 4); 117 this.ResponseBodyTextBox.Location = new System.Drawing.Point(214, 4);
116 this.ResponseBodyTextBox.Name = "ResponseBodyTextBox"; 118 this.ResponseBodyTextBox.Name = "ResponseBodyTextBox";
117 this.ResponseBodyTextBox.Size = new System.Drawing.Size(175, 20); 119 this.ResponseBodyTextBox.Size = new System.Drawing.Size(175, 20);
118 this.ResponseBodyTextBox.TabIndex = 7; 120 this.ResponseBodyTextBox.TabIndex = 16;
119 // 121 //
120 // ResponseLengthPanel 122 // ResponseLengthPanel
121 // 123 //
122 this.ResponseLengthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 124 this.ResponseLengthPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
123 | System.Windows.Forms.AnchorStyles.Right))); 125 | System.Windows.Forms.AnchorStyles.Right)));
135 // 137 //
136 this.ResponseLengthCheckbox.AutoSize = true; 138 this.ResponseLengthCheckbox.AutoSize = true;
137 this.ResponseLengthCheckbox.Location = new System.Drawing.Point(0, 6); 139 this.ResponseLengthCheckbox.Location = new System.Drawing.Point(0, 6);
138 this.ResponseLengthCheckbox.Name = "ResponseLengthCheckbox"; 140 this.ResponseLengthCheckbox.Name = "ResponseLengthCheckbox";
139 this.ResponseLengthCheckbox.Size = new System.Drawing.Size(150, 17); 141 this.ResponseLengthCheckbox.Size = new System.Drawing.Size(150, 17);
140 this.ResponseLengthCheckbox.TabIndex = 5; 142 this.ResponseLengthCheckbox.TabIndex = 10;
141 this.ResponseLengthCheckbox.Text = "Response length between"; 143 this.ResponseLengthCheckbox.Text = "Response &length between";
142 this.ResponseLengthCheckbox.UseVisualStyleBackColor = true; 144 this.ResponseLengthCheckbox.UseVisualStyleBackColor = true;
143 // 145 //
144 // ResponseLengthMaxTextBox 146 // ResponseLengthMaxTextBox
145 // 147 //
146 this.ResponseLengthMaxTextBox.Location = new System.Drawing.Point(228, 4); 148 this.ResponseLengthMaxTextBox.Location = new System.Drawing.Point(228, 4);
147 this.ResponseLengthMaxTextBox.Name = "ResponseLengthMaxTextBox"; 149 this.ResponseLengthMaxTextBox.Name = "ResponseLengthMaxTextBox";
148 this.ResponseLengthMaxTextBox.Size = new System.Drawing.Size(44, 20); 150 this.ResponseLengthMaxTextBox.Size = new System.Drawing.Size(44, 20);
149 this.ResponseLengthMaxTextBox.TabIndex = 8; 151 this.ResponseLengthMaxTextBox.TabIndex = 12;
150 this.ResponseLengthMaxTextBox.Text = "200"; 152 this.ResponseLengthMaxTextBox.Text = "200";
151 // 153 //
152 // ResponseLengthKbLabel 154 // ResponseLengthKbLabel
153 // 155 //
154 this.ResponseLengthKbLabel.AutoSize = true; 156 this.ResponseLengthKbLabel.AutoSize = true;
161 // ResponseLengthMinTextBox 163 // ResponseLengthMinTextBox
162 // 164 //
163 this.ResponseLengthMinTextBox.Location = new System.Drawing.Point(151, 4); 165 this.ResponseLengthMinTextBox.Location = new System.Drawing.Point(151, 4);
164 this.ResponseLengthMinTextBox.Name = "ResponseLengthMinTextBox"; 166 this.ResponseLengthMinTextBox.Name = "ResponseLengthMinTextBox";
165 this.ResponseLengthMinTextBox.Size = new System.Drawing.Size(44, 20); 167 this.ResponseLengthMinTextBox.Size = new System.Drawing.Size(44, 20);
166 this.ResponseLengthMinTextBox.TabIndex = 9; 168 this.ResponseLengthMinTextBox.TabIndex = 11;
167 this.ResponseLengthMinTextBox.Text = "100"; 169 this.ResponseLengthMinTextBox.Text = "100";
168 // 170 //
169 // ResponseLengthAndLabel 171 // ResponseLengthAndLabel
170 // 172 //
171 this.ResponseLengthAndLabel.AutoSize = true; 173 this.ResponseLengthAndLabel.AutoSize = true;
188 // 190 //
189 this.ResponseCodeCheckBox.AutoSize = true; 191 this.ResponseCodeCheckBox.AutoSize = true;
190 this.ResponseCodeCheckBox.Location = new System.Drawing.Point(0, 6); 192 this.ResponseCodeCheckBox.Location = new System.Drawing.Point(0, 6);
191 this.ResponseCodeCheckBox.Name = "ResponseCodeCheckBox"; 193 this.ResponseCodeCheckBox.Name = "ResponseCodeCheckBox";
192 this.ResponseCodeCheckBox.Size = new System.Drawing.Size(135, 17); 194 this.ResponseCodeCheckBox.Size = new System.Drawing.Size(135, 17);
193 this.ResponseCodeCheckBox.TabIndex = 4; 195 this.ResponseCodeCheckBox.TabIndex = 8;
194 this.ResponseCodeCheckBox.Text = "Response code equals"; 196 this.ResponseCodeCheckBox.Text = "Response &code equals";
195 this.ResponseCodeCheckBox.UseVisualStyleBackColor = true; 197 this.ResponseCodeCheckBox.UseVisualStyleBackColor = true;
196 // 198 //
197 // ResponseCodeTextBox 199 // ResponseCodeTextBox
198 // 200 //
199 this.ResponseCodeTextBox.Location = new System.Drawing.Point(136, 4); 201 this.ResponseCodeTextBox.Location = new System.Drawing.Point(136, 4);
200 this.ResponseCodeTextBox.Name = "ResponseCodeTextBox"; 202 this.ResponseCodeTextBox.Name = "ResponseCodeTextBox";
201 this.ResponseCodeTextBox.Size = new System.Drawing.Size(39, 20); 203 this.ResponseCodeTextBox.Size = new System.Drawing.Size(39, 20);
202 this.ResponseCodeTextBox.TabIndex = 7; 204 this.ResponseCodeTextBox.TabIndex = 9;
203 this.ResponseCodeTextBox.Text = "200"; 205 this.ResponseCodeTextBox.Text = "200";
204 // 206 //
205 // HttpUrlLabel 207 // HttpUrlLabel
206 // 208 //
207 this.HttpUrlLabel.AutoSize = true; 209 this.HttpUrlLabel.AutoSize = true;
208 this.HttpUrlLabel.Location = new System.Drawing.Point(6, 25); 210 this.HttpUrlLabel.Location = new System.Drawing.Point(6, 25);
209 this.HttpUrlLabel.Name = "HttpUrlLabel"; 211 this.HttpUrlLabel.Name = "HttpUrlLabel";
210 this.HttpUrlLabel.Size = new System.Drawing.Size(32, 13); 212 this.HttpUrlLabel.Size = new System.Drawing.Size(32, 13);
211 this.HttpUrlLabel.TabIndex = 18; 213 this.HttpUrlLabel.TabIndex = 17;
212 this.HttpUrlLabel.Text = "URL:"; 214 this.HttpUrlLabel.Text = "&URL:";
213 // 215 //
214 // UrlTextBox 216 // UrlTextBox
215 // 217 //
216 this.UrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 218 this.UrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
217 | System.Windows.Forms.AnchorStyles.Right))); 219 | System.Windows.Forms.AnchorStyles.Right)));
218 this.UrlTextBox.Location = new System.Drawing.Point(44, 22); 220 this.UrlTextBox.Location = new System.Drawing.Point(44, 22);
219 this.UrlTextBox.Name = "UrlTextBox"; 221 this.UrlTextBox.Name = "UrlTextBox";
220 this.UrlTextBox.Size = new System.Drawing.Size(476, 20); 222 this.UrlTextBox.Size = new System.Drawing.Size(476, 20);
221 this.UrlTextBox.TabIndex = 17; 223 this.UrlTextBox.TabIndex = 18;
222 // 224 //
223 // HttpCheckControl 225 // HttpCheckControl
224 // 226 //
225 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 227 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
226 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 228 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
229 this.BackColor = System.Drawing.SystemColors.Control;
227 this.Name = "HttpCheckControl"; 230 this.Name = "HttpCheckControl";
228 this.Size = new System.Drawing.Size(526, 142); 231 this.Size = new System.Drawing.Size(526, 142);
229 this.CheckGroupBox.ResumeLayout(false); 232 this.CheckGroupBox.ResumeLayout(false);
230 this.CheckGroupBox.PerformLayout(); 233 this.CheckGroupBox.PerformLayout();
231 this.ResponseBodyPanel.ResumeLayout(false); 234 this.ResponseBodyPanel.ResumeLayout(false);