Mercurial > servermonitor
comparison ServerMonitor/Forms/ServerForm.Designer.cs @ 39:7645122aa7a9
Get it working under Mono
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Tue, 09 Jun 2020 20:59:00 -0400 |
parents | 052aa62cb42a |
children |
comparison
equal
deleted
inserted
replaced
38:8ab98a803d39 | 39:7645122aa7a9 |
---|---|
90 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit(); | 90 ((System.ComponentModel.ISupportInitialize)(this.LogGrid)).BeginInit(); |
91 this.ServerInfoPanel.SuspendLayout(); | 91 this.ServerInfoPanel.SuspendLayout(); |
92 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit(); | 92 ((System.ComponentModel.ISupportInitialize)(this.CheckBindingSource)).BeginInit(); |
93 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit(); | 93 ((System.ComponentModel.ISupportInitialize)(this.CheckResultBindingSource)).BeginInit(); |
94 this.SuspendLayout(); | 94 this.SuspendLayout(); |
95 // | 95 // |
96 // TitleLabel | 96 // TitleLabel |
97 // | 97 // |
98 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top; | 98 this.TitleLabel.Dock = System.Windows.Forms.DockStyle.Top; |
99 this.TitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | 99 this.TitleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
100 this.TitleLabel.Location = new System.Drawing.Point(0, 0); | 100 this.TitleLabel.Location = new System.Drawing.Point(0, 0); |
101 this.TitleLabel.Name = "TitleLabel"; | 101 this.TitleLabel.Name = "TitleLabel"; |
102 this.TitleLabel.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0); | 102 this.TitleLabel.Padding = new System.Windows.Forms.Padding(0, 20, 0, 0); |
103 this.TitleLabel.Size = new System.Drawing.Size(728, 65); | 103 this.TitleLabel.Size = new System.Drawing.Size(728, 65); |
104 this.TitleLabel.TabIndex = 0; | 104 this.TitleLabel.TabIndex = 0; |
105 this.TitleLabel.Text = "New Server"; | 105 this.TitleLabel.Text = "New Server"; |
106 this.TitleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; | 106 this.TitleLabel.TextAlign = System.Drawing.ContentAlignment.TopCenter; |
107 // | 107 // |
108 // NameTextBox | 108 // NameTextBox |
109 // | 109 // |
110 this.NameTextBox.Location = new System.Drawing.Point(61, 4); | 110 this.NameTextBox.Location = new System.Drawing.Point(61, 4); |
111 this.NameTextBox.Name = "NameTextBox"; | 111 this.NameTextBox.Name = "NameTextBox"; |
112 this.NameTextBox.Size = new System.Drawing.Size(271, 20); | 112 this.NameTextBox.Size = new System.Drawing.Size(271, 20); |
113 this.NameTextBox.TabIndex = 3; | 113 this.NameTextBox.TabIndex = 3; |
114 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged); | 114 this.NameTextBox.TextChanged += new System.EventHandler(this.NameTextBox_TextChanged); |
115 // | 115 // |
116 // NameLabel | 116 // NameLabel |
117 // | 117 // |
118 this.NameLabel.AutoSize = true; | 118 this.NameLabel.AutoSize = true; |
119 this.NameLabel.Location = new System.Drawing.Point(6, 7); | 119 this.NameLabel.Location = new System.Drawing.Point(6, 7); |
120 this.NameLabel.Name = "NameLabel"; | 120 this.NameLabel.Name = "NameLabel"; |
121 this.NameLabel.Size = new System.Drawing.Size(35, 13); | 121 this.NameLabel.Size = new System.Drawing.Size(35, 13); |
122 this.NameLabel.TabIndex = 2; | 122 this.NameLabel.TabIndex = 2; |
123 this.NameLabel.Text = "Na&me"; | 123 this.NameLabel.Text = "Na&me"; |
124 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 124 this.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
125 // | 125 // |
126 // HostTextBox | 126 // HostTextBox |
127 // | 127 // |
128 this.HostTextBox.Location = new System.Drawing.Point(61, 30); | 128 this.HostTextBox.Location = new System.Drawing.Point(61, 30); |
129 this.HostTextBox.Name = "HostTextBox"; | 129 this.HostTextBox.Name = "HostTextBox"; |
130 this.HostTextBox.Size = new System.Drawing.Size(354, 20); | 130 this.HostTextBox.Size = new System.Drawing.Size(354, 20); |
131 this.HostTextBox.TabIndex = 6; | 131 this.HostTextBox.TabIndex = 6; |
132 // | 132 // |
133 // PortTextBox | 133 // PortTextBox |
134 // | 134 // |
135 this.PortTextBox.Location = new System.Drawing.Point(61, 56); | 135 this.PortTextBox.Location = new System.Drawing.Point(61, 56); |
136 this.PortTextBox.Name = "PortTextBox"; | 136 this.PortTextBox.Name = "PortTextBox"; |
137 this.PortTextBox.Size = new System.Drawing.Size(57, 20); | 137 this.PortTextBox.Size = new System.Drawing.Size(57, 20); |
138 this.PortTextBox.TabIndex = 8; | 138 this.PortTextBox.TabIndex = 8; |
139 // | 139 // |
140 // HostLabel | 140 // HostLabel |
141 // | 141 // |
142 this.HostLabel.AutoSize = true; | 142 this.HostLabel.AutoSize = true; |
143 this.HostLabel.Location = new System.Drawing.Point(6, 33); | 143 this.HostLabel.Location = new System.Drawing.Point(6, 33); |
144 this.HostLabel.Name = "HostLabel"; | 144 this.HostLabel.Name = "HostLabel"; |
145 this.HostLabel.Size = new System.Drawing.Size(29, 13); | 145 this.HostLabel.Size = new System.Drawing.Size(29, 13); |
146 this.HostLabel.TabIndex = 5; | 146 this.HostLabel.TabIndex = 5; |
147 this.HostLabel.Text = "&Host"; | 147 this.HostLabel.Text = "&Host"; |
148 this.HostLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 148 this.HostLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
149 // | 149 // |
150 // PortLabel | 150 // PortLabel |
151 // | 151 // |
152 this.PortLabel.AutoSize = true; | 152 this.PortLabel.AutoSize = true; |
153 this.PortLabel.Location = new System.Drawing.Point(6, 59); | 153 this.PortLabel.Location = new System.Drawing.Point(6, 59); |
154 this.PortLabel.Name = "PortLabel"; | 154 this.PortLabel.Name = "PortLabel"; |
155 this.PortLabel.Size = new System.Drawing.Size(50, 13); | 155 this.PortLabel.Size = new System.Drawing.Size(50, 13); |
156 this.PortLabel.TabIndex = 7; | 156 this.PortLabel.TabIndex = 7; |
157 this.PortLabel.Text = "SSH &port"; | 157 this.PortLabel.Text = "SSH &port"; |
158 this.PortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 158 this.PortLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
159 // | 159 // |
160 // LoginComboBox | 160 // LoginComboBox |
161 // | 161 // |
162 this.LoginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 162 this.LoginComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
163 this.LoginComboBox.FormattingEnabled = true; | 163 this.LoginComboBox.FormattingEnabled = true; |
164 this.LoginComboBox.Items.AddRange(new object[] { | 164 this.LoginComboBox.Items.AddRange(new object[] { |
165 "Private key", | 165 "Private key", |
166 "Password"}); | 166 "Password"}); |
167 this.LoginComboBox.Location = new System.Drawing.Point(61, 82); | 167 this.LoginComboBox.Location = new System.Drawing.Point(61, 82); |
168 this.LoginComboBox.Name = "LoginComboBox"; | 168 this.LoginComboBox.Name = "LoginComboBox"; |
169 this.LoginComboBox.Size = new System.Drawing.Size(80, 21); | 169 this.LoginComboBox.Size = new System.Drawing.Size(80, 21); |
170 this.LoginComboBox.TabIndex = 12; | 170 this.LoginComboBox.TabIndex = 12; |
171 this.LoginComboBox.SelectedIndexChanged += new System.EventHandler(this.LoginComboBox_SelectedIndexChanged); | 171 this.LoginComboBox.SelectedIndexChanged += new System.EventHandler(this.LoginComboBox_SelectedIndexChanged); |
172 // | 172 // |
173 // UsernameLabel | 173 // UsernameLabel |
174 // | 174 // |
175 this.UsernameLabel.AutoSize = true; | 175 this.UsernameLabel.AutoSize = true; |
176 this.UsernameLabel.Location = new System.Drawing.Point(144, 59); | 176 this.UsernameLabel.Location = new System.Drawing.Point(144, 59); |
177 this.UsernameLabel.Name = "UsernameLabel"; | 177 this.UsernameLabel.Name = "UsernameLabel"; |
178 this.UsernameLabel.Size = new System.Drawing.Size(78, 13); | 178 this.UsernameLabel.Size = new System.Drawing.Size(78, 13); |
179 this.UsernameLabel.TabIndex = 9; | 179 this.UsernameLabel.TabIndex = 9; |
180 this.UsernameLabel.Text = "SSH &username"; | 180 this.UsernameLabel.Text = "SSH &username"; |
181 this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 181 this.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
182 // | 182 // |
183 // UsernameTextBox | 183 // UsernameTextBox |
184 // | 184 // |
185 this.UsernameTextBox.Location = new System.Drawing.Point(228, 56); | 185 this.UsernameTextBox.Location = new System.Drawing.Point(228, 56); |
186 this.UsernameTextBox.Name = "UsernameTextBox"; | 186 this.UsernameTextBox.Name = "UsernameTextBox"; |
187 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20); | 187 this.UsernameTextBox.Size = new System.Drawing.Size(187, 20); |
188 this.UsernameTextBox.TabIndex = 10; | 188 this.UsernameTextBox.TabIndex = 10; |
189 // | 189 // |
190 // KeyTextBox | 190 // KeyTextBox |
191 // | 191 // |
192 this.KeyTextBox.Location = new System.Drawing.Point(147, 82); | 192 this.KeyTextBox.Location = new System.Drawing.Point(147, 82); |
193 this.KeyTextBox.Name = "KeyTextBox"; | 193 this.KeyTextBox.Name = "KeyTextBox"; |
194 this.KeyTextBox.Size = new System.Drawing.Size(202, 20); | 194 this.KeyTextBox.Size = new System.Drawing.Size(202, 20); |
195 this.KeyTextBox.TabIndex = 13; | 195 this.KeyTextBox.TabIndex = 13; |
196 this.KeyTextBox.Leave += new System.EventHandler(this.KeyTextBox_Leave); | 196 this.KeyTextBox.Leave += new System.EventHandler(this.KeyTextBox_Leave); |
197 // | 197 // |
198 // LoginLabel | 198 // LoginLabel |
199 // | 199 // |
200 this.LoginLabel.AutoSize = true; | 200 this.LoginLabel.AutoSize = true; |
201 this.LoginLabel.Location = new System.Drawing.Point(6, 85); | 201 this.LoginLabel.Location = new System.Drawing.Point(6, 85); |
202 this.LoginLabel.Name = "LoginLabel"; | 202 this.LoginLabel.Name = "LoginLabel"; |
203 this.LoginLabel.Size = new System.Drawing.Size(54, 13); | 203 this.LoginLabel.Size = new System.Drawing.Size(54, 13); |
204 this.LoginLabel.TabIndex = 11; | 204 this.LoginLabel.TabIndex = 11; |
205 this.LoginLabel.Text = "SSH &login"; | 205 this.LoginLabel.Text = "SSH &login"; |
206 this.LoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 206 this.LoginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
207 // | 207 // |
208 // KeyBrowseButton | 208 // KeyBrowseButton |
209 // | 209 // |
210 this.KeyBrowseButton.Location = new System.Drawing.Point(355, 80); | 210 this.KeyBrowseButton.Location = new System.Drawing.Point(355, 80); |
211 this.KeyBrowseButton.Name = "KeyBrowseButton"; | 211 this.KeyBrowseButton.Name = "KeyBrowseButton"; |
212 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23); | 212 this.KeyBrowseButton.Size = new System.Drawing.Size(60, 23); |
213 this.KeyBrowseButton.TabIndex = 15; | 213 this.KeyBrowseButton.TabIndex = 15; |
214 this.KeyBrowseButton.Text = "Br&owse..."; | 214 this.KeyBrowseButton.Text = "Br&owse..."; |
215 this.KeyBrowseButton.UseVisualStyleBackColor = true; | 215 this.KeyBrowseButton.UseVisualStyleBackColor = true; |
216 this.KeyBrowseButton.Click += new System.EventHandler(this.KeyBrowseButton_Click); | 216 this.KeyBrowseButton.Click += new System.EventHandler(this.KeyBrowseButton_Click); |
217 // | 217 // |
218 // PasswordTextBox | 218 // PasswordTextBox |
219 // | 219 // |
220 this.PasswordTextBox.Location = new System.Drawing.Point(147, 82); | 220 this.PasswordTextBox.Location = new System.Drawing.Point(147, 82); |
221 this.PasswordTextBox.Name = "PasswordTextBox"; | 221 this.PasswordTextBox.Name = "PasswordTextBox"; |
222 this.PasswordTextBox.Size = new System.Drawing.Size(268, 20); | 222 this.PasswordTextBox.Size = new System.Drawing.Size(268, 20); |
223 this.PasswordTextBox.TabIndex = 16; | 223 this.PasswordTextBox.TabIndex = 16; |
224 this.PasswordTextBox.UseSystemPasswordChar = true; | 224 this.PasswordTextBox.UseSystemPasswordChar = true; |
225 this.PasswordTextBox.Visible = false; | 225 this.PasswordTextBox.Visible = false; |
226 this.PasswordTextBox.TextChanged += new System.EventHandler(this.PasswordTextBox_TextChanged); | 226 this.PasswordTextBox.TextChanged += new System.EventHandler(this.PasswordTextBox_TextChanged); |
227 // | 227 // |
228 // CheckGrid | 228 // CheckGrid |
229 // | 229 // |
230 this.CheckGrid.AllowUserToAddRows = false; | 230 this.CheckGrid.AllowUserToAddRows = false; |
231 this.CheckGrid.AllowUserToDeleteRows = false; | 231 this.CheckGrid.AllowUserToDeleteRows = false; |
232 this.CheckGrid.AllowUserToOrderColumns = true; | 232 this.CheckGrid.AllowUserToOrderColumns = true; |
233 this.CheckGrid.AllowUserToResizeRows = false; | 233 this.CheckGrid.AllowUserToResizeRows = false; |
234 this.CheckGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | 234 this.CheckGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
235 | System.Windows.Forms.AnchorStyles.Left) | 235 | System.Windows.Forms.AnchorStyles.Left) |
236 | System.Windows.Forms.AnchorStyles.Right))); | 236 | System.Windows.Forms.AnchorStyles.Right))); |
237 this.CheckGrid.AutoGenerateColumns = false; | 237 this.CheckGrid.AutoGenerateColumns = false; |
238 this.CheckGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; | 238 this.CheckGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
239 this.CheckGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | 239 this.CheckGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
240 this.CheckGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | 240 this.CheckGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
257 this.CheckGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.CheckGrid_CellFormatting); | 257 this.CheckGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.CheckGrid_CellFormatting); |
258 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter); | 258 this.CheckGrid.CellMouseEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseEnter); |
259 this.CheckGrid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave); | 259 this.CheckGrid.CellMouseLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckGrid_CellMouseLeave); |
260 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged); | 260 this.CheckGrid.SelectionChanged += new System.EventHandler(this.CheckGrid_SelectionChanged); |
261 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown); | 261 this.CheckGrid.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckGrid_KeyDown); |
262 // | 262 // |
263 // LastRunTimeColumn | 263 // LastRunTimeColumn |
264 // | 264 // |
265 this.LastRunTimeColumn.DataPropertyName = "LastRunTime"; | 265 this.LastRunTimeColumn.DataPropertyName = "LastRunTime"; |
266 this.LastRunTimeColumn.HeaderText = "LastRunTime"; | 266 this.LastRunTimeColumn.HeaderText = "LastRunTime"; |
267 this.LastRunTimeColumn.Name = "LastRunTimeColumn"; | 267 this.LastRunTimeColumn.Name = "LastRunTimeColumn"; |
268 this.LastRunTimeColumn.ReadOnly = true; | 268 this.LastRunTimeColumn.ReadOnly = true; |
269 this.LastRunTimeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 269 this.LastRunTimeColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
270 // | 270 // |
271 // EnabledColumn | 271 // EnabledColumn |
272 // | 272 // |
273 this.EnabledColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 273 this.EnabledColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
274 this.EnabledColumn.DataPropertyName = "Enabled"; | 274 this.EnabledColumn.DataPropertyName = "Enabled"; |
275 this.EnabledColumn.HeaderText = "Enabled"; | 275 this.EnabledColumn.HeaderText = "Enabled"; |
276 this.EnabledColumn.Name = "EnabledColumn"; | 276 this.EnabledColumn.Name = "EnabledColumn"; |
277 this.EnabledColumn.ReadOnly = true; | 277 this.EnabledColumn.ReadOnly = true; |
278 this.EnabledColumn.Width = 50; | 278 this.EnabledColumn.Width = 50; |
279 // | 279 // |
280 // CheckActionsDividerLabel | 280 // CheckActionsDividerLabel |
281 // | 281 // |
282 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))); |
283 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; | 283 this.CheckActionsDividerLabel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
284 this.CheckActionsDividerLabel.Location = new System.Drawing.Point(617, 79); | 284 this.CheckActionsDividerLabel.Location = new System.Drawing.Point(617, 79); |
285 this.CheckActionsDividerLabel.Name = "CheckActionsDividerLabel"; | 285 this.CheckActionsDividerLabel.Name = "CheckActionsDividerLabel"; |
286 this.CheckActionsDividerLabel.Size = new System.Drawing.Size(75, 2); | 286 this.CheckActionsDividerLabel.Size = new System.Drawing.Size(75, 2); |
287 this.CheckActionsDividerLabel.TabIndex = 26; | 287 this.CheckActionsDividerLabel.TabIndex = 26; |
288 // | 288 // |
289 // RunAllButton | 289 // RunAllButton |
290 // | 290 // |
291 this.RunAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 291 this.RunAllButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
292 this.RunAllButton.Image = ((System.Drawing.Image)(resources.GetObject("RunAllButton.Image"))); | 292 this.RunAllButton.Image = ((System.Drawing.Image)(resources.GetObject("RunAllButton.Image"))); |
293 this.RunAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 293 this.RunAllButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
294 this.RunAllButton.Location = new System.Drawing.Point(617, 52); | 294 this.RunAllButton.Location = new System.Drawing.Point(617, 52); |
295 this.RunAllButton.Name = "RunAllButton"; | 295 this.RunAllButton.Name = "RunAllButton"; |
299 this.RunAllButton.Text = "Run &All"; | 299 this.RunAllButton.Text = "Run &All"; |
300 this.RunAllButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 300 this.RunAllButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
301 this.RunAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 301 this.RunAllButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
302 this.RunAllButton.UseVisualStyleBackColor = true; | 302 this.RunAllButton.UseVisualStyleBackColor = true; |
303 this.RunAllButton.Click += new System.EventHandler(this.RunAllButton_Click); | 303 this.RunAllButton.Click += new System.EventHandler(this.RunAllButton_Click); |
304 // | 304 // |
305 // RunButton | 305 // RunButton |
306 // | 306 // |
307 this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 307 this.RunButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
308 this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run; | 308 this.RunButton.Image = global::ServerMonitorApp.Properties.Resources.run; |
309 this.RunButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 309 this.RunButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
310 this.RunButton.Location = new System.Drawing.Point(617, 84); | 310 this.RunButton.Location = new System.Drawing.Point(617, 84); |
311 this.RunButton.Name = "RunButton"; | 311 this.RunButton.Name = "RunButton"; |
315 this.RunButton.Text = "&Run"; | 315 this.RunButton.Text = "&Run"; |
316 this.RunButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 316 this.RunButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
317 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 317 this.RunButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
318 this.RunButton.UseVisualStyleBackColor = true; | 318 this.RunButton.UseVisualStyleBackColor = true; |
319 this.RunButton.Click += new System.EventHandler(this.RunButton_Click); | 319 this.RunButton.Click += new System.EventHandler(this.RunButton_Click); |
320 // | 320 // |
321 // EditCheckButton | 321 // EditCheckButton |
322 // | 322 // |
323 this.EditCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 323 this.EditCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
324 this.EditCheckButton.Enabled = false; | 324 this.EditCheckButton.Enabled = false; |
325 this.EditCheckButton.Image = global::ServerMonitorApp.Properties.Resources.edit; | 325 this.EditCheckButton.Image = global::ServerMonitorApp.Properties.Resources.edit; |
326 this.EditCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 326 this.EditCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
327 this.EditCheckButton.Location = new System.Drawing.Point(617, 113); | 327 this.EditCheckButton.Location = new System.Drawing.Point(617, 113); |
332 this.EditCheckButton.Text = "&Edit"; | 332 this.EditCheckButton.Text = "&Edit"; |
333 this.EditCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 333 this.EditCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
334 this.EditCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 334 this.EditCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
335 this.EditCheckButton.UseVisualStyleBackColor = true; | 335 this.EditCheckButton.UseVisualStyleBackColor = true; |
336 this.EditCheckButton.Click += new System.EventHandler(this.EditCheckButton_Click); | 336 this.EditCheckButton.Click += new System.EventHandler(this.EditCheckButton_Click); |
337 // | 337 // |
338 // DeleteCheckButton | 338 // DeleteCheckButton |
339 // | 339 // |
340 this.DeleteCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 340 this.DeleteCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
341 this.DeleteCheckButton.Enabled = false; | 341 this.DeleteCheckButton.Enabled = false; |
342 this.DeleteCheckButton.Image = global::ServerMonitorApp.Properties.Resources.delete; | 342 this.DeleteCheckButton.Image = global::ServerMonitorApp.Properties.Resources.delete; |
343 this.DeleteCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 343 this.DeleteCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
344 this.DeleteCheckButton.Location = new System.Drawing.Point(617, 142); | 344 this.DeleteCheckButton.Location = new System.Drawing.Point(617, 142); |
349 this.DeleteCheckButton.Text = "&Delete"; | 349 this.DeleteCheckButton.Text = "&Delete"; |
350 this.DeleteCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 350 this.DeleteCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
351 this.DeleteCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 351 this.DeleteCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
352 this.DeleteCheckButton.UseVisualStyleBackColor = true; | 352 this.DeleteCheckButton.UseVisualStyleBackColor = true; |
353 this.DeleteCheckButton.Click += new System.EventHandler(this.DeleteCheckButton_Click); | 353 this.DeleteCheckButton.Click += new System.EventHandler(this.DeleteCheckButton_Click); |
354 // | 354 // |
355 // NewCheckButton | 355 // NewCheckButton |
356 // | 356 // |
357 this.NewCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); | 357 this.NewCheckButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
358 this.NewCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("NewCheckButton.Image"))); | 358 this.NewCheckButton.Image = ((System.Drawing.Image)(resources.GetObject("NewCheckButton.Image"))); |
359 this.NewCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; | 359 this.NewCheckButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; |
360 this.NewCheckButton.Location = new System.Drawing.Point(617, 23); | 360 this.NewCheckButton.Location = new System.Drawing.Point(617, 23); |
361 this.NewCheckButton.Name = "NewCheckButton"; | 361 this.NewCheckButton.Name = "NewCheckButton"; |
365 this.NewCheckButton.Text = "&New"; | 365 this.NewCheckButton.Text = "&New"; |
366 this.NewCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | 366 this.NewCheckButton.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
367 this.NewCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; | 367 this.NewCheckButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; |
368 this.NewCheckButton.UseVisualStyleBackColor = true; | 368 this.NewCheckButton.UseVisualStyleBackColor = true; |
369 this.NewCheckButton.Click += new System.EventHandler(this.NewCheckButton_Click); | 369 this.NewCheckButton.Click += new System.EventHandler(this.NewCheckButton_Click); |
370 // | 370 // |
371 // CheckTabControl | 371 // CheckTabControl |
372 // | 372 // |
373 this.CheckTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | 373 this.CheckTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
374 | System.Windows.Forms.AnchorStyles.Left) | 374 | System.Windows.Forms.AnchorStyles.Left) |
375 | System.Windows.Forms.AnchorStyles.Right))); | 375 | System.Windows.Forms.AnchorStyles.Right))); |
376 this.CheckTabControl.Controls.Add(this.CheckTabPage); | 376 this.CheckTabControl.Controls.Add(this.CheckTabPage); |
377 this.CheckTabControl.Controls.Add(this.LogTabPage); | 377 this.CheckTabControl.Controls.Add(this.LogTabPage); |
378 this.CheckTabControl.Location = new System.Drawing.Point(15, 173); | 378 this.CheckTabControl.Location = new System.Drawing.Point(15, 173); |
379 this.CheckTabControl.Name = "CheckTabControl"; | 379 this.CheckTabControl.Name = "CheckTabControl"; |
380 this.CheckTabControl.SelectedIndex = 0; | 380 this.CheckTabControl.SelectedIndex = 0; |
381 this.CheckTabControl.Size = new System.Drawing.Size(701, 282); | 381 this.CheckTabControl.Size = new System.Drawing.Size(701, 282); |
382 this.CheckTabControl.TabIndex = 21; | 382 this.CheckTabControl.TabIndex = 21; |
383 this.CheckTabControl.SelectedIndexChanged += new System.EventHandler(this.CheckTabControl_SelectedIndexChanged); | 383 this.CheckTabControl.SelectedIndexChanged += new System.EventHandler(this.CheckTabControl_SelectedIndexChanged); |
384 // | 384 // |
385 // CheckTabPage | 385 // CheckTabPage |
386 // | 386 // |
387 this.CheckTabPage.BackColor = System.Drawing.SystemColors.Control; | 387 this.CheckTabPage.BackColor = System.Drawing.SystemColors.Control; |
388 this.CheckTabPage.Controls.Add(this.CheckActionsDividerLabel); | 388 this.CheckTabPage.Controls.Add(this.CheckActionsDividerLabel); |
389 this.CheckTabPage.Controls.Add(this.CheckGrid); | 389 this.CheckTabPage.Controls.Add(this.CheckGrid); |
390 this.CheckTabPage.Controls.Add(this.RunAllButton); | 390 this.CheckTabPage.Controls.Add(this.RunAllButton); |
391 this.CheckTabPage.Controls.Add(this.NewCheckButton); | 391 this.CheckTabPage.Controls.Add(this.NewCheckButton); |
396 this.CheckTabPage.Name = "CheckTabPage"; | 396 this.CheckTabPage.Name = "CheckTabPage"; |
397 this.CheckTabPage.Padding = new System.Windows.Forms.Padding(3); | 397 this.CheckTabPage.Padding = new System.Windows.Forms.Padding(3); |
398 this.CheckTabPage.Size = new System.Drawing.Size(693, 256); | 398 this.CheckTabPage.Size = new System.Drawing.Size(693, 256); |
399 this.CheckTabPage.TabIndex = 0; | 399 this.CheckTabPage.TabIndex = 0; |
400 this.CheckTabPage.Text = "Checks"; | 400 this.CheckTabPage.Text = "Checks"; |
401 // | 401 // |
402 // LogTabPage | 402 // LogTabPage |
403 // | 403 // |
404 this.LogTabPage.BackColor = System.Drawing.SystemColors.Control; | 404 this.LogTabPage.BackColor = System.Drawing.SystemColors.Control; |
405 this.LogTabPage.Controls.Add(this.LogWarningCheckBox); | 405 this.LogTabPage.Controls.Add(this.LogWarningCheckBox); |
406 this.LogTabPage.Controls.Add(this.LogErrorCheckBox); | 406 this.LogTabPage.Controls.Add(this.LogErrorCheckBox); |
407 this.LogTabPage.Controls.Add(this.LogInformationCheckBox); | 407 this.LogTabPage.Controls.Add(this.LogInformationCheckBox); |
408 this.LogTabPage.Controls.Add(this.LogSuccessCheckBox); | 408 this.LogTabPage.Controls.Add(this.LogSuccessCheckBox); |
413 this.LogTabPage.Name = "LogTabPage"; | 413 this.LogTabPage.Name = "LogTabPage"; |
414 this.LogTabPage.Padding = new System.Windows.Forms.Padding(3); | 414 this.LogTabPage.Padding = new System.Windows.Forms.Padding(3); |
415 this.LogTabPage.Size = new System.Drawing.Size(693, 256); | 415 this.LogTabPage.Size = new System.Drawing.Size(693, 256); |
416 this.LogTabPage.TabIndex = 1; | 416 this.LogTabPage.TabIndex = 1; |
417 this.LogTabPage.Text = "Log"; | 417 this.LogTabPage.Text = "Log"; |
418 // | 418 // |
419 // LogWarningCheckBox | 419 // LogWarningCheckBox |
420 // | 420 // |
421 this.LogWarningCheckBox.AutoSize = true; | 421 this.LogWarningCheckBox.AutoSize = true; |
422 this.LogWarningCheckBox.Checked = true; | 422 this.LogWarningCheckBox.Checked = true; |
423 this.LogWarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 423 this.LogWarningCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
424 this.LogWarningCheckBox.Location = new System.Drawing.Point(342, 8); | 424 this.LogWarningCheckBox.Location = new System.Drawing.Point(342, 8); |
425 this.LogWarningCheckBox.Name = "LogWarningCheckBox"; | 425 this.LogWarningCheckBox.Name = "LogWarningCheckBox"; |
426 this.LogWarningCheckBox.Size = new System.Drawing.Size(66, 17); | 426 this.LogWarningCheckBox.Size = new System.Drawing.Size(66, 17); |
427 this.LogWarningCheckBox.TabIndex = 34; | 427 this.LogWarningCheckBox.TabIndex = 34; |
428 this.LogWarningCheckBox.Text = "Warning"; | 428 this.LogWarningCheckBox.Text = "Warning"; |
429 this.LogWarningCheckBox.UseVisualStyleBackColor = true; | 429 this.LogWarningCheckBox.UseVisualStyleBackColor = true; |
430 // | 430 // |
431 // LogErrorCheckBox | 431 // LogErrorCheckBox |
432 // | 432 // |
433 this.LogErrorCheckBox.AutoSize = true; | 433 this.LogErrorCheckBox.AutoSize = true; |
434 this.LogErrorCheckBox.Checked = true; | 434 this.LogErrorCheckBox.Checked = true; |
435 this.LogErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 435 this.LogErrorCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
436 this.LogErrorCheckBox.Location = new System.Drawing.Point(414, 8); | 436 this.LogErrorCheckBox.Location = new System.Drawing.Point(414, 8); |
437 this.LogErrorCheckBox.Name = "LogErrorCheckBox"; | 437 this.LogErrorCheckBox.Name = "LogErrorCheckBox"; |
438 this.LogErrorCheckBox.Size = new System.Drawing.Size(48, 17); | 438 this.LogErrorCheckBox.Size = new System.Drawing.Size(48, 17); |
439 this.LogErrorCheckBox.TabIndex = 35; | 439 this.LogErrorCheckBox.TabIndex = 35; |
440 this.LogErrorCheckBox.Text = "Error"; | 440 this.LogErrorCheckBox.Text = "Error"; |
441 this.LogErrorCheckBox.UseVisualStyleBackColor = true; | 441 this.LogErrorCheckBox.UseVisualStyleBackColor = true; |
442 // | 442 // |
443 // LogInformationCheckBox | 443 // LogInformationCheckBox |
444 // | 444 // |
445 this.LogInformationCheckBox.AutoSize = true; | 445 this.LogInformationCheckBox.AutoSize = true; |
446 this.LogInformationCheckBox.Checked = true; | 446 this.LogInformationCheckBox.Checked = true; |
447 this.LogInformationCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 447 this.LogInformationCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
448 this.LogInformationCheckBox.Location = new System.Drawing.Point(258, 8); | 448 this.LogInformationCheckBox.Location = new System.Drawing.Point(258, 8); |
449 this.LogInformationCheckBox.Name = "LogInformationCheckBox"; | 449 this.LogInformationCheckBox.Name = "LogInformationCheckBox"; |
450 this.LogInformationCheckBox.Size = new System.Drawing.Size(78, 17); | 450 this.LogInformationCheckBox.Size = new System.Drawing.Size(78, 17); |
451 this.LogInformationCheckBox.TabIndex = 32; | 451 this.LogInformationCheckBox.TabIndex = 32; |
452 this.LogInformationCheckBox.Text = "Information"; | 452 this.LogInformationCheckBox.Text = "Information"; |
453 this.LogInformationCheckBox.UseVisualStyleBackColor = true; | 453 this.LogInformationCheckBox.UseVisualStyleBackColor = true; |
454 // | 454 // |
455 // LogSuccessCheckBox | 455 // LogSuccessCheckBox |
456 // | 456 // |
457 this.LogSuccessCheckBox.AutoSize = true; | 457 this.LogSuccessCheckBox.AutoSize = true; |
458 this.LogSuccessCheckBox.Checked = true; | 458 this.LogSuccessCheckBox.Checked = true; |
459 this.LogSuccessCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 459 this.LogSuccessCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
460 this.LogSuccessCheckBox.Location = new System.Drawing.Point(185, 8); | 460 this.LogSuccessCheckBox.Location = new System.Drawing.Point(185, 8); |
461 this.LogSuccessCheckBox.Name = "LogSuccessCheckBox"; | 461 this.LogSuccessCheckBox.Name = "LogSuccessCheckBox"; |
462 this.LogSuccessCheckBox.Size = new System.Drawing.Size(67, 17); | 462 this.LogSuccessCheckBox.Size = new System.Drawing.Size(67, 17); |
463 this.LogSuccessCheckBox.TabIndex = 31; | 463 this.LogSuccessCheckBox.TabIndex = 31; |
464 this.LogSuccessCheckBox.Text = "Success"; | 464 this.LogSuccessCheckBox.Text = "Success"; |
465 this.LogSuccessCheckBox.UseVisualStyleBackColor = true; | 465 this.LogSuccessCheckBox.UseVisualStyleBackColor = true; |
466 // | 466 // |
467 // LogCheckLabel | 467 // LogCheckLabel |
468 // | 468 // |
469 this.LogCheckLabel.AutoSize = true; | 469 this.LogCheckLabel.AutoSize = true; |
470 this.LogCheckLabel.Location = new System.Drawing.Point(6, 9); | 470 this.LogCheckLabel.Location = new System.Drawing.Point(6, 9); |
471 this.LogCheckLabel.Name = "LogCheckLabel"; | 471 this.LogCheckLabel.Name = "LogCheckLabel"; |
472 this.LogCheckLabel.Size = new System.Drawing.Size(38, 13); | 472 this.LogCheckLabel.Size = new System.Drawing.Size(38, 13); |
473 this.LogCheckLabel.TabIndex = 30; | 473 this.LogCheckLabel.TabIndex = 30; |
474 this.LogCheckLabel.Text = "Check"; | 474 this.LogCheckLabel.Text = "Check"; |
475 // | 475 // |
476 // LogCheckComboBox | 476 // LogCheckComboBox |
477 // | 477 // |
478 this.LogCheckComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | 478 this.LogCheckComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
479 this.LogCheckComboBox.FormattingEnabled = true; | 479 this.LogCheckComboBox.FormattingEnabled = true; |
480 this.LogCheckComboBox.Location = new System.Drawing.Point(50, 6); | 480 this.LogCheckComboBox.Location = new System.Drawing.Point(50, 6); |
481 this.LogCheckComboBox.Name = "LogCheckComboBox"; | 481 this.LogCheckComboBox.Name = "LogCheckComboBox"; |
482 this.LogCheckComboBox.Size = new System.Drawing.Size(121, 21); | 482 this.LogCheckComboBox.Size = new System.Drawing.Size(121, 21); |
483 this.LogCheckComboBox.TabIndex = 29; | 483 this.LogCheckComboBox.TabIndex = 29; |
484 this.LogCheckComboBox.SelectedIndexChanged += new System.EventHandler(this.FilterChanged); | 484 // |
485 // | |
486 // LogGrid | 485 // LogGrid |
487 // | 486 // |
488 this.LogGrid.AllowUserToAddRows = false; | 487 this.LogGrid.AllowUserToAddRows = false; |
489 this.LogGrid.AllowUserToDeleteRows = false; | 488 this.LogGrid.AllowUserToDeleteRows = false; |
490 this.LogGrid.AllowUserToOrderColumns = true; | 489 this.LogGrid.AllowUserToOrderColumns = true; |
491 this.LogGrid.AllowUserToResizeRows = false; | 490 this.LogGrid.AllowUserToResizeRows = false; |
492 this.LogGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | 491 this.LogGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) |
493 | System.Windows.Forms.AnchorStyles.Left) | 492 | System.Windows.Forms.AnchorStyles.Left) |
494 | System.Windows.Forms.AnchorStyles.Right))); | 493 | System.Windows.Forms.AnchorStyles.Right))); |
495 this.LogGrid.AutoGenerateColumns = false; | 494 this.LogGrid.AutoGenerateColumns = false; |
496 this.LogGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; | 495 this.LogGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; |
497 this.LogGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; | 496 this.LogGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
498 this.LogGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { | 497 this.LogGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
507 this.LogGrid.ReadOnly = true; | 506 this.LogGrid.ReadOnly = true; |
508 this.LogGrid.RowHeadersVisible = false; | 507 this.LogGrid.RowHeadersVisible = false; |
509 this.LogGrid.Size = new System.Drawing.Size(693, 223); | 508 this.LogGrid.Size = new System.Drawing.Size(693, 223); |
510 this.LogGrid.TabIndex = 40; | 509 this.LogGrid.TabIndex = 40; |
511 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting); | 510 this.LogGrid.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.LogGrid_CellFormatting); |
512 // | 511 // |
513 // dataGridViewImageColumn1 | 512 // dataGridViewImageColumn1 |
514 // | 513 // |
515 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 514 this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
516 this.dataGridViewImageColumn1.DataPropertyName = "Status"; | 515 this.dataGridViewImageColumn1.DataPropertyName = "Status"; |
517 this.dataGridViewImageColumn1.HeaderText = ""; | 516 this.dataGridViewImageColumn1.HeaderText = ""; |
518 this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; | 517 this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1"; |
519 this.dataGridViewImageColumn1.ReadOnly = true; | 518 this.dataGridViewImageColumn1.ReadOnly = true; |
520 this.dataGridViewImageColumn1.ToolTipText = "Last Run Status"; | 519 this.dataGridViewImageColumn1.ToolTipText = "Last Run Status"; |
521 this.dataGridViewImageColumn1.Width = 25; | 520 this.dataGridViewImageColumn1.Width = 25; |
522 // | 521 // |
523 // dataGridViewTextBoxColumn1 | 522 // dataGridViewTextBoxColumn1 |
524 // | 523 // |
525 this.dataGridViewTextBoxColumn1.DataPropertyName = "Schedule"; | 524 this.dataGridViewTextBoxColumn1.DataPropertyName = "Schedule"; |
526 this.dataGridViewTextBoxColumn1.HeaderText = "Schedule"; | 525 this.dataGridViewTextBoxColumn1.HeaderText = "Schedule"; |
527 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; | 526 this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; |
528 this.dataGridViewTextBoxColumn1.ReadOnly = true; | 527 this.dataGridViewTextBoxColumn1.ReadOnly = true; |
529 this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 528 this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
530 this.dataGridViewTextBoxColumn1.Width = 192; | 529 this.dataGridViewTextBoxColumn1.Width = 192; |
531 // | 530 // |
532 // ServerInfoPanel | 531 // ServerInfoPanel |
533 // | 532 // |
534 this.ServerInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; | 533 this.ServerInfoPanel.Anchor = System.Windows.Forms.AnchorStyles.Top; |
535 this.ServerInfoPanel.Controls.Add(this.EnabledCheckBox); | 534 this.ServerInfoPanel.Controls.Add(this.EnabledCheckBox); |
536 this.ServerInfoPanel.Controls.Add(this.NameLabel); | 535 this.ServerInfoPanel.Controls.Add(this.NameLabel); |
537 this.ServerInfoPanel.Controls.Add(this.NameTextBox); | 536 this.ServerInfoPanel.Controls.Add(this.NameTextBox); |
538 this.ServerInfoPanel.Controls.Add(this.KeyBrowseButton); | 537 this.ServerInfoPanel.Controls.Add(this.KeyBrowseButton); |
548 this.ServerInfoPanel.Controls.Add(this.LoginComboBox); | 547 this.ServerInfoPanel.Controls.Add(this.LoginComboBox); |
549 this.ServerInfoPanel.Location = new System.Drawing.Point(148, 54); | 548 this.ServerInfoPanel.Location = new System.Drawing.Point(148, 54); |
550 this.ServerInfoPanel.Name = "ServerInfoPanel"; | 549 this.ServerInfoPanel.Name = "ServerInfoPanel"; |
551 this.ServerInfoPanel.Size = new System.Drawing.Size(428, 113); | 550 this.ServerInfoPanel.Size = new System.Drawing.Size(428, 113); |
552 this.ServerInfoPanel.TabIndex = 27; | 551 this.ServerInfoPanel.TabIndex = 27; |
553 // | 552 // |
554 // EnabledCheckBox | 553 // EnabledCheckBox |
555 // | 554 // |
556 this.EnabledCheckBox.AutoSize = true; | 555 this.EnabledCheckBox.AutoSize = true; |
557 this.EnabledCheckBox.Checked = true; | 556 this.EnabledCheckBox.Checked = true; |
558 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; | 557 this.EnabledCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; |
559 this.EnabledCheckBox.Location = new System.Drawing.Point(350, 6); | 558 this.EnabledCheckBox.Location = new System.Drawing.Point(350, 6); |
560 this.EnabledCheckBox.Name = "EnabledCheckBox"; | 559 this.EnabledCheckBox.Name = "EnabledCheckBox"; |
561 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); | 560 this.EnabledCheckBox.Size = new System.Drawing.Size(65, 17); |
562 this.EnabledCheckBox.TabIndex = 4; | 561 this.EnabledCheckBox.TabIndex = 4; |
563 this.EnabledCheckBox.Text = "Ena&bled"; | 562 this.EnabledCheckBox.Text = "Ena&bled"; |
564 this.EnabledCheckBox.UseVisualStyleBackColor = true; | 563 this.EnabledCheckBox.UseVisualStyleBackColor = true; |
565 this.EnabledCheckBox.Click += new System.EventHandler(this.EnabledCheckBox_Click); | 564 this.EnabledCheckBox.Click += new System.EventHandler(this.EnabledCheckBox_Click); |
566 // | 565 // |
567 // dataGridViewImageColumn2 | 566 // dataGridViewImageColumn2 |
568 // | 567 // |
569 this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 568 this.dataGridViewImageColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
570 this.dataGridViewImageColumn2.DataPropertyName = "Status"; | 569 this.dataGridViewImageColumn2.DataPropertyName = "Status"; |
571 this.dataGridViewImageColumn2.HeaderText = ""; | 570 this.dataGridViewImageColumn2.HeaderText = ""; |
572 this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | 571 this.dataGridViewImageColumn2.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; |
573 this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2"; | 572 this.dataGridViewImageColumn2.Name = "dataGridViewImageColumn2"; |
574 this.dataGridViewImageColumn2.ReadOnly = true; | 573 this.dataGridViewImageColumn2.ReadOnly = true; |
575 this.dataGridViewImageColumn2.ToolTipText = "Last Run Status"; | 574 this.dataGridViewImageColumn2.ToolTipText = "Last Run Status"; |
576 this.dataGridViewImageColumn2.Width = 25; | 575 this.dataGridViewImageColumn2.Width = 25; |
577 // | 576 // |
578 // dataGridViewTextBoxColumn2 | 577 // dataGridViewTextBoxColumn2 |
579 // | 578 // |
580 this.dataGridViewTextBoxColumn2.DataPropertyName = "Schedule"; | 579 this.dataGridViewTextBoxColumn2.DataPropertyName = "Schedule"; |
581 this.dataGridViewTextBoxColumn2.HeaderText = "Schedule"; | 580 this.dataGridViewTextBoxColumn2.HeaderText = "Schedule"; |
582 this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; | 581 this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; |
583 this.dataGridViewTextBoxColumn2.ReadOnly = true; | 582 this.dataGridViewTextBoxColumn2.ReadOnly = true; |
584 this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 583 this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
585 this.dataGridViewTextBoxColumn2.Width = 267; | 584 this.dataGridViewTextBoxColumn2.Width = 267; |
586 // | 585 // |
587 // dataGridViewImageColumn3 | 586 // dataGridViewImageColumn3 |
588 // | 587 // |
589 this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 588 this.dataGridViewImageColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
590 this.dataGridViewImageColumn3.DataPropertyName = "Status"; | 589 this.dataGridViewImageColumn3.DataPropertyName = "Status"; |
591 this.dataGridViewImageColumn3.HeaderText = ""; | 590 this.dataGridViewImageColumn3.HeaderText = ""; |
592 this.dataGridViewImageColumn3.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | 591 this.dataGridViewImageColumn3.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; |
593 this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3"; | 592 this.dataGridViewImageColumn3.Name = "dataGridViewImageColumn3"; |
594 this.dataGridViewImageColumn3.ReadOnly = true; | 593 this.dataGridViewImageColumn3.ReadOnly = true; |
595 this.dataGridViewImageColumn3.ToolTipText = "Last Run Status"; | 594 this.dataGridViewImageColumn3.ToolTipText = "Last Run Status"; |
596 this.dataGridViewImageColumn3.Width = 25; | 595 this.dataGridViewImageColumn3.Width = 25; |
597 // | 596 // |
598 // dataGridViewTextBoxColumn3 | 597 // dataGridViewTextBoxColumn3 |
599 // | 598 // |
600 this.dataGridViewTextBoxColumn3.DataPropertyName = "Schedule"; | 599 this.dataGridViewTextBoxColumn3.DataPropertyName = "Schedule"; |
601 this.dataGridViewTextBoxColumn3.HeaderText = "Schedule"; | 600 this.dataGridViewTextBoxColumn3.HeaderText = "Schedule"; |
602 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; | 601 this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; |
603 this.dataGridViewTextBoxColumn3.ReadOnly = true; | 602 this.dataGridViewTextBoxColumn3.ReadOnly = true; |
604 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 603 this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
605 this.dataGridViewTextBoxColumn3.Width = 267; | 604 this.dataGridViewTextBoxColumn3.Width = 267; |
606 // | 605 // |
607 // StatusColumn | 606 // StatusColumn |
608 // | 607 // |
609 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 608 this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
610 this.StatusColumn.DataPropertyName = "Status"; | 609 this.StatusColumn.DataPropertyName = "Status"; |
611 this.StatusColumn.HeaderText = ""; | 610 this.StatusColumn.HeaderText = ""; |
612 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | 611 this.StatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; |
613 this.StatusColumn.Name = "StatusColumn"; | 612 this.StatusColumn.Name = "StatusColumn"; |
614 this.StatusColumn.ReadOnly = true; | 613 this.StatusColumn.ReadOnly = true; |
615 this.StatusColumn.ToolTipText = "Last Run Status"; | 614 this.StatusColumn.ToolTipText = "Last Run Status"; |
616 this.StatusColumn.Width = 25; | 615 this.StatusColumn.Width = 25; |
617 // | 616 // |
618 // NameColumn | 617 // NameColumn |
619 // | 618 // |
620 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; | 619 this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; |
621 this.NameColumn.DataPropertyName = "Name"; | 620 this.NameColumn.DataPropertyName = "Name"; |
622 this.NameColumn.HeaderText = "Name"; | 621 this.NameColumn.HeaderText = "Name"; |
623 this.NameColumn.Name = "NameColumn"; | 622 this.NameColumn.Name = "NameColumn"; |
624 this.NameColumn.ReadOnly = true; | 623 this.NameColumn.ReadOnly = true; |
625 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 624 this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
626 this.NameColumn.Width = 41; | 625 this.NameColumn.Width = 41; |
627 // | 626 // |
628 // ScheduleColumn | 627 // ScheduleColumn |
629 // | 628 // |
630 this.ScheduleColumn.DataPropertyName = "Schedule"; | 629 this.ScheduleColumn.DataPropertyName = "Schedule"; |
631 this.ScheduleColumn.HeaderText = "Schedule"; | 630 this.ScheduleColumn.HeaderText = "Schedule"; |
632 this.ScheduleColumn.Name = "ScheduleColumn"; | 631 this.ScheduleColumn.Name = "ScheduleColumn"; |
633 this.ScheduleColumn.ReadOnly = true; | 632 this.ScheduleColumn.ReadOnly = true; |
634 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; | 633 this.ScheduleColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; |
635 // | 634 // |
636 // CheckBindingSource | 635 // CheckBindingSource |
637 // | 636 // |
638 this.CheckBindingSource.DataSource = typeof(ServerMonitorApp.Check); | 637 // MANUAL HACK, MAKE SURE THIS STAYS HERE! |
638 // See constructor for more comments. | |
639 this.CheckBindingSource.DataSource = Server.Checks; | |
639 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged); | 640 this.CheckBindingSource.ListChanged += new System.ComponentModel.ListChangedEventHandler(this.CheckBindingSource_ListChanged); |
640 // | 641 // |
641 // LogStatusColumn | 642 // LogStatusColumn |
642 // | 643 // |
643 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; | 644 this.LogStatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; |
644 this.LogStatusColumn.DataPropertyName = "CheckStatus"; | 645 this.LogStatusColumn.DataPropertyName = "CheckStatus"; |
645 this.LogStatusColumn.HeaderText = ""; | 646 this.LogStatusColumn.HeaderText = ""; |
646 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; | 647 this.LogStatusColumn.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom; |
647 this.LogStatusColumn.Name = "LogStatusColumn"; | 648 this.LogStatusColumn.Name = "LogStatusColumn"; |
648 this.LogStatusColumn.ReadOnly = true; | 649 this.LogStatusColumn.ReadOnly = true; |
649 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; | 650 this.LogStatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True; |
650 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; | 651 this.LogStatusColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic; |
651 this.LogStatusColumn.ToolTipText = "Status"; | 652 this.LogStatusColumn.ToolTipText = "Status"; |
652 this.LogStatusColumn.Width = 25; | 653 this.LogStatusColumn.Width = 25; |
653 // | 654 // |
654 // LogNameColumn | 655 // LogNameColumn |
655 // | 656 // |
656 this.LogNameColumn.DataPropertyName = "Check"; | 657 this.LogNameColumn.DataPropertyName = "Check"; |
657 this.LogNameColumn.HeaderText = "Check"; | 658 this.LogNameColumn.HeaderText = "Check"; |
658 this.LogNameColumn.Name = "LogNameColumn"; | 659 this.LogNameColumn.Name = "LogNameColumn"; |
659 this.LogNameColumn.ReadOnly = true; | 660 this.LogNameColumn.ReadOnly = true; |
660 // | 661 // |
661 // LogMessageColumn | 662 // LogMessageColumn |
662 // | 663 // |
663 this.LogMessageColumn.DataPropertyName = "Message"; | 664 this.LogMessageColumn.DataPropertyName = "Message"; |
664 this.LogMessageColumn.HeaderText = "Message"; | 665 this.LogMessageColumn.HeaderText = "Message"; |
665 this.LogMessageColumn.Name = "LogMessageColumn"; | 666 this.LogMessageColumn.Name = "LogMessageColumn"; |
666 this.LogMessageColumn.ReadOnly = true; | 667 this.LogMessageColumn.ReadOnly = true; |
667 // | 668 // |
668 // LogStartTimeColumn | 669 // LogStartTimeColumn |
669 // | 670 // |
670 this.LogStartTimeColumn.DataPropertyName = "StartTime"; | 671 this.LogStartTimeColumn.DataPropertyName = "StartTime"; |
671 dataGridViewCellStyle1.Format = "G"; | 672 dataGridViewCellStyle1.Format = "G"; |
672 dataGridViewCellStyle1.NullValue = null; | 673 dataGridViewCellStyle1.NullValue = null; |
673 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1; | 674 this.LogStartTimeColumn.DefaultCellStyle = dataGridViewCellStyle1; |
674 this.LogStartTimeColumn.HeaderText = "StartTime"; | 675 this.LogStartTimeColumn.HeaderText = "StartTime"; |
675 this.LogStartTimeColumn.Name = "LogStartTimeColumn"; | 676 this.LogStartTimeColumn.Name = "LogStartTimeColumn"; |
676 this.LogStartTimeColumn.ReadOnly = true; | 677 this.LogStartTimeColumn.ReadOnly = true; |
677 // | 678 // |
678 // LogEndTimeColumn | 679 // LogEndTimeColumn |
679 // | 680 // |
680 this.LogEndTimeColumn.DataPropertyName = "EndTime"; | 681 this.LogEndTimeColumn.DataPropertyName = "EndTime"; |
681 dataGridViewCellStyle2.Format = "G"; | 682 dataGridViewCellStyle2.Format = "G"; |
682 dataGridViewCellStyle2.NullValue = null; | 683 dataGridViewCellStyle2.NullValue = null; |
683 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2; | 684 this.LogEndTimeColumn.DefaultCellStyle = dataGridViewCellStyle2; |
684 this.LogEndTimeColumn.HeaderText = "EndTime"; | 685 this.LogEndTimeColumn.HeaderText = "EndTime"; |
685 this.LogEndTimeColumn.Name = "LogEndTimeColumn"; | 686 this.LogEndTimeColumn.Name = "LogEndTimeColumn"; |
686 this.LogEndTimeColumn.ReadOnly = true; | 687 this.LogEndTimeColumn.ReadOnly = true; |
687 // | 688 // |
688 // CheckResultBindingSource | 689 // CheckResultBindingSource |
689 // | 690 // |
690 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult); | 691 this.CheckResultBindingSource.DataSource = typeof(ServerMonitorApp.CheckResult); |
691 // | 692 // |
692 // ServerForm | 693 // ServerForm |
693 // | 694 // |
694 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 695 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
695 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 696 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
696 this.ClientSize = new System.Drawing.Size(728, 467); | 697 this.ClientSize = new System.Drawing.Size(728, 467); |
697 this.Controls.Add(this.ServerInfoPanel); | 698 this.Controls.Add(this.ServerInfoPanel); |
698 this.Controls.Add(this.CheckTabControl); | 699 this.Controls.Add(this.CheckTabControl); |