comparison ServerMonitor/Forms/ServerForm.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 3142e52cbe69
comparison
equal deleted inserted replaced
-1:000000000000 0:3e1a2131f897
1 namespace ServerMonitorApp
2 {
3 partial class ServerForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Windows Form Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ServerForm));
33 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
34 System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
35 this.TitleLabel = new System.Windows.Forms.Label();
36 this.NameTextBox = new System.Windows.Forms.TextBox();
37 this.NameLabel = new System.Windows.Forms.Label();
38 this.HostTextBox = new System.Windows.Forms.TextBox();
39 this.PortTextBox = new System.Windows.Forms.TextBox();
40 this.HostLabel = new System.Windows.Forms.Label();
41 this.PortLabel = new System.Windows.Forms.Label();
42 this.LoginComboBox = new System.Windows.Forms.ComboBox();
43 this.UsernameLabel = new System.Windows.Forms.Label();
44 this.UsernameTextBox = new System.Windows.Forms.TextBox();
45 this.KeyTextBox = new System.Windows.Forms.TextBox();
46 this.LoginLabel = new System.Windows.Forms.Label();
47 this.KeyBrowseButton = new System.Windows.Forms.Button();
48 this.PasswordTextBox = new System.Windows.Forms.TextBox();
49 this.CheckGrid = new System.Windows.Forms.DataGridView();
50 this.CheckActionsDividerLabel = new System.Windows.Forms.Label();
51 this.RunAllButton = new System.Windows.Forms.Button();
52 this.RunButton = new System.Windows.Forms.Button();
53 this.EditCheckButton = new System.Windows.Forms.Button();
54 this.DeleteCheckButton = new System.Windows.Forms.Button();
55 this.NewCheckButton = new System.Windows.Forms.Button();
56 this.CheckTabControl = new System.Windows.Forms.TabControl();
57 this.CheckTabPage = new System.Windows.Forms.TabPage();
58 this.LogTabPage = new System.Windows.Forms.TabPage();
59 this.LogWarningCheckBox = new System.Windows.Forms.CheckBox();
60 this.LogErrorCheckBox = new System.Windows.Forms.CheckBox();
61 this.LogInformationCheckBox = new System.Windows.Forms.CheckBox();
62 this.LogSuccessCheckBox = new System.Windows.Forms.CheckBox();
63 this.LogCheckLabel = new System.Windows.Forms.Label();
64 this.LogCheckComboBox = new System.Windows.Forms.ComboBox();
65 this.LogGrid = new System.Windows.Forms.DataGridView();
66 this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
67 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
68 this.ServerInfoPanel = new System.Windows.Forms.Panel();
69 this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
70 this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
71 this.LastRunTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
72 this.EnabledColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
73 this.dataGridViewImageColumn3 = new System.Windows.Forms.DataGridViewImageColumn();
74 this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
75 this.StatusColumn = new System.Windows.Forms.DataGridViewImageColumn();
76 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
77 this.ScheduleColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
78 this.CheckBindingSource = new System.Windows.Forms.BindingSource(this.components);
79 this.LogStatusColumn = new System.Windows.Forms.DataGridViewImageColumn();
80 this.LogNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
81 this.LogMessageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
82 this.LogStartTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
83 this.LogEndTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
84 this.CheckResultBindingSource = new System.Windows.Forms.BindingSource(this.components);
85 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).BeginInit();
86 this.CheckTabControl.SuspendLayout();
87 this.CheckTabPage.SuspendLayout();
88 this.LogTabPage.SuspendLayout();
89 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit();
90 this.ServerInfoPanel.SuspendLayout();
91 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit();
92 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit();
93 this.SuspendLayout();
94 //
95 // TitleLabel
96 //
97 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top;
98 this.TitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
99 this.TitleLabel.Location = new System.Drawing.Point(0, 0);
100 this.TitleLabel.Name = "TitleLabel";
101 this.TitleLabel.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0);
102 this.TitleLabel.Size = new System.Drawing.Size(728, 65);
103 this.TitleLabel.TabIndex = 0;
104 this.TitleLabel.Text = "New Server";
105 this.TitleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter;
106 //
107 // NameTextBox
108 //
109 this.NameTextBox.Location = new System.Drawing.Point(61, 4);
110 this.NameTextBox.Name = "NameTextBox";
111 this.NameTextBox.Size = new System.Drawing.Size(354, 20);
112 this.NameTextBox.TabIndex = 3;
113 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged);
114 //
115 // NameLabel
116 //
117 this.NameLabel.AutoSize = true;
118 this.NameLabel.Location = new System.Drawing.Point(6, 7);
119 this.NameLabel.Name = "NameLabel";
120 this.NameLabel.Size = new System.Drawing.Size(35, 13);
121 this.NameLabel.TabIndex = 2;
122 this.NameLabel.Text = "Name";
123 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
124 //
125 // HostTextBox
126 //
127 this.HostTextBox.Location = new System.Drawing.Point(61, 30);
128 this.HostTextBox.Name = "HostTextBox";
129 this.HostTextBox.Size = new System.Drawing.Size(354, 20);
130 this.HostTextBox.TabIndex = 6;
131 //
132 // PortTextBox
133 //
134 this.PortTextBox.Location = new System.Drawing.Point(61, 56);
135 this.PortTextBox.Name = "PortTextBox";
136 this.PortTextBox.Size = new System.Drawing.Size(57, 20);
137 this.PortTextBox.TabIndex = 7;
138 //
139 // HostLabel
140 //
141 this.HostLabel.AutoSize = true;
142 this.HostLabel.Location = new System.Drawing.Point(6, 33);
143 this.HostLabel.Name = "HostLabel";
144 this.HostLabel.Size = new System.Drawing.Size(29, 13);
145 this.HostLabel.TabIndex = 8;
146 this.HostLabel.Text = "Host";
147 this.HostLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
148 //
149 // PortLabel
150 //
151 this.PortLabel.AutoSize = true;
152 this.PortLabel.Location = new System.Drawing.Point(6, 59);
153 this.PortLabel.Name = "PortLabel";
154 this.PortLabel.Size = new System.Drawing.Size(50, 13);
155 this.PortLabel.TabIndex = 9;
156 this.PortLabel.Text = "SSH port";
157 this.PortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
158 //
159 // LoginComboBox
160 //
161 this.LoginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
162 this.LoginComboBox.FormattingEnabled = true;
163 this.LoginComboBox.Items.AddRange(new object[] {
164 "Private key",
165 "Password"});
166 this.LoginComboBox.Location = new System.Drawing.Point(61, 82);
167 this.LoginComboBox.Name = "LoginComboBox";
168 this.LoginComboBox.Size = new System.Drawing.Size(80, 21);
169 this.LoginComboBox.TabIndex = 10;
170 this.LoginComboBox.SelectedIndexChanged += new System.EventHandler(this.LoginComboBox_SelectedIndexChanged);
171 //
172 // UsernameLabel
173 //
174 this.UsernameLabel.AutoSize = true;
175 this.UsernameLabel.Location = new System.Drawing.Point(144, 59);
176 this.UsernameLabel.Name = "UsernameLabel";
177 this.UsernameLabel.Size = new System.Drawing.Size(78, 13);
178 this.UsernameLabel.TabIndex = 11;
179 this.UsernameLabel.Text = "SSH username";
180 this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
181 //
182 // UsernameTextBox
183 //
184 this.UsernameTextBox.Location = new System.Drawing.Point(228, 56);
185 this.UsernameTextBox.Name = "UsernameTextBox";
186 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20);
187 this.UsernameTextBox.TabIndex = 12;
188 //
189 // KeyTextBox
190 //
191 this.KeyTextBox.Location = new System.Drawing.Point(143, 82);
192 this.KeyTextBox.Name = "KeyTextBox";
193 this.KeyTextBox.Size = new System.Drawing.Size(202, 20);
194 this.KeyTextBox.TabIndex = 13;
195 //
196 // LoginLabel
197 //
198 this.LoginLabel.AutoSize = true;
199 this.LoginLabel.Location = new System.Drawing.Point(6, 85);
200 this.LoginLabel.Name = "LoginLabel";
201 this.LoginLabel.Size = new System.Drawing.Size(54, 13);
202 this.LoginLabel.TabIndex = 14;
203 this.LoginLabel.Text = "SSH login";
204 this.LoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
205 //
206 // KeyBrowseButton
207 //
208 this.KeyBrowseButton.Location = new System.Drawing.Point(355, 80);
209 this.KeyBrowseButton.Name = "KeyBrowseButton";
210 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23);
211 this.KeyBrowseButton.TabIndex = 15;
212 this.KeyBrowseButton.Text = "Browse...";
213 this.KeyBrowseButton.UseVisualStyleBackColor = true;
214 //
215 // PasswordTextBox
216 //
217 this.PasswordTextBox.Location = new System.Drawing.Point(147, 82);
218 this.PasswordTextBox.Name = "PasswordTextBox";
219 this.PasswordTextBox.Size = new System.Drawing.Size(268, 20);
220 this.PasswordTextBox.TabIndex = 16;
221 this.PasswordTextBox.UseSystemPasswordChar = true;
222 this.PasswordTextBox.Visible = false;
223 this.PasswordTextBox.TextChanged += new System.EventHandler(this.PasswordTextBox_TextChanged);
224 //
225 // CheckGrid
226 //
227 this.CheckGrid.AllowUserToAddRows = false;
228 this.CheckGrid.AllowUserToDeleteRows = false;
229 this.CheckGrid.AllowUserToOrderColumns = true;
230 this.CheckGrid.AllowUserToResizeRows = false;
231 this.CheckGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
232 | System.Windows.Forms.AnchorStyles.Left)
233 | System.Windows.Forms.AnchorStyles.Right)));
234 this.CheckGrid.AutoGenerateColumns = false;
235 this.CheckGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
236 this.CheckGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
237 this.CheckGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
238 this.StatusColumn,
239 this.NameColumn,
240 this.ScheduleColumn,
241 this.LastRunTimeColumn,
242 this.EnabledColumn});
243 this.CheckGrid.DataSource = this.CheckBindingSource;
244 this.CheckGrid.Location = new System.Drawing.Point(0, 0);
245 this.CheckGrid.Name = "CheckGrid";
246 this.CheckGrid.RowHeadersVisible = false;
247 this.CheckGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
248 this.CheckGrid.ShowEditingIcon = false;
249 this.CheckGrid.Size = new System.Drawing.Size(611, 256);
250 this.CheckGrid.TabIndex = 19;
251 this.CheckGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellClick);
252 this.CheckGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellContentClick);
253 this.CheckGrid.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellDoubleClick);
254 this.CheckGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.CheckGrid_CellFormatting);
255 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter);
256 this.CheckGrid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave);
257 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged);
258 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown);
259 //
260 // CheckActionsDividerLabel
261 //
262 this.CheckActionsDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
263 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
264 this.CheckActionsDividerLabel.Location = new System.Drawing.Point(617, 79);
265 this.CheckActionsDividerLabel.Name = "CheckActionsDividerLabel";
266 this.CheckActionsDividerLabel.Size = new System.Drawing.Size(75, 2);
267 this.CheckActionsDividerLabel.TabIndex = 26;
268 //
269 // RunAllButton
270 //
271 this.RunAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
272 this.RunAllButton.Image = ((System.Drawing.Image)(resources.GetObject("RunAllButton.Image")));
273 this.RunAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
274 this.RunAllButton.Location = new System.Drawing.Point(617, 52);
275 this.RunAllButton.Name = "RunAllButton";
276 this.RunAllButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
277 this.RunAllButton.Size = new System.Drawing.Size(75, 23);
278 this.RunAllButton.TabIndex = 25;
279 this.RunAllButton.Text = "Run All";
280 this.RunAllButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
281 this.RunAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
282 this.RunAllButton.UseVisualStyleBackColor = true;
283 this.RunAllButton.Click += new System.EventHandler(this.RunAllButton_Click);
284 //
285 // RunButton
286 //
287 this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
288 this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run;
289 this.RunButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
290 this.RunButton.Location = new System.Drawing.Point(617, 84);
291 this.RunButton.Name = "RunButton";
292 this.RunButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
293 this.RunButton.Size = new System.Drawing.Size(75, 23);
294 this.RunButton.TabIndex = 24;
295 this.RunButton.Text = "Run";
296 this.RunButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
297 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
298 this.RunButton.UseVisualStyleBackColor = true;
299 this.RunButton.Click += new System.EventHandler(this.RunButton_Click);
300 //
301 // EditCheckButton
302 //
303 this.EditCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
304 this.EditCheckButton.Enabled = false;
305 this.EditCheckButton.Image = global::ServerMonitorApp.Properties.Resources.edit;
306 this.EditCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
307 this.EditCheckButton.Location = new System.Drawing.Point(617, 113);
308 this.EditCheckButton.Name = "EditCheckButton";
309 this.EditCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
310 this.EditCheckButton.Size = new System.Drawing.Size(75, 23);
311 this.EditCheckButton.TabIndex = 23;
312 this.EditCheckButton.Text = "Edit";
313 this.EditCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
314 this.EditCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
315 this.EditCheckButton.UseVisualStyleBackColor = true;
316 this.EditCheckButton.Click += new System.EventHandler(this.EditCheckButton_Click);
317 //
318 // DeleteCheckButton
319 //
320 this.DeleteCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
321 this.DeleteCheckButton.Enabled = false;
322 this.DeleteCheckButton.Image = global::ServerMonitorApp.Properties.Resources.delete;
323 this.DeleteCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
324 this.DeleteCheckButton.Location = new System.Drawing.Point(617, 142);
325 this.DeleteCheckButton.Name = "DeleteCheckButton";
326 this.DeleteCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
327 this.DeleteCheckButton.Size = new System.Drawing.Size(75, 23);
328 this.DeleteCheckButton.TabIndex = 21;
329 this.DeleteCheckButton.Text = "Delete";
330 this.DeleteCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
331 this.DeleteCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
332 this.DeleteCheckButton.UseVisualStyleBackColor = true;
333 this.DeleteCheckButton.Click += new System.EventHandler(this.DeleteCheckButton_Click);
334 //
335 // NewCheckButton
336 //
337 this.NewCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
338 this.NewCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("NewCheckButton.Image")));
339 this.NewCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
340 this.NewCheckButton.Location = new System.Drawing.Point(617, 23);
341 this.NewCheckButton.Name = "NewCheckButton";
342 this.NewCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
343 this.NewCheckButton.Size = new System.Drawing.Size(75, 23);
344 this.NewCheckButton.TabIndex = 20;
345 this.NewCheckButton.Text = "New";
346 this.NewCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
347 this.NewCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
348 this.NewCheckButton.UseVisualStyleBackColor = true;
349 this.NewCheckButton.Click += new System.EventHandler(this.NewCheckButton_Click);
350 //
351 // CheckTabControl
352 //
353 this.CheckTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
354 | System.Windows.Forms.AnchorStyles.Left)
355 | System.Windows.Forms.AnchorStyles.Right)));
356 this.CheckTabControl.Controls.Add(this.CheckTabPage);
357 this.CheckTabControl.Controls.Add(this.LogTabPage);
358 this.CheckTabControl.Location = new System.Drawing.Point(15, 173);
359 this.CheckTabControl.Name = "CheckTabControl";
360 this.CheckTabControl.SelectedIndex = 0;
361 this.CheckTabControl.Size = new System.Drawing.Size(701, 282);
362 this.CheckTabControl.TabIndex = 21;
363 this.CheckTabControl.SelectedIndexChanged += new System.EventHandler(this.CheckTabControl_SelectedIndexChanged);
364 //
365 // CheckTabPage
366 //
367 this.CheckTabPage.BackColor = System.Drawing.SystemColors.Control;
368 this.CheckTabPage.Controls.Add(this.CheckActionsDividerLabel);
369 this.CheckTabPage.Controls.Add(this.CheckGrid);
370 this.CheckTabPage.Controls.Add(this.RunAllButton);
371 this.CheckTabPage.Controls.Add(this.NewCheckButton);
372 this.CheckTabPage.Controls.Add(this.RunButton);
373 this.CheckTabPage.Controls.Add(this.DeleteCheckButton);
374 this.CheckTabPage.Controls.Add(this.EditCheckButton);
375 this.CheckTabPage.Location = new System.Drawing.Point(4, 22);
376 this.CheckTabPage.Name = "CheckTabPage";
377 this.CheckTabPage.Padding = new System.Windows.Forms.Padding(3);
378 this.CheckTabPage.Size = new System.Drawing.Size(693, 256);
379 this.CheckTabPage.TabIndex = 0;
380 this.CheckTabPage.Text = "Checks";
381 //
382 // LogTabPage
383 //
384 this.LogTabPage.BackColor = System.Drawing.SystemColors.Control;
385 this.LogTabPage.Controls.Add(this.LogWarningCheckBox);
386 this.LogTabPage.Controls.Add(this.LogErrorCheckBox);
387 this.LogTabPage.Controls.Add(this.LogInformationCheckBox);
388 this.LogTabPage.Controls.Add(this.LogSuccessCheckBox);
389 this.LogTabPage.Controls.Add(this.LogCheckLabel);
390 this.LogTabPage.Controls.Add(this.LogCheckComboBox);
391 this.LogTabPage.Controls.Add(this.LogGrid);
392 this.LogTabPage.Location = new System.Drawing.Point(4, 22);
393 this.LogTabPage.Name = "LogTabPage";
394 this.LogTabPage.Padding = new System.Windows.Forms.Padding(3);
395 this.LogTabPage.Size = new System.Drawing.Size(693, 256);
396 this.LogTabPage.TabIndex = 1;
397 this.LogTabPage.Text = "Log";
398 //
399 // LogWarningCheckBox
400 //
401 this.LogWarningCheckBox.AutoSize = true;
402 this.LogWarningCheckBox.Checked = true;
403 this.LogWarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
404 this.LogWarningCheckBox.Location = new System.Drawing.Point(342, 8);
405 this.LogWarningCheckBox.Name = "LogWarningCheckBox";
406 this.LogWarningCheckBox.Size = new System.Drawing.Size(66, 17);
407 this.LogWarningCheckBox.TabIndex = 34;
408 this.LogWarningCheckBox.Text = "Warning";
409 this.LogWarningCheckBox.UseVisualStyleBackColor = true;
410 //
411 // LogErrorCheckBox
412 //
413 this.LogErrorCheckBox.AutoSize = true;
414 this.LogErrorCheckBox.Checked = true;
415 this.LogErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
416 this.LogErrorCheckBox.Location = new System.Drawing.Point(414, 8);
417 this.LogErrorCheckBox.Name = "LogErrorCheckBox";
418 this.LogErrorCheckBox.Size = new System.Drawing.Size(48, 17);
419 this.LogErrorCheckBox.TabIndex = 33;
420 this.LogErrorCheckBox.Text = "Error";
421 this.LogErrorCheckBox.UseVisualStyleBackColor = true;
422 //
423 // LogInformationCheckBox
424 //
425 this.LogInformationCheckBox.AutoSize = true;
426 this.LogInformationCheckBox.Checked = true;
427 this.LogInformationCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
428 this.LogInformationCheckBox.Location = new System.Drawing.Point(258, 8);
429 this.LogInformationCheckBox.Name = "LogInformationCheckBox";
430 this.LogInformationCheckBox.Size = new System.Drawing.Size(78, 17);
431 this.LogInformationCheckBox.TabIndex = 32;
432 this.LogInformationCheckBox.Text = "Information";
433 this.LogInformationCheckBox.UseVisualStyleBackColor = true;
434 //
435 // LogSuccessCheckBox
436 //
437 this.LogSuccessCheckBox.AutoSize = true;
438 this.LogSuccessCheckBox.Checked = true;
439 this.LogSuccessCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
440 this.LogSuccessCheckBox.Location = new System.Drawing.Point(185, 8);
441 this.LogSuccessCheckBox.Name = "LogSuccessCheckBox";
442 this.LogSuccessCheckBox.Size = new System.Drawing.Size(67, 17);
443 this.LogSuccessCheckBox.TabIndex = 31;
444 this.LogSuccessCheckBox.Text = "Success";
445 this.LogSuccessCheckBox.UseVisualStyleBackColor = true;
446 //
447 // LogCheckLabel
448 //
449 this.LogCheckLabel.AutoSize = true;
450 this.LogCheckLabel.Location = new System.Drawing.Point(6, 9);
451 this.LogCheckLabel.Name = "LogCheckLabel";
452 this.LogCheckLabel.Size = new System.Drawing.Size(38, 13);
453 this.LogCheckLabel.TabIndex = 30;
454 this.LogCheckLabel.Text = "Check";
455 //
456 // LogCheckComboBox
457 //
458 this.LogCheckComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
459 this.LogCheckComboBox.FormattingEnabled = true;
460 this.LogCheckComboBox.Location = new System.Drawing.Point(50, 6);
461 this.LogCheckComboBox.Name = "LogCheckComboBox";
462 this.LogCheckComboBox.Size = new System.Drawing.Size(121, 21);
463 this.LogCheckComboBox.TabIndex = 29;
464 this.LogCheckComboBox.SelectedIndexChanged += new System.EventHandler(this.FilterChanged);
465 //
466 // LogGrid
467 //
468 this.LogGrid.AllowUserToAddRows = false;
469 this.LogGrid.AllowUserToDeleteRows = false;
470 this.LogGrid.AllowUserToOrderColumns = true;
471 this.LogGrid.AllowUserToResizeRows = false;
472 this.LogGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
473 | System.Windows.Forms.AnchorStyles.Left)
474 | System.Windows.Forms.AnchorStyles.Right)));
475 this.LogGrid.AutoGenerateColumns = false;
476 this.LogGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
477 this.LogGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
478 this.LogGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
479 this.LogStatusColumn,
480 this.LogNameColumn,
481 this.LogMessageColumn,
482 this.LogStartTimeColumn,
483 this.LogEndTimeColumn});
484 this.LogGrid.DataSource = this.CheckResultBindingSource;
485 this.LogGrid.Location = new System.Drawing.Point(0, 33);
486 this.LogGrid.Name = "LogGrid";
487 this.LogGrid.ReadOnly = true;
488 this.LogGrid.RowHeadersVisible = false;
489 this.LogGrid.Size = new System.Drawing.Size(693, 223);
490 this.LogGrid.TabIndex = 28;
491 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting);
492 //
493 // dataGridViewImageColumn1
494 //
495 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
496 this.dataGridViewImageColumn1.DataPropertyName = "Status";
497 this.dataGridViewImageColumn1.HeaderText = "";
498 this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
499 this.dataGridViewImageColumn1.ReadOnly = true;
500 this.dataGridViewImageColumn1.ToolTipText = "Last Run Status";
501 this.dataGridViewImageColumn1.Width = 25;
502 //
503 // dataGridViewTextBoxColumn1
504 //
505 this.dataGridViewTextBoxColumn1.DataPropertyName = "Schedule";
506 this.dataGridViewTextBoxColumn1.HeaderText = "Schedule";
507 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
508 this.dataGridViewTextBoxColumn1.ReadOnly = true;
509 this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
510 this.dataGridViewTextBoxColumn1.Width = 192;
511 //
512 // ServerInfoPanel
513 //
514 this.ServerInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top;
515 this.ServerInfoPanel.Controls.Add(this.NameLabel);
516 this.ServerInfoPanel.Controls.Add(this.NameTextBox);
517 this.ServerInfoPanel.Controls.Add(this.KeyBrowseButton);
518 this.ServerInfoPanel.Controls.Add(this.PasswordTextBox);
519 this.ServerInfoPanel.Controls.Add(this.LoginLabel);
520 this.ServerInfoPanel.Controls.Add(this.PortTextBox);
521 this.ServerInfoPanel.Controls.Add(this.KeyTextBox);
522 this.ServerInfoPanel.Controls.Add(this.HostTextBox);
523 this.ServerInfoPanel.Controls.Add(this.UsernameTextBox);
524 this.ServerInfoPanel.Controls.Add(this.HostLabel);
525 this.ServerInfoPanel.Controls.Add(this.UsernameLabel);
526 this.ServerInfoPanel.Controls.Add(this.PortLabel);
527 this.ServerInfoPanel.Controls.Add(this.LoginComboBox);
528 this.ServerInfoPanel.Location = new System.Drawing.Point(148, 54);
529 this.ServerInfoPanel.Name = "ServerInfoPanel";
530 this.ServerInfoPanel.Size = new System.Drawing.Size(428, 113);
531 this.ServerInfoPanel.TabIndex = 27;
532 //
533 // dataGridViewImageColumn2
534 //
535 this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
536 this.dataGridViewImageColumn2.DataPropertyName = "Status";
537 this.dataGridViewImageColumn2.HeaderText = "";
538 this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
539 this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2";
540 this.dataGridViewImageColumn2.ReadOnly = true;
541 this.dataGridViewImageColumn2.ToolTipText = "Last Run Status";
542 this.dataGridViewImageColumn2.Width = 25;
543 //
544 // dataGridViewTextBoxColumn2
545 //
546 this.dataGridViewTextBoxColumn2.DataPropertyName = "Schedule";
547 this.dataGridViewTextBoxColumn2.HeaderText = "Schedule";
548 this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
549 this.dataGridViewTextBoxColumn2.ReadOnly = true;
550 this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
551 this.dataGridViewTextBoxColumn2.Width = 267;
552 //
553 // LastRunTimeColumn
554 //
555 this.LastRunTimeColumn.DataPropertyName = "LastRunTime";
556 this.LastRunTimeColumn.HeaderText = "LastRunTime";
557 this.LastRunTimeColumn.Name = "LastRunTimeColumn";
558 this.LastRunTimeColumn.ReadOnly = true;
559 this.LastRunTimeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
560 //
561 // EnabledColumn
562 //
563 this.EnabledColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
564 this.EnabledColumn.DataPropertyName = "Enabled";
565 this.EnabledColumn.HeaderText = "Enabled";
566 this.EnabledColumn.Name = "EnabledColumn";
567 this.EnabledColumn.ReadOnly = true;
568 this.EnabledColumn.Width = 50;
569 //
570 // dataGridViewImageColumn3
571 //
572 this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
573 this.dataGridViewImageColumn3.DataPropertyName = "Status";
574 this.dataGridViewImageColumn3.HeaderText = "";
575 this.dataGridViewImageColumn3.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
576 this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3";
577 this.dataGridViewImageColumn3.ReadOnly = true;
578 this.dataGridViewImageColumn3.ToolTipText = "Last Run Status";
579 this.dataGridViewImageColumn3.Width = 25;
580 //
581 // dataGridViewTextBoxColumn3
582 //
583 this.dataGridViewTextBoxColumn3.DataPropertyName = "Schedule";
584 this.dataGridViewTextBoxColumn3.HeaderText = "Schedule";
585 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
586 this.dataGridViewTextBoxColumn3.ReadOnly = true;
587 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
588 this.dataGridViewTextBoxColumn3.Width = 267;
589 //
590 // StatusColumn
591 //
592 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
593 this.StatusColumn.DataPropertyName = "Status";
594 this.StatusColumn.HeaderText = "";
595 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
596 this.StatusColumn.Name = "StatusColumn";
597 this.StatusColumn.ReadOnly = true;
598 this.StatusColumn.ToolTipText = "Last Run Status";
599 this.StatusColumn.Width = 25;
600 //
601 // NameColumn
602 //
603 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
604 this.NameColumn.DataPropertyName = "Name";
605 this.NameColumn.HeaderText = "Name";
606 this.NameColumn.Name = "NameColumn";
607 this.NameColumn.ReadOnly = true;
608 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
609 this.NameColumn.Width = 41;
610 //
611 // ScheduleColumn
612 //
613 this.ScheduleColumn.DataPropertyName = "Schedule";
614 this.ScheduleColumn.HeaderText = "Schedule";
615 this.ScheduleColumn.Name = "ScheduleColumn";
616 this.ScheduleColumn.ReadOnly = true;
617 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
618 //
619 // CheckBindingSource
620 //
621 this.CheckBindingSource.DataSource = typeof(ServerMonitorApp.Check);
622 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged);
623 //
624 // LogStatusColumn
625 //
626 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
627 this.LogStatusColumn.DataPropertyName = "CheckStatus";
628 this.LogStatusColumn.HeaderText = "";
629 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
630 this.LogStatusColumn.Name = "LogStatusColumn";
631 this.LogStatusColumn.ReadOnly = true;
632 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
633 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
634 this.LogStatusColumn.ToolTipText = "Status";
635 this.LogStatusColumn.Width = 25;
636 //
637 // LogNameColumn
638 //
639 this.LogNameColumn.DataPropertyName = "Check";
640 this.LogNameColumn.HeaderText = "Check";
641 this.LogNameColumn.Name = "LogNameColumn";
642 this.LogNameColumn.ReadOnly = true;
643 //
644 // LogMessageColumn
645 //
646 this.LogMessageColumn.DataPropertyName = "Message";
647 this.LogMessageColumn.HeaderText = "Message";
648 this.LogMessageColumn.Name = "LogMessageColumn";
649 this.LogMessageColumn.ReadOnly = true;
650 //
651 // LogStartTimeColumn
652 //
653 this.LogStartTimeColumn.DataPropertyName = "StartTime";
654 dataGridViewCellStyle1.Format = "G";
655 dataGridViewCellStyle1.NullValue = null;
656 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1;
657 this.LogStartTimeColumn.HeaderText = "StartTime";
658 this.LogStartTimeColumn.Name = "LogStartTimeColumn";
659 this.LogStartTimeColumn.ReadOnly = true;
660 //
661 // LogEndTimeColumn
662 //
663 this.LogEndTimeColumn.DataPropertyName = "EndTime";
664 dataGridViewCellStyle2.Format = "G";
665 dataGridViewCellStyle2.NullValue = null;
666 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2;
667 this.LogEndTimeColumn.HeaderText = "EndTime";
668 this.LogEndTimeColumn.Name = "LogEndTimeColumn";
669 this.LogEndTimeColumn.ReadOnly = true;
670 //
671 // CheckResultBindingSource
672 //
673 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult);
674 //
675 // ServerForm
676 //
677 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
678 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
679 this.ClientSize = new System.Drawing.Size(728, 467);
680 this.Controls.Add(this.ServerInfoPanel);
681 this.Controls.Add(this.CheckTabControl);
682 this.Controls.Add(this.TitleLabel);
683 this.MinimumSize = new System.Drawing.Size(515, 38);
684 this.Name = "ServerForm";
685 this.Text = "New Server";
686 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerForm_FormClosing);
687 this.Load += new System.EventHandler(this.ServerForm_Load);
688 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).EndInit();
689 this.CheckTabControl.ResumeLayout(false);
690 this.CheckTabPage.ResumeLayout(false);
691 this.LogTabPage.ResumeLayout(false);
692 this.LogTabPage.PerformLayout();
693 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).EndInit();
694 this.ServerInfoPanel.ResumeLayout(false);
695 this.ServerInfoPanel.PerformLayout();
696 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).EndInit();
697 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).EndInit();
698 this.ResumeLayout(false);
699
700 }
701
702 #endregion
703
704 private System.Windows.Forms.Label TitleLabel;
705 private System.Windows.Forms.TextBox NameTextBox;
706 private System.Windows.Forms.Label NameLabel;
707 private System.Windows.Forms.TextBox HostTextBox;
708 private System.Windows.Forms.TextBox PortTextBox;
709 private System.Windows.Forms.Label HostLabel;
710 private System.Windows.Forms.Label PortLabel;
711 private System.Windows.Forms.ComboBox LoginComboBox;
712 private System.Windows.Forms.Label UsernameLabel;
713 private System.Windows.Forms.TextBox UsernameTextBox;
714 private System.Windows.Forms.TextBox KeyTextBox;
715 private System.Windows.Forms.Label LoginLabel;
716 private System.Windows.Forms.Button KeyBrowseButton;
717 private System.Windows.Forms.TextBox PasswordTextBox;
718 private System.Windows.Forms.DataGridView CheckGrid;
719 private System.Windows.Forms.BindingSource CheckBindingSource;
720 private System.Windows.Forms.Button EditCheckButton;
721 private System.Windows.Forms.Button DeleteCheckButton;
722 private System.Windows.Forms.Button NewCheckButton;
723 private System.Windows.Forms.Label CheckActionsDividerLabel;
724 private System.Windows.Forms.Button RunAllButton;
725 private System.Windows.Forms.Button RunButton;
726 private System.Windows.Forms.TabControl CheckTabControl;
727 private System.Windows.Forms.TabPage CheckTabPage;
728 private System.Windows.Forms.TabPage LogTabPage;
729 private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
730 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
731 private System.Windows.Forms.Panel ServerInfoPanel;
732 private System.Windows.Forms.BindingSource CheckResultBindingSource;
733 private System.Windows.Forms.DataGridView LogGrid;
734 private System.Windows.Forms.Label LogCheckLabel;
735 private System.Windows.Forms.ComboBox LogCheckComboBox;
736 private System.Windows.Forms.CheckBox LogWarningCheckBox;
737 private System.Windows.Forms.CheckBox LogErrorCheckBox;
738 private System.Windows.Forms.CheckBox LogInformationCheckBox;
739 private System.Windows.Forms.CheckBox LogSuccessCheckBox;
740 private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn2;
741 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
742 private System.Windows.Forms.DataGridViewImageColumn LogStatusColumn;
743 private System.Windows.Forms.DataGridViewTextBoxColumn LogNameColumn;
744 private System.Windows.Forms.DataGridViewTextBoxColumn LogMessageColumn;
745 private System.Windows.Forms.DataGridViewTextBoxColumn LogStartTimeColumn;
746 private System.Windows.Forms.DataGridViewTextBoxColumn LogEndTimeColumn;
747 private System.Windows.Forms.DataGridViewImageColumn StatusColumn;
748 private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
749 private System.Windows.Forms.DataGridViewTextBoxColumn ScheduleColumn;
750 private System.Windows.Forms.DataGridViewTextBoxColumn LastRunTimeColumn;
751 private System.Windows.Forms.DataGridViewCheckBoxColumn EnabledColumn;
752 private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn3;
753 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
754 }
755 }