comparison ServerMonitor/Forms/ServerForm.Designer.cs @ 4:3142e52cbe69

Lots more progress
author Brad Greco <brad@bgreco.net>
date Sun, 10 Feb 2019 20:51:26 -0500
parents 3e1a2131f897
children b6fe203af9d5
comparison
equal deleted inserted replaced
3:96f0b028176d 4:3142e52cbe69
45 this.KeyTextBox = new System.Windows.Forms.TextBox(); 45 this.KeyTextBox = new System.Windows.Forms.TextBox();
46 this.LoginLabel = new System.Windows.Forms.Label(); 46 this.LoginLabel = new System.Windows.Forms.Label();
47 this.KeyBrowseButton = new System.Windows.Forms.Button(); 47 this.KeyBrowseButton = new System.Windows.Forms.Button();
48 this.PasswordTextBox = new System.Windows.Forms.TextBox(); 48 this.PasswordTextBox = new System.Windows.Forms.TextBox();
49 this.CheckGrid = new System.Windows.Forms.DataGridView(); 49 this.CheckGrid = new System.Windows.Forms.DataGridView();
50 this.StatusColumn = new System.Windows.Forms.DataGridViewImageColumn();
51 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
52 this.ScheduleColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
53 this.LastRunTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
54 this.EnabledColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
55 this.CheckBindingSource = new System.Windows.Forms.BindingSource(this.components);
50 this.CheckActionsDividerLabel = new System.Windows.Forms.Label(); 56 this.CheckActionsDividerLabel = new System.Windows.Forms.Label();
51 this.RunAllButton = new System.Windows.Forms.Button(); 57 this.RunAllButton = new System.Windows.Forms.Button();
52 this.RunButton = new System.Windows.Forms.Button(); 58 this.RunButton = new System.Windows.Forms.Button();
53 this.EditCheckButton = new System.Windows.Forms.Button(); 59 this.EditCheckButton = new System.Windows.Forms.Button();
54 this.DeleteCheckButton = new System.Windows.Forms.Button(); 60 this.DeleteCheckButton = new System.Windows.Forms.Button();
61 this.LogInformationCheckBox = new System.Windows.Forms.CheckBox(); 67 this.LogInformationCheckBox = new System.Windows.Forms.CheckBox();
62 this.LogSuccessCheckBox = new System.Windows.Forms.CheckBox(); 68 this.LogSuccessCheckBox = new System.Windows.Forms.CheckBox();
63 this.LogCheckLabel = new System.Windows.Forms.Label(); 69 this.LogCheckLabel = new System.Windows.Forms.Label();
64 this.LogCheckComboBox = new System.Windows.Forms.ComboBox(); 70 this.LogCheckComboBox = new System.Windows.Forms.ComboBox();
65 this.LogGrid = new System.Windows.Forms.DataGridView(); 71 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(); 72 this.LogStatusColumn = new System.Windows.Forms.DataGridViewImageColumn();
80 this.LogNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 73 this.LogNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
81 this.LogMessageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 74 this.LogMessageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
82 this.LogStartTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 75 this.LogStartTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
83 this.LogEndTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); 76 this.LogEndTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
84 this.CheckResultBindingSource = new System.Windows.Forms.BindingSource(this.components); 77 this.CheckResultBindingSource = new System.Windows.Forms.BindingSource(this.components);
78 this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
79 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
80 this.ServerInfoPanel = new System.Windows.Forms.Panel();
81 this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn();
82 this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
83 this.dataGridViewImageColumn3 = new System.Windows.Forms.DataGridViewImageColumn();
84 this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
85 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).BeginInit(); 85 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).BeginInit();
86 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit();
86 this.CheckTabControl.SuspendLayout(); 87 this.CheckTabControl.SuspendLayout();
87 this.CheckTabPage.SuspendLayout(); 88 this.CheckTabPage.SuspendLayout();
88 this.LogTabPage.SuspendLayout(); 89 this.LogTabPage.SuspendLayout();
89 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit(); 90 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit();
91 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit();
90 this.ServerInfoPanel.SuspendLayout(); 92 this.ServerInfoPanel.SuspendLayout();
91 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit();
92 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit();
93 this.SuspendLayout(); 93 this.SuspendLayout();
94 // 94 //
95 // TitleLabel 95 // TitleLabel
96 // 96 //
97 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top; 97 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top;
186 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20); 186 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20);
187 this.UsernameTextBox.TabIndex = 12; 187 this.UsernameTextBox.TabIndex = 12;
188 // 188 //
189 // KeyTextBox 189 // KeyTextBox
190 // 190 //
191 this.KeyTextBox.Location = new System.Drawing.Point(143, 82); 191 this.KeyTextBox.Location = new System.Drawing.Point(147, 82);
192 this.KeyTextBox.Name = "KeyTextBox"; 192 this.KeyTextBox.Name = "KeyTextBox";
193 this.KeyTextBox.Size = new System.Drawing.Size(202, 20); 193 this.KeyTextBox.Size = new System.Drawing.Size(202, 20);
194 this.KeyTextBox.TabIndex = 13; 194 this.KeyTextBox.TabIndex = 13;
195 // 195 //
196 // LoginLabel 196 // LoginLabel
209 this.KeyBrowseButton.Name = "KeyBrowseButton"; 209 this.KeyBrowseButton.Name = "KeyBrowseButton";
210 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23); 210 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23);
211 this.KeyBrowseButton.TabIndex = 15; 211 this.KeyBrowseButton.TabIndex = 15;
212 this.KeyBrowseButton.Text = "Browse..."; 212 this.KeyBrowseButton.Text = "Browse...";
213 this.KeyBrowseButton.UseVisualStyleBackColor = true; 213 this.KeyBrowseButton.UseVisualStyleBackColor = true;
214 this.KeyBrowseButton.Click += new System.EventHandler(this.KeyBrowseButton_Click);
214 // 215 //
215 // PasswordTextBox 216 // PasswordTextBox
216 // 217 //
217 this.PasswordTextBox.Location = new System.Drawing.Point(147, 82); 218 this.PasswordTextBox.Location = new System.Drawing.Point(147, 82);
218 this.PasswordTextBox.Name = "PasswordTextBox"; 219 this.PasswordTextBox.Name = "PasswordTextBox";
255 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter); 256 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.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave);
257 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged); 258 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged);
258 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown); 259 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown);
259 // 260 //
261 // StatusColumn
262 //
263 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
264 this.StatusColumn.DataPropertyName = "Status";
265 this.StatusColumn.HeaderText = "";
266 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
267 this.StatusColumn.Name = "StatusColumn";
268 this.StatusColumn.ReadOnly = true;
269 this.StatusColumn.ToolTipText = "Last Run Status";
270 this.StatusColumn.Width = 25;
271 //
272 // NameColumn
273 //
274 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
275 this.NameColumn.DataPropertyName = "Name";
276 this.NameColumn.HeaderText = "Name";
277 this.NameColumn.Name = "NameColumn";
278 this.NameColumn.ReadOnly = true;
279 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
280 this.NameColumn.Width = 41;
281 //
282 // ScheduleColumn
283 //
284 this.ScheduleColumn.DataPropertyName = "Schedule";
285 this.ScheduleColumn.HeaderText = "Schedule";
286 this.ScheduleColumn.Name = "ScheduleColumn";
287 this.ScheduleColumn.ReadOnly = true;
288 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
289 //
290 // LastRunTimeColumn
291 //
292 this.LastRunTimeColumn.DataPropertyName = "LastRunTime";
293 this.LastRunTimeColumn.HeaderText = "LastRunTime";
294 this.LastRunTimeColumn.Name = "LastRunTimeColumn";
295 this.LastRunTimeColumn.ReadOnly = true;
296 this.LastRunTimeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
297 //
298 // EnabledColumn
299 //
300 this.EnabledColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
301 this.EnabledColumn.DataPropertyName = "Enabled";
302 this.EnabledColumn.HeaderText = "Enabled";
303 this.EnabledColumn.Name = "EnabledColumn";
304 this.EnabledColumn.ReadOnly = true;
305 this.EnabledColumn.Width = 50;
306 //
307 // CheckBindingSource
308 //
309 this.CheckBindingSource.DataSource = typeof(ServerMonitorApp.Check);
310 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged);
311 //
260 // CheckActionsDividerLabel 312 // CheckActionsDividerLabel
261 // 313 //
262 this.CheckActionsDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 314 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; 315 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
264 this.CheckActionsDividerLabel.Location = new System.Drawing.Point(617, 79); 316 this.CheckActionsDividerLabel.Location = new System.Drawing.Point(617, 79);
488 this.LogGrid.RowHeadersVisible = false; 540 this.LogGrid.RowHeadersVisible = false;
489 this.LogGrid.Size = new System.Drawing.Size(693, 223); 541 this.LogGrid.Size = new System.Drawing.Size(693, 223);
490 this.LogGrid.TabIndex = 28; 542 this.LogGrid.TabIndex = 28;
491 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting); 543 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting);
492 // 544 //
545 // LogStatusColumn
546 //
547 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
548 this.LogStatusColumn.DataPropertyName = "CheckStatus";
549 this.LogStatusColumn.HeaderText = "";
550 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom;
551 this.LogStatusColumn.Name = "LogStatusColumn";
552 this.LogStatusColumn.ReadOnly = true;
553 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
554 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
555 this.LogStatusColumn.ToolTipText = "Status";
556 this.LogStatusColumn.Width = 25;
557 //
558 // LogNameColumn
559 //
560 this.LogNameColumn.DataPropertyName = "Check";
561 this.LogNameColumn.HeaderText = "Check";
562 this.LogNameColumn.Name = "LogNameColumn";
563 this.LogNameColumn.ReadOnly = true;
564 //
565 // LogMessageColumn
566 //
567 this.LogMessageColumn.DataPropertyName = "Message";
568 this.LogMessageColumn.HeaderText = "Message";
569 this.LogMessageColumn.Name = "LogMessageColumn";
570 this.LogMessageColumn.ReadOnly = true;
571 //
572 // LogStartTimeColumn
573 //
574 this.LogStartTimeColumn.DataPropertyName = "StartTime";
575 dataGridViewCellStyle1.Format = "G";
576 dataGridViewCellStyle1.NullValue = null;
577 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1;
578 this.LogStartTimeColumn.HeaderText = "StartTime";
579 this.LogStartTimeColumn.Name = "LogStartTimeColumn";
580 this.LogStartTimeColumn.ReadOnly = true;
581 //
582 // LogEndTimeColumn
583 //
584 this.LogEndTimeColumn.DataPropertyName = "EndTime";
585 dataGridViewCellStyle2.Format = "G";
586 dataGridViewCellStyle2.NullValue = null;
587 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2;
588 this.LogEndTimeColumn.HeaderText = "EndTime";
589 this.LogEndTimeColumn.Name = "LogEndTimeColumn";
590 this.LogEndTimeColumn.ReadOnly = true;
591 //
592 // CheckResultBindingSource
593 //
594 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult);
595 //
493 // dataGridViewImageColumn1 596 // dataGridViewImageColumn1
494 // 597 //
495 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 598 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
496 this.dataGridViewImageColumn1.DataPropertyName = "Status"; 599 this.dataGridViewImageColumn1.DataPropertyName = "Status";
497 this.dataGridViewImageColumn1.HeaderText = ""; 600 this.dataGridViewImageColumn1.HeaderText = "";
548 this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; 651 this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
549 this.dataGridViewTextBoxColumn2.ReadOnly = true; 652 this.dataGridViewTextBoxColumn2.ReadOnly = true;
550 this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 653 this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
551 this.dataGridViewTextBoxColumn2.Width = 267; 654 this.dataGridViewTextBoxColumn2.Width = 267;
552 // 655 //
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 656 // dataGridViewImageColumn3
571 // 657 //
572 this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; 658 this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
573 this.dataGridViewImageColumn3.DataPropertyName = "Status"; 659 this.dataGridViewImageColumn3.DataPropertyName = "Status";
574 this.dataGridViewImageColumn3.HeaderText = ""; 660 this.dataGridViewImageColumn3.HeaderText = "";
584 this.dataGridViewTextBoxColumn3.HeaderText = "Schedule"; 670 this.dataGridViewTextBoxColumn3.HeaderText = "Schedule";
585 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; 671 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
586 this.dataGridViewTextBoxColumn3.ReadOnly = true; 672 this.dataGridViewTextBoxColumn3.ReadOnly = true;
587 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; 673 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
588 this.dataGridViewTextBoxColumn3.Width = 267; 674 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 //
675 // ServerForm 676 // ServerForm
676 // 677 //
677 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 678 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
678 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 679 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
681 this.Controls.Add(this.CheckTabControl); 682 this.Controls.Add(this.CheckTabControl);
682 this.Controls.Add(this.TitleLabel); 683 this.Controls.Add(this.TitleLabel);
683 this.MinimumSize = new System.Drawing.Size(515, 38); 684 this.MinimumSize = new System.Drawing.Size(515, 38);
684 this.Name = "ServerForm"; 685 this.Name = "ServerForm";
685 this.Text = "New Server"; 686 this.Text = "New Server";
687 this.Activated += new System.EventHandler(this.ServerForm_Activated);
686 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerForm_FormClosing); 688 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerForm_FormClosing);
687 this.Load += new System.EventHandler(this.ServerForm_Load); 689 this.Load += new System.EventHandler(this.ServerForm_Load);
688 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).EndInit(); 690 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).EndInit();
691 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).EndInit();
689 this.CheckTabControl.ResumeLayout(false); 692 this.CheckTabControl.ResumeLayout(false);
690 this.CheckTabPage.ResumeLayout(false); 693 this.CheckTabPage.ResumeLayout(false);
691 this.LogTabPage.ResumeLayout(false); 694 this.LogTabPage.ResumeLayout(false);
692 this.LogTabPage.PerformLayout(); 695 this.LogTabPage.PerformLayout();
693 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).EndInit(); 696 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).EndInit();
697 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).EndInit();
694 this.ServerInfoPanel.ResumeLayout(false); 698 this.ServerInfoPanel.ResumeLayout(false);
695 this.ServerInfoPanel.PerformLayout(); 699 this.ServerInfoPanel.PerformLayout();
696 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).EndInit();
697 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).EndInit();
698 this.ResumeLayout(false); 700 this.ResumeLayout(false);
699 701
700 } 702 }
701 703
702 #endregion 704 #endregion