Mercurial > servermonitor
comparison ServerMonitor/Forms/ServerForm.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 | c1dffaac66fa |
children | 7645122aa7a9 |
comparison
equal
deleted
inserted
replaced
7:8486ab7d2357 | 8:052aa62cb42a |
---|---|
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(); | 50 this.LastRunTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
54 this.EnabledColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); | 51 this.EnabledColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
55 this.CheckBindingSource = new System.Windows.Forms.BindingSource(this.components); | |
56 this.CheckActionsDividerLabel = new System.Windows.Forms.Label(); | 52 this.CheckActionsDividerLabel = new System.Windows.Forms.Label(); |
57 this.RunAllButton = new System.Windows.Forms.Button(); | 53 this.RunAllButton = new System.Windows.Forms.Button(); |
58 this.RunButton = new System.Windows.Forms.Button(); | 54 this.RunButton = new System.Windows.Forms.Button(); |
59 this.EditCheckButton = new System.Windows.Forms.Button(); | 55 this.EditCheckButton = new System.Windows.Forms.Button(); |
60 this.DeleteCheckButton = new System.Windows.Forms.Button(); | 56 this.DeleteCheckButton = new System.Windows.Forms.Button(); |
67 this.LogInformationCheckBox = new System.Windows.Forms.CheckBox(); | 63 this.LogInformationCheckBox = new System.Windows.Forms.CheckBox(); |
68 this.LogSuccessCheckBox = new System.Windows.Forms.CheckBox(); | 64 this.LogSuccessCheckBox = new System.Windows.Forms.CheckBox(); |
69 this.LogCheckLabel = new System.Windows.Forms.Label(); | 65 this.LogCheckLabel = new System.Windows.Forms.Label(); |
70 this.LogCheckComboBox = new System.Windows.Forms.ComboBox(); | 66 this.LogCheckComboBox = new System.Windows.Forms.ComboBox(); |
71 this.LogGrid = new System.Windows.Forms.DataGridView(); | 67 this.LogGrid = new System.Windows.Forms.DataGridView(); |
68 this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn(); | |
69 this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |
70 this.ServerInfoPanel = new System.Windows.Forms.Panel(); | |
71 this.EnabledCheckBox = new System.Windows.Forms.CheckBox(); | |
72 this.dataGridViewImageColumn2 = new System.Windows.Forms.DataGridViewImageColumn(); | |
73 this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |
74 this.dataGridViewImageColumn3 = new System.Windows.Forms.DataGridViewImageColumn(); | |
75 this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |
76 this.StatusColumn = new System.Windows.Forms.DataGridViewImageColumn(); | |
77 this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |
78 this.ScheduleColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | |
79 this.CheckBindingSource = new System.Windows.Forms.BindingSource(this.components); | |
72 this.LogStatusColumn = new System.Windows.Forms.DataGridViewImageColumn(); | 80 this.LogStatusColumn = new System.Windows.Forms.DataGridViewImageColumn(); |
73 this.LogNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | 81 this.LogNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
74 this.LogMessageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | 82 this.LogMessageColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
75 this.LogStartTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | 83 this.LogStartTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
76 this.LogEndTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); | 84 this.LogEndTimeColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
77 this.CheckResultBindingSource = new System.Windows.Forms.BindingSource(this.components); | 85 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(); | 86 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).BeginInit(); |
86 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit(); | |
87 this.CheckTabControl.SuspendLayout(); | 87 this.CheckTabControl.SuspendLayout(); |
88 this.CheckTabPage.SuspendLayout(); | 88 this.CheckTabPage.SuspendLayout(); |
89 this.LogTabPage.SuspendLayout(); | 89 this.LogTabPage.SuspendLayout(); |
90 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit(); | 90 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit(); |
91 this.ServerInfoPanel.SuspendLayout(); | |
92 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit(); | |
91 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit(); | 93 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit(); |
92 this.ServerInfoPanel.SuspendLayout(); | |
93 this.SuspendLayout(); | 94 this.SuspendLayout(); |
94 // | 95 // |
95 // TitleLabel | 96 // TitleLabel |
96 // | 97 // |
97 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top; | 98 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top; |
106 // | 107 // |
107 // NameTextBox | 108 // NameTextBox |
108 // | 109 // |
109 this.NameTextBox.Location = new System.Drawing.Point(61, 4); | 110 this.NameTextBox.Location = new System.Drawing.Point(61, 4); |
110 this.NameTextBox.Name = "NameTextBox"; | 111 this.NameTextBox.Name = "NameTextBox"; |
111 this.NameTextBox.Size = new System.Drawing.Size(354, 20); | 112 this.NameTextBox.Size = new System.Drawing.Size(271, 20); |
112 this.NameTextBox.TabIndex = 3; | 113 this.NameTextBox.TabIndex = 3; |
113 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged); | 114 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged); |
114 // | 115 // |
115 // NameLabel | 116 // NameLabel |
116 // | 117 // |
117 this.NameLabel.AutoSize = true; | 118 this.NameLabel.AutoSize = true; |
118 this.NameLabel.Location = new System.Drawing.Point(6, 7); | 119 this.NameLabel.Location = new System.Drawing.Point(6, 7); |
119 this.NameLabel.Name = "NameLabel"; | 120 this.NameLabel.Name = "NameLabel"; |
120 this.NameLabel.Size = new System.Drawing.Size(35, 13); | 121 this.NameLabel.Size = new System.Drawing.Size(35, 13); |
121 this.NameLabel.TabIndex = 2; | 122 this.NameLabel.TabIndex = 2; |
122 this.NameLabel.Text = "Name"; | 123 this.NameLabel.Text = "Na&me"; |
123 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 124 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
124 // | 125 // |
125 // HostTextBox | 126 // HostTextBox |
126 // | 127 // |
127 this.HostTextBox.Location = new System.Drawing.Point(61, 30); | 128 this.HostTextBox.Location = new System.Drawing.Point(61, 30); |
132 // PortTextBox | 133 // PortTextBox |
133 // | 134 // |
134 this.PortTextBox.Location = new System.Drawing.Point(61, 56); | 135 this.PortTextBox.Location = new System.Drawing.Point(61, 56); |
135 this.PortTextBox.Name = "PortTextBox"; | 136 this.PortTextBox.Name = "PortTextBox"; |
136 this.PortTextBox.Size = new System.Drawing.Size(57, 20); | 137 this.PortTextBox.Size = new System.Drawing.Size(57, 20); |
137 this.PortTextBox.TabIndex = 7; | 138 this.PortTextBox.TabIndex = 8; |
138 // | 139 // |
139 // HostLabel | 140 // HostLabel |
140 // | 141 // |
141 this.HostLabel.AutoSize = true; | 142 this.HostLabel.AutoSize = true; |
142 this.HostLabel.Location = new System.Drawing.Point(6, 33); | 143 this.HostLabel.Location = new System.Drawing.Point(6, 33); |
143 this.HostLabel.Name = "HostLabel"; | 144 this.HostLabel.Name = "HostLabel"; |
144 this.HostLabel.Size = new System.Drawing.Size(29, 13); | 145 this.HostLabel.Size = new System.Drawing.Size(29, 13); |
145 this.HostLabel.TabIndex = 8; | 146 this.HostLabel.TabIndex = 5; |
146 this.HostLabel.Text = "Host"; | 147 this.HostLabel.Text = "&Host"; |
147 this.HostLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 148 this.HostLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
148 // | 149 // |
149 // PortLabel | 150 // PortLabel |
150 // | 151 // |
151 this.PortLabel.AutoSize = true; | 152 this.PortLabel.AutoSize = true; |
152 this.PortLabel.Location = new System.Drawing.Point(6, 59); | 153 this.PortLabel.Location = new System.Drawing.Point(6, 59); |
153 this.PortLabel.Name = "PortLabel"; | 154 this.PortLabel.Name = "PortLabel"; |
154 this.PortLabel.Size = new System.Drawing.Size(50, 13); | 155 this.PortLabel.Size = new System.Drawing.Size(50, 13); |
155 this.PortLabel.TabIndex = 9; | 156 this.PortLabel.TabIndex = 7; |
156 this.PortLabel.Text = "SSH port"; | 157 this.PortLabel.Text = "SSH &port"; |
157 this.PortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 158 this.PortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
158 // | 159 // |
159 // LoginComboBox | 160 // LoginComboBox |
160 // | 161 // |
161 this.LoginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 162 this.LoginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
164 "Private key", | 165 "Private key", |
165 "Password"}); | 166 "Password"}); |
166 this.LoginComboBox.Location = new System.Drawing.Point(61, 82); | 167 this.LoginComboBox.Location = new System.Drawing.Point(61, 82); |
167 this.LoginComboBox.Name = "LoginComboBox"; | 168 this.LoginComboBox.Name = "LoginComboBox"; |
168 this.LoginComboBox.Size = new System.Drawing.Size(80, 21); | 169 this.LoginComboBox.Size = new System.Drawing.Size(80, 21); |
169 this.LoginComboBox.TabIndex = 10; | 170 this.LoginComboBox.TabIndex = 12; |
170 this.LoginComboBox.SelectedIndexChanged += new System.EventHandler(this.LoginComboBox_SelectedIndexChanged); | 171 this.LoginComboBox.SelectedIndexChanged += new System.EventHandler(this.LoginComboBox_SelectedIndexChanged); |
171 // | 172 // |
172 // UsernameLabel | 173 // UsernameLabel |
173 // | 174 // |
174 this.UsernameLabel.AutoSize = true; | 175 this.UsernameLabel.AutoSize = true; |
175 this.UsernameLabel.Location = new System.Drawing.Point(144, 59); | 176 this.UsernameLabel.Location = new System.Drawing.Point(144, 59); |
176 this.UsernameLabel.Name = "UsernameLabel"; | 177 this.UsernameLabel.Name = "UsernameLabel"; |
177 this.UsernameLabel.Size = new System.Drawing.Size(78, 13); | 178 this.UsernameLabel.Size = new System.Drawing.Size(78, 13); |
178 this.UsernameLabel.TabIndex = 11; | 179 this.UsernameLabel.TabIndex = 9; |
179 this.UsernameLabel.Text = "SSH username"; | 180 this.UsernameLabel.Text = "SSH &username"; |
180 this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 181 this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
181 // | 182 // |
182 // UsernameTextBox | 183 // UsernameTextBox |
183 // | 184 // |
184 this.UsernameTextBox.Location = new System.Drawing.Point(228, 56); | 185 this.UsernameTextBox.Location = new System.Drawing.Point(228, 56); |
185 this.UsernameTextBox.Name = "UsernameTextBox"; | 186 this.UsernameTextBox.Name = "UsernameTextBox"; |
186 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20); | 187 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20); |
187 this.UsernameTextBox.TabIndex = 8; | 188 this.UsernameTextBox.TabIndex = 10; |
188 // | 189 // |
189 // KeyTextBox | 190 // KeyTextBox |
190 // | 191 // |
191 this.KeyTextBox.Location = new System.Drawing.Point(147, 82); | 192 this.KeyTextBox.Location = new System.Drawing.Point(147, 82); |
192 this.KeyTextBox.Name = "KeyTextBox"; | 193 this.KeyTextBox.Name = "KeyTextBox"; |
198 // | 199 // |
199 this.LoginLabel.AutoSize = true; | 200 this.LoginLabel.AutoSize = true; |
200 this.LoginLabel.Location = new System.Drawing.Point(6, 85); | 201 this.LoginLabel.Location = new System.Drawing.Point(6, 85); |
201 this.LoginLabel.Name = "LoginLabel"; | 202 this.LoginLabel.Name = "LoginLabel"; |
202 this.LoginLabel.Size = new System.Drawing.Size(54, 13); | 203 this.LoginLabel.Size = new System.Drawing.Size(54, 13); |
203 this.LoginLabel.TabIndex = 14; | 204 this.LoginLabel.TabIndex = 11; |
204 this.LoginLabel.Text = "SSH login"; | 205 this.LoginLabel.Text = "SSH &login"; |
205 this.LoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 206 this.LoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
206 // | 207 // |
207 // KeyBrowseButton | 208 // KeyBrowseButton |
208 // | 209 // |
209 this.KeyBrowseButton.Location = new System.Drawing.Point(355, 80); | 210 this.KeyBrowseButton.Location = new System.Drawing.Point(355, 80); |
210 this.KeyBrowseButton.Name = "KeyBrowseButton"; | 211 this.KeyBrowseButton.Name = "KeyBrowseButton"; |
211 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23); | 212 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23); |
212 this.KeyBrowseButton.TabIndex = 15; | 213 this.KeyBrowseButton.TabIndex = 15; |
213 this.KeyBrowseButton.Text = "Browse..."; | 214 this.KeyBrowseButton.Text = "Br&owse..."; |
214 this.KeyBrowseButton.UseVisualStyleBackColor = true; | 215 this.KeyBrowseButton.UseVisualStyleBackColor = true; |
215 this.KeyBrowseButton.Click += new System.EventHandler(this.KeyBrowseButton_Click); | 216 this.KeyBrowseButton.Click += new System.EventHandler(this.KeyBrowseButton_Click); |
216 // | 217 // |
217 // PasswordTextBox | 218 // PasswordTextBox |
218 // | 219 // |
247 this.CheckGrid.Name = "CheckGrid"; | 248 this.CheckGrid.Name = "CheckGrid"; |
248 this.CheckGrid.RowHeadersVisible = false; | 249 this.CheckGrid.RowHeadersVisible = false; |
249 this.CheckGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; | 250 this.CheckGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
250 this.CheckGrid.ShowEditingIcon = false; | 251 this.CheckGrid.ShowEditingIcon = false; |
251 this.CheckGrid.Size = new System.Drawing.Size(611, 256); | 252 this.CheckGrid.Size = new System.Drawing.Size(611, 256); |
252 this.CheckGrid.TabIndex = 19; | 253 this.CheckGrid.TabIndex = 22; |
253 this.CheckGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellClick); | 254 this.CheckGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellClick); |
254 this.CheckGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellContentClick); | 255 this.CheckGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellContentClick); |
255 this.CheckGrid.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellDoubleClick); | 256 this.CheckGrid.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellDoubleClick); |
256 this.CheckGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.CheckGrid_CellFormatting); | 257 this.CheckGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.CheckGrid_CellFormatting); |
257 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter); | 258 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter); |
258 this.CheckGrid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave); | 259 this.CheckGrid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave); |
259 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged); | 260 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged); |
260 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown); | 261 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown); |
261 // | 262 // |
262 // StatusColumn | |
263 // | |
264 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | |
265 this.StatusColumn.DataPropertyName = "Status"; | |
266 this.StatusColumn.HeaderText = ""; | |
267 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | |
268 this.StatusColumn.Name = "StatusColumn"; | |
269 this.StatusColumn.ReadOnly = true; | |
270 this.StatusColumn.ToolTipText = "Last Run Status"; | |
271 this.StatusColumn.Width = 25; | |
272 // | |
273 // NameColumn | |
274 // | |
275 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; | |
276 this.NameColumn.DataPropertyName = "Name"; | |
277 this.NameColumn.HeaderText = "Name"; | |
278 this.NameColumn.Name = "NameColumn"; | |
279 this.NameColumn.ReadOnly = true; | |
280 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | |
281 this.NameColumn.Width = 41; | |
282 // | |
283 // ScheduleColumn | |
284 // | |
285 this.ScheduleColumn.DataPropertyName = "Schedule"; | |
286 this.ScheduleColumn.HeaderText = "Schedule"; | |
287 this.ScheduleColumn.Name = "ScheduleColumn"; | |
288 this.ScheduleColumn.ReadOnly = true; | |
289 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | |
290 // | |
291 // LastRunTimeColumn | 263 // LastRunTimeColumn |
292 // | 264 // |
293 this.LastRunTimeColumn.DataPropertyName = "LastRunTime"; | 265 this.LastRunTimeColumn.DataPropertyName = "LastRunTime"; |
294 this.LastRunTimeColumn.HeaderText = "LastRunTime"; | 266 this.LastRunTimeColumn.HeaderText = "LastRunTime"; |
295 this.LastRunTimeColumn.Name = "LastRunTimeColumn"; | 267 this.LastRunTimeColumn.Name = "LastRunTimeColumn"; |
302 this.EnabledColumn.DataPropertyName = "Enabled"; | 274 this.EnabledColumn.DataPropertyName = "Enabled"; |
303 this.EnabledColumn.HeaderText = "Enabled"; | 275 this.EnabledColumn.HeaderText = "Enabled"; |
304 this.EnabledColumn.Name = "EnabledColumn"; | 276 this.EnabledColumn.Name = "EnabledColumn"; |
305 this.EnabledColumn.ReadOnly = true; | 277 this.EnabledColumn.ReadOnly = true; |
306 this.EnabledColumn.Width = 50; | 278 this.EnabledColumn.Width = 50; |
307 // | |
308 // CheckBindingSource | |
309 // | |
310 this.CheckBindingSource.DataSource = typeof(ServerMonitorApp.Check); | |
311 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged); | |
312 // | 279 // |
313 // CheckActionsDividerLabel | 280 // CheckActionsDividerLabel |
314 // | 281 // |
315 this.CheckActionsDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 282 this.CheckActionsDividerLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
316 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; | 283 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
326 this.RunAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 293 this.RunAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
327 this.RunAllButton.Location = new System.Drawing.Point(617, 52); | 294 this.RunAllButton.Location = new System.Drawing.Point(617, 52); |
328 this.RunAllButton.Name = "RunAllButton"; | 295 this.RunAllButton.Name = "RunAllButton"; |
329 this.RunAllButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | 296 this.RunAllButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |
330 this.RunAllButton.Size = new System.Drawing.Size(75, 23); | 297 this.RunAllButton.Size = new System.Drawing.Size(75, 23); |
331 this.RunAllButton.TabIndex = 25; | 298 this.RunAllButton.TabIndex = 24; |
332 this.RunAllButton.Text = "Run All"; | 299 this.RunAllButton.Text = "Run &All"; |
333 this.RunAllButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 300 this.RunAllButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
334 this.RunAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 301 this.RunAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
335 this.RunAllButton.UseVisualStyleBackColor = true; | 302 this.RunAllButton.UseVisualStyleBackColor = true; |
336 this.RunAllButton.Click += new System.EventHandler(this.RunAllButton_Click); | 303 this.RunAllButton.Click += new System.EventHandler(this.RunAllButton_Click); |
337 // | 304 // |
342 this.RunButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 309 this.RunButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
343 this.RunButton.Location = new System.Drawing.Point(617, 84); | 310 this.RunButton.Location = new System.Drawing.Point(617, 84); |
344 this.RunButton.Name = "RunButton"; | 311 this.RunButton.Name = "RunButton"; |
345 this.RunButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | 312 this.RunButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |
346 this.RunButton.Size = new System.Drawing.Size(75, 23); | 313 this.RunButton.Size = new System.Drawing.Size(75, 23); |
347 this.RunButton.TabIndex = 24; | 314 this.RunButton.TabIndex = 25; |
348 this.RunButton.Text = "Run"; | 315 this.RunButton.Text = "&Run"; |
349 this.RunButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 316 this.RunButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
350 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 317 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
351 this.RunButton.UseVisualStyleBackColor = true; | 318 this.RunButton.UseVisualStyleBackColor = true; |
352 this.RunButton.Click += new System.EventHandler(this.RunButton_Click); | 319 this.RunButton.Click += new System.EventHandler(this.RunButton_Click); |
353 // | 320 // |
359 this.EditCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 326 this.EditCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
360 this.EditCheckButton.Location = new System.Drawing.Point(617, 113); | 327 this.EditCheckButton.Location = new System.Drawing.Point(617, 113); |
361 this.EditCheckButton.Name = "EditCheckButton"; | 328 this.EditCheckButton.Name = "EditCheckButton"; |
362 this.EditCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | 329 this.EditCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |
363 this.EditCheckButton.Size = new System.Drawing.Size(75, 23); | 330 this.EditCheckButton.Size = new System.Drawing.Size(75, 23); |
364 this.EditCheckButton.TabIndex = 23; | 331 this.EditCheckButton.TabIndex = 26; |
365 this.EditCheckButton.Text = "Edit"; | 332 this.EditCheckButton.Text = "&Edit"; |
366 this.EditCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 333 this.EditCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
367 this.EditCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 334 this.EditCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
368 this.EditCheckButton.UseVisualStyleBackColor = true; | 335 this.EditCheckButton.UseVisualStyleBackColor = true; |
369 this.EditCheckButton.Click += new System.EventHandler(this.EditCheckButton_Click); | 336 this.EditCheckButton.Click += new System.EventHandler(this.EditCheckButton_Click); |
370 // | 337 // |
376 this.DeleteCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 343 this.DeleteCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
377 this.DeleteCheckButton.Location = new System.Drawing.Point(617, 142); | 344 this.DeleteCheckButton.Location = new System.Drawing.Point(617, 142); |
378 this.DeleteCheckButton.Name = "DeleteCheckButton"; | 345 this.DeleteCheckButton.Name = "DeleteCheckButton"; |
379 this.DeleteCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | 346 this.DeleteCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |
380 this.DeleteCheckButton.Size = new System.Drawing.Size(75, 23); | 347 this.DeleteCheckButton.Size = new System.Drawing.Size(75, 23); |
381 this.DeleteCheckButton.TabIndex = 21; | 348 this.DeleteCheckButton.TabIndex = 27; |
382 this.DeleteCheckButton.Text = "Delete"; | 349 this.DeleteCheckButton.Text = "&Delete"; |
383 this.DeleteCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 350 this.DeleteCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
384 this.DeleteCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 351 this.DeleteCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
385 this.DeleteCheckButton.UseVisualStyleBackColor = true; | 352 this.DeleteCheckButton.UseVisualStyleBackColor = true; |
386 this.DeleteCheckButton.Click += new System.EventHandler(this.DeleteCheckButton_Click); | 353 this.DeleteCheckButton.Click += new System.EventHandler(this.DeleteCheckButton_Click); |
387 // | 354 // |
392 this.NewCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 359 this.NewCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
393 this.NewCheckButton.Location = new System.Drawing.Point(617, 23); | 360 this.NewCheckButton.Location = new System.Drawing.Point(617, 23); |
394 this.NewCheckButton.Name = "NewCheckButton"; | 361 this.NewCheckButton.Name = "NewCheckButton"; |
395 this.NewCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | 362 this.NewCheckButton.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |
396 this.NewCheckButton.Size = new System.Drawing.Size(75, 23); | 363 this.NewCheckButton.Size = new System.Drawing.Size(75, 23); |
397 this.NewCheckButton.TabIndex = 20; | 364 this.NewCheckButton.TabIndex = 23; |
398 this.NewCheckButton.Text = "New"; | 365 this.NewCheckButton.Text = "&New"; |
399 this.NewCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 366 this.NewCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
400 this.NewCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 367 this.NewCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
401 this.NewCheckButton.UseVisualStyleBackColor = true; | 368 this.NewCheckButton.UseVisualStyleBackColor = true; |
402 this.NewCheckButton.Click += new System.EventHandler(this.NewCheckButton_Click); | 369 this.NewCheckButton.Click += new System.EventHandler(this.NewCheckButton_Click); |
403 // | 370 // |
467 this.LogErrorCheckBox.Checked = true; | 434 this.LogErrorCheckBox.Checked = true; |
468 this.LogErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 435 this.LogErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
469 this.LogErrorCheckBox.Location = new System.Drawing.Point(414, 8); | 436 this.LogErrorCheckBox.Location = new System.Drawing.Point(414, 8); |
470 this.LogErrorCheckBox.Name = "LogErrorCheckBox"; | 437 this.LogErrorCheckBox.Name = "LogErrorCheckBox"; |
471 this.LogErrorCheckBox.Size = new System.Drawing.Size(48, 17); | 438 this.LogErrorCheckBox.Size = new System.Drawing.Size(48, 17); |
472 this.LogErrorCheckBox.TabIndex = 33; | 439 this.LogErrorCheckBox.TabIndex = 35; |
473 this.LogErrorCheckBox.Text = "Error"; | 440 this.LogErrorCheckBox.Text = "Error"; |
474 this.LogErrorCheckBox.UseVisualStyleBackColor = true; | 441 this.LogErrorCheckBox.UseVisualStyleBackColor = true; |
475 // | 442 // |
476 // LogInformationCheckBox | 443 // LogInformationCheckBox |
477 // | 444 // |
538 this.LogGrid.Location = new System.Drawing.Point(0, 33); | 505 this.LogGrid.Location = new System.Drawing.Point(0, 33); |
539 this.LogGrid.Name = "LogGrid"; | 506 this.LogGrid.Name = "LogGrid"; |
540 this.LogGrid.ReadOnly = true; | 507 this.LogGrid.ReadOnly = true; |
541 this.LogGrid.RowHeadersVisible = false; | 508 this.LogGrid.RowHeadersVisible = false; |
542 this.LogGrid.Size = new System.Drawing.Size(693, 223); | 509 this.LogGrid.Size = new System.Drawing.Size(693, 223); |
543 this.LogGrid.TabIndex = 28; | 510 this.LogGrid.TabIndex = 40; |
544 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting); | 511 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting); |
545 // | |
546 // LogStatusColumn | |
547 // | |
548 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | |
549 this.LogStatusColumn.DataPropertyName = "CheckStatus"; | |
550 this.LogStatusColumn.HeaderText = ""; | |
551 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | |
552 this.LogStatusColumn.Name = "LogStatusColumn"; | |
553 this.LogStatusColumn.ReadOnly = true; | |
554 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; | |
555 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | |
556 this.LogStatusColumn.ToolTipText = "Status"; | |
557 this.LogStatusColumn.Width = 25; | |
558 // | |
559 // LogNameColumn | |
560 // | |
561 this.LogNameColumn.DataPropertyName = "Check"; | |
562 this.LogNameColumn.HeaderText = "Check"; | |
563 this.LogNameColumn.Name = "LogNameColumn"; | |
564 this.LogNameColumn.ReadOnly = true; | |
565 // | |
566 // LogMessageColumn | |
567 // | |
568 this.LogMessageColumn.DataPropertyName = "Message"; | |
569 this.LogMessageColumn.HeaderText = "Message"; | |
570 this.LogMessageColumn.Name = "LogMessageColumn"; | |
571 this.LogMessageColumn.ReadOnly = true; | |
572 // | |
573 // LogStartTimeColumn | |
574 // | |
575 this.LogStartTimeColumn.DataPropertyName = "StartTime"; | |
576 dataGridViewCellStyle1.Format = "G"; | |
577 dataGridViewCellStyle1.NullValue = null; | |
578 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1; | |
579 this.LogStartTimeColumn.HeaderText = "StartTime"; | |
580 this.LogStartTimeColumn.Name = "LogStartTimeColumn"; | |
581 this.LogStartTimeColumn.ReadOnly = true; | |
582 // | |
583 // LogEndTimeColumn | |
584 // | |
585 this.LogEndTimeColumn.DataPropertyName = "EndTime"; | |
586 dataGridViewCellStyle2.Format = "G"; | |
587 dataGridViewCellStyle2.NullValue = null; | |
588 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2; | |
589 this.LogEndTimeColumn.HeaderText = "EndTime"; | |
590 this.LogEndTimeColumn.Name = "LogEndTimeColumn"; | |
591 this.LogEndTimeColumn.ReadOnly = true; | |
592 // | |
593 // CheckResultBindingSource | |
594 // | |
595 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult); | |
596 // | 512 // |
597 // dataGridViewImageColumn1 | 513 // dataGridViewImageColumn1 |
598 // | 514 // |
599 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 515 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
600 this.dataGridViewImageColumn1.DataPropertyName = "Status"; | 516 this.dataGridViewImageColumn1.DataPropertyName = "Status"; |
614 this.dataGridViewTextBoxColumn1.Width = 192; | 530 this.dataGridViewTextBoxColumn1.Width = 192; |
615 // | 531 // |
616 // ServerInfoPanel | 532 // ServerInfoPanel |
617 // | 533 // |
618 this.ServerInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; | 534 this.ServerInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; |
535 this.ServerInfoPanel.Controls.Add(this.EnabledCheckBox); | |
619 this.ServerInfoPanel.Controls.Add(this.NameLabel); | 536 this.ServerInfoPanel.Controls.Add(this.NameLabel); |
620 this.ServerInfoPanel.Controls.Add(this.NameTextBox); | 537 this.ServerInfoPanel.Controls.Add(this.NameTextBox); |
621 this.ServerInfoPanel.Controls.Add(this.KeyBrowseButton); | 538 this.ServerInfoPanel.Controls.Add(this.KeyBrowseButton); |
622 this.ServerInfoPanel.Controls.Add(this.PasswordTextBox); | 539 this.ServerInfoPanel.Controls.Add(this.PasswordTextBox); |
623 this.ServerInfoPanel.Controls.Add(this.LoginLabel); | 540 this.ServerInfoPanel.Controls.Add(this.LoginLabel); |
632 this.ServerInfoPanel.Location = new System.Drawing.Point(148, 54); | 549 this.ServerInfoPanel.Location = new System.Drawing.Point(148, 54); |
633 this.ServerInfoPanel.Name = "ServerInfoPanel"; | 550 this.ServerInfoPanel.Name = "ServerInfoPanel"; |
634 this.ServerInfoPanel.Size = new System.Drawing.Size(428, 113); | 551 this.ServerInfoPanel.Size = new System.Drawing.Size(428, 113); |
635 this.ServerInfoPanel.TabIndex = 27; | 552 this.ServerInfoPanel.TabIndex = 27; |
636 // | 553 // |
554 // EnabledCheckBox | |
555 // | |
556 this.EnabledCheckBox.AutoSize = true; | |
557 this.EnabledCheckBox.Checked = true; | |
558 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | |
559 this.EnabledCheckBox.Location = new System.Drawing.Point(350, 6); | |
560 this.EnabledCheckBox.Name = "EnabledCheckBox"; | |
561 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); | |
562 this.EnabledCheckBox.TabIndex = 4; | |
563 this.EnabledCheckBox.Text = "Ena&bled"; | |
564 this.EnabledCheckBox.UseVisualStyleBackColor = true; | |
565 this.EnabledCheckBox.Click += new System.EventHandler(this.EnabledCheckBox_Click); | |
566 // | |
637 // dataGridViewImageColumn2 | 567 // dataGridViewImageColumn2 |
638 // | 568 // |
639 this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 569 this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
640 this.dataGridViewImageColumn2.DataPropertyName = "Status"; | 570 this.dataGridViewImageColumn2.DataPropertyName = "Status"; |
641 this.dataGridViewImageColumn2.HeaderText = ""; | 571 this.dataGridViewImageColumn2.HeaderText = ""; |
672 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | 602 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; |
673 this.dataGridViewTextBoxColumn3.ReadOnly = true; | 603 this.dataGridViewTextBoxColumn3.ReadOnly = true; |
674 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 604 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
675 this.dataGridViewTextBoxColumn3.Width = 267; | 605 this.dataGridViewTextBoxColumn3.Width = 267; |
676 // | 606 // |
607 // StatusColumn | |
608 // | |
609 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | |
610 this.StatusColumn.DataPropertyName = "Status"; | |
611 this.StatusColumn.HeaderText = ""; | |
612 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | |
613 this.StatusColumn.Name = "StatusColumn"; | |
614 this.StatusColumn.ReadOnly = true; | |
615 this.StatusColumn.ToolTipText = "Last Run Status"; | |
616 this.StatusColumn.Width = 25; | |
617 // | |
618 // NameColumn | |
619 // | |
620 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; | |
621 this.NameColumn.DataPropertyName = "Name"; | |
622 this.NameColumn.HeaderText = "Name"; | |
623 this.NameColumn.Name = "NameColumn"; | |
624 this.NameColumn.ReadOnly = true; | |
625 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | |
626 this.NameColumn.Width = 41; | |
627 // | |
628 // ScheduleColumn | |
629 // | |
630 this.ScheduleColumn.DataPropertyName = "Schedule"; | |
631 this.ScheduleColumn.HeaderText = "Schedule"; | |
632 this.ScheduleColumn.Name = "ScheduleColumn"; | |
633 this.ScheduleColumn.ReadOnly = true; | |
634 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | |
635 // | |
636 // CheckBindingSource | |
637 // | |
638 this.CheckBindingSource.DataSource = typeof(ServerMonitorApp.Check); | |
639 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged); | |
640 // | |
641 // LogStatusColumn | |
642 // | |
643 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | |
644 this.LogStatusColumn.DataPropertyName = "CheckStatus"; | |
645 this.LogStatusColumn.HeaderText = ""; | |
646 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | |
647 this.LogStatusColumn.Name = "LogStatusColumn"; | |
648 this.LogStatusColumn.ReadOnly = true; | |
649 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; | |
650 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | |
651 this.LogStatusColumn.ToolTipText = "Status"; | |
652 this.LogStatusColumn.Width = 25; | |
653 // | |
654 // LogNameColumn | |
655 // | |
656 this.LogNameColumn.DataPropertyName = "Check"; | |
657 this.LogNameColumn.HeaderText = "Check"; | |
658 this.LogNameColumn.Name = "LogNameColumn"; | |
659 this.LogNameColumn.ReadOnly = true; | |
660 // | |
661 // LogMessageColumn | |
662 // | |
663 this.LogMessageColumn.DataPropertyName = "Message"; | |
664 this.LogMessageColumn.HeaderText = "Message"; | |
665 this.LogMessageColumn.Name = "LogMessageColumn"; | |
666 this.LogMessageColumn.ReadOnly = true; | |
667 // | |
668 // LogStartTimeColumn | |
669 // | |
670 this.LogStartTimeColumn.DataPropertyName = "StartTime"; | |
671 dataGridViewCellStyle1.Format = "G"; | |
672 dataGridViewCellStyle1.NullValue = null; | |
673 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1; | |
674 this.LogStartTimeColumn.HeaderText = "StartTime"; | |
675 this.LogStartTimeColumn.Name = "LogStartTimeColumn"; | |
676 this.LogStartTimeColumn.ReadOnly = true; | |
677 // | |
678 // LogEndTimeColumn | |
679 // | |
680 this.LogEndTimeColumn.DataPropertyName = "EndTime"; | |
681 dataGridViewCellStyle2.Format = "G"; | |
682 dataGridViewCellStyle2.NullValue = null; | |
683 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2; | |
684 this.LogEndTimeColumn.HeaderText = "EndTime"; | |
685 this.LogEndTimeColumn.Name = "LogEndTimeColumn"; | |
686 this.LogEndTimeColumn.ReadOnly = true; | |
687 // | |
688 // CheckResultBindingSource | |
689 // | |
690 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult); | |
691 // | |
677 // ServerForm | 692 // ServerForm |
678 // | 693 // |
679 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 694 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
680 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 695 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
681 this.ClientSize = new System.Drawing.Size(728, 467); | 696 this.ClientSize = new System.Drawing.Size(728, 467); |
682 this.Controls.Add(this.ServerInfoPanel); | 697 this.Controls.Add(this.ServerInfoPanel); |
683 this.Controls.Add(this.CheckTabControl); | 698 this.Controls.Add(this.CheckTabControl); |
684 this.Controls.Add(this.TitleLabel); | 699 this.Controls.Add(this.TitleLabel); |
685 this.MinimumSize = new System.Drawing.Size(515, 38); | 700 this.MinimumSize = new System.Drawing.Size(515, 420); |
686 this.Name = "ServerForm"; | 701 this.Name = "ServerForm"; |
687 this.Text = "New Server"; | 702 this.Text = "New Server"; |
688 this.Activated += new System.EventHandler(this.ServerForm_Activated); | 703 this.Activated += new System.EventHandler(this.ServerForm_Activated); |
689 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerForm_FormClosing); | 704 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ServerForm_FormClosing); |
690 this.Load += new System.EventHandler(this.ServerForm_Load); | 705 this.Load += new System.EventHandler(this.ServerForm_Load); |
691 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).EndInit(); | 706 ((System.ComponentModel.ISupportInitialize)(this.CheckGrid)).EndInit(); |
692 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).EndInit(); | |
693 this.CheckTabControl.ResumeLayout(false); | 707 this.CheckTabControl.ResumeLayout(false); |
694 this.CheckTabPage.ResumeLayout(false); | 708 this.CheckTabPage.ResumeLayout(false); |
695 this.LogTabPage.ResumeLayout(false); | 709 this.LogTabPage.ResumeLayout(false); |
696 this.LogTabPage.PerformLayout(); | 710 this.LogTabPage.PerformLayout(); |
697 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).EndInit(); | 711 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).EndInit(); |
698 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).EndInit(); | |
699 this.ServerInfoPanel.ResumeLayout(false); | 712 this.ServerInfoPanel.ResumeLayout(false); |
700 this.ServerInfoPanel.PerformLayout(); | 713 this.ServerInfoPanel.PerformLayout(); |
714 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).EndInit(); | |
715 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).EndInit(); | |
701 this.ResumeLayout(false); | 716 this.ResumeLayout(false); |
702 | 717 |
703 } | 718 } |
704 | 719 |
705 #endregion | 720 #endregion |
752 private System.Windows.Forms.DataGridViewTextBoxColumn ScheduleColumn; | 767 private System.Windows.Forms.DataGridViewTextBoxColumn ScheduleColumn; |
753 private System.Windows.Forms.DataGridViewTextBoxColumn LastRunTimeColumn; | 768 private System.Windows.Forms.DataGridViewTextBoxColumn LastRunTimeColumn; |
754 private System.Windows.Forms.DataGridViewCheckBoxColumn EnabledColumn; | 769 private System.Windows.Forms.DataGridViewCheckBoxColumn EnabledColumn; |
755 private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn3; | 770 private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn3; |
756 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; | 771 private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; |
772 private System.Windows.Forms.CheckBox EnabledCheckBox; | |
757 } | 773 } |
758 } | 774 } |