HamBook – Blame information for rev 5

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();
33 this.tabPage1 = new System.Windows.Forms.TabPage();
3 office 34 this.groupBox2 = new System.Windows.Forms.GroupBox();
35 this.comboBox7 = new System.Windows.Forms.ComboBox();
1 office 36 this.groupBox1 = new System.Windows.Forms.GroupBox();
3 office 37 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
1 office 38 this.comboBox1 = new System.Windows.Forms.ComboBox();
39 this.label1 = new System.Windows.Forms.Label();
40 this.label2 = new System.Windows.Forms.Label();
41 this.comboBox2 = new System.Windows.Forms.ComboBox();
42 this.comboBox3 = new System.Windows.Forms.ComboBox();
43 this.comboBox4 = new System.Windows.Forms.ComboBox();
44 this.comboBox5 = new System.Windows.Forms.ComboBox();
45 this.label3 = new System.Windows.Forms.Label();
46 this.label4 = new System.Windows.Forms.Label();
47 this.label5 = new System.Windows.Forms.Label();
3 office 48 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
49 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
50 this.button1 = new System.Windows.Forms.Button();
51 this.button2 = new System.Windows.Forms.Button();
5 office 52 this.tabPage2 = new System.Windows.Forms.TabPage();
53 this.groupBox3 = new System.Windows.Forms.GroupBox();
54 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
55 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
56 this.comboBox6 = new System.Windows.Forms.ComboBox();
57 this.textBox1 = new System.Windows.Forms.TextBox();
58 this.textBox2 = new System.Windows.Forms.TextBox();
59 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
60 this.label6 = new System.Windows.Forms.Label();
61 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
62 this.label7 = new System.Windows.Forms.Label();
63 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
64 this.label8 = new System.Windows.Forms.Label();
1 office 65 this.tabControl1.SuspendLayout();
66 this.tabPage1.SuspendLayout();
3 office 67 this.groupBox2.SuspendLayout();
68 this.groupBox1.SuspendLayout();
69 this.tableLayoutPanel3.SuspendLayout();
1 office 70 this.tableLayoutPanel1.SuspendLayout();
71 this.tableLayoutPanel2.SuspendLayout();
5 office 72 this.tabPage2.SuspendLayout();
73 this.groupBox3.SuspendLayout();
74 this.tableLayoutPanel4.SuspendLayout();
75 this.tableLayoutPanel5.SuspendLayout();
76 this.tableLayoutPanel6.SuspendLayout();
77 this.tableLayoutPanel7.SuspendLayout();
78 this.tableLayoutPanel8.SuspendLayout();
1 office 79 this.SuspendLayout();
80 //
81 // tabControl1
82 //
83 this.tabControl1.Controls.Add(this.tabPage1);
5 office 84 this.tabControl1.Controls.Add(this.tabPage2);
1 office 85 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
86 this.tabControl1.Location = new System.Drawing.Point(3, 3);
87 this.tabControl1.Name = "tabControl1";
88 this.tabControl1.SelectedIndex = 0;
89 this.tabControl1.Size = new System.Drawing.Size(618, 339);
90 this.tabControl1.TabIndex = 0;
91 //
92 // tabPage1
93 //
94 this.tabPage1.Controls.Add(this.groupBox2);
95 this.tabPage1.Controls.Add(this.groupBox1);
96 this.tabPage1.Location = new System.Drawing.Point(4, 22);
97 this.tabPage1.Name = "tabPage1";
98 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
99 this.tabPage1.Size = new System.Drawing.Size(610, 313);
100 this.tabPage1.TabIndex = 0;
101 this.tabPage1.Text = "Connection";
102 this.tabPage1.UseVisualStyleBackColor = true;
103 //
3 office 104 // groupBox2
1 office 105 //
3 office 106 this.groupBox2.Controls.Add(this.comboBox7);
107 this.groupBox2.Location = new System.Drawing.Point(239, 7);
108 this.groupBox2.Name = "groupBox2";
109 this.groupBox2.Size = new System.Drawing.Size(200, 100);
110 this.groupBox2.TabIndex = 1;
111 this.groupBox2.TabStop = false;
112 this.groupBox2.Text = "Radio";
1 office 113 //
3 office 114 // comboBox7
1 office 115 //
3 office 116 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
117 this.comboBox7.FormattingEnabled = true;
118 this.comboBox7.Items.AddRange(new object[] {
119 "Yaesu FT-891"});
120 this.comboBox7.Location = new System.Drawing.Point(38, 41);
121 this.comboBox7.Name = "comboBox7";
122 this.comboBox7.Size = new System.Drawing.Size(121, 21);
123 this.comboBox7.TabIndex = 0;
1 office 124 //
125 // groupBox1
126 //
127 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
128 this.groupBox1.Location = new System.Drawing.Point(6, 6);
129 this.groupBox1.Name = "groupBox1";
130 this.groupBox1.Size = new System.Drawing.Size(226, 223);
131 this.groupBox1.TabIndex = 0;
132 this.groupBox1.TabStop = false;
133 this.groupBox1.Text = "Serial";
134 //
135 // tableLayoutPanel3
136 //
137 this.tableLayoutPanel3.ColumnCount = 2;
138 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
139 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
140 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
141 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
142 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
143 this.tableLayoutPanel3.Controls.Add(this.comboBox2, 1, 1);
144 this.tableLayoutPanel3.Controls.Add(this.comboBox3, 1, 2);
145 this.tableLayoutPanel3.Controls.Add(this.comboBox4, 1, 3);
146 this.tableLayoutPanel3.Controls.Add(this.comboBox5, 1, 4);
147 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
148 this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
149 this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
150 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
151 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
152 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
153 this.tableLayoutPanel3.RowCount = 5;
154 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
155 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
156 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
157 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
158 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
159 this.tableLayoutPanel3.Size = new System.Drawing.Size(220, 204);
160 this.tableLayoutPanel3.TabIndex = 0;
161 //
3 office 162 // comboBox1
163 //
164 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
165 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
166 this.comboBox1.FormattingEnabled = true;
167 this.comboBox1.Location = new System.Drawing.Point(66, 9);
168 this.comboBox1.Name = "comboBox1";
169 this.comboBox1.Size = new System.Drawing.Size(151, 21);
170 this.comboBox1.TabIndex = 0;
171 //
1 office 172 // label1
173 //
174 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
175 this.label1.AutoSize = true;
176 this.label1.Location = new System.Drawing.Point(3, 13);
177 this.label1.Name = "label1";
178 this.label1.Size = new System.Drawing.Size(57, 13);
179 this.label1.TabIndex = 1;
180 this.label1.Text = "Serial port:";
181 //
182 // label2
183 //
184 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
185 this.label2.AutoSize = true;
186 this.label2.Location = new System.Drawing.Point(3, 53);
187 this.label2.Name = "label2";
188 this.label2.Size = new System.Drawing.Size(57, 13);
189 this.label2.TabIndex = 2;
190 this.label2.Text = "Speed:";
191 //
192 // comboBox2
193 //
194 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
195 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
196 this.comboBox2.FormattingEnabled = true;
197 this.comboBox2.Items.AddRange(new object[] {
198 "9600",
199 "14400",
200 "19200",
201 "38400",
202 "57600",
203 "115200",
204 "128000"});
205 this.comboBox2.Location = new System.Drawing.Point(66, 49);
206 this.comboBox2.Name = "comboBox2";
207 this.comboBox2.Size = new System.Drawing.Size(151, 21);
208 this.comboBox2.TabIndex = 3;
209 //
210 // comboBox3
211 //
212 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
213 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
214 this.comboBox3.FormattingEnabled = true;
215 this.comboBox3.Items.AddRange(new object[] {
216 "8",
217 "7",
218 "6",
219 "5",
220 "4"});
221 this.comboBox3.Location = new System.Drawing.Point(66, 89);
222 this.comboBox3.Name = "comboBox3";
223 this.comboBox3.Size = new System.Drawing.Size(151, 21);
224 this.comboBox3.TabIndex = 4;
225 //
226 // comboBox4
227 //
228 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
229 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
230 this.comboBox4.FormattingEnabled = true;
231 this.comboBox4.Items.AddRange(new object[] {
232 "Even",
233 "Odd",
234 "Mark",
235 "Space",
236 "None"});
237 this.comboBox4.Location = new System.Drawing.Point(66, 129);
238 this.comboBox4.Name = "comboBox4";
239 this.comboBox4.Size = new System.Drawing.Size(151, 21);
240 this.comboBox4.TabIndex = 5;
241 //
242 // comboBox5
243 //
244 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
245 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
246 this.comboBox5.FormattingEnabled = true;
247 this.comboBox5.Items.AddRange(new object[] {
3 office 248 "None",
249 "One",
250 "Two",
251 "OnePointFive"});
1 office 252 this.comboBox5.Location = new System.Drawing.Point(66, 171);
253 this.comboBox5.Name = "comboBox5";
254 this.comboBox5.Size = new System.Drawing.Size(151, 21);
255 this.comboBox5.TabIndex = 6;
256 //
257 // label3
258 //
259 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
260 this.label3.AutoSize = true;
261 this.label3.Location = new System.Drawing.Point(3, 93);
262 this.label3.Name = "label3";
263 this.label3.Size = new System.Drawing.Size(57, 13);
264 this.label3.TabIndex = 8;
265 this.label3.Text = "Data bits:";
266 //
267 // label4
268 //
269 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
270 this.label4.AutoSize = true;
271 this.label4.Location = new System.Drawing.Point(3, 133);
272 this.label4.Name = "label4";
273 this.label4.Size = new System.Drawing.Size(57, 13);
274 this.label4.TabIndex = 9;
275 this.label4.Text = "Parity:";
276 //
277 // label5
278 //
279 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
280 this.label5.AutoSize = true;
281 this.label5.Location = new System.Drawing.Point(3, 175);
282 this.label5.Name = "label5";
283 this.label5.Size = new System.Drawing.Size(57, 13);
284 this.label5.TabIndex = 10;
285 this.label5.Text = "Stop bits:";
286 //
3 office 287 // tableLayoutPanel1
1 office 288 //
3 office 289 this.tableLayoutPanel1.ColumnCount = 1;
290 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
291 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
292 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
293 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
294 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
295 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
296 this.tableLayoutPanel1.RowCount = 2;
297 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
298 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
299 this.tableLayoutPanel1.Size = new System.Drawing.Size(624, 381);
300 this.tableLayoutPanel1.TabIndex = 1;
1 office 301 //
3 office 302 // tableLayoutPanel2
1 office 303 //
3 office 304 this.tableLayoutPanel2.ColumnCount = 3;
305 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
306 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
307 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
308 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
309 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
310 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
311 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 348);
312 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
313 this.tableLayoutPanel2.RowCount = 1;
314 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
315 this.tableLayoutPanel2.Size = new System.Drawing.Size(618, 30);
316 this.tableLayoutPanel2.TabIndex = 1;
1 office 317 //
3 office 318 // button1
319 //
320 this.button1.Location = new System.Drawing.Point(467, 3);
321 this.button1.Name = "button1";
322 this.button1.Size = new System.Drawing.Size(71, 23);
323 this.button1.TabIndex = 0;
324 this.button1.Text = "Save";
325 this.button1.UseVisualStyleBackColor = true;
326 this.button1.Click += new System.EventHandler(this.button1_Click);
327 //
328 // button2
329 //
330 this.button2.Location = new System.Drawing.Point(544, 3);
331 this.button2.Name = "button2";
332 this.button2.Size = new System.Drawing.Size(71, 23);
333 this.button2.TabIndex = 1;
334 this.button2.Text = "Cancel";
335 this.button2.UseVisualStyleBackColor = true;
336 this.button2.Click += new System.EventHandler(this.button2_Click);
337 //
5 office 338 // tabPage2
339 //
340 this.tabPage2.Controls.Add(this.groupBox3);
341 this.tabPage2.Location = new System.Drawing.Point(4, 22);
342 this.tabPage2.Name = "tabPage2";
343 this.tabPage2.Size = new System.Drawing.Size(610, 313);
344 this.tabPage2.TabIndex = 1;
345 this.tabPage2.Text = "Definitions";
346 this.tabPage2.UseVisualStyleBackColor = true;
347 //
348 // groupBox3
349 //
350 this.groupBox3.Controls.Add(this.tableLayoutPanel4);
351 this.groupBox3.Location = new System.Drawing.Point(14, 12);
352 this.groupBox3.Name = "groupBox3";
353 this.groupBox3.Size = new System.Drawing.Size(301, 129);
354 this.groupBox3.TabIndex = 0;
355 this.groupBox3.TabStop = false;
356 this.groupBox3.Text = "Bands";
357 //
358 // tableLayoutPanel4
359 //
360 this.tableLayoutPanel4.ColumnCount = 1;
361 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
362 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
363 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 0);
364 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
365 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
366 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
367 this.tableLayoutPanel4.RowCount = 2;
368 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
369 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
370 this.tableLayoutPanel4.Size = new System.Drawing.Size(295, 110);
371 this.tableLayoutPanel4.TabIndex = 0;
372 //
373 // tableLayoutPanel5
374 //
375 this.tableLayoutPanel5.ColumnCount = 2;
376 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
377 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
378 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 0);
379 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel8, 0, 0);
380 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
381 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 58);
382 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
383 this.tableLayoutPanel5.RowCount = 1;
384 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
385 this.tableLayoutPanel5.Size = new System.Drawing.Size(289, 49);
386 this.tableLayoutPanel5.TabIndex = 0;
387 //
388 // comboBox6
389 //
390 this.comboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
391 this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
392 this.comboBox6.FormattingEnabled = true;
393 this.comboBox6.Items.AddRange(new object[] {
394 "6",
395 "10",
396 "11",
397 "12",
398 "15",
399 "17",
400 "20",
401 "30",
402 "40"});
403 this.comboBox6.Location = new System.Drawing.Point(3, 14);
404 this.comboBox6.Name = "comboBox6";
405 this.comboBox6.Size = new System.Drawing.Size(238, 21);
406 this.comboBox6.TabIndex = 1;
407 //
408 // textBox1
409 //
410 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
411 this.textBox1.Location = new System.Drawing.Point(3, 11);
412 this.textBox1.Name = "textBox1";
413 this.textBox1.Size = new System.Drawing.Size(102, 20);
414 this.textBox1.TabIndex = 0;
415 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
416 //
417 // textBox2
418 //
419 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
420 this.textBox2.Location = new System.Drawing.Point(3, 11);
421 this.textBox2.Name = "textBox2";
422 this.textBox2.Size = new System.Drawing.Size(103, 20);
423 this.textBox2.TabIndex = 1;
424 this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
425 //
426 // tableLayoutPanel6
427 //
428 this.tableLayoutPanel6.ColumnCount = 2;
429 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
430 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
431 this.tableLayoutPanel6.Controls.Add(this.comboBox6, 0, 0);
432 this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
433 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
434 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
435 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
436 this.tableLayoutPanel6.RowCount = 1;
437 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
438 this.tableLayoutPanel6.Size = new System.Drawing.Size(289, 49);
439 this.tableLayoutPanel6.TabIndex = 1;
440 //
441 // label6
442 //
443 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
444 this.label6.AutoSize = true;
445 this.label6.Location = new System.Drawing.Point(247, 18);
446 this.label6.Name = "label6";
447 this.label6.Size = new System.Drawing.Size(39, 13);
448 this.label6.TabIndex = 2;
449 this.label6.Text = "meters";
450 //
451 // tableLayoutPanel7
452 //
453 this.tableLayoutPanel7.ColumnCount = 2;
454 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
455 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
456 this.tableLayoutPanel7.Controls.Add(this.textBox2, 0, 0);
457 this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
458 this.tableLayoutPanel7.Location = new System.Drawing.Point(147, 3);
459 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
460 this.tableLayoutPanel7.RowCount = 1;
461 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
462 this.tableLayoutPanel7.Size = new System.Drawing.Size(139, 43);
463 this.tableLayoutPanel7.TabIndex = 1;
464 //
465 // label7
466 //
467 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
468 this.label7.AutoSize = true;
469 this.label7.Location = new System.Drawing.Point(112, 15);
470 this.label7.Name = "label7";
471 this.label7.Size = new System.Drawing.Size(24, 13);
472 this.label7.TabIndex = 2;
473 this.label7.Text = "Hz";
474 //
475 // tableLayoutPanel8
476 //
477 this.tableLayoutPanel8.ColumnCount = 2;
478 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
479 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
480 this.tableLayoutPanel8.Controls.Add(this.textBox1, 0, 0);
481 this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
482 this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 3);
483 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
484 this.tableLayoutPanel8.RowCount = 1;
485 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
486 this.tableLayoutPanel8.Size = new System.Drawing.Size(138, 43);
487 this.tableLayoutPanel8.TabIndex = 2;
488 //
489 // label8
490 //
491 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
492 this.label8.AutoSize = true;
493 this.label8.Location = new System.Drawing.Point(111, 15);
494 this.label8.Name = "label8";
495 this.label8.Size = new System.Drawing.Size(24, 13);
496 this.label8.TabIndex = 1;
497 this.label8.Text = "Hz";
498 //
1 office 499 // SettingsForm
500 //
501 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
502 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
503 this.ClientSize = new System.Drawing.Size(624, 381);
504 this.Controls.Add(this.tableLayoutPanel1);
505 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
506 this.MaximizeBox = false;
507 this.MaximumSize = new System.Drawing.Size(640, 420);
508 this.MinimumSize = new System.Drawing.Size(640, 420);
509 this.Name = "SettingsForm";
510 this.Text = "HamBook: Settings";
511 this.Load += new System.EventHandler(this.SettingsForm_Load);
512 this.tabControl1.ResumeLayout(false);
513 this.tabPage1.ResumeLayout(false);
3 office 514 this.groupBox2.ResumeLayout(false);
1 office 515 this.groupBox1.ResumeLayout(false);
516 this.tableLayoutPanel3.ResumeLayout(false);
517 this.tableLayoutPanel3.PerformLayout();
3 office 518 this.tableLayoutPanel1.ResumeLayout(false);
519 this.tableLayoutPanel2.ResumeLayout(false);
5 office 520 this.tabPage2.ResumeLayout(false);
521 this.groupBox3.ResumeLayout(false);
522 this.tableLayoutPanel4.ResumeLayout(false);
523 this.tableLayoutPanel5.ResumeLayout(false);
524 this.tableLayoutPanel6.ResumeLayout(false);
525 this.tableLayoutPanel6.PerformLayout();
526 this.tableLayoutPanel7.ResumeLayout(false);
527 this.tableLayoutPanel7.PerformLayout();
528 this.tableLayoutPanel8.ResumeLayout(false);
529 this.tableLayoutPanel8.PerformLayout();
1 office 530 this.ResumeLayout(false);
531  
532 }
533  
534 #endregion
535  
536 private System.Windows.Forms.TabControl tabControl1;
537 private System.Windows.Forms.TabPage tabPage1;
538 private System.Windows.Forms.GroupBox groupBox1;
539 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
540 private System.Windows.Forms.ComboBox comboBox1;
541 private System.Windows.Forms.Label label1;
542 private System.Windows.Forms.Label label2;
543 private System.Windows.Forms.ComboBox comboBox2;
544 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
545 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
546 private System.Windows.Forms.Button button1;
547 private System.Windows.Forms.Button button2;
548 private System.Windows.Forms.ComboBox comboBox3;
549 private System.Windows.Forms.ComboBox comboBox4;
550 private System.Windows.Forms.ComboBox comboBox5;
551 private System.Windows.Forms.Label label3;
552 private System.Windows.Forms.Label label4;
553 private System.Windows.Forms.Label label5;
554 private System.Windows.Forms.GroupBox groupBox2;
555 private System.Windows.Forms.ComboBox comboBox7;
5 office 556 private System.Windows.Forms.TabPage tabPage2;
557 private System.Windows.Forms.GroupBox groupBox3;
558 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
559 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
560 private System.Windows.Forms.ComboBox comboBox6;
561 private System.Windows.Forms.TextBox textBox1;
562 private System.Windows.Forms.TextBox textBox2;
563 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
564 private System.Windows.Forms.Label label7;
565 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
566 private System.Windows.Forms.Label label8;
567 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
568 private System.Windows.Forms.Label label6;
1 office 569 }
570 }