HamBook – Blame information for rev 14

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace HamBook
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 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
32 this.tabControl1 = new System.Windows.Forms.TabControl();
9 office 33 this.tabPage3 = new System.Windows.Forms.TabPage();
10 office 34 this.groupBox5 = new System.Windows.Forms.GroupBox();
35 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
36 this.label14 = new System.Windows.Forms.Label();
37 this.textBox5 = new System.Windows.Forms.TextBox();
38 this.label15 = new System.Windows.Forms.Label();
9 office 39 this.checkBox1 = new System.Windows.Forms.CheckBox();
1 office 40 this.tabPage1 = new System.Windows.Forms.TabPage();
9 office 41 this.groupBox4 = new System.Windows.Forms.GroupBox();
42 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
43 this.label10 = new System.Windows.Forms.Label();
44 this.label11 = new System.Windows.Forms.Label();
45 this.textBox3 = new System.Windows.Forms.TextBox();
46 this.textBox4 = new System.Windows.Forms.TextBox();
47 this.label12 = new System.Windows.Forms.Label();
48 this.label13 = new System.Windows.Forms.Label();
3 office 49 this.groupBox2 = new System.Windows.Forms.GroupBox();
50 this.comboBox7 = new System.Windows.Forms.ComboBox();
1 office 51 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 52 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
1 office 53 this.comboBox1 = new System.Windows.Forms.ComboBox();
54 this.label1 = new System.Windows.Forms.Label();
55 this.label2 = new System.Windows.Forms.Label();
56 this.comboBox2 = new System.Windows.Forms.ComboBox();
57 this.comboBox3 = new System.Windows.Forms.ComboBox();
58 this.comboBox4 = new System.Windows.Forms.ComboBox();
59 this.comboBox5 = new System.Windows.Forms.ComboBox();
60 this.label3 = new System.Windows.Forms.Label();
61 this.label4 = new System.Windows.Forms.Label();
62 this.label5 = new System.Windows.Forms.Label();
7 office 63 this.label9 = new System.Windows.Forms.Label();
64 this.comboBox8 = new System.Windows.Forms.ComboBox();
5 office 65 this.tabPage2 = new System.Windows.Forms.TabPage();
66 this.groupBox3 = new System.Windows.Forms.GroupBox();
67 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
68 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
7 office 69 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
5 office 70 this.textBox2 = new System.Windows.Forms.TextBox();
71 this.label7 = new System.Windows.Forms.Label();
72 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
7 office 73 this.textBox1 = new System.Windows.Forms.TextBox();
5 office 74 this.label8 = new System.Windows.Forms.Label();
7 office 75 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
76 this.comboBox6 = new System.Windows.Forms.ComboBox();
77 this.label6 = new System.Windows.Forms.Label();
10 office 78 this.tabPage4 = new System.Windows.Forms.TabPage();
79 this.groupBox6 = new System.Windows.Forms.GroupBox();
80 this.tableLayoutPanel11 = new System.Windows.Forms.TableLayoutPanel();
81 this.label16 = new System.Windows.Forms.Label();
82 this.label17 = new System.Windows.Forms.Label();
83 this.comboBox9 = new System.Windows.Forms.ComboBox();
84 this.comboBox10 = new System.Windows.Forms.ComboBox();
12 office 85 this.tabPage5 = new System.Windows.Forms.TabPage();
86 this.dataGridView1 = new System.Windows.Forms.DataGridView();
87 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
88 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
89 this.button1 = new System.Windows.Forms.Button();
90 this.button2 = new System.Windows.Forms.Button();
13 office 91 this.DescriptionColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
12 office 92 this.EnableColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
93 this.LingerColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
14 office 94 this.tabPage6 = new System.Windows.Forms.TabPage();
95 this.tabControl2 = new System.Windows.Forms.TabControl();
96 this.tabPage7 = new System.Windows.Forms.TabPage();
97 this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
98 this.tableLayoutPanel12 = new System.Windows.Forms.TableLayoutPanel();
99 this.label18 = new System.Windows.Forms.Label();
100 this.label19 = new System.Windows.Forms.Label();
101 this.tableLayoutPanel13 = new System.Windows.Forms.TableLayoutPanel();
102 this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
103 this.label20 = new System.Windows.Forms.Label();
104 this.tableLayoutPanel14 = new System.Windows.Forms.TableLayoutPanel();
105 this.label21 = new System.Windows.Forms.Label();
106 this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
107 this.label22 = new System.Windows.Forms.Label();
108 this.tableLayoutPanel15 = new System.Windows.Forms.TableLayoutPanel();
109 this.label23 = new System.Windows.Forms.Label();
110 this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
1 office 111 this.tabControl1.SuspendLayout();
9 office 112 this.tabPage3.SuspendLayout();
10 office 113 this.groupBox5.SuspendLayout();
114 this.tableLayoutPanel10.SuspendLayout();
1 office 115 this.tabPage1.SuspendLayout();
9 office 116 this.groupBox4.SuspendLayout();
117 this.tableLayoutPanel9.SuspendLayout();
3 office 118 this.groupBox2.SuspendLayout();
119 this.groupBox1.SuspendLayout();
120 this.tableLayoutPanel3.SuspendLayout();
5 office 121 this.tabPage2.SuspendLayout();
122 this.groupBox3.SuspendLayout();
123 this.tableLayoutPanel4.SuspendLayout();
124 this.tableLayoutPanel5.SuspendLayout();
125 this.tableLayoutPanel7.SuspendLayout();
126 this.tableLayoutPanel8.SuspendLayout();
7 office 127 this.tableLayoutPanel6.SuspendLayout();
10 office 128 this.tabPage4.SuspendLayout();
129 this.groupBox6.SuspendLayout();
130 this.tableLayoutPanel11.SuspendLayout();
12 office 131 this.tabPage5.SuspendLayout();
132 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
133 this.tableLayoutPanel1.SuspendLayout();
134 this.tableLayoutPanel2.SuspendLayout();
14 office 135 this.tabPage6.SuspendLayout();
136 this.tabControl2.SuspendLayout();
137 this.tabPage7.SuspendLayout();
138 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
139 this.tableLayoutPanel12.SuspendLayout();
140 this.tableLayoutPanel13.SuspendLayout();
141 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
142 this.tableLayoutPanel14.SuspendLayout();
143 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
144 this.tableLayoutPanel15.SuspendLayout();
145 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
1 office 146 this.SuspendLayout();
147 //
148 // tabControl1
149 //
8 office 150 this.tabControl1.Controls.Add(this.tabPage3);
1 office 151 this.tabControl1.Controls.Add(this.tabPage1);
5 office 152 this.tabControl1.Controls.Add(this.tabPage2);
10 office 153 this.tabControl1.Controls.Add(this.tabPage4);
12 office 154 this.tabControl1.Controls.Add(this.tabPage5);
14 office 155 this.tabControl1.Controls.Add(this.tabPage6);
1 office 156 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
157 this.tabControl1.Location = new System.Drawing.Point(3, 3);
158 this.tabControl1.Name = "tabControl1";
159 this.tabControl1.SelectedIndex = 0;
160 this.tabControl1.Size = new System.Drawing.Size(618, 339);
161 this.tabControl1.TabIndex = 0;
162 //
9 office 163 // tabPage3
164 //
165 this.tabPage3.Controls.Add(this.groupBox5);
166 this.tabPage3.Controls.Add(this.checkBox1);
167 this.tabPage3.Location = new System.Drawing.Point(4, 22);
168 this.tabPage3.Name = "tabPage3";
169 this.tabPage3.Size = new System.Drawing.Size(610, 313);
170 this.tabPage3.TabIndex = 2;
171 this.tabPage3.Text = "Program";
172 this.tabPage3.UseVisualStyleBackColor = true;
173 //
10 office 174 // groupBox5
175 //
176 this.groupBox5.Controls.Add(this.tableLayoutPanel10);
177 this.groupBox5.Location = new System.Drawing.Point(203, 17);
178 this.groupBox5.Name = "groupBox5";
179 this.groupBox5.Size = new System.Drawing.Size(200, 64);
180 this.groupBox5.TabIndex = 1;
181 this.groupBox5.TabStop = false;
182 this.groupBox5.Text = "Band Scanning";
183 //
184 // tableLayoutPanel10
185 //
186 this.tableLayoutPanel10.ColumnCount = 3;
187 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
188 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
189 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
190 this.tableLayoutPanel10.Controls.Add(this.label14, 0, 0);
191 this.tableLayoutPanel10.Controls.Add(this.textBox5, 1, 0);
192 this.tableLayoutPanel10.Controls.Add(this.label15, 2, 0);
193 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
194 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
195 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
196 this.tableLayoutPanel10.RowCount = 1;
197 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
198 this.tableLayoutPanel10.Size = new System.Drawing.Size(194, 45);
199 this.tableLayoutPanel10.TabIndex = 0;
200 //
201 // label14
202 //
203 this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
204 this.label14.AutoSize = true;
205 this.label14.Location = new System.Drawing.Point(3, 16);
206 this.label14.Name = "label14";
207 this.label14.Size = new System.Drawing.Size(81, 13);
208 this.label14.TabIndex = 0;
209 this.label14.Text = "Detect Pause";
210 //
211 // textBox5
212 //
213 this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
214 this.textBox5.Location = new System.Drawing.Point(90, 12);
215 this.textBox5.Name = "textBox5";
216 this.textBox5.Size = new System.Drawing.Size(81, 20);
217 this.textBox5.TabIndex = 1;
218 this.textBox5.Text = "10";
219 //
220 // label15
221 //
222 this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
223 this.label15.AutoSize = true;
224 this.label15.Location = new System.Drawing.Point(177, 16);
225 this.label15.Name = "label15";
226 this.label15.Size = new System.Drawing.Size(14, 13);
227 this.label15.TabIndex = 2;
228 this.label15.Text = "s";
229 //
9 office 230 // checkBox1
231 //
232 this.checkBox1.AutoSize = true;
233 this.checkBox1.Location = new System.Drawing.Point(19, 17);
234 this.checkBox1.Name = "checkBox1";
235 this.checkBox1.Size = new System.Drawing.Size(148, 17);
236 this.checkBox1.TabIndex = 0;
237 this.checkBox1.Text = "Launch on Windows boot";
238 this.checkBox1.UseVisualStyleBackColor = true;
239 //
1 office 240 // tabPage1
241 //
7 office 242 this.tabPage1.Controls.Add(this.groupBox4);
1 office 243 this.tabPage1.Controls.Add(this.groupBox2);
244 this.tabPage1.Controls.Add(this.groupBox1);
245 this.tabPage1.Location = new System.Drawing.Point(4, 22);
246 this.tabPage1.Name = "tabPage1";
247 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
248 this.tabPage1.Size = new System.Drawing.Size(610, 313);
249 this.tabPage1.TabIndex = 0;
250 this.tabPage1.Text = "Connection";
251 this.tabPage1.UseVisualStyleBackColor = true;
252 //
9 office 253 // groupBox4
254 //
255 this.groupBox4.Controls.Add(this.tableLayoutPanel9);
256 this.groupBox4.Location = new System.Drawing.Point(248, 113);
257 this.groupBox4.Name = "groupBox4";
10 office 258 this.groupBox4.Size = new System.Drawing.Size(223, 113);
9 office 259 this.groupBox4.TabIndex = 2;
260 this.groupBox4.TabStop = false;
261 this.groupBox4.Text = "Serial Port Timeout";
262 //
263 // tableLayoutPanel9
264 //
265 this.tableLayoutPanel9.ColumnCount = 3;
266 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
267 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
10 office 268 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
9 office 269 this.tableLayoutPanel9.Controls.Add(this.label10, 0, 0);
270 this.tableLayoutPanel9.Controls.Add(this.label11, 0, 1);
271 this.tableLayoutPanel9.Controls.Add(this.textBox3, 1, 0);
272 this.tableLayoutPanel9.Controls.Add(this.textBox4, 1, 1);
273 this.tableLayoutPanel9.Controls.Add(this.label12, 2, 0);
274 this.tableLayoutPanel9.Controls.Add(this.label13, 2, 1);
275 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
276 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
277 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
278 this.tableLayoutPanel9.RowCount = 2;
279 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
280 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
10 office 281 this.tableLayoutPanel9.Size = new System.Drawing.Size(217, 94);
9 office 282 this.tableLayoutPanel9.TabIndex = 0;
283 //
284 // label10
285 //
286 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
287 this.label10.AutoSize = true;
288 this.label10.Location = new System.Drawing.Point(3, 17);
289 this.label10.Name = "label10";
290 this.label10.Size = new System.Drawing.Size(34, 13);
291 this.label10.TabIndex = 0;
292 this.label10.Text = "Read";
293 //
294 // label11
295 //
296 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
297 this.label11.AutoSize = true;
298 this.label11.Location = new System.Drawing.Point(3, 64);
299 this.label11.Name = "label11";
300 this.label11.Size = new System.Drawing.Size(34, 13);
301 this.label11.TabIndex = 1;
302 this.label11.Text = "Write";
303 //
304 // textBox3
305 //
306 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
307 this.textBox3.Location = new System.Drawing.Point(43, 13);
308 this.textBox3.Name = "textBox3";
10 office 309 this.textBox3.Size = new System.Drawing.Size(141, 20);
9 office 310 this.textBox3.TabIndex = 2;
311 //
312 // textBox4
313 //
314 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
315 this.textBox4.Location = new System.Drawing.Point(43, 60);
316 this.textBox4.Name = "textBox4";
10 office 317 this.textBox4.Size = new System.Drawing.Size(141, 20);
9 office 318 this.textBox4.TabIndex = 3;
319 //
320 // label12
321 //
322 this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
323 this.label12.AutoSize = true;
10 office 324 this.label12.Location = new System.Drawing.Point(190, 17);
9 office 325 this.label12.Name = "label12";
10 office 326 this.label12.Size = new System.Drawing.Size(24, 13);
9 office 327 this.label12.TabIndex = 4;
328 this.label12.Text = "ms";
329 //
330 // label13
331 //
332 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
333 this.label13.AutoSize = true;
10 office 334 this.label13.Location = new System.Drawing.Point(190, 64);
9 office 335 this.label13.Name = "label13";
10 office 336 this.label13.Size = new System.Drawing.Size(24, 13);
9 office 337 this.label13.TabIndex = 5;
338 this.label13.Text = "ms";
339 //
3 office 340 // groupBox2
1 office 341 //
3 office 342 this.groupBox2.Controls.Add(this.comboBox7);
7 office 343 this.groupBox2.Location = new System.Drawing.Point(247, 6);
3 office 344 this.groupBox2.Name = "groupBox2";
345 this.groupBox2.Size = new System.Drawing.Size(200, 100);
346 this.groupBox2.TabIndex = 1;
347 this.groupBox2.TabStop = false;
348 this.groupBox2.Text = "Radio";
1 office 349 //
3 office 350 // comboBox7
1 office 351 //
3 office 352 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
353 this.comboBox7.FormattingEnabled = true;
354 this.comboBox7.Items.AddRange(new object[] {
355 "Yaesu FT-891"});
356 this.comboBox7.Location = new System.Drawing.Point(38, 41);
357 this.comboBox7.Name = "comboBox7";
358 this.comboBox7.Size = new System.Drawing.Size(121, 21);
359 this.comboBox7.TabIndex = 0;
1 office 360 //
361 // groupBox1
362 //
363 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
364 this.groupBox1.Location = new System.Drawing.Point(6, 6);
365 this.groupBox1.Name = "groupBox1";
7 office 366 this.groupBox1.Size = new System.Drawing.Size(235, 223);
1 office 367 this.groupBox1.TabIndex = 0;
368 this.groupBox1.TabStop = false;
7 office 369 this.groupBox1.Text = "Serial Port";
1 office 370 //
371 // tableLayoutPanel3
372 //
373 this.tableLayoutPanel3.ColumnCount = 2;
374 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
375 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
376 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
377 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
378 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
379 this.tableLayoutPanel3.Controls.Add(this.comboBox2, 1, 1);
380 this.tableLayoutPanel3.Controls.Add(this.comboBox3, 1, 2);
381 this.tableLayoutPanel3.Controls.Add(this.comboBox4, 1, 3);
382 this.tableLayoutPanel3.Controls.Add(this.comboBox5, 1, 4);
383 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
384 this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
385 this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
7 office 386 this.tableLayoutPanel3.Controls.Add(this.label9, 0, 5);
387 this.tableLayoutPanel3.Controls.Add(this.comboBox8, 1, 5);
1 office 388 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
389 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
390 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
7 office 391 this.tableLayoutPanel3.RowCount = 6;
392 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
393 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
394 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
395 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
396 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
397 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66944F));
398 this.tableLayoutPanel3.Size = new System.Drawing.Size(229, 204);
1 office 399 this.tableLayoutPanel3.TabIndex = 0;
400 //
3 office 401 // comboBox1
402 //
403 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
404 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
405 this.comboBox1.FormattingEnabled = true;
7 office 406 this.comboBox1.Location = new System.Drawing.Point(71, 6);
3 office 407 this.comboBox1.Name = "comboBox1";
7 office 408 this.comboBox1.Size = new System.Drawing.Size(155, 21);
3 office 409 this.comboBox1.TabIndex = 0;
410 //
1 office 411 // label1
412 //
413 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
414 this.label1.AutoSize = true;
7 office 415 this.label1.Location = new System.Drawing.Point(3, 10);
1 office 416 this.label1.Name = "label1";
7 office 417 this.label1.Size = new System.Drawing.Size(62, 13);
1 office 418 this.label1.TabIndex = 1;
419 this.label1.Text = "Serial port:";
420 //
421 // label2
422 //
423 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
424 this.label2.AutoSize = true;
7 office 425 this.label2.Location = new System.Drawing.Point(3, 43);
1 office 426 this.label2.Name = "label2";
7 office 427 this.label2.Size = new System.Drawing.Size(62, 13);
1 office 428 this.label2.TabIndex = 2;
429 this.label2.Text = "Speed:";
430 //
431 // comboBox2
432 //
433 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
434 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
435 this.comboBox2.FormattingEnabled = true;
436 this.comboBox2.Items.AddRange(new object[] {
437 "9600",
438 "14400",
439 "19200",
440 "38400",
441 "57600",
442 "115200",
443 "128000"});
7 office 444 this.comboBox2.Location = new System.Drawing.Point(71, 39);
1 office 445 this.comboBox2.Name = "comboBox2";
7 office 446 this.comboBox2.Size = new System.Drawing.Size(155, 21);
1 office 447 this.comboBox2.TabIndex = 3;
448 //
449 // comboBox3
450 //
451 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
452 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
453 this.comboBox3.FormattingEnabled = true;
454 this.comboBox3.Items.AddRange(new object[] {
455 "8",
456 "7",
457 "6",
458 "5",
459 "4"});
7 office 460 this.comboBox3.Location = new System.Drawing.Point(71, 72);
1 office 461 this.comboBox3.Name = "comboBox3";
7 office 462 this.comboBox3.Size = new System.Drawing.Size(155, 21);
1 office 463 this.comboBox3.TabIndex = 4;
464 //
465 // comboBox4
466 //
467 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
468 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
469 this.comboBox4.FormattingEnabled = true;
470 this.comboBox4.Items.AddRange(new object[] {
471 "Even",
472 "Odd",
473 "Mark",
474 "Space",
475 "None"});
7 office 476 this.comboBox4.Location = new System.Drawing.Point(71, 105);
1 office 477 this.comboBox4.Name = "comboBox4";
7 office 478 this.comboBox4.Size = new System.Drawing.Size(155, 21);
1 office 479 this.comboBox4.TabIndex = 5;
480 //
481 // comboBox5
482 //
483 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
484 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
485 this.comboBox5.FormattingEnabled = true;
486 this.comboBox5.Items.AddRange(new object[] {
3 office 487 "None",
488 "One",
489 "Two",
490 "OnePointFive"});
7 office 491 this.comboBox5.Location = new System.Drawing.Point(71, 138);
1 office 492 this.comboBox5.Name = "comboBox5";
7 office 493 this.comboBox5.Size = new System.Drawing.Size(155, 21);
1 office 494 this.comboBox5.TabIndex = 6;
495 //
496 // label3
497 //
498 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
499 this.label3.AutoSize = true;
7 office 500 this.label3.Location = new System.Drawing.Point(3, 76);
1 office 501 this.label3.Name = "label3";
7 office 502 this.label3.Size = new System.Drawing.Size(62, 13);
1 office 503 this.label3.TabIndex = 8;
504 this.label3.Text = "Data bits:";
505 //
506 // label4
507 //
508 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
509 this.label4.AutoSize = true;
7 office 510 this.label4.Location = new System.Drawing.Point(3, 109);
1 office 511 this.label4.Name = "label4";
7 office 512 this.label4.Size = new System.Drawing.Size(62, 13);
1 office 513 this.label4.TabIndex = 9;
514 this.label4.Text = "Parity:";
515 //
516 // label5
517 //
518 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
519 this.label5.AutoSize = true;
7 office 520 this.label5.Location = new System.Drawing.Point(3, 142);
1 office 521 this.label5.Name = "label5";
7 office 522 this.label5.Size = new System.Drawing.Size(62, 13);
1 office 523 this.label5.TabIndex = 10;
524 this.label5.Text = "Stop bits:";
525 //
7 office 526 // label9
1 office 527 //
7 office 528 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
529 this.label9.AutoSize = true;
530 this.label9.Location = new System.Drawing.Point(3, 178);
531 this.label9.Name = "label9";
532 this.label9.Size = new System.Drawing.Size(62, 13);
533 this.label9.TabIndex = 11;
534 this.label9.Text = "Handshake";
1 office 535 //
7 office 536 // comboBox8
1 office 537 //
7 office 538 this.comboBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
539 this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
540 this.comboBox8.FormattingEnabled = true;
541 this.comboBox8.Items.AddRange(new object[] {
9 office 542 "None",
543 "Rts",
544 "XOn",
545 "RtsXOn",
546 "DtrRtsXOn"});
7 office 547 this.comboBox8.Location = new System.Drawing.Point(71, 174);
548 this.comboBox8.Name = "comboBox8";
549 this.comboBox8.Size = new System.Drawing.Size(155, 21);
550 this.comboBox8.TabIndex = 12;
1 office 551 //
5 office 552 // tabPage2
553 //
554 this.tabPage2.Controls.Add(this.groupBox3);
555 this.tabPage2.Location = new System.Drawing.Point(4, 22);
556 this.tabPage2.Name = "tabPage2";
557 this.tabPage2.Size = new System.Drawing.Size(610, 313);
558 this.tabPage2.TabIndex = 1;
559 this.tabPage2.Text = "Definitions";
560 this.tabPage2.UseVisualStyleBackColor = true;
561 //
562 // groupBox3
563 //
564 this.groupBox3.Controls.Add(this.tableLayoutPanel4);
565 this.groupBox3.Location = new System.Drawing.Point(14, 12);
566 this.groupBox3.Name = "groupBox3";
567 this.groupBox3.Size = new System.Drawing.Size(301, 129);
568 this.groupBox3.TabIndex = 0;
569 this.groupBox3.TabStop = false;
570 this.groupBox3.Text = "Bands";
571 //
572 // tableLayoutPanel4
573 //
574 this.tableLayoutPanel4.ColumnCount = 1;
575 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
576 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
577 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 0);
578 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
579 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
580 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
581 this.tableLayoutPanel4.RowCount = 2;
582 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
583 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
584 this.tableLayoutPanel4.Size = new System.Drawing.Size(295, 110);
585 this.tableLayoutPanel4.TabIndex = 0;
586 //
587 // tableLayoutPanel5
588 //
589 this.tableLayoutPanel5.ColumnCount = 2;
590 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
591 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
592 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 0);
593 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel8, 0, 0);
594 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
595 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 58);
596 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
597 this.tableLayoutPanel5.RowCount = 1;
598 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
599 this.tableLayoutPanel5.Size = new System.Drawing.Size(289, 49);
600 this.tableLayoutPanel5.TabIndex = 0;
601 //
602 // tableLayoutPanel7
603 //
604 this.tableLayoutPanel7.ColumnCount = 2;
605 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
606 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
607 this.tableLayoutPanel7.Controls.Add(this.textBox2, 0, 0);
608 this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
609 this.tableLayoutPanel7.Location = new System.Drawing.Point(147, 3);
610 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
611 this.tableLayoutPanel7.RowCount = 1;
612 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
613 this.tableLayoutPanel7.Size = new System.Drawing.Size(139, 43);
614 this.tableLayoutPanel7.TabIndex = 1;
615 //
7 office 616 // textBox2
617 //
618 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
619 this.textBox2.Location = new System.Drawing.Point(3, 11);
620 this.textBox2.Name = "textBox2";
621 this.textBox2.Size = new System.Drawing.Size(103, 20);
622 this.textBox2.TabIndex = 1;
623 this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
624 //
5 office 625 // label7
626 //
627 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
628 this.label7.AutoSize = true;
629 this.label7.Location = new System.Drawing.Point(112, 15);
630 this.label7.Name = "label7";
631 this.label7.Size = new System.Drawing.Size(24, 13);
632 this.label7.TabIndex = 2;
633 this.label7.Text = "Hz";
634 //
635 // tableLayoutPanel8
636 //
637 this.tableLayoutPanel8.ColumnCount = 2;
638 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
639 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
640 this.tableLayoutPanel8.Controls.Add(this.textBox1, 0, 0);
641 this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
642 this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 3);
643 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
644 this.tableLayoutPanel8.RowCount = 1;
645 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
646 this.tableLayoutPanel8.Size = new System.Drawing.Size(138, 43);
647 this.tableLayoutPanel8.TabIndex = 2;
648 //
7 office 649 // textBox1
650 //
651 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
652 this.textBox1.Location = new System.Drawing.Point(3, 11);
653 this.textBox1.Name = "textBox1";
654 this.textBox1.Size = new System.Drawing.Size(102, 20);
655 this.textBox1.TabIndex = 0;
656 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
657 //
5 office 658 // label8
659 //
660 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
661 this.label8.AutoSize = true;
662 this.label8.Location = new System.Drawing.Point(111, 15);
663 this.label8.Name = "label8";
664 this.label8.Size = new System.Drawing.Size(24, 13);
665 this.label8.TabIndex = 1;
666 this.label8.Text = "Hz";
667 //
7 office 668 // tableLayoutPanel6
669 //
670 this.tableLayoutPanel6.ColumnCount = 2;
671 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
672 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
673 this.tableLayoutPanel6.Controls.Add(this.comboBox6, 0, 0);
674 this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
675 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
676 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
677 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
678 this.tableLayoutPanel6.RowCount = 1;
679 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
680 this.tableLayoutPanel6.Size = new System.Drawing.Size(289, 49);
681 this.tableLayoutPanel6.TabIndex = 1;
682 //
683 // comboBox6
684 //
685 this.comboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
686 this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
687 this.comboBox6.FormattingEnabled = true;
688 this.comboBox6.Location = new System.Drawing.Point(3, 14);
689 this.comboBox6.Name = "comboBox6";
690 this.comboBox6.Size = new System.Drawing.Size(238, 21);
691 this.comboBox6.TabIndex = 1;
692 //
693 // label6
694 //
695 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
696 this.label6.AutoSize = true;
697 this.label6.Location = new System.Drawing.Point(247, 18);
698 this.label6.Name = "label6";
699 this.label6.Size = new System.Drawing.Size(39, 13);
700 this.label6.TabIndex = 2;
701 this.label6.Text = "meters";
702 //
10 office 703 // tabPage4
7 office 704 //
10 office 705 this.tabPage4.Controls.Add(this.groupBox6);
706 this.tabPage4.Location = new System.Drawing.Point(4, 22);
707 this.tabPage4.Name = "tabPage4";
708 this.tabPage4.Size = new System.Drawing.Size(610, 313);
709 this.tabPage4.TabIndex = 3;
710 this.tabPage4.Text = "Audio";
711 this.tabPage4.UseVisualStyleBackColor = true;
7 office 712 //
10 office 713 // groupBox6
7 office 714 //
10 office 715 this.groupBox6.Controls.Add(this.tableLayoutPanel11);
716 this.groupBox6.Location = new System.Drawing.Point(16, 15);
717 this.groupBox6.Name = "groupBox6";
718 this.groupBox6.Size = new System.Drawing.Size(576, 118);
719 this.groupBox6.TabIndex = 0;
720 this.groupBox6.TabStop = false;
721 this.groupBox6.Text = "Soundcards";
7 office 722 //
10 office 723 // tableLayoutPanel11
7 office 724 //
10 office 725 this.tableLayoutPanel11.ColumnCount = 2;
726 this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
727 this.tableLayoutPanel11.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 516F));
728 this.tableLayoutPanel11.Controls.Add(this.label16, 0, 0);
729 this.tableLayoutPanel11.Controls.Add(this.label17, 0, 1);
730 this.tableLayoutPanel11.Controls.Add(this.comboBox9, 1, 0);
731 this.tableLayoutPanel11.Controls.Add(this.comboBox10, 1, 1);
732 this.tableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
733 this.tableLayoutPanel11.Location = new System.Drawing.Point(3, 16);
734 this.tableLayoutPanel11.Name = "tableLayoutPanel11";
735 this.tableLayoutPanel11.RowCount = 2;
736 this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
737 this.tableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
738 this.tableLayoutPanel11.Size = new System.Drawing.Size(570, 99);
739 this.tableLayoutPanel11.TabIndex = 0;
7 office 740 //
10 office 741 // label16
7 office 742 //
10 office 743 this.label16.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
744 this.label16.AutoSize = true;
745 this.label16.Location = new System.Drawing.Point(3, 18);
746 this.label16.Name = "label16";
747 this.label16.Size = new System.Drawing.Size(48, 13);
748 this.label16.TabIndex = 0;
749 this.label16.Text = "Input";
7 office 750 //
10 office 751 // label17
7 office 752 //
10 office 753 this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
754 this.label17.AutoSize = true;
755 this.label17.Location = new System.Drawing.Point(3, 67);
756 this.label17.Name = "label17";
757 this.label17.Size = new System.Drawing.Size(48, 13);
758 this.label17.TabIndex = 1;
759 this.label17.Text = "Output";
7 office 760 //
10 office 761 // comboBox9
762 //
763 this.comboBox9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
764 this.comboBox9.FormattingEnabled = true;
765 this.comboBox9.Location = new System.Drawing.Point(57, 14);
766 this.comboBox9.Name = "comboBox9";
767 this.comboBox9.Size = new System.Drawing.Size(510, 21);
768 this.comboBox9.TabIndex = 2;
769 //
770 // comboBox10
771 //
772 this.comboBox10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
773 this.comboBox10.FormattingEnabled = true;
774 this.comboBox10.Location = new System.Drawing.Point(57, 63);
775 this.comboBox10.Name = "comboBox10";
776 this.comboBox10.Size = new System.Drawing.Size(510, 21);
777 this.comboBox10.TabIndex = 3;
778 //
12 office 779 // tabPage5
780 //
781 this.tabPage5.Controls.Add(this.dataGridView1);
782 this.tabPage5.Location = new System.Drawing.Point(4, 22);
783 this.tabPage5.Name = "tabPage5";
784 this.tabPage5.Size = new System.Drawing.Size(610, 313);
785 this.tabPage5.TabIndex = 4;
786 this.tabPage5.Text = "Notifications";
787 this.tabPage5.UseVisualStyleBackColor = true;
788 //
789 // dataGridView1
790 //
791 this.dataGridView1.AllowUserToAddRows = false;
792 this.dataGridView1.AllowUserToDeleteRows = false;
793 this.dataGridView1.AllowUserToResizeColumns = false;
794 this.dataGridView1.AllowUserToResizeRows = false;
795 this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
796 this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
797 this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
13 office 798 this.DescriptionColumn,
12 office 799 this.EnableColumn,
800 this.LingerColumn});
801 this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
802 this.dataGridView1.Location = new System.Drawing.Point(0, 0);
803 this.dataGridView1.Name = "dataGridView1";
804 this.dataGridView1.RowHeadersVisible = false;
805 this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
806 this.dataGridView1.Size = new System.Drawing.Size(610, 313);
807 this.dataGridView1.TabIndex = 0;
808 this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellContentClick);
809 this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView_CellDoubleClick);
810 this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellEndEdit);
811 this.dataGridView1.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.DataGridView1_CellMouseUp);
812 this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataGridView1_CellValueChanged);
813 this.dataGridView1.CurrentCellDirtyStateChanged += new System.EventHandler(this.DataGridView1_CurrentCellDirtyStateChanged);
814 this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.DataGridView1_DataError);
815 //
816 // tableLayoutPanel1
817 //
818 this.tableLayoutPanel1.ColumnCount = 1;
819 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
820 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
821 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
822 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
823 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
824 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
825 this.tableLayoutPanel1.RowCount = 2;
826 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
827 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
828 this.tableLayoutPanel1.Size = new System.Drawing.Size(624, 381);
829 this.tableLayoutPanel1.TabIndex = 1;
830 //
831 // tableLayoutPanel2
832 //
833 this.tableLayoutPanel2.ColumnCount = 3;
834 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
835 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
836 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
837 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
838 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
839 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
840 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 348);
841 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
842 this.tableLayoutPanel2.RowCount = 1;
843 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
844 this.tableLayoutPanel2.Size = new System.Drawing.Size(618, 30);
845 this.tableLayoutPanel2.TabIndex = 1;
846 //
847 // button1
848 //
849 this.button1.Location = new System.Drawing.Point(467, 3);
850 this.button1.Name = "button1";
851 this.button1.Size = new System.Drawing.Size(71, 23);
852 this.button1.TabIndex = 0;
853 this.button1.Text = "Save";
854 this.button1.UseVisualStyleBackColor = true;
855 this.button1.Click += new System.EventHandler(this.button1_Click);
856 //
857 // button2
858 //
859 this.button2.Location = new System.Drawing.Point(544, 3);
860 this.button2.Name = "button2";
861 this.button2.Size = new System.Drawing.Size(71, 23);
862 this.button2.TabIndex = 1;
863 this.button2.Text = "Cancel";
864 this.button2.UseVisualStyleBackColor = true;
865 this.button2.Click += new System.EventHandler(this.button2_Click);
866 //
13 office 867 // DescriptionColumn
12 office 868 //
13 office 869 this.DescriptionColumn.HeaderText = "Description";
870 this.DescriptionColumn.Name = "DescriptionColumn";
12 office 871 //
872 // EnableColumn
873 //
874 this.EnableColumn.HeaderText = "Enable";
875 this.EnableColumn.Name = "EnableColumn";
876 //
877 // LingerColumn
878 //
879 this.LingerColumn.HeaderText = "Linger";
880 this.LingerColumn.Name = "LingerColumn";
881 //
14 office 882 // tabPage6
883 //
884 this.tabPage6.Controls.Add(this.tabControl2);
885 this.tabPage6.Location = new System.Drawing.Point(4, 22);
886 this.tabPage6.Name = "tabPage6";
887 this.tabPage6.Size = new System.Drawing.Size(610, 313);
888 this.tabPage6.TabIndex = 5;
889 this.tabPage6.Text = "Visualisations";
890 this.tabPage6.UseVisualStyleBackColor = true;
891 //
892 // tabControl2
893 //
894 this.tabControl2.Controls.Add(this.tabPage7);
895 this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
896 this.tabControl2.Location = new System.Drawing.Point(0, 0);
897 this.tabControl2.Name = "tabControl2";
898 this.tabControl2.SelectedIndex = 0;
899 this.tabControl2.Size = new System.Drawing.Size(610, 313);
900 this.tabControl2.TabIndex = 0;
901 //
902 // tabPage7
903 //
904 this.tabPage7.Controls.Add(this.tableLayoutPanel15);
905 this.tabPage7.Controls.Add(this.tableLayoutPanel14);
906 this.tabPage7.Controls.Add(this.tableLayoutPanel13);
907 this.tabPage7.Controls.Add(this.tableLayoutPanel12);
908 this.tabPage7.Location = new System.Drawing.Point(4, 22);
909 this.tabPage7.Name = "tabPage7";
910 this.tabPage7.Padding = new System.Windows.Forms.Padding(3);
911 this.tabPage7.Size = new System.Drawing.Size(602, 287);
912 this.tabPage7.TabIndex = 0;
913 this.tabPage7.Text = "Spectrogram";
914 this.tabPage7.UseVisualStyleBackColor = true;
915 //
916 // numericUpDown1
917 //
918 this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
919 this.numericUpDown1.Location = new System.Drawing.Point(89, 10);
920 this.numericUpDown1.Maximum = new decimal(new int[] {
921 64000,
922 0,
923 0,
924 0});
925 this.numericUpDown1.Name = "numericUpDown1";
926 this.numericUpDown1.Size = new System.Drawing.Size(80, 20);
927 this.numericUpDown1.TabIndex = 0;
928 this.numericUpDown1.Value = new decimal(new int[] {
929 8000,
930 0,
931 0,
932 0});
933 //
934 // tableLayoutPanel12
935 //
936 this.tableLayoutPanel12.ColumnCount = 3;
937 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
938 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
939 this.tableLayoutPanel12.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 27F));
940 this.tableLayoutPanel12.Controls.Add(this.numericUpDown1, 1, 0);
941 this.tableLayoutPanel12.Controls.Add(this.label18, 0, 0);
942 this.tableLayoutPanel12.Controls.Add(this.label19, 2, 0);
943 this.tableLayoutPanel12.Location = new System.Drawing.Point(18, 16);
944 this.tableLayoutPanel12.Name = "tableLayoutPanel12";
945 this.tableLayoutPanel12.RowCount = 1;
946 this.tableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
947 this.tableLayoutPanel12.Size = new System.Drawing.Size(200, 40);
948 this.tableLayoutPanel12.TabIndex = 1;
949 //
950 // label18
951 //
952 this.label18.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
953 this.label18.AutoSize = true;
954 this.label18.Location = new System.Drawing.Point(3, 13);
955 this.label18.Name = "label18";
956 this.label18.Size = new System.Drawing.Size(80, 13);
957 this.label18.TabIndex = 1;
958 this.label18.Text = "Sampling Rate";
959 //
960 // label19
961 //
962 this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
963 this.label19.AutoSize = true;
964 this.label19.Location = new System.Drawing.Point(175, 13);
965 this.label19.Name = "label19";
966 this.label19.Size = new System.Drawing.Size(22, 13);
967 this.label19.TabIndex = 2;
968 this.label19.Text = "Hz";
969 //
970 // tableLayoutPanel13
971 //
972 this.tableLayoutPanel13.ColumnCount = 2;
973 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
974 this.tableLayoutPanel13.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
975 this.tableLayoutPanel13.Controls.Add(this.numericUpDown2, 1, 0);
976 this.tableLayoutPanel13.Controls.Add(this.label20, 0, 0);
977 this.tableLayoutPanel13.Location = new System.Drawing.Point(18, 62);
978 this.tableLayoutPanel13.Name = "tableLayoutPanel13";
979 this.tableLayoutPanel13.RowCount = 1;
980 this.tableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
981 this.tableLayoutPanel13.Size = new System.Drawing.Size(200, 40);
982 this.tableLayoutPanel13.TabIndex = 2;
983 //
984 // numericUpDown2
985 //
986 this.numericUpDown2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
987 this.numericUpDown2.Location = new System.Drawing.Point(103, 10);
988 this.numericUpDown2.Maximum = new decimal(new int[] {
989 8192,
990 0,
991 0,
992 0});
993 this.numericUpDown2.Name = "numericUpDown2";
994 this.numericUpDown2.Size = new System.Drawing.Size(94, 20);
995 this.numericUpDown2.TabIndex = 0;
996 this.numericUpDown2.Value = new decimal(new int[] {
997 1024,
998 0,
999 0,
1000 0});
1001 //
1002 // label20
1003 //
1004 this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1005 this.label20.AutoSize = true;
1006 this.label20.Location = new System.Drawing.Point(3, 13);
1007 this.label20.Name = "label20";
1008 this.label20.Size = new System.Drawing.Size(94, 13);
1009 this.label20.TabIndex = 1;
1010 this.label20.Text = "FFT Samples";
1011 //
1012 // tableLayoutPanel14
1013 //
1014 this.tableLayoutPanel14.ColumnCount = 3;
1015 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1016 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1017 this.tableLayoutPanel14.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
1018 this.tableLayoutPanel14.Controls.Add(this.label21, 0, 0);
1019 this.tableLayoutPanel14.Controls.Add(this.numericUpDown3, 1, 0);
1020 this.tableLayoutPanel14.Controls.Add(this.label22, 2, 0);
1021 this.tableLayoutPanel14.Location = new System.Drawing.Point(18, 108);
1022 this.tableLayoutPanel14.Name = "tableLayoutPanel14";
1023 this.tableLayoutPanel14.RowCount = 1;
1024 this.tableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
1025 this.tableLayoutPanel14.Size = new System.Drawing.Size(226, 40);
1026 this.tableLayoutPanel14.TabIndex = 3;
1027 //
1028 // label21
1029 //
1030 this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1031 this.label21.AutoSize = true;
1032 this.label21.Location = new System.Drawing.Point(3, 13);
1033 this.label21.Name = "label21";
1034 this.label21.Size = new System.Drawing.Size(94, 13);
1035 this.label21.TabIndex = 0;
1036 this.label21.Text = "Audio Buffer Time";
1037 //
1038 // numericUpDown3
1039 //
1040 this.numericUpDown3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1041 this.numericUpDown3.Location = new System.Drawing.Point(103, 10);
1042 this.numericUpDown3.Maximum = new decimal(new int[] {
1043 1000,
1044 0,
1045 0,
1046 0});
1047 this.numericUpDown3.Name = "numericUpDown3";
1048 this.numericUpDown3.Size = new System.Drawing.Size(94, 20);
1049 this.numericUpDown3.TabIndex = 1;
1050 this.numericUpDown3.Value = new decimal(new int[] {
1051 20,
1052 0,
1053 0,
1054 0});
1055 //
1056 // label22
1057 //
1058 this.label22.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1059 this.label22.AutoSize = true;
1060 this.label22.Location = new System.Drawing.Point(203, 13);
1061 this.label22.Name = "label22";
1062 this.label22.Size = new System.Drawing.Size(20, 13);
1063 this.label22.TabIndex = 2;
1064 this.label22.Text = "ms";
1065 //
1066 // tableLayoutPanel15
1067 //
1068 this.tableLayoutPanel15.ColumnCount = 2;
1069 this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1070 this.tableLayoutPanel15.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
1071 this.tableLayoutPanel15.Controls.Add(this.label23, 0, 0);
1072 this.tableLayoutPanel15.Controls.Add(this.numericUpDown4, 1, 0);
1073 this.tableLayoutPanel15.Location = new System.Drawing.Point(18, 154);
1074 this.tableLayoutPanel15.Name = "tableLayoutPanel15";
1075 this.tableLayoutPanel15.RowCount = 1;
1076 this.tableLayoutPanel15.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
1077 this.tableLayoutPanel15.Size = new System.Drawing.Size(200, 40);
1078 this.tableLayoutPanel15.TabIndex = 4;
1079 //
1080 // label23
1081 //
1082 this.label23.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1083 this.label23.AutoSize = true;
1084 this.label23.Location = new System.Drawing.Point(3, 13);
1085 this.label23.Name = "label23";
1086 this.label23.Size = new System.Drawing.Size(94, 13);
1087 this.label23.TabIndex = 1;
1088 this.label23.Text = "Spectrum Intensity";
1089 //
1090 // numericUpDown4
1091 //
1092 this.numericUpDown4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
1093 this.numericUpDown4.Location = new System.Drawing.Point(103, 10);
1094 this.numericUpDown4.Name = "numericUpDown4";
1095 this.numericUpDown4.Size = new System.Drawing.Size(94, 20);
1096 this.numericUpDown4.TabIndex = 2;
1097 this.numericUpDown4.Value = new decimal(new int[] {
1098 5,
1099 0,
1100 0,
1101 0});
1102 //
1 office 1103 // SettingsForm
1104 //
1105 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1106 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1107 this.ClientSize = new System.Drawing.Size(624, 381);
1108 this.Controls.Add(this.tableLayoutPanel1);
1109 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
1110 this.MaximizeBox = false;
1111 this.MaximumSize = new System.Drawing.Size(640, 420);
1112 this.MinimumSize = new System.Drawing.Size(640, 420);
1113 this.Name = "SettingsForm";
1114 this.Text = "HamBook: Settings";
1115 this.Load += new System.EventHandler(this.SettingsForm_Load);
1116 this.tabControl1.ResumeLayout(false);
9 office 1117 this.tabPage3.ResumeLayout(false);
1118 this.tabPage3.PerformLayout();
10 office 1119 this.groupBox5.ResumeLayout(false);
1120 this.tableLayoutPanel10.ResumeLayout(false);
1121 this.tableLayoutPanel10.PerformLayout();
1 office 1122 this.tabPage1.ResumeLayout(false);
9 office 1123 this.groupBox4.ResumeLayout(false);
1124 this.tableLayoutPanel9.ResumeLayout(false);
1125 this.tableLayoutPanel9.PerformLayout();
3 office 1126 this.groupBox2.ResumeLayout(false);
1 office 1127 this.groupBox1.ResumeLayout(false);
1128 this.tableLayoutPanel3.ResumeLayout(false);
1129 this.tableLayoutPanel3.PerformLayout();
5 office 1130 this.tabPage2.ResumeLayout(false);
1131 this.groupBox3.ResumeLayout(false);
1132 this.tableLayoutPanel4.ResumeLayout(false);
1133 this.tableLayoutPanel5.ResumeLayout(false);
1134 this.tableLayoutPanel7.ResumeLayout(false);
1135 this.tableLayoutPanel7.PerformLayout();
1136 this.tableLayoutPanel8.ResumeLayout(false);
1137 this.tableLayoutPanel8.PerformLayout();
7 office 1138 this.tableLayoutPanel6.ResumeLayout(false);
1139 this.tableLayoutPanel6.PerformLayout();
10 office 1140 this.tabPage4.ResumeLayout(false);
1141 this.groupBox6.ResumeLayout(false);
1142 this.tableLayoutPanel11.ResumeLayout(false);
1143 this.tableLayoutPanel11.PerformLayout();
12 office 1144 this.tabPage5.ResumeLayout(false);
1145 ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
1146 this.tableLayoutPanel1.ResumeLayout(false);
1147 this.tableLayoutPanel2.ResumeLayout(false);
14 office 1148 this.tabPage6.ResumeLayout(false);
1149 this.tabControl2.ResumeLayout(false);
1150 this.tabPage7.ResumeLayout(false);
1151 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
1152 this.tableLayoutPanel12.ResumeLayout(false);
1153 this.tableLayoutPanel12.PerformLayout();
1154 this.tableLayoutPanel13.ResumeLayout(false);
1155 this.tableLayoutPanel13.PerformLayout();
1156 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
1157 this.tableLayoutPanel14.ResumeLayout(false);
1158 this.tableLayoutPanel14.PerformLayout();
1159 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
1160 this.tableLayoutPanel15.ResumeLayout(false);
1161 this.tableLayoutPanel15.PerformLayout();
1162 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
1 office 1163 this.ResumeLayout(false);
1164  
1165 }
1166  
1167 #endregion
1168  
1169 private System.Windows.Forms.TabControl tabControl1;
1170 private System.Windows.Forms.TabPage tabPage1;
1171 private System.Windows.Forms.GroupBox groupBox1;
1172 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
1173 private System.Windows.Forms.ComboBox comboBox1;
1174 private System.Windows.Forms.Label label1;
1175 private System.Windows.Forms.Label label2;
1176 private System.Windows.Forms.ComboBox comboBox2;
1177 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
1178 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
1179 private System.Windows.Forms.Button button1;
1180 private System.Windows.Forms.Button button2;
1181 private System.Windows.Forms.ComboBox comboBox3;
1182 private System.Windows.Forms.ComboBox comboBox4;
1183 private System.Windows.Forms.ComboBox comboBox5;
1184 private System.Windows.Forms.Label label3;
1185 private System.Windows.Forms.Label label4;
1186 private System.Windows.Forms.Label label5;
1187 private System.Windows.Forms.GroupBox groupBox2;
1188 private System.Windows.Forms.ComboBox comboBox7;
5 office 1189 private System.Windows.Forms.TabPage tabPage2;
1190 private System.Windows.Forms.GroupBox groupBox3;
1191 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
1192 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
1193 private System.Windows.Forms.ComboBox comboBox6;
1194 private System.Windows.Forms.TextBox textBox1;
1195 private System.Windows.Forms.TextBox textBox2;
1196 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
1197 private System.Windows.Forms.Label label7;
1198 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
1199 private System.Windows.Forms.Label label8;
1200 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
1201 private System.Windows.Forms.Label label6;
7 office 1202 private System.Windows.Forms.Label label9;
1203 private System.Windows.Forms.ComboBox comboBox8;
1204 private System.Windows.Forms.GroupBox groupBox4;
1205 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
1206 private System.Windows.Forms.Label label10;
1207 private System.Windows.Forms.Label label11;
1208 private System.Windows.Forms.TextBox textBox3;
1209 private System.Windows.Forms.TextBox textBox4;
8 office 1210 private System.Windows.Forms.TabPage tabPage3;
1211 private System.Windows.Forms.CheckBox checkBox1;
9 office 1212 private System.Windows.Forms.GroupBox groupBox5;
1213 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
1214 private System.Windows.Forms.Label label14;
1215 private System.Windows.Forms.TextBox textBox5;
1216 private System.Windows.Forms.Label label15;
10 office 1217 private System.Windows.Forms.Label label12;
1218 private System.Windows.Forms.Label label13;
1219 private System.Windows.Forms.TabPage tabPage4;
1220 private System.Windows.Forms.GroupBox groupBox6;
1221 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11;
1222 private System.Windows.Forms.Label label16;
1223 private System.Windows.Forms.Label label17;
1224 private System.Windows.Forms.ComboBox comboBox9;
1225 private System.Windows.Forms.ComboBox comboBox10;
12 office 1226 private System.Windows.Forms.TabPage tabPage5;
1227 private System.Windows.Forms.DataGridView dataGridView1;
13 office 1228 private System.Windows.Forms.DataGridViewTextBoxColumn DescriptionColumn;
12 office 1229 private System.Windows.Forms.DataGridViewCheckBoxColumn EnableColumn;
1230 private System.Windows.Forms.DataGridViewTextBoxColumn LingerColumn;
14 office 1231 private System.Windows.Forms.TabPage tabPage6;
1232 private System.Windows.Forms.TabControl tabControl2;
1233 private System.Windows.Forms.TabPage tabPage7;
1234 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12;
1235 private System.Windows.Forms.NumericUpDown numericUpDown1;
1236 private System.Windows.Forms.Label label18;
1237 private System.Windows.Forms.Label label19;
1238 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13;
1239 private System.Windows.Forms.NumericUpDown numericUpDown2;
1240 private System.Windows.Forms.Label label20;
1241 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14;
1242 private System.Windows.Forms.Label label21;
1243 private System.Windows.Forms.NumericUpDown numericUpDown3;
1244 private System.Windows.Forms.Label label22;
1245 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel15;
1246 private System.Windows.Forms.Label label23;
1247 private System.Windows.Forms.NumericUpDown numericUpDown4;
1 office 1248 }
1249 }