Mercurial > servermonitor
comparison ServerMonitor/Forms/SettingsForm.Designer.cs @ 11:75ca86e0862c
Add setting to hide to notification area.
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Mon, 15 Apr 2019 19:24:25 -0400 |
parents | 052aa62cb42a |
children | f6235dc0a8ec |
comparison
equal
deleted
inserted
replaced
10:9e77c0dccb66 | 11:75ca86e0862c |
---|---|
43 this.CancelSettingsButton = new System.Windows.Forms.Button(); | 43 this.CancelSettingsButton = new System.Windows.Forms.Button(); |
44 this.KeepLogDaysInput = new System.Windows.Forms.NumericUpDown(); | 44 this.KeepLogDaysInput = new System.Windows.Forms.NumericUpDown(); |
45 this.DeleteLabel = new System.Windows.Forms.Label(); | 45 this.DeleteLabel = new System.Windows.Forms.Label(); |
46 this.DaysLabel = new System.Windows.Forms.Label(); | 46 this.DaysLabel = new System.Windows.Forms.Label(); |
47 this.AutorunCheckBox = new System.Windows.Forms.CheckBox(); | 47 this.AutorunCheckBox = new System.Windows.Forms.CheckBox(); |
48 this.KeepRunningCheckBox = new System.Windows.Forms.CheckBox(); | |
48 this.SeverityOptionsGroupBox.SuspendLayout(); | 49 this.SeverityOptionsGroupBox.SuspendLayout(); |
49 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).BeginInit(); | 50 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).BeginInit(); |
50 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).BeginInit(); | 51 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).BeginInit(); |
51 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).BeginInit(); | 52 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).BeginInit(); |
52 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).BeginInit(); | 53 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).BeginInit(); |
53 this.SuspendLayout(); | 54 this.SuspendLayout(); |
54 // | 55 // |
55 // SeverityOptionsGroupBox | 56 // SeverityOptionsGroupBox |
56 // | 57 // |
57 this.SeverityOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | 58 this.SeverityOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
58 | System.Windows.Forms.AnchorStyles.Right))); | 59 | System.Windows.Forms.AnchorStyles.Right))); |
59 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorComboBox); | 60 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorComboBox); |
60 this.SeverityOptionsGroupBox.Controls.Add(this.WarningComboBox); | 61 this.SeverityOptionsGroupBox.Controls.Add(this.WarningComboBox); |
61 this.SeverityOptionsGroupBox.Controls.Add(this.InformationComboBox); | 62 this.SeverityOptionsGroupBox.Controls.Add(this.InformationComboBox); |
62 this.SeverityOptionsGroupBox.Controls.Add(this.InformationLabel); | 63 this.SeverityOptionsGroupBox.Controls.Add(this.InformationLabel); |
63 this.SeverityOptionsGroupBox.Controls.Add(this.InformationIcon); | 64 this.SeverityOptionsGroupBox.Controls.Add(this.InformationIcon); |
64 this.SeverityOptionsGroupBox.Controls.Add(this.WarningLabel); | 65 this.SeverityOptionsGroupBox.Controls.Add(this.WarningLabel); |
65 this.SeverityOptionsGroupBox.Controls.Add(this.WarningIcon); | 66 this.SeverityOptionsGroupBox.Controls.Add(this.WarningIcon); |
66 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorLabel); | 67 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorLabel); |
67 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorIcon); | 68 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorIcon); |
68 this.SeverityOptionsGroupBox.Location = new System.Drawing.Point(12, 89); | 69 this.SeverityOptionsGroupBox.Location = new System.Drawing.Point(12, 109); |
69 this.SeverityOptionsGroupBox.Name = "SeverityOptionsGroupBox"; | 70 this.SeverityOptionsGroupBox.Name = "SeverityOptionsGroupBox"; |
70 this.SeverityOptionsGroupBox.Size = new System.Drawing.Size(337, 104); | 71 this.SeverityOptionsGroupBox.Size = new System.Drawing.Size(337, 104); |
71 this.SeverityOptionsGroupBox.TabIndex = 8; | 72 this.SeverityOptionsGroupBox.TabIndex = 8; |
72 this.SeverityOptionsGroupBox.TabStop = false; | 73 this.SeverityOptionsGroupBox.TabStop = false; |
73 this.SeverityOptionsGroupBox.Text = "Severity settings"; | 74 this.SeverityOptionsGroupBox.Text = "Severity settings"; |
167 this.label1.Text = "Options"; | 168 this.label1.Text = "Options"; |
168 // | 169 // |
169 // OkButton | 170 // OkButton |
170 // | 171 // |
171 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | 172 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
172 this.OkButton.Location = new System.Drawing.Point(193, 204); | 173 this.OkButton.Location = new System.Drawing.Point(193, 224); |
173 this.OkButton.Name = "OkButton"; | 174 this.OkButton.Name = "OkButton"; |
174 this.OkButton.Size = new System.Drawing.Size(75, 23); | 175 this.OkButton.Size = new System.Drawing.Size(75, 23); |
175 this.OkButton.TabIndex = 50; | 176 this.OkButton.TabIndex = 50; |
176 this.OkButton.Text = "&OK"; | 177 this.OkButton.Text = "&OK"; |
177 this.OkButton.UseVisualStyleBackColor = true; | 178 this.OkButton.UseVisualStyleBackColor = true; |
179 // | 180 // |
180 // CancelSettingsButton | 181 // CancelSettingsButton |
181 // | 182 // |
182 this.CancelSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | 183 this.CancelSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); |
183 this.CancelSettingsButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; | 184 this.CancelSettingsButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
184 this.CancelSettingsButton.Location = new System.Drawing.Point(274, 204); | 185 this.CancelSettingsButton.Location = new System.Drawing.Point(274, 224); |
185 this.CancelSettingsButton.Name = "CancelSettingsButton"; | 186 this.CancelSettingsButton.Name = "CancelSettingsButton"; |
186 this.CancelSettingsButton.Size = new System.Drawing.Size(75, 23); | 187 this.CancelSettingsButton.Size = new System.Drawing.Size(75, 23); |
187 this.CancelSettingsButton.TabIndex = 51; | 188 this.CancelSettingsButton.TabIndex = 51; |
188 this.CancelSettingsButton.Text = "&Cancel"; | 189 this.CancelSettingsButton.Text = "&Cancel"; |
189 this.CancelSettingsButton.UseVisualStyleBackColor = true; | 190 this.CancelSettingsButton.UseVisualStyleBackColor = true; |
190 this.CancelSettingsButton.Click += new System.EventHandler(this.CancelSettingsButton_Click); | 191 this.CancelSettingsButton.Click += new System.EventHandler(this.CancelSettingsButton_Click); |
191 // | 192 // |
192 // KeepLogDaysInput | 193 // KeepLogDaysInput |
193 // | 194 // |
194 this.KeepLogDaysInput.Location = new System.Drawing.Point(130, 59); | 195 this.KeepLogDaysInput.Location = new System.Drawing.Point(130, 81); |
195 this.KeepLogDaysInput.Maximum = new decimal(new int[] { | 196 this.KeepLogDaysInput.Maximum = new decimal(new int[] { |
196 9999, | 197 9999, |
197 0, | 198 0, |
198 0, | 199 0, |
199 0}); | 200 0}); |
202 this.KeepLogDaysInput.TabIndex = 6; | 203 this.KeepLogDaysInput.TabIndex = 6; |
203 // | 204 // |
204 // DeleteLabel | 205 // DeleteLabel |
205 // | 206 // |
206 this.DeleteLabel.AutoSize = true; | 207 this.DeleteLabel.AutoSize = true; |
207 this.DeleteLabel.Location = new System.Drawing.Point(15, 61); | 208 this.DeleteLabel.Location = new System.Drawing.Point(15, 83); |
208 this.DeleteLabel.Name = "DeleteLabel"; | 209 this.DeleteLabel.Name = "DeleteLabel"; |
209 this.DeleteLabel.Size = new System.Drawing.Size(113, 13); | 210 this.DeleteLabel.Size = new System.Drawing.Size(113, 13); |
210 this.DeleteLabel.TabIndex = 5; | 211 this.DeleteLabel.TabIndex = 5; |
211 this.DeleteLabel.Text = "&Delete log entries after"; | 212 this.DeleteLabel.Text = "&Delete log entries after"; |
212 // | 213 // |
213 // DaysLabel | 214 // DaysLabel |
214 // | 215 // |
215 this.DaysLabel.AutoSize = true; | 216 this.DaysLabel.AutoSize = true; |
216 this.DaysLabel.Location = new System.Drawing.Point(182, 61); | 217 this.DaysLabel.Location = new System.Drawing.Point(182, 83); |
217 this.DaysLabel.Name = "DaysLabel"; | 218 this.DaysLabel.Name = "DaysLabel"; |
218 this.DaysLabel.Size = new System.Drawing.Size(29, 13); | 219 this.DaysLabel.Size = new System.Drawing.Size(29, 13); |
219 this.DaysLabel.TabIndex = 7; | 220 this.DaysLabel.TabIndex = 7; |
220 this.DaysLabel.Text = "days"; | 221 this.DaysLabel.Text = "days"; |
221 // | 222 // |
227 this.AutorunCheckBox.Size = new System.Drawing.Size(117, 17); | 228 this.AutorunCheckBox.Size = new System.Drawing.Size(117, 17); |
228 this.AutorunCheckBox.TabIndex = 3; | 229 this.AutorunCheckBox.TabIndex = 3; |
229 this.AutorunCheckBox.Text = "&Start with Windows"; | 230 this.AutorunCheckBox.Text = "&Start with Windows"; |
230 this.AutorunCheckBox.UseVisualStyleBackColor = true; | 231 this.AutorunCheckBox.UseVisualStyleBackColor = true; |
231 // | 232 // |
233 // KeepRunningCheckBox | |
234 // | |
235 this.KeepRunningCheckBox.AutoSize = true; | |
236 this.KeepRunningCheckBox.Location = new System.Drawing.Point(18, 59); | |
237 this.KeepRunningCheckBox.Name = "KeepRunningCheckBox"; | |
238 this.KeepRunningCheckBox.Size = new System.Drawing.Size(219, 17); | |
239 this.KeepRunningCheckBox.TabIndex = 52; | |
240 this.KeepRunningCheckBox.Text = "&Minimize to notification area when closed"; | |
241 this.KeepRunningCheckBox.UseVisualStyleBackColor = true; | |
242 // | |
232 // SettingsForm | 243 // SettingsForm |
233 // | 244 // |
234 this.AcceptButton = this.OkButton; | 245 this.AcceptButton = this.OkButton; |
235 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | 246 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
236 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | 247 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
237 this.CancelButton = this.CancelSettingsButton; | 248 this.CancelButton = this.CancelSettingsButton; |
238 this.ClientSize = new System.Drawing.Size(361, 239); | 249 this.ClientSize = new System.Drawing.Size(361, 259); |
250 this.Controls.Add(this.KeepRunningCheckBox); | |
239 this.Controls.Add(this.AutorunCheckBox); | 251 this.Controls.Add(this.AutorunCheckBox); |
240 this.Controls.Add(this.DaysLabel); | 252 this.Controls.Add(this.DaysLabel); |
241 this.Controls.Add(this.DeleteLabel); | 253 this.Controls.Add(this.DeleteLabel); |
242 this.Controls.Add(this.KeepLogDaysInput); | 254 this.Controls.Add(this.KeepLogDaysInput); |
243 this.Controls.Add(this.CancelSettingsButton); | 255 this.Controls.Add(this.CancelSettingsButton); |
277 private System.Windows.Forms.Button CancelSettingsButton; | 289 private System.Windows.Forms.Button CancelSettingsButton; |
278 private System.Windows.Forms.NumericUpDown KeepLogDaysInput; | 290 private System.Windows.Forms.NumericUpDown KeepLogDaysInput; |
279 private System.Windows.Forms.Label DeleteLabel; | 291 private System.Windows.Forms.Label DeleteLabel; |
280 private System.Windows.Forms.Label DaysLabel; | 292 private System.Windows.Forms.Label DaysLabel; |
281 private System.Windows.Forms.CheckBox AutorunCheckBox; | 293 private System.Windows.Forms.CheckBox AutorunCheckBox; |
294 private System.Windows.Forms.CheckBox KeepRunningCheckBox; | |
282 } | 295 } |
283 } | 296 } |