HamBook – Blame information for rev 9

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.textBox3 = new System.Windows.Forms.TextBox();
41 this.textBox4 = new System.Windows.Forms.TextBox();
42 this.label12 = new System.Windows.Forms.Label();
43 this.label13 = new System.Windows.Forms.Label();
3 office 44 this.groupBox2 = new System.Windows.Forms.GroupBox();
45 this.comboBox7 = new System.Windows.Forms.ComboBox();
1 office 46 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 47 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
1 office 48 this.comboBox1 = new System.Windows.Forms.ComboBox();
49 this.label1 = new System.Windows.Forms.Label();
50 this.label2 = new System.Windows.Forms.Label();
51 this.comboBox2 = new System.Windows.Forms.ComboBox();
52 this.comboBox3 = new System.Windows.Forms.ComboBox();
53 this.comboBox4 = new System.Windows.Forms.ComboBox();
54 this.comboBox5 = new System.Windows.Forms.ComboBox();
55 this.label3 = new System.Windows.Forms.Label();
56 this.label4 = new System.Windows.Forms.Label();
57 this.label5 = new System.Windows.Forms.Label();
7 office 58 this.label9 = new System.Windows.Forms.Label();
59 this.comboBox8 = new System.Windows.Forms.ComboBox();
5 office 60 this.tabPage2 = new System.Windows.Forms.TabPage();
61 this.groupBox3 = new System.Windows.Forms.GroupBox();
62 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
63 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
7 office 64 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
5 office 65 this.textBox2 = new System.Windows.Forms.TextBox();
66 this.label7 = new System.Windows.Forms.Label();
67 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
7 office 68 this.textBox1 = new System.Windows.Forms.TextBox();
5 office 69 this.label8 = new System.Windows.Forms.Label();
7 office 70 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
71 this.comboBox6 = new System.Windows.Forms.ComboBox();
72 this.label6 = new System.Windows.Forms.Label();
73 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
74 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
75 this.button1 = new System.Windows.Forms.Button();
76 this.button2 = new System.Windows.Forms.Button();
9 office 77 this.groupBox5 = new System.Windows.Forms.GroupBox();
78 this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel();
79 this.label14 = new System.Windows.Forms.Label();
80 this.textBox5 = new System.Windows.Forms.TextBox();
81 this.label15 = new System.Windows.Forms.Label();
1 office 82 this.tabControl1.SuspendLayout();
9 office 83 this.tabPage3.SuspendLayout();
1 office 84 this.tabPage1.SuspendLayout();
9 office 85 this.groupBox4.SuspendLayout();
86 this.tableLayoutPanel9.SuspendLayout();
3 office 87 this.groupBox2.SuspendLayout();
88 this.groupBox1.SuspendLayout();
89 this.tableLayoutPanel3.SuspendLayout();
5 office 90 this.tabPage2.SuspendLayout();
91 this.groupBox3.SuspendLayout();
92 this.tableLayoutPanel4.SuspendLayout();
93 this.tableLayoutPanel5.SuspendLayout();
94 this.tableLayoutPanel7.SuspendLayout();
95 this.tableLayoutPanel8.SuspendLayout();
7 office 96 this.tableLayoutPanel6.SuspendLayout();
97 this.tableLayoutPanel1.SuspendLayout();
98 this.tableLayoutPanel2.SuspendLayout();
9 office 99 this.groupBox5.SuspendLayout();
100 this.tableLayoutPanel10.SuspendLayout();
1 office 101 this.SuspendLayout();
102 //
103 // tabControl1
104 //
8 office 105 this.tabControl1.Controls.Add(this.tabPage3);
1 office 106 this.tabControl1.Controls.Add(this.tabPage1);
5 office 107 this.tabControl1.Controls.Add(this.tabPage2);
1 office 108 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
109 this.tabControl1.Location = new System.Drawing.Point(3, 3);
110 this.tabControl1.Name = "tabControl1";
111 this.tabControl1.SelectedIndex = 0;
112 this.tabControl1.Size = new System.Drawing.Size(618, 339);
113 this.tabControl1.TabIndex = 0;
114 //
9 office 115 // tabPage3
116 //
117 this.tabPage3.Controls.Add(this.groupBox5);
118 this.tabPage3.Controls.Add(this.checkBox1);
119 this.tabPage3.Location = new System.Drawing.Point(4, 22);
120 this.tabPage3.Name = "tabPage3";
121 this.tabPage3.Size = new System.Drawing.Size(610, 313);
122 this.tabPage3.TabIndex = 2;
123 this.tabPage3.Text = "Program";
124 this.tabPage3.UseVisualStyleBackColor = true;
125 //
126 // checkBox1
127 //
128 this.checkBox1.AutoSize = true;
129 this.checkBox1.Location = new System.Drawing.Point(19, 17);
130 this.checkBox1.Name = "checkBox1";
131 this.checkBox1.Size = new System.Drawing.Size(148, 17);
132 this.checkBox1.TabIndex = 0;
133 this.checkBox1.Text = "Launch on Windows boot";
134 this.checkBox1.UseVisualStyleBackColor = true;
135 //
1 office 136 // tabPage1
137 //
7 office 138 this.tabPage1.Controls.Add(this.groupBox4);
1 office 139 this.tabPage1.Controls.Add(this.groupBox2);
140 this.tabPage1.Controls.Add(this.groupBox1);
141 this.tabPage1.Location = new System.Drawing.Point(4, 22);
142 this.tabPage1.Name = "tabPage1";
143 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
144 this.tabPage1.Size = new System.Drawing.Size(610, 313);
145 this.tabPage1.TabIndex = 0;
146 this.tabPage1.Text = "Connection";
147 this.tabPage1.UseVisualStyleBackColor = true;
148 //
9 office 149 // groupBox4
150 //
151 this.groupBox4.Controls.Add(this.tableLayoutPanel9);
152 this.groupBox4.Location = new System.Drawing.Point(248, 113);
153 this.groupBox4.Name = "groupBox4";
154 this.groupBox4.Size = new System.Drawing.Size(200, 113);
155 this.groupBox4.TabIndex = 2;
156 this.groupBox4.TabStop = false;
157 this.groupBox4.Text = "Serial Port Timeout";
158 //
159 // tableLayoutPanel9
160 //
161 this.tableLayoutPanel9.ColumnCount = 3;
162 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
163 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
164 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F));
165 this.tableLayoutPanel9.Controls.Add(this.label10, 0, 0);
166 this.tableLayoutPanel9.Controls.Add(this.label11, 0, 1);
167 this.tableLayoutPanel9.Controls.Add(this.textBox3, 1, 0);
168 this.tableLayoutPanel9.Controls.Add(this.textBox4, 1, 1);
169 this.tableLayoutPanel9.Controls.Add(this.label12, 2, 0);
170 this.tableLayoutPanel9.Controls.Add(this.label13, 2, 1);
171 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
172 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
173 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
174 this.tableLayoutPanel9.RowCount = 2;
175 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
176 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
177 this.tableLayoutPanel9.Size = new System.Drawing.Size(194, 94);
178 this.tableLayoutPanel9.TabIndex = 0;
179 //
180 // label10
181 //
182 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
183 this.label10.AutoSize = true;
184 this.label10.Location = new System.Drawing.Point(3, 17);
185 this.label10.Name = "label10";
186 this.label10.Size = new System.Drawing.Size(34, 13);
187 this.label10.TabIndex = 0;
188 this.label10.Text = "Read";
189 //
190 // label11
191 //
192 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
193 this.label11.AutoSize = true;
194 this.label11.Location = new System.Drawing.Point(3, 64);
195 this.label11.Name = "label11";
196 this.label11.Size = new System.Drawing.Size(34, 13);
197 this.label11.TabIndex = 1;
198 this.label11.Text = "Write";
199 //
200 // textBox3
201 //
202 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
203 this.textBox3.Location = new System.Drawing.Point(43, 13);
204 this.textBox3.Name = "textBox3";
205 this.textBox3.Size = new System.Drawing.Size(123, 20);
206 this.textBox3.TabIndex = 2;
207 //
208 // textBox4
209 //
210 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
211 this.textBox4.Location = new System.Drawing.Point(43, 60);
212 this.textBox4.Name = "textBox4";
213 this.textBox4.Size = new System.Drawing.Size(123, 20);
214 this.textBox4.TabIndex = 3;
215 //
216 // label12
217 //
218 this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
219 this.label12.AutoSize = true;
220 this.label12.Location = new System.Drawing.Point(172, 10);
221 this.label12.Name = "label12";
222 this.label12.Size = new System.Drawing.Size(19, 26);
223 this.label12.TabIndex = 4;
224 this.label12.Text = "ms";
225 //
226 // label13
227 //
228 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
229 this.label13.AutoSize = true;
230 this.label13.Location = new System.Drawing.Point(172, 57);
231 this.label13.Name = "label13";
232 this.label13.Size = new System.Drawing.Size(19, 26);
233 this.label13.TabIndex = 5;
234 this.label13.Text = "ms";
235 //
3 office 236 // groupBox2
1 office 237 //
3 office 238 this.groupBox2.Controls.Add(this.comboBox7);
7 office 239 this.groupBox2.Location = new System.Drawing.Point(247, 6);
3 office 240 this.groupBox2.Name = "groupBox2";
241 this.groupBox2.Size = new System.Drawing.Size(200, 100);
242 this.groupBox2.TabIndex = 1;
243 this.groupBox2.TabStop = false;
244 this.groupBox2.Text = "Radio";
1 office 245 //
3 office 246 // comboBox7
1 office 247 //
3 office 248 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
249 this.comboBox7.FormattingEnabled = true;
250 this.comboBox7.Items.AddRange(new object[] {
251 "Yaesu FT-891"});
252 this.comboBox7.Location = new System.Drawing.Point(38, 41);
253 this.comboBox7.Name = "comboBox7";
254 this.comboBox7.Size = new System.Drawing.Size(121, 21);
255 this.comboBox7.TabIndex = 0;
1 office 256 //
257 // groupBox1
258 //
259 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
260 this.groupBox1.Location = new System.Drawing.Point(6, 6);
261 this.groupBox1.Name = "groupBox1";
7 office 262 this.groupBox1.Size = new System.Drawing.Size(235, 223);
1 office 263 this.groupBox1.TabIndex = 0;
264 this.groupBox1.TabStop = false;
7 office 265 this.groupBox1.Text = "Serial Port";
1 office 266 //
267 // tableLayoutPanel3
268 //
269 this.tableLayoutPanel3.ColumnCount = 2;
270 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
271 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
272 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
273 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
274 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
275 this.tableLayoutPanel3.Controls.Add(this.comboBox2, 1, 1);
276 this.tableLayoutPanel3.Controls.Add(this.comboBox3, 1, 2);
277 this.tableLayoutPanel3.Controls.Add(this.comboBox4, 1, 3);
278 this.tableLayoutPanel3.Controls.Add(this.comboBox5, 1, 4);
279 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
280 this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
281 this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
7 office 282 this.tableLayoutPanel3.Controls.Add(this.label9, 0, 5);
283 this.tableLayoutPanel3.Controls.Add(this.comboBox8, 1, 5);
1 office 284 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
285 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
286 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
7 office 287 this.tableLayoutPanel3.RowCount = 6;
288 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
289 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
290 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
291 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
292 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66611F));
293 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66944F));
294 this.tableLayoutPanel3.Size = new System.Drawing.Size(229, 204);
1 office 295 this.tableLayoutPanel3.TabIndex = 0;
296 //
3 office 297 // comboBox1
298 //
299 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
300 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
301 this.comboBox1.FormattingEnabled = true;
7 office 302 this.comboBox1.Location = new System.Drawing.Point(71, 6);
3 office 303 this.comboBox1.Name = "comboBox1";
7 office 304 this.comboBox1.Size = new System.Drawing.Size(155, 21);
3 office 305 this.comboBox1.TabIndex = 0;
306 //
1 office 307 // label1
308 //
309 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
310 this.label1.AutoSize = true;
7 office 311 this.label1.Location = new System.Drawing.Point(3, 10);
1 office 312 this.label1.Name = "label1";
7 office 313 this.label1.Size = new System.Drawing.Size(62, 13);
1 office 314 this.label1.TabIndex = 1;
315 this.label1.Text = "Serial port:";
316 //
317 // label2
318 //
319 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
320 this.label2.AutoSize = true;
7 office 321 this.label2.Location = new System.Drawing.Point(3, 43);
1 office 322 this.label2.Name = "label2";
7 office 323 this.label2.Size = new System.Drawing.Size(62, 13);
1 office 324 this.label2.TabIndex = 2;
325 this.label2.Text = "Speed:";
326 //
327 // comboBox2
328 //
329 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
330 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
331 this.comboBox2.FormattingEnabled = true;
332 this.comboBox2.Items.AddRange(new object[] {
333 "9600",
334 "14400",
335 "19200",
336 "38400",
337 "57600",
338 "115200",
339 "128000"});
7 office 340 this.comboBox2.Location = new System.Drawing.Point(71, 39);
1 office 341 this.comboBox2.Name = "comboBox2";
7 office 342 this.comboBox2.Size = new System.Drawing.Size(155, 21);
1 office 343 this.comboBox2.TabIndex = 3;
344 //
345 // comboBox3
346 //
347 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
348 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
349 this.comboBox3.FormattingEnabled = true;
350 this.comboBox3.Items.AddRange(new object[] {
351 "8",
352 "7",
353 "6",
354 "5",
355 "4"});
7 office 356 this.comboBox3.Location = new System.Drawing.Point(71, 72);
1 office 357 this.comboBox3.Name = "comboBox3";
7 office 358 this.comboBox3.Size = new System.Drawing.Size(155, 21);
1 office 359 this.comboBox3.TabIndex = 4;
360 //
361 // comboBox4
362 //
363 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
364 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
365 this.comboBox4.FormattingEnabled = true;
366 this.comboBox4.Items.AddRange(new object[] {
367 "Even",
368 "Odd",
369 "Mark",
370 "Space",
371 "None"});
7 office 372 this.comboBox4.Location = new System.Drawing.Point(71, 105);
1 office 373 this.comboBox4.Name = "comboBox4";
7 office 374 this.comboBox4.Size = new System.Drawing.Size(155, 21);
1 office 375 this.comboBox4.TabIndex = 5;
376 //
377 // comboBox5
378 //
379 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
380 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
381 this.comboBox5.FormattingEnabled = true;
382 this.comboBox5.Items.AddRange(new object[] {
3 office 383 "None",
384 "One",
385 "Two",
386 "OnePointFive"});
7 office 387 this.comboBox5.Location = new System.Drawing.Point(71, 138);
1 office 388 this.comboBox5.Name = "comboBox5";
7 office 389 this.comboBox5.Size = new System.Drawing.Size(155, 21);
1 office 390 this.comboBox5.TabIndex = 6;
391 //
392 // label3
393 //
394 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
395 this.label3.AutoSize = true;
7 office 396 this.label3.Location = new System.Drawing.Point(3, 76);
1 office 397 this.label3.Name = "label3";
7 office 398 this.label3.Size = new System.Drawing.Size(62, 13);
1 office 399 this.label3.TabIndex = 8;
400 this.label3.Text = "Data bits:";
401 //
402 // label4
403 //
404 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
405 this.label4.AutoSize = true;
7 office 406 this.label4.Location = new System.Drawing.Point(3, 109);
1 office 407 this.label4.Name = "label4";
7 office 408 this.label4.Size = new System.Drawing.Size(62, 13);
1 office 409 this.label4.TabIndex = 9;
410 this.label4.Text = "Parity:";
411 //
412 // label5
413 //
414 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
415 this.label5.AutoSize = true;
7 office 416 this.label5.Location = new System.Drawing.Point(3, 142);
1 office 417 this.label5.Name = "label5";
7 office 418 this.label5.Size = new System.Drawing.Size(62, 13);
1 office 419 this.label5.TabIndex = 10;
420 this.label5.Text = "Stop bits:";
421 //
7 office 422 // label9
1 office 423 //
7 office 424 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
425 this.label9.AutoSize = true;
426 this.label9.Location = new System.Drawing.Point(3, 178);
427 this.label9.Name = "label9";
428 this.label9.Size = new System.Drawing.Size(62, 13);
429 this.label9.TabIndex = 11;
430 this.label9.Text = "Handshake";
1 office 431 //
7 office 432 // comboBox8
1 office 433 //
7 office 434 this.comboBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
435 this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
436 this.comboBox8.FormattingEnabled = true;
437 this.comboBox8.Items.AddRange(new object[] {
9 office 438 "None",
439 "Rts",
440 "XOn",
441 "RtsXOn",
442 "DtrRtsXOn"});
7 office 443 this.comboBox8.Location = new System.Drawing.Point(71, 174);
444 this.comboBox8.Name = "comboBox8";
445 this.comboBox8.Size = new System.Drawing.Size(155, 21);
446 this.comboBox8.TabIndex = 12;
1 office 447 //
5 office 448 // tabPage2
449 //
450 this.tabPage2.Controls.Add(this.groupBox3);
451 this.tabPage2.Location = new System.Drawing.Point(4, 22);
452 this.tabPage2.Name = "tabPage2";
453 this.tabPage2.Size = new System.Drawing.Size(610, 313);
454 this.tabPage2.TabIndex = 1;
455 this.tabPage2.Text = "Definitions";
456 this.tabPage2.UseVisualStyleBackColor = true;
457 //
458 // groupBox3
459 //
460 this.groupBox3.Controls.Add(this.tableLayoutPanel4);
461 this.groupBox3.Location = new System.Drawing.Point(14, 12);
462 this.groupBox3.Name = "groupBox3";
463 this.groupBox3.Size = new System.Drawing.Size(301, 129);
464 this.groupBox3.TabIndex = 0;
465 this.groupBox3.TabStop = false;
466 this.groupBox3.Text = "Bands";
467 //
468 // tableLayoutPanel4
469 //
470 this.tableLayoutPanel4.ColumnCount = 1;
471 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
472 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
473 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 0);
474 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
475 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
476 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
477 this.tableLayoutPanel4.RowCount = 2;
478 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
479 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
480 this.tableLayoutPanel4.Size = new System.Drawing.Size(295, 110);
481 this.tableLayoutPanel4.TabIndex = 0;
482 //
483 // tableLayoutPanel5
484 //
485 this.tableLayoutPanel5.ColumnCount = 2;
486 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
487 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
488 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 0);
489 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel8, 0, 0);
490 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
491 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 58);
492 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
493 this.tableLayoutPanel5.RowCount = 1;
494 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
495 this.tableLayoutPanel5.Size = new System.Drawing.Size(289, 49);
496 this.tableLayoutPanel5.TabIndex = 0;
497 //
498 // tableLayoutPanel7
499 //
500 this.tableLayoutPanel7.ColumnCount = 2;
501 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
502 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
503 this.tableLayoutPanel7.Controls.Add(this.textBox2, 0, 0);
504 this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
505 this.tableLayoutPanel7.Location = new System.Drawing.Point(147, 3);
506 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
507 this.tableLayoutPanel7.RowCount = 1;
508 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
509 this.tableLayoutPanel7.Size = new System.Drawing.Size(139, 43);
510 this.tableLayoutPanel7.TabIndex = 1;
511 //
7 office 512 // textBox2
513 //
514 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
515 this.textBox2.Location = new System.Drawing.Point(3, 11);
516 this.textBox2.Name = "textBox2";
517 this.textBox2.Size = new System.Drawing.Size(103, 20);
518 this.textBox2.TabIndex = 1;
519 this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
520 //
5 office 521 // label7
522 //
523 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
524 this.label7.AutoSize = true;
525 this.label7.Location = new System.Drawing.Point(112, 15);
526 this.label7.Name = "label7";
527 this.label7.Size = new System.Drawing.Size(24, 13);
528 this.label7.TabIndex = 2;
529 this.label7.Text = "Hz";
530 //
531 // tableLayoutPanel8
532 //
533 this.tableLayoutPanel8.ColumnCount = 2;
534 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
535 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
536 this.tableLayoutPanel8.Controls.Add(this.textBox1, 0, 0);
537 this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
538 this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 3);
539 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
540 this.tableLayoutPanel8.RowCount = 1;
541 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
542 this.tableLayoutPanel8.Size = new System.Drawing.Size(138, 43);
543 this.tableLayoutPanel8.TabIndex = 2;
544 //
7 office 545 // textBox1
546 //
547 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
548 this.textBox1.Location = new System.Drawing.Point(3, 11);
549 this.textBox1.Name = "textBox1";
550 this.textBox1.Size = new System.Drawing.Size(102, 20);
551 this.textBox1.TabIndex = 0;
552 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
553 //
5 office 554 // label8
555 //
556 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
557 this.label8.AutoSize = true;
558 this.label8.Location = new System.Drawing.Point(111, 15);
559 this.label8.Name = "label8";
560 this.label8.Size = new System.Drawing.Size(24, 13);
561 this.label8.TabIndex = 1;
562 this.label8.Text = "Hz";
563 //
7 office 564 // tableLayoutPanel6
565 //
566 this.tableLayoutPanel6.ColumnCount = 2;
567 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
568 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
569 this.tableLayoutPanel6.Controls.Add(this.comboBox6, 0, 0);
570 this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
571 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
572 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
573 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
574 this.tableLayoutPanel6.RowCount = 1;
575 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
576 this.tableLayoutPanel6.Size = new System.Drawing.Size(289, 49);
577 this.tableLayoutPanel6.TabIndex = 1;
578 //
579 // comboBox6
580 //
581 this.comboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
582 this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
583 this.comboBox6.FormattingEnabled = true;
584 this.comboBox6.Items.AddRange(new object[] {
585 "6",
586 "10",
587 "11",
588 "12",
589 "15",
590 "17",
591 "20",
592 "30",
593 "40"});
594 this.comboBox6.Location = new System.Drawing.Point(3, 14);
595 this.comboBox6.Name = "comboBox6";
596 this.comboBox6.Size = new System.Drawing.Size(238, 21);
597 this.comboBox6.TabIndex = 1;
598 //
599 // label6
600 //
601 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
602 this.label6.AutoSize = true;
603 this.label6.Location = new System.Drawing.Point(247, 18);
604 this.label6.Name = "label6";
605 this.label6.Size = new System.Drawing.Size(39, 13);
606 this.label6.TabIndex = 2;
607 this.label6.Text = "meters";
608 //
609 // tableLayoutPanel1
610 //
611 this.tableLayoutPanel1.ColumnCount = 1;
612 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
613 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
614 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
615 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
616 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
617 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
618 this.tableLayoutPanel1.RowCount = 2;
619 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
620 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
621 this.tableLayoutPanel1.Size = new System.Drawing.Size(624, 381);
622 this.tableLayoutPanel1.TabIndex = 1;
623 //
624 // tableLayoutPanel2
625 //
626 this.tableLayoutPanel2.ColumnCount = 3;
627 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
628 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
629 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
630 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
631 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
632 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
633 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 348);
634 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
635 this.tableLayoutPanel2.RowCount = 1;
636 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
637 this.tableLayoutPanel2.Size = new System.Drawing.Size(618, 30);
638 this.tableLayoutPanel2.TabIndex = 1;
639 //
640 // button1
641 //
642 this.button1.Location = new System.Drawing.Point(467, 3);
643 this.button1.Name = "button1";
644 this.button1.Size = new System.Drawing.Size(71, 23);
645 this.button1.TabIndex = 0;
646 this.button1.Text = "Save";
647 this.button1.UseVisualStyleBackColor = true;
648 this.button1.Click += new System.EventHandler(this.button1_Click);
649 //
650 // button2
651 //
652 this.button2.Location = new System.Drawing.Point(544, 3);
653 this.button2.Name = "button2";
654 this.button2.Size = new System.Drawing.Size(71, 23);
655 this.button2.TabIndex = 1;
656 this.button2.Text = "Cancel";
657 this.button2.UseVisualStyleBackColor = true;
658 this.button2.Click += new System.EventHandler(this.button2_Click);
659 //
9 office 660 // groupBox5
7 office 661 //
9 office 662 this.groupBox5.Controls.Add(this.tableLayoutPanel10);
663 this.groupBox5.Location = new System.Drawing.Point(203, 17);
664 this.groupBox5.Name = "groupBox5";
665 this.groupBox5.Size = new System.Drawing.Size(200, 64);
666 this.groupBox5.TabIndex = 1;
667 this.groupBox5.TabStop = false;
668 this.groupBox5.Text = "Band Scanning";
7 office 669 //
9 office 670 // tableLayoutPanel10
7 office 671 //
9 office 672 this.tableLayoutPanel10.ColumnCount = 3;
673 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
674 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
675 this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
676 this.tableLayoutPanel10.Controls.Add(this.label14, 0, 0);
677 this.tableLayoutPanel10.Controls.Add(this.textBox5, 1, 0);
678 this.tableLayoutPanel10.Controls.Add(this.label15, 2, 0);
679 this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill;
680 this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16);
681 this.tableLayoutPanel10.Name = "tableLayoutPanel10";
682 this.tableLayoutPanel10.RowCount = 1;
683 this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
684 this.tableLayoutPanel10.Size = new System.Drawing.Size(194, 45);
685 this.tableLayoutPanel10.TabIndex = 0;
7 office 686 //
9 office 687 // label14
7 office 688 //
9 office 689 this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
690 this.label14.AutoSize = true;
691 this.label14.Location = new System.Drawing.Point(3, 16);
692 this.label14.Name = "label14";
693 this.label14.Size = new System.Drawing.Size(81, 13);
694 this.label14.TabIndex = 0;
695 this.label14.Text = "Detect Pause";
7 office 696 //
9 office 697 // textBox5
7 office 698 //
9 office 699 this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
700 this.textBox5.Location = new System.Drawing.Point(90, 12);
701 this.textBox5.Name = "textBox5";
702 this.textBox5.Size = new System.Drawing.Size(81, 20);
703 this.textBox5.TabIndex = 1;
704 this.textBox5.Text = "10";
7 office 705 //
9 office 706 // label15
7 office 707 //
9 office 708 this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
709 this.label15.AutoSize = true;
710 this.label15.Location = new System.Drawing.Point(177, 16);
711 this.label15.Name = "label15";
712 this.label15.Size = new System.Drawing.Size(14, 13);
713 this.label15.TabIndex = 2;
714 this.label15.Text = "s";
7 office 715 //
1 office 716 // SettingsForm
717 //
718 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
719 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
720 this.ClientSize = new System.Drawing.Size(624, 381);
721 this.Controls.Add(this.tableLayoutPanel1);
722 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
723 this.MaximizeBox = false;
724 this.MaximumSize = new System.Drawing.Size(640, 420);
725 this.MinimumSize = new System.Drawing.Size(640, 420);
726 this.Name = "SettingsForm";
727 this.Text = "HamBook: Settings";
728 this.Load += new System.EventHandler(this.SettingsForm_Load);
729 this.tabControl1.ResumeLayout(false);
9 office 730 this.tabPage3.ResumeLayout(false);
731 this.tabPage3.PerformLayout();
1 office 732 this.tabPage1.ResumeLayout(false);
9 office 733 this.groupBox4.ResumeLayout(false);
734 this.tableLayoutPanel9.ResumeLayout(false);
735 this.tableLayoutPanel9.PerformLayout();
3 office 736 this.groupBox2.ResumeLayout(false);
1 office 737 this.groupBox1.ResumeLayout(false);
738 this.tableLayoutPanel3.ResumeLayout(false);
739 this.tableLayoutPanel3.PerformLayout();
5 office 740 this.tabPage2.ResumeLayout(false);
741 this.groupBox3.ResumeLayout(false);
742 this.tableLayoutPanel4.ResumeLayout(false);
743 this.tableLayoutPanel5.ResumeLayout(false);
744 this.tableLayoutPanel7.ResumeLayout(false);
745 this.tableLayoutPanel7.PerformLayout();
746 this.tableLayoutPanel8.ResumeLayout(false);
747 this.tableLayoutPanel8.PerformLayout();
7 office 748 this.tableLayoutPanel6.ResumeLayout(false);
749 this.tableLayoutPanel6.PerformLayout();
750 this.tableLayoutPanel1.ResumeLayout(false);
751 this.tableLayoutPanel2.ResumeLayout(false);
9 office 752 this.groupBox5.ResumeLayout(false);
753 this.tableLayoutPanel10.ResumeLayout(false);
754 this.tableLayoutPanel10.PerformLayout();
1 office 755 this.ResumeLayout(false);
756  
757 }
758  
759 #endregion
760  
761 private System.Windows.Forms.TabControl tabControl1;
762 private System.Windows.Forms.TabPage tabPage1;
763 private System.Windows.Forms.GroupBox groupBox1;
764 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
765 private System.Windows.Forms.ComboBox comboBox1;
766 private System.Windows.Forms.Label label1;
767 private System.Windows.Forms.Label label2;
768 private System.Windows.Forms.ComboBox comboBox2;
769 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
770 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
771 private System.Windows.Forms.Button button1;
772 private System.Windows.Forms.Button button2;
773 private System.Windows.Forms.ComboBox comboBox3;
774 private System.Windows.Forms.ComboBox comboBox4;
775 private System.Windows.Forms.ComboBox comboBox5;
776 private System.Windows.Forms.Label label3;
777 private System.Windows.Forms.Label label4;
778 private System.Windows.Forms.Label label5;
779 private System.Windows.Forms.GroupBox groupBox2;
780 private System.Windows.Forms.ComboBox comboBox7;
5 office 781 private System.Windows.Forms.TabPage tabPage2;
782 private System.Windows.Forms.GroupBox groupBox3;
783 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
784 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
785 private System.Windows.Forms.ComboBox comboBox6;
786 private System.Windows.Forms.TextBox textBox1;
787 private System.Windows.Forms.TextBox textBox2;
788 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
789 private System.Windows.Forms.Label label7;
790 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
791 private System.Windows.Forms.Label label8;
792 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
793 private System.Windows.Forms.Label label6;
7 office 794 private System.Windows.Forms.Label label9;
795 private System.Windows.Forms.ComboBox comboBox8;
796 private System.Windows.Forms.GroupBox groupBox4;
797 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
798 private System.Windows.Forms.Label label10;
799 private System.Windows.Forms.Label label11;
800 private System.Windows.Forms.TextBox textBox3;
801 private System.Windows.Forms.TextBox textBox4;
8 office 802 private System.Windows.Forms.TabPage tabPage3;
803 private System.Windows.Forms.CheckBox checkBox1;
804 private System.Windows.Forms.Label label12;
805 private System.Windows.Forms.Label label13;
9 office 806 private System.Windows.Forms.GroupBox groupBox5;
807 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10;
808 private System.Windows.Forms.Label label14;
809 private System.Windows.Forms.TextBox textBox5;
810 private System.Windows.Forms.Label label15;
1 office 811 }
812 }