Mercurial > servermonitor
annotate 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 |
rev | line source |
---|---|
4 | 1 namespace ServerMonitorApp |
2 { | |
3 partial class SettingsForm | |
4 { | |
5 /// <summary> | |
6 /// Required designer variable. | |
7 /// </summary> | |
8 private System.ComponentModel.IContainer components = null; | |
9 | |
10 /// <summary> | |
11 /// Clean up any resources being used. | |
12 /// </summary> | |
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> | |
14 protected override void Dispose(bool disposing) | |
15 { | |
16 if (disposing && (components != null)) | |
17 { | |
18 components.Dispose(); | |
19 } | |
20 base.Dispose(disposing); | |
21 } | |
22 | |
23 #region Windows Form Designer generated code | |
24 | |
25 /// <summary> | |
26 /// Required method for Designer support - do not modify | |
27 /// the contents of this method with the code editor. | |
28 /// </summary> | |
29 private void InitializeComponent() | |
30 { | |
31 this.SeverityOptionsGroupBox = new System.Windows.Forms.GroupBox(); | |
32 this.ErrorComboBox = new System.Windows.Forms.ComboBox(); | |
33 this.WarningComboBox = new System.Windows.Forms.ComboBox(); | |
34 this.InformationComboBox = new System.Windows.Forms.ComboBox(); | |
35 this.InformationLabel = new System.Windows.Forms.Label(); | |
36 this.InformationIcon = new System.Windows.Forms.PictureBox(); | |
37 this.WarningLabel = new System.Windows.Forms.Label(); | |
38 this.WarningIcon = new System.Windows.Forms.PictureBox(); | |
39 this.ErrorLabel = new System.Windows.Forms.Label(); | |
40 this.ErrorIcon = new System.Windows.Forms.PictureBox(); | |
41 this.label1 = new System.Windows.Forms.Label(); | |
42 this.OkButton = new System.Windows.Forms.Button(); | |
43 this.CancelSettingsButton = new System.Windows.Forms.Button(); | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
44 this.KeepLogDaysInput = new System.Windows.Forms.NumericUpDown(); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
45 this.DeleteLabel = new System.Windows.Forms.Label(); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
46 this.DaysLabel = new System.Windows.Forms.Label(); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
47 this.AutorunCheckBox = new System.Windows.Forms.CheckBox(); |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
48 this.KeepRunningCheckBox = new System.Windows.Forms.CheckBox(); |
4 | 49 this.SeverityOptionsGroupBox.SuspendLayout(); |
50 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).BeginInit(); | |
51 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).BeginInit(); | |
52 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).BeginInit(); | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
53 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).BeginInit(); |
4 | 54 this.SuspendLayout(); |
55 // | |
56 // SeverityOptionsGroupBox | |
57 // | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
58 this.SeverityOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
4 | 59 | System.Windows.Forms.AnchorStyles.Right))); |
60 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorComboBox); | |
61 this.SeverityOptionsGroupBox.Controls.Add(this.WarningComboBox); | |
62 this.SeverityOptionsGroupBox.Controls.Add(this.InformationComboBox); | |
63 this.SeverityOptionsGroupBox.Controls.Add(this.InformationLabel); | |
64 this.SeverityOptionsGroupBox.Controls.Add(this.InformationIcon); | |
65 this.SeverityOptionsGroupBox.Controls.Add(this.WarningLabel); | |
66 this.SeverityOptionsGroupBox.Controls.Add(this.WarningIcon); | |
67 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorLabel); | |
68 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorIcon); | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
69 this.SeverityOptionsGroupBox.Location = new System.Drawing.Point(12, 109); |
4 | 70 this.SeverityOptionsGroupBox.Name = "SeverityOptionsGroupBox"; |
71 this.SeverityOptionsGroupBox.Size = new System.Drawing.Size(337, 104); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
72 this.SeverityOptionsGroupBox.TabIndex = 8; |
4 | 73 this.SeverityOptionsGroupBox.TabStop = false; |
74 this.SeverityOptionsGroupBox.Text = "Severity settings"; | |
75 // | |
76 // ErrorComboBox | |
77 // | |
78 this.ErrorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
79 this.ErrorComboBox.FormattingEnabled = true; | |
80 this.ErrorComboBox.Location = new System.Drawing.Point(125, 17); | |
81 this.ErrorComboBox.Name = "ErrorComboBox"; | |
82 this.ErrorComboBox.Size = new System.Drawing.Size(121, 21); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
83 this.ErrorComboBox.TabIndex = 9; |
4 | 84 // |
85 // WarningComboBox | |
86 // | |
87 this.WarningComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
88 this.WarningComboBox.FormattingEnabled = true; | |
89 this.WarningComboBox.Location = new System.Drawing.Point(125, 44); | |
90 this.WarningComboBox.Name = "WarningComboBox"; | |
91 this.WarningComboBox.Size = new System.Drawing.Size(121, 21); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
92 this.WarningComboBox.TabIndex = 11; |
4 | 93 // |
94 // InformationComboBox | |
95 // | |
96 this.InformationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
97 this.InformationComboBox.FormattingEnabled = true; | |
98 this.InformationComboBox.Location = new System.Drawing.Point(125, 71); | |
99 this.InformationComboBox.Name = "InformationComboBox"; | |
100 this.InformationComboBox.Size = new System.Drawing.Size(121, 21); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
101 this.InformationComboBox.TabIndex = 13; |
4 | 102 // |
103 // InformationLabel | |
104 // | |
105 this.InformationLabel.AutoSize = true; | |
106 this.InformationLabel.Location = new System.Drawing.Point(25, 74); | |
107 this.InformationLabel.Name = "InformationLabel"; | |
108 this.InformationLabel.Size = new System.Drawing.Size(94, 13); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
109 this.InformationLabel.TabIndex = 12; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
110 this.InformationLabel.Text = "&Information action:"; |
4 | 111 // |
112 // InformationIcon | |
113 // | |
114 this.InformationIcon.Image = global::ServerMonitorApp.Properties.Resources.info; | |
115 this.InformationIcon.Location = new System.Drawing.Point(6, 73); | |
116 this.InformationIcon.Name = "InformationIcon"; | |
117 this.InformationIcon.Size = new System.Drawing.Size(16, 16); | |
118 this.InformationIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
119 this.InformationIcon.TabIndex = 4; | |
120 this.InformationIcon.TabStop = false; | |
121 // | |
122 // WarningLabel | |
123 // | |
124 this.WarningLabel.AutoSize = true; | |
125 this.WarningLabel.Location = new System.Drawing.Point(25, 47); | |
126 this.WarningLabel.Name = "WarningLabel"; | |
127 this.WarningLabel.Size = new System.Drawing.Size(82, 13); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
128 this.WarningLabel.TabIndex = 10; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
129 this.WarningLabel.Text = "&Warning action:"; |
4 | 130 // |
131 // WarningIcon | |
132 // | |
133 this.WarningIcon.Image = global::ServerMonitorApp.Properties.Resources.warning; | |
134 this.WarningIcon.Location = new System.Drawing.Point(6, 46); | |
135 this.WarningIcon.Name = "WarningIcon"; | |
136 this.WarningIcon.Size = new System.Drawing.Size(16, 16); | |
137 this.WarningIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
138 this.WarningIcon.TabIndex = 2; | |
139 this.WarningIcon.TabStop = false; | |
140 // | |
141 // ErrorLabel | |
142 // | |
143 this.ErrorLabel.AutoSize = true; | |
144 this.ErrorLabel.Location = new System.Drawing.Point(25, 20); | |
145 this.ErrorLabel.Name = "ErrorLabel"; | |
146 this.ErrorLabel.Size = new System.Drawing.Size(64, 13); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
147 this.ErrorLabel.TabIndex = 8; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
148 this.ErrorLabel.Text = "&Error action:"; |
4 | 149 // |
150 // ErrorIcon | |
151 // | |
152 this.ErrorIcon.Image = global::ServerMonitorApp.Properties.Resources.error; | |
153 this.ErrorIcon.Location = new System.Drawing.Point(6, 19); | |
154 this.ErrorIcon.Name = "ErrorIcon"; | |
155 this.ErrorIcon.Size = new System.Drawing.Size(16, 16); | |
156 this.ErrorIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
157 this.ErrorIcon.TabIndex = 0; | |
158 this.ErrorIcon.TabStop = false; | |
159 // | |
160 // label1 | |
161 // | |
162 this.label1.AutoSize = true; | |
163 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); | |
164 this.label1.Location = new System.Drawing.Point(9, 9); | |
165 this.label1.Name = "label1"; | |
166 this.label1.Size = new System.Drawing.Size(50, 13); | |
167 this.label1.TabIndex = 1; | |
168 this.label1.Text = "Options"; | |
169 // | |
170 // OkButton | |
171 // | |
172 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
173 this.OkButton.Location = new System.Drawing.Point(193, 224); |
4 | 174 this.OkButton.Name = "OkButton"; |
175 this.OkButton.Size = new System.Drawing.Size(75, 23); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
176 this.OkButton.TabIndex = 50; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
177 this.OkButton.Text = "&OK"; |
4 | 178 this.OkButton.UseVisualStyleBackColor = true; |
179 this.OkButton.Click += new System.EventHandler(this.OkButton_Click); | |
180 // | |
181 // CancelSettingsButton | |
182 // | |
183 this.CancelSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
184 this.CancelSettingsButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
185 this.CancelSettingsButton.Location = new System.Drawing.Point(274, 224); |
4 | 186 this.CancelSettingsButton.Name = "CancelSettingsButton"; |
187 this.CancelSettingsButton.Size = new System.Drawing.Size(75, 23); | |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
188 this.CancelSettingsButton.TabIndex = 51; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
189 this.CancelSettingsButton.Text = "&Cancel"; |
4 | 190 this.CancelSettingsButton.UseVisualStyleBackColor = true; |
191 this.CancelSettingsButton.Click += new System.EventHandler(this.CancelSettingsButton_Click); | |
192 // | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
193 // KeepLogDaysInput |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
194 // |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
195 this.KeepLogDaysInput.Location = new System.Drawing.Point(130, 81); |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
196 this.KeepLogDaysInput.Maximum = new decimal(new int[] { |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
197 9999, |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
198 0, |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
199 0, |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
200 0}); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
201 this.KeepLogDaysInput.Name = "KeepLogDaysInput"; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
202 this.KeepLogDaysInput.Size = new System.Drawing.Size(50, 20); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
203 this.KeepLogDaysInput.TabIndex = 6; |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
204 // |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
205 // DeleteLabel |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
206 // |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
207 this.DeleteLabel.AutoSize = true; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
208 this.DeleteLabel.Location = new System.Drawing.Point(15, 83); |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
209 this.DeleteLabel.Name = "DeleteLabel"; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
210 this.DeleteLabel.Size = new System.Drawing.Size(113, 13); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
211 this.DeleteLabel.TabIndex = 5; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
212 this.DeleteLabel.Text = "&Delete log entries after"; |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
213 // |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
214 // DaysLabel |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
215 // |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
216 this.DaysLabel.AutoSize = true; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
217 this.DaysLabel.Location = new System.Drawing.Point(182, 83); |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
218 this.DaysLabel.Name = "DaysLabel"; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
219 this.DaysLabel.Size = new System.Drawing.Size(29, 13); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
220 this.DaysLabel.TabIndex = 7; |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
221 this.DaysLabel.Text = "days"; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
222 // |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
223 // AutorunCheckBox |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
224 // |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
225 this.AutorunCheckBox.AutoSize = true; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
226 this.AutorunCheckBox.Location = new System.Drawing.Point(18, 36); |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
227 this.AutorunCheckBox.Name = "AutorunCheckBox"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
228 this.AutorunCheckBox.Size = new System.Drawing.Size(117, 17); |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
229 this.AutorunCheckBox.TabIndex = 3; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
230 this.AutorunCheckBox.Text = "&Start with Windows"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
231 this.AutorunCheckBox.UseVisualStyleBackColor = true; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
232 // |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
233 // KeepRunningCheckBox |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
234 // |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
235 this.KeepRunningCheckBox.AutoSize = true; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
236 this.KeepRunningCheckBox.Location = new System.Drawing.Point(18, 59); |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
237 this.KeepRunningCheckBox.Name = "KeepRunningCheckBox"; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
238 this.KeepRunningCheckBox.Size = new System.Drawing.Size(219, 17); |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
239 this.KeepRunningCheckBox.TabIndex = 52; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
240 this.KeepRunningCheckBox.Text = "&Minimize to notification area when closed"; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
241 this.KeepRunningCheckBox.UseVisualStyleBackColor = true; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
242 // |
4 | 243 // SettingsForm |
244 // | |
245 this.AcceptButton = this.OkButton; | |
246 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |
247 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
248 this.CancelButton = this.CancelSettingsButton; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
249 this.ClientSize = new System.Drawing.Size(361, 259); |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
250 this.Controls.Add(this.KeepRunningCheckBox); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
251 this.Controls.Add(this.AutorunCheckBox); |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
252 this.Controls.Add(this.DaysLabel); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
253 this.Controls.Add(this.DeleteLabel); |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
254 this.Controls.Add(this.KeepLogDaysInput); |
4 | 255 this.Controls.Add(this.CancelSettingsButton); |
256 this.Controls.Add(this.OkButton); | |
257 this.Controls.Add(this.label1); | |
258 this.Controls.Add(this.SeverityOptionsGroupBox); | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
259 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
260 this.MaximizeBox = false; |
4 | 261 this.Name = "SettingsForm"; |
262 this.Text = "Options"; | |
263 this.Load += new System.EventHandler(this.SettingsForm_Load); | |
264 this.SeverityOptionsGroupBox.ResumeLayout(false); | |
265 this.SeverityOptionsGroupBox.PerformLayout(); | |
266 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).EndInit(); | |
267 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).EndInit(); | |
268 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).EndInit(); | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
269 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).EndInit(); |
4 | 270 this.ResumeLayout(false); |
271 this.PerformLayout(); | |
272 | |
273 } | |
274 | |
275 #endregion | |
276 | |
277 private System.Windows.Forms.GroupBox SeverityOptionsGroupBox; | |
278 private System.Windows.Forms.PictureBox ErrorIcon; | |
279 private System.Windows.Forms.Label label1; | |
280 private System.Windows.Forms.Label InformationLabel; | |
281 private System.Windows.Forms.PictureBox InformationIcon; | |
282 private System.Windows.Forms.Label WarningLabel; | |
283 private System.Windows.Forms.PictureBox WarningIcon; | |
284 private System.Windows.Forms.Label ErrorLabel; | |
285 private System.Windows.Forms.ComboBox ErrorComboBox; | |
286 private System.Windows.Forms.ComboBox WarningComboBox; | |
287 private System.Windows.Forms.ComboBox InformationComboBox; | |
288 private System.Windows.Forms.Button OkButton; | |
289 private System.Windows.Forms.Button CancelSettingsButton; | |
6
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
290 private System.Windows.Forms.NumericUpDown KeepLogDaysInput; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
291 private System.Windows.Forms.Label DeleteLabel; |
c1dffaac66fa
- Don't show multiple password dialogs for the same key if the first one was cancelled.
Brad Greco <brad@bgreco.net>
parents:
4
diff
changeset
|
292 private System.Windows.Forms.Label DaysLabel; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
293 private System.Windows.Forms.CheckBox AutorunCheckBox; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
294 private System.Windows.Forms.CheckBox KeepRunningCheckBox; |
4 | 295 } |
296 } |