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();
|
|
44 this.SeverityOptionsGroupBox.SuspendLayout();
|
|
45 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).BeginInit();
|
|
46 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).BeginInit();
|
|
47 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).BeginInit();
|
|
48 this.SuspendLayout();
|
|
49 //
|
|
50 // SeverityOptionsGroupBox
|
|
51 //
|
|
52 this.SeverityOptionsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
53 | System.Windows.Forms.AnchorStyles.Right)));
|
|
54 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorComboBox);
|
|
55 this.SeverityOptionsGroupBox.Controls.Add(this.WarningComboBox);
|
|
56 this.SeverityOptionsGroupBox.Controls.Add(this.InformationComboBox);
|
|
57 this.SeverityOptionsGroupBox.Controls.Add(this.InformationLabel);
|
|
58 this.SeverityOptionsGroupBox.Controls.Add(this.InformationIcon);
|
|
59 this.SeverityOptionsGroupBox.Controls.Add(this.WarningLabel);
|
|
60 this.SeverityOptionsGroupBox.Controls.Add(this.WarningIcon);
|
|
61 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorLabel);
|
|
62 this.SeverityOptionsGroupBox.Controls.Add(this.ErrorIcon);
|
|
63 this.SeverityOptionsGroupBox.Location = new System.Drawing.Point(12, 57);
|
|
64 this.SeverityOptionsGroupBox.Name = "SeverityOptionsGroupBox";
|
|
65 this.SeverityOptionsGroupBox.Size = new System.Drawing.Size(337, 104);
|
|
66 this.SeverityOptionsGroupBox.TabIndex = 0;
|
|
67 this.SeverityOptionsGroupBox.TabStop = false;
|
|
68 this.SeverityOptionsGroupBox.Text = "Severity settings";
|
|
69 //
|
|
70 // ErrorComboBox
|
|
71 //
|
|
72 this.ErrorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
73 this.ErrorComboBox.FormattingEnabled = true;
|
|
74 this.ErrorComboBox.Location = new System.Drawing.Point(125, 17);
|
|
75 this.ErrorComboBox.Name = "ErrorComboBox";
|
|
76 this.ErrorComboBox.Size = new System.Drawing.Size(121, 21);
|
|
77 this.ErrorComboBox.TabIndex = 8;
|
|
78 //
|
|
79 // WarningComboBox
|
|
80 //
|
|
81 this.WarningComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
82 this.WarningComboBox.FormattingEnabled = true;
|
|
83 this.WarningComboBox.Location = new System.Drawing.Point(125, 44);
|
|
84 this.WarningComboBox.Name = "WarningComboBox";
|
|
85 this.WarningComboBox.Size = new System.Drawing.Size(121, 21);
|
|
86 this.WarningComboBox.TabIndex = 7;
|
|
87 //
|
|
88 // InformationComboBox
|
|
89 //
|
|
90 this.InformationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
91 this.InformationComboBox.FormattingEnabled = true;
|
|
92 this.InformationComboBox.Location = new System.Drawing.Point(125, 71);
|
|
93 this.InformationComboBox.Name = "InformationComboBox";
|
|
94 this.InformationComboBox.Size = new System.Drawing.Size(121, 21);
|
|
95 this.InformationComboBox.TabIndex = 6;
|
|
96 //
|
|
97 // InformationLabel
|
|
98 //
|
|
99 this.InformationLabel.AutoSize = true;
|
|
100 this.InformationLabel.Location = new System.Drawing.Point(25, 74);
|
|
101 this.InformationLabel.Name = "InformationLabel";
|
|
102 this.InformationLabel.Size = new System.Drawing.Size(94, 13);
|
|
103 this.InformationLabel.TabIndex = 5;
|
|
104 this.InformationLabel.Text = "Information action:";
|
|
105 //
|
|
106 // InformationIcon
|
|
107 //
|
|
108 this.InformationIcon.Image = global::ServerMonitorApp.Properties.Resources.info;
|
|
109 this.InformationIcon.Location = new System.Drawing.Point(6, 73);
|
|
110 this.InformationIcon.Name = "InformationIcon";
|
|
111 this.InformationIcon.Size = new System.Drawing.Size(16, 16);
|
|
112 this.InformationIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
113 this.InformationIcon.TabIndex = 4;
|
|
114 this.InformationIcon.TabStop = false;
|
|
115 //
|
|
116 // WarningLabel
|
|
117 //
|
|
118 this.WarningLabel.AutoSize = true;
|
|
119 this.WarningLabel.Location = new System.Drawing.Point(25, 47);
|
|
120 this.WarningLabel.Name = "WarningLabel";
|
|
121 this.WarningLabel.Size = new System.Drawing.Size(82, 13);
|
|
122 this.WarningLabel.TabIndex = 3;
|
|
123 this.WarningLabel.Text = "Warning action:";
|
|
124 //
|
|
125 // WarningIcon
|
|
126 //
|
|
127 this.WarningIcon.Image = global::ServerMonitorApp.Properties.Resources.warning;
|
|
128 this.WarningIcon.Location = new System.Drawing.Point(6, 46);
|
|
129 this.WarningIcon.Name = "WarningIcon";
|
|
130 this.WarningIcon.Size = new System.Drawing.Size(16, 16);
|
|
131 this.WarningIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
132 this.WarningIcon.TabIndex = 2;
|
|
133 this.WarningIcon.TabStop = false;
|
|
134 //
|
|
135 // ErrorLabel
|
|
136 //
|
|
137 this.ErrorLabel.AutoSize = true;
|
|
138 this.ErrorLabel.Location = new System.Drawing.Point(25, 20);
|
|
139 this.ErrorLabel.Name = "ErrorLabel";
|
|
140 this.ErrorLabel.Size = new System.Drawing.Size(64, 13);
|
|
141 this.ErrorLabel.TabIndex = 1;
|
|
142 this.ErrorLabel.Text = "Error action:";
|
|
143 //
|
|
144 // ErrorIcon
|
|
145 //
|
|
146 this.ErrorIcon.Image = global::ServerMonitorApp.Properties.Resources.error;
|
|
147 this.ErrorIcon.Location = new System.Drawing.Point(6, 19);
|
|
148 this.ErrorIcon.Name = "ErrorIcon";
|
|
149 this.ErrorIcon.Size = new System.Drawing.Size(16, 16);
|
|
150 this.ErrorIcon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
151 this.ErrorIcon.TabIndex = 0;
|
|
152 this.ErrorIcon.TabStop = false;
|
|
153 //
|
|
154 // label1
|
|
155 //
|
|
156 this.label1.AutoSize = true;
|
|
157 this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
158 this.label1.Location = new System.Drawing.Point(9, 9);
|
|
159 this.label1.Name = "label1";
|
|
160 this.label1.Size = new System.Drawing.Size(50, 13);
|
|
161 this.label1.TabIndex = 1;
|
|
162 this.label1.Text = "Options";
|
|
163 //
|
|
164 // OkButton
|
|
165 //
|
|
166 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
167 this.OkButton.Location = new System.Drawing.Point(193, 170);
|
|
168 this.OkButton.Name = "OkButton";
|
|
169 this.OkButton.Size = new System.Drawing.Size(75, 23);
|
|
170 this.OkButton.TabIndex = 2;
|
|
171 this.OkButton.Text = "OK";
|
|
172 this.OkButton.UseVisualStyleBackColor = true;
|
|
173 this.OkButton.Click += new System.EventHandler(this.OkButton_Click);
|
|
174 //
|
|
175 // CancelSettingsButton
|
|
176 //
|
|
177 this.CancelSettingsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
178 this.CancelSettingsButton.Location = new System.Drawing.Point(274, 170);
|
|
179 this.CancelSettingsButton.Name = "CancelSettingsButton";
|
|
180 this.CancelSettingsButton.Size = new System.Drawing.Size(75, 23);
|
|
181 this.CancelSettingsButton.TabIndex = 3;
|
|
182 this.CancelSettingsButton.Text = "Cancel";
|
|
183 this.CancelSettingsButton.UseVisualStyleBackColor = true;
|
|
184 this.CancelSettingsButton.Click += new System.EventHandler(this.CancelSettingsButton_Click);
|
|
185 //
|
|
186 // SettingsForm
|
|
187 //
|
|
188 this.AcceptButton = this.OkButton;
|
|
189 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
190 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
191 this.ClientSize = new System.Drawing.Size(361, 205);
|
|
192 this.Controls.Add(this.CancelSettingsButton);
|
|
193 this.Controls.Add(this.OkButton);
|
|
194 this.Controls.Add(this.label1);
|
|
195 this.Controls.Add(this.SeverityOptionsGroupBox);
|
|
196 this.Name = "SettingsForm";
|
|
197 this.Text = "Options";
|
|
198 this.Load += new System.EventHandler(this.SettingsForm_Load);
|
|
199 this.SeverityOptionsGroupBox.ResumeLayout(false);
|
|
200 this.SeverityOptionsGroupBox.PerformLayout();
|
|
201 ((System.ComponentModel.ISupportInitialize)(this.InformationIcon)).EndInit();
|
|
202 ((System.ComponentModel.ISupportInitialize)(this.WarningIcon)).EndInit();
|
|
203 ((System.ComponentModel.ISupportInitialize)(this.ErrorIcon)).EndInit();
|
|
204 this.ResumeLayout(false);
|
|
205 this.PerformLayout();
|
|
206
|
|
207 }
|
|
208
|
|
209 #endregion
|
|
210
|
|
211 private System.Windows.Forms.GroupBox SeverityOptionsGroupBox;
|
|
212 private System.Windows.Forms.PictureBox ErrorIcon;
|
|
213 private System.Windows.Forms.Label label1;
|
|
214 private System.Windows.Forms.Label InformationLabel;
|
|
215 private System.Windows.Forms.PictureBox InformationIcon;
|
|
216 private System.Windows.Forms.Label WarningLabel;
|
|
217 private System.Windows.Forms.PictureBox WarningIcon;
|
|
218 private System.Windows.Forms.Label ErrorLabel;
|
|
219 private System.Windows.Forms.ComboBox ErrorComboBox;
|
|
220 private System.Windows.Forms.ComboBox WarningComboBox;
|
|
221 private System.Windows.Forms.ComboBox InformationComboBox;
|
|
222 private System.Windows.Forms.Button OkButton;
|
|
223 private System.Windows.Forms.Button CancelSettingsButton;
|
|
224 }
|
|
225 } |