HamBook – Blame information for rev 21

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