Mercurial > servermonitor
annotate ServerMonitor/Forms/SettingsForm.Designer.cs @ 40:c4fc74593a78 default tip
Mono fix
author | Brad Greco <brad@bgreco.net> |
---|---|
date | Sat, 13 Jun 2020 13:28:20 -0400 |
parents | f6235dc0a8ec |
children |
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(); | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
32 this.InformationSoundComboBox = new System.Windows.Forms.ComboBox(); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
33 this.WarningSoundComboBox = new System.Windows.Forms.ComboBox(); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
34 this.InformationSoundLabel = new System.Windows.Forms.Label(); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
35 this.WarningSoundLabel = new System.Windows.Forms.Label(); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
36 this.ErrorSoundLabel = new System.Windows.Forms.Label(); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
37 this.ErrorSoundComboBox = new System.Windows.Forms.ComboBox(); |
4 | 38 this.ErrorComboBox = new System.Windows.Forms.ComboBox(); |
39 this.WarningComboBox = new System.Windows.Forms.ComboBox(); | |
40 this.InformationComboBox = new System.Windows.Forms.ComboBox(); | |
41 this.InformationLabel = new System.Windows.Forms.Label(); | |
42 this.InformationIcon = new System.Windows.Forms.PictureBox(); | |
43 this.WarningLabel = new System.Windows.Forms.Label(); | |
44 this.WarningIcon = new System.Windows.Forms.PictureBox(); | |
45 this.ErrorLabel = new System.Windows.Forms.Label(); | |
46 this.ErrorIcon = new System.Windows.Forms.PictureBox(); | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
47 this.OptionsLabel = new System.Windows.Forms.Label(); |
4 | 48 this.OkButton = new System.Windows.Forms.Button(); |
49 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
|
50 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
|
51 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
|
52 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
|
53 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
|
54 this.KeepRunningCheckBox = new System.Windows.Forms.CheckBox(); |
4 | 55 this.SeverityOptionsGroupBox.SuspendLayout(); |
56 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).BeginInit(); | |
57 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).BeginInit(); | |
58 ((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
|
59 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).BeginInit(); |
4 | 60 this.SuspendLayout(); |
61 // | |
62 // SeverityOptionsGroupBox | |
63 // | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
64 this.SeverityOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) |
4 | 65 | System.Windows.Forms.AnchorStyles.Right))); |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
66 this.SeverityOptionsGroupBox.Controls.Add(this.InformationSoundComboBox); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
67 this.SeverityOptionsGroupBox.Controls.Add(this.WarningSoundComboBox); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
68 this.SeverityOptionsGroupBox.Controls.Add(this.InformationSoundLabel); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
69 this.SeverityOptionsGroupBox.Controls.Add(this.WarningSoundLabel); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
70 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorSoundLabel); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
71 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorSoundComboBox); |
4 | 72 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorComboBox); |
73 this.SeverityOptionsGroupBox.Controls.Add(this.WarningComboBox); | |
74 this.SeverityOptionsGroupBox.Controls.Add(this.InformationComboBox); | |
75 this.SeverityOptionsGroupBox.Controls.Add(this.InformationLabel); | |
76 this.SeverityOptionsGroupBox.Controls.Add(this.InformationIcon); | |
77 this.SeverityOptionsGroupBox.Controls.Add(this.WarningLabel); | |
78 this.SeverityOptionsGroupBox.Controls.Add(this.WarningIcon); | |
79 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorLabel); | |
80 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorIcon); | |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
81 this.SeverityOptionsGroupBox.Location = new System.Drawing.Point(12, 109); |
4 | 82 this.SeverityOptionsGroupBox.Name = "SeverityOptionsGroupBox"; |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
83 this.SeverityOptionsGroupBox.Size = new System.Drawing.Size(435, 104); |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
84 this.SeverityOptionsGroupBox.TabIndex = 8; |
4 | 85 this.SeverityOptionsGroupBox.TabStop = false; |
86 this.SeverityOptionsGroupBox.Text = "Severity settings"; | |
87 // | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
88 // InformationSoundComboBox |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
89 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
90 this.InformationSoundComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
91 this.InformationSoundComboBox.FormattingEnabled = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
92 this.InformationSoundComboBox.Location = new System.Drawing.Point(299, 71); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
93 this.InformationSoundComboBox.Name = "InformationSoundComboBox"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
94 this.InformationSoundComboBox.Size = new System.Drawing.Size(130, 21); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
95 this.InformationSoundComboBox.TabIndex = 58; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
96 this.InformationSoundComboBox.SelectedIndexChanged += new System.EventHandler(this.SoundComboBox_SelectedIndexChanged); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
97 this.InformationSoundComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.SoundComboBox_Format); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
98 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
99 // WarningSoundComboBox |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
100 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
101 this.WarningSoundComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
102 this.WarningSoundComboBox.FormattingEnabled = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
103 this.WarningSoundComboBox.Location = new System.Drawing.Point(299, 44); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
104 this.WarningSoundComboBox.Name = "WarningSoundComboBox"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
105 this.WarningSoundComboBox.Size = new System.Drawing.Size(130, 21); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
106 this.WarningSoundComboBox.TabIndex = 57; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
107 this.WarningSoundComboBox.SelectedIndexChanged += new System.EventHandler(this.SoundComboBox_SelectedIndexChanged); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
108 this.WarningSoundComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.SoundComboBox_Format); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
109 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
110 // InformationSoundLabel |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
111 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
112 this.InformationSoundLabel.AutoSize = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
113 this.InformationSoundLabel.Location = new System.Drawing.Point(252, 74); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
114 this.InformationSoundLabel.Name = "InformationSoundLabel"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
115 this.InformationSoundLabel.Size = new System.Drawing.Size(41, 13); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
116 this.InformationSoundLabel.TabIndex = 56; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
117 this.InformationSoundLabel.Text = "Sound:"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
118 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
119 // WarningSoundLabel |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
120 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
121 this.WarningSoundLabel.AutoSize = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
122 this.WarningSoundLabel.Location = new System.Drawing.Point(252, 47); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
123 this.WarningSoundLabel.Name = "WarningSoundLabel"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
124 this.WarningSoundLabel.Size = new System.Drawing.Size(41, 13); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
125 this.WarningSoundLabel.TabIndex = 55; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
126 this.WarningSoundLabel.Text = "Sound:"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
127 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
128 // ErrorSoundLabel |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
129 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
130 this.ErrorSoundLabel.AutoSize = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
131 this.ErrorSoundLabel.Location = new System.Drawing.Point(252, 20); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
132 this.ErrorSoundLabel.Name = "ErrorSoundLabel"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
133 this.ErrorSoundLabel.Size = new System.Drawing.Size(41, 13); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
134 this.ErrorSoundLabel.TabIndex = 54; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
135 this.ErrorSoundLabel.Text = "Sound:"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
136 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
137 // ErrorSoundComboBox |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
138 // |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
139 this.ErrorSoundComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
140 this.ErrorSoundComboBox.FormattingEnabled = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
141 this.ErrorSoundComboBox.Location = new System.Drawing.Point(299, 17); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
142 this.ErrorSoundComboBox.Name = "ErrorSoundComboBox"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
143 this.ErrorSoundComboBox.Size = new System.Drawing.Size(130, 21); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
144 this.ErrorSoundComboBox.TabIndex = 53; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
145 this.ErrorSoundComboBox.SelectedIndexChanged += new System.EventHandler(this.SoundComboBox_SelectedIndexChanged); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
146 this.ErrorSoundComboBox.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.SoundComboBox_Format); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
147 // |
4 | 148 // ErrorComboBox |
149 // | |
150 this.ErrorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
151 this.ErrorComboBox.FormattingEnabled = true; | |
152 this.ErrorComboBox.Location = new System.Drawing.Point(125, 17); | |
153 this.ErrorComboBox.Name = "ErrorComboBox"; | |
154 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
|
155 this.ErrorComboBox.TabIndex = 9; |
4 | 156 // |
157 // WarningComboBox | |
158 // | |
159 this.WarningComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
160 this.WarningComboBox.FormattingEnabled = true; | |
161 this.WarningComboBox.Location = new System.Drawing.Point(125, 44); | |
162 this.WarningComboBox.Name = "WarningComboBox"; | |
163 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
|
164 this.WarningComboBox.TabIndex = 11; |
4 | 165 // |
166 // InformationComboBox | |
167 // | |
168 this.InformationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; | |
169 this.InformationComboBox.FormattingEnabled = true; | |
170 this.InformationComboBox.Location = new System.Drawing.Point(125, 71); | |
171 this.InformationComboBox.Name = "InformationComboBox"; | |
172 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
|
173 this.InformationComboBox.TabIndex = 13; |
4 | 174 // |
175 // InformationLabel | |
176 // | |
177 this.InformationLabel.AutoSize = true; | |
178 this.InformationLabel.Location = new System.Drawing.Point(25, 74); | |
179 this.InformationLabel.Name = "InformationLabel"; | |
180 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
|
181 this.InformationLabel.TabIndex = 12; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
182 this.InformationLabel.Text = "&Information action:"; |
4 | 183 // |
184 // InformationIcon | |
185 // | |
186 this.InformationIcon.Image = global::ServerMonitorApp.Properties.Resources.info; | |
187 this.InformationIcon.Location = new System.Drawing.Point(6, 73); | |
188 this.InformationIcon.Name = "InformationIcon"; | |
189 this.InformationIcon.Size = new System.Drawing.Size(16, 16); | |
190 this.InformationIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
191 this.InformationIcon.TabIndex = 4; | |
192 this.InformationIcon.TabStop = false; | |
193 // | |
194 // WarningLabel | |
195 // | |
196 this.WarningLabel.AutoSize = true; | |
197 this.WarningLabel.Location = new System.Drawing.Point(25, 47); | |
198 this.WarningLabel.Name = "WarningLabel"; | |
199 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
|
200 this.WarningLabel.TabIndex = 10; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
201 this.WarningLabel.Text = "&Warning action:"; |
4 | 202 // |
203 // WarningIcon | |
204 // | |
205 this.WarningIcon.Image = global::ServerMonitorApp.Properties.Resources.warning; | |
206 this.WarningIcon.Location = new System.Drawing.Point(6, 46); | |
207 this.WarningIcon.Name = "WarningIcon"; | |
208 this.WarningIcon.Size = new System.Drawing.Size(16, 16); | |
209 this.WarningIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
210 this.WarningIcon.TabIndex = 2; | |
211 this.WarningIcon.TabStop = false; | |
212 // | |
213 // ErrorLabel | |
214 // | |
215 this.ErrorLabel.AutoSize = true; | |
216 this.ErrorLabel.Location = new System.Drawing.Point(25, 20); | |
217 this.ErrorLabel.Name = "ErrorLabel"; | |
218 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
|
219 this.ErrorLabel.TabIndex = 8; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
220 this.ErrorLabel.Text = "&Error action:"; |
4 | 221 // |
222 // ErrorIcon | |
223 // | |
224 this.ErrorIcon.Image = global::ServerMonitorApp.Properties.Resources.error; | |
225 this.ErrorIcon.Location = new System.Drawing.Point(6, 19); | |
226 this.ErrorIcon.Name = "ErrorIcon"; | |
227 this.ErrorIcon.Size = new System.Drawing.Size(16, 16); | |
228 this.ErrorIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; | |
229 this.ErrorIcon.TabIndex = 0; | |
230 this.ErrorIcon.TabStop = false; | |
231 // | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
232 // OptionsLabel |
4 | 233 // |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
234 this.OptionsLabel.AutoSize = true; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
235 this.OptionsLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
236 this.OptionsLabel.Location = new System.Drawing.Point(9, 9); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
237 this.OptionsLabel.Name = "OptionsLabel"; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
238 this.OptionsLabel.Size = new System.Drawing.Size(50, 13); |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
239 this.OptionsLabel.TabIndex = 1; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
240 this.OptionsLabel.Text = "Options"; |
4 | 241 // |
242 // OkButton | |
243 // | |
244 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
245 this.OkButton.Location = new System.Drawing.Point(291, 224); |
4 | 246 this.OkButton.Name = "OkButton"; |
247 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
|
248 this.OkButton.TabIndex = 50; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
249 this.OkButton.Text = "&OK"; |
4 | 250 this.OkButton.UseVisualStyleBackColor = true; |
251 this.OkButton.Click += new System.EventHandler(this.OkButton_Click); | |
252 // | |
253 // CancelSettingsButton | |
254 // | |
255 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
|
256 this.CancelSettingsButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
257 this.CancelSettingsButton.Location = new System.Drawing.Point(372, 224); |
4 | 258 this.CancelSettingsButton.Name = "CancelSettingsButton"; |
259 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
|
260 this.CancelSettingsButton.TabIndex = 51; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
261 this.CancelSettingsButton.Text = "&Cancel"; |
4 | 262 this.CancelSettingsButton.UseVisualStyleBackColor = true; |
263 this.CancelSettingsButton.Click += new System.EventHandler(this.CancelSettingsButton_Click); | |
264 // | |
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
|
265 // 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
|
266 // |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
267 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
|
268 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
|
269 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
|
270 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
|
271 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
|
272 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
|
273 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
|
274 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
|
275 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
|
276 // |
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
|
277 // 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
|
278 // |
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
|
279 this.DeleteLabel.AutoSize = true; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
280 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
|
281 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
|
282 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
|
283 this.DeleteLabel.TabIndex = 5; |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
284 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
|
285 // |
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
|
286 // 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
|
287 // |
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
|
288 this.DaysLabel.AutoSize = true; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
289 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
|
290 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
|
291 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
|
292 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
|
293 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
|
294 // |
8
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
295 // AutorunCheckBox |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
296 // |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
297 this.AutorunCheckBox.AutoSize = true; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
298 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
|
299 this.AutorunCheckBox.Name = "AutorunCheckBox"; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
300 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
|
301 this.AutorunCheckBox.TabIndex = 3; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
302 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
|
303 this.AutorunCheckBox.UseVisualStyleBackColor = true; |
052aa62cb42a
Single instance. Add autorun option. Add icons. General enhancements.
Brad Greco <brad@bgreco.net>
parents:
6
diff
changeset
|
304 // |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
305 // KeepRunningCheckBox |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
306 // |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
307 this.KeepRunningCheckBox.AutoSize = true; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
308 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
|
309 this.KeepRunningCheckBox.Name = "KeepRunningCheckBox"; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
310 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
|
311 this.KeepRunningCheckBox.TabIndex = 52; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
312 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
|
313 this.KeepRunningCheckBox.UseVisualStyleBackColor = true; |
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
314 // |
4 | 315 // SettingsForm |
316 // | |
317 this.AcceptButton = this.OkButton; | |
318 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |
319 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
|
320 this.CancelButton = this.CancelSettingsButton; |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
321 this.ClientSize = new System.Drawing.Size(459, 259); |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
322 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
|
323 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
|
324 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
|
325 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
|
326 this.Controls.Add(this.KeepLogDaysInput); |
4 | 327 this.Controls.Add(this.CancelSettingsButton); |
328 this.Controls.Add(this.OkButton); | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
329 this.Controls.Add(this.OptionsLabel); |
4 | 330 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
|
331 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
|
332 this.MaximizeBox = false; |
4 | 333 this.Name = "SettingsForm"; |
334 this.Text = "Options"; | |
335 this.Load += new System.EventHandler(this.SettingsForm_Load); | |
336 this.SeverityOptionsGroupBox.ResumeLayout(false); | |
337 this.SeverityOptionsGroupBox.PerformLayout(); | |
338 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).EndInit(); | |
339 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).EndInit(); | |
340 ((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
|
341 ((System.ComponentModel.ISupportInitialize)(this.KeepLogDaysInput)).EndInit(); |
4 | 342 this.ResumeLayout(false); |
343 this.PerformLayout(); | |
344 | |
345 } | |
346 | |
347 #endregion | |
348 | |
349 private System.Windows.Forms.GroupBox SeverityOptionsGroupBox; | |
350 private System.Windows.Forms.PictureBox ErrorIcon; | |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
351 private System.Windows.Forms.Label OptionsLabel; |
4 | 352 private System.Windows.Forms.Label InformationLabel; |
353 private System.Windows.Forms.PictureBox InformationIcon; | |
354 private System.Windows.Forms.Label WarningLabel; | |
355 private System.Windows.Forms.PictureBox WarningIcon; | |
356 private System.Windows.Forms.Label ErrorLabel; | |
357 private System.Windows.Forms.ComboBox ErrorComboBox; | |
358 private System.Windows.Forms.ComboBox WarningComboBox; | |
359 private System.Windows.Forms.ComboBox InformationComboBox; | |
360 private System.Windows.Forms.Button OkButton; | |
361 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
|
362 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
|
363 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
|
364 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
|
365 private System.Windows.Forms.CheckBox AutorunCheckBox; |
11
75ca86e0862c
Add setting to hide to notification area.
Brad Greco <brad@bgreco.net>
parents:
8
diff
changeset
|
366 private System.Windows.Forms.CheckBox KeepRunningCheckBox; |
29
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
367 private System.Windows.Forms.Label ErrorSoundLabel; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
368 private System.Windows.Forms.ComboBox ErrorSoundComboBox; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
369 private System.Windows.Forms.Label WarningSoundLabel; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
370 private System.Windows.Forms.Label InformationSoundLabel; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
371 private System.Windows.Forms.ComboBox InformationSoundComboBox; |
f6235dc0a8ec
Add ability to play a sound on check failure.
Brad Greco <brad@bgreco.net>
parents:
11
diff
changeset
|
372 private System.Windows.Forms.ComboBox WarningSoundComboBox; |
4 | 373 } |
374 } |