HamBook – Diff between revs 8 and 9
?pathlinks?
Rev 8 | Rev 9 | |||
---|---|---|---|---|
Line 28... | Line 28... | |||
28 | /// </summary> |
28 | /// </summary> |
|
29 | private void InitializeComponent() |
29 | private void InitializeComponent() |
|
30 | { |
30 | { |
|
31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); |
31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm)); |
|
32 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
32 | this.tabControl1 = new System.Windows.Forms.TabControl(); |
|
- | 33 | this.tabPage3 = new System.Windows.Forms.TabPage(); |
||
- | 34 | this.checkBox1 = new System.Windows.Forms.CheckBox(); |
||
33 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
35 | this.tabPage1 = new System.Windows.Forms.TabPage(); |
|
- | 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(); |
||
34 | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
44 | this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
35 | this.comboBox7 = new System.Windows.Forms.ComboBox(); |
45 | this.comboBox7 = new System.Windows.Forms.ComboBox(); |
|
36 | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
46 | this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
37 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
47 | this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); |
|
38 | this.comboBox1 = new System.Windows.Forms.ComboBox(); |
48 | this.comboBox1 = new System.Windows.Forms.ComboBox(); |
|
Line 62... | Line 72... | |||
62 | this.label6 = new System.Windows.Forms.Label(); |
72 | this.label6 = new System.Windows.Forms.Label(); |
|
63 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
73 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
64 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
74 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
65 | this.button1 = new System.Windows.Forms.Button(); |
75 | this.button1 = new System.Windows.Forms.Button(); |
|
66 | this.button2 = new System.Windows.Forms.Button(); |
76 | this.button2 = new System.Windows.Forms.Button(); |
|
67 | this.groupBox4 = new System.Windows.Forms.GroupBox(); |
77 | this.groupBox5 = new System.Windows.Forms.GroupBox(); |
|
68 | this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); |
78 | this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); |
|
69 | this.label10 = new System.Windows.Forms.Label(); |
79 | this.label14 = new System.Windows.Forms.Label(); |
|
70 | this.label11 = new System.Windows.Forms.Label(); |
- | ||
71 | this.textBox3 = new System.Windows.Forms.TextBox(); |
- | ||
72 | this.textBox4 = new System.Windows.Forms.TextBox(); |
80 | this.textBox5 = new System.Windows.Forms.TextBox(); |
|
73 | this.label12 = new System.Windows.Forms.Label(); |
- | ||
74 | this.label13 = new System.Windows.Forms.Label(); |
81 | this.label15 = new System.Windows.Forms.Label(); |
|
75 | this.tabPage3 = new System.Windows.Forms.TabPage(); |
- | ||
76 | this.checkBox1 = new System.Windows.Forms.CheckBox(); |
- | ||
77 | this.tabControl1.SuspendLayout(); |
82 | this.tabControl1.SuspendLayout(); |
|
- | 83 | this.tabPage3.SuspendLayout(); |
||
78 | this.tabPage1.SuspendLayout(); |
84 | this.tabPage1.SuspendLayout(); |
|
- | 85 | this.groupBox4.SuspendLayout(); |
||
- | 86 | this.tableLayoutPanel9.SuspendLayout(); |
||
79 | this.groupBox2.SuspendLayout(); |
87 | this.groupBox2.SuspendLayout(); |
|
80 | this.groupBox1.SuspendLayout(); |
88 | this.groupBox1.SuspendLayout(); |
|
81 | this.tableLayoutPanel3.SuspendLayout(); |
89 | this.tableLayoutPanel3.SuspendLayout(); |
|
82 | this.tabPage2.SuspendLayout(); |
90 | this.tabPage2.SuspendLayout(); |
|
83 | this.groupBox3.SuspendLayout(); |
91 | this.groupBox3.SuspendLayout(); |
|
Line 86... | Line 94... | |||
86 | this.tableLayoutPanel7.SuspendLayout(); |
94 | this.tableLayoutPanel7.SuspendLayout(); |
|
87 | this.tableLayoutPanel8.SuspendLayout(); |
95 | this.tableLayoutPanel8.SuspendLayout(); |
|
88 | this.tableLayoutPanel6.SuspendLayout(); |
96 | this.tableLayoutPanel6.SuspendLayout(); |
|
89 | this.tableLayoutPanel1.SuspendLayout(); |
97 | this.tableLayoutPanel1.SuspendLayout(); |
|
90 | this.tableLayoutPanel2.SuspendLayout(); |
98 | this.tableLayoutPanel2.SuspendLayout(); |
|
91 | this.groupBox4.SuspendLayout(); |
99 | this.groupBox5.SuspendLayout(); |
|
92 | this.tableLayoutPanel9.SuspendLayout(); |
100 | this.tableLayoutPanel10.SuspendLayout(); |
|
93 | this.tabPage3.SuspendLayout(); |
- | ||
94 | this.SuspendLayout(); |
101 | this.SuspendLayout(); |
|
95 | // |
102 | // |
|
96 | // tabControl1 |
103 | // tabControl1 |
|
97 | // |
104 | // |
|
98 | this.tabControl1.Controls.Add(this.tabPage3); |
105 | this.tabControl1.Controls.Add(this.tabPage3); |
|
Line 103... | Line 110... | |||
103 | this.tabControl1.Name = "tabControl1"; |
110 | this.tabControl1.Name = "tabControl1"; |
|
104 | this.tabControl1.SelectedIndex = 0; |
111 | this.tabControl1.SelectedIndex = 0; |
|
105 | this.tabControl1.Size = new System.Drawing.Size(618, 339); |
112 | this.tabControl1.Size = new System.Drawing.Size(618, 339); |
|
106 | this.tabControl1.TabIndex = 0; |
113 | this.tabControl1.TabIndex = 0; |
|
107 | // |
114 | // |
|
- | 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 | // |
||
108 | // tabPage1 |
136 | // tabPage1 |
|
109 | // |
137 | // |
|
110 | this.tabPage1.Controls.Add(this.groupBox4); |
138 | this.tabPage1.Controls.Add(this.groupBox4); |
|
111 | this.tabPage1.Controls.Add(this.groupBox2); |
139 | this.tabPage1.Controls.Add(this.groupBox2); |
|
112 | this.tabPage1.Controls.Add(this.groupBox1); |
140 | this.tabPage1.Controls.Add(this.groupBox1); |
|
Line 116... | Line 144... | |||
116 | this.tabPage1.Size = new System.Drawing.Size(610, 313); |
144 | this.tabPage1.Size = new System.Drawing.Size(610, 313); |
|
117 | this.tabPage1.TabIndex = 0; |
145 | this.tabPage1.TabIndex = 0; |
|
118 | this.tabPage1.Text = "Connection"; |
146 | this.tabPage1.Text = "Connection"; |
|
119 | this.tabPage1.UseVisualStyleBackColor = true; |
147 | this.tabPage1.UseVisualStyleBackColor = true; |
|
120 | // |
148 | // |
|
- | 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 | // |
||
121 | // groupBox2 |
236 | // groupBox2 |
|
122 | // |
237 | // |
|
123 | this.groupBox2.Controls.Add(this.comboBox7); |
238 | this.groupBox2.Controls.Add(this.comboBox7); |
|
124 | this.groupBox2.Location = new System.Drawing.Point(247, 6); |
239 | this.groupBox2.Location = new System.Drawing.Point(247, 6); |
|
125 | this.groupBox2.Name = "groupBox2"; |
240 | this.groupBox2.Name = "groupBox2"; |
|
Line 318... | Line 433... | |||
318 | // |
433 | // |
|
319 | this.comboBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
434 | this.comboBox8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
320 | this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
435 | this.comboBox8.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
|
321 | this.comboBox8.FormattingEnabled = true; |
436 | this.comboBox8.FormattingEnabled = true; |
|
322 | this.comboBox8.Items.AddRange(new object[] { |
437 | this.comboBox8.Items.AddRange(new object[] { |
|
323 | "RequestToSend", |
438 | "None", |
|
324 | "RequestToSendXOnXOff", |
439 | "Rts", |
|
325 | "XOnXOff", |
440 | "XOn", |
|
326 | "None"}); |
441 | "RtsXOn", |
|
- | 442 | "DtrRtsXOn"}); |
||
327 | this.comboBox8.Location = new System.Drawing.Point(71, 174); |
443 | this.comboBox8.Location = new System.Drawing.Point(71, 174); |
|
328 | this.comboBox8.Name = "comboBox8"; |
444 | this.comboBox8.Name = "comboBox8"; |
|
329 | this.comboBox8.Size = new System.Drawing.Size(155, 21); |
445 | this.comboBox8.Size = new System.Drawing.Size(155, 21); |
|
330 | this.comboBox8.TabIndex = 12; |
446 | this.comboBox8.TabIndex = 12; |
|
331 | // |
447 | // |
|
Line 539... | Line 655... | |||
539 | this.button2.TabIndex = 1; |
655 | this.button2.TabIndex = 1; |
|
540 | this.button2.Text = "Cancel"; |
656 | this.button2.Text = "Cancel"; |
|
541 | this.button2.UseVisualStyleBackColor = true; |
657 | this.button2.UseVisualStyleBackColor = true; |
|
542 | this.button2.Click += new System.EventHandler(this.button2_Click); |
658 | this.button2.Click += new System.EventHandler(this.button2_Click); |
|
543 | // |
659 | // |
|
544 | // groupBox4 |
660 | // groupBox5 |
|
545 | // |
- | ||
546 | this.groupBox4.Controls.Add(this.tableLayoutPanel9); |
- | ||
547 | this.groupBox4.Location = new System.Drawing.Point(248, 113); |
- | ||
548 | this.groupBox4.Name = "groupBox4"; |
- | ||
549 | this.groupBox4.Size = new System.Drawing.Size(200, 113); |
- | ||
550 | this.groupBox4.TabIndex = 2; |
- | ||
551 | this.groupBox4.TabStop = false; |
- | ||
552 | this.groupBox4.Text = "Serial Port Timeout"; |
- | ||
553 | // |
661 | // |
|
- | 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"; |
||
- | 669 | // |
||
554 | // tableLayoutPanel9 |
670 | // tableLayoutPanel10 |
|
555 | // |
671 | // |
|
556 | this.tableLayoutPanel9.ColumnCount = 3; |
672 | this.tableLayoutPanel10.ColumnCount = 3; |
|
557 | this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F)); |
673 | this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
|
558 | this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); |
674 | this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
|
559 | this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 25F)); |
675 | this.tableLayoutPanel10.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); |
|
560 | this.tableLayoutPanel9.Controls.Add(this.label10, 0, 0); |
676 | this.tableLayoutPanel10.Controls.Add(this.label14, 0, 0); |
|
561 | this.tableLayoutPanel9.Controls.Add(this.label11, 0, 1); |
- | ||
562 | this.tableLayoutPanel9.Controls.Add(this.textBox3, 1, 0); |
677 | this.tableLayoutPanel10.Controls.Add(this.textBox5, 1, 0); |
|
563 | this.tableLayoutPanel9.Controls.Add(this.textBox4, 1, 1); |
- | ||
564 | this.tableLayoutPanel9.Controls.Add(this.label12, 2, 0); |
678 | this.tableLayoutPanel10.Controls.Add(this.label15, 2, 0); |
|
565 | this.tableLayoutPanel9.Controls.Add(this.label13, 2, 1); |
- | ||
566 | this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; |
679 | this.tableLayoutPanel10.Dock = System.Windows.Forms.DockStyle.Fill; |
|
567 | this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16); |
680 | this.tableLayoutPanel10.Location = new System.Drawing.Point(3, 16); |
|
568 | this.tableLayoutPanel9.Name = "tableLayoutPanel9"; |
681 | this.tableLayoutPanel10.Name = "tableLayoutPanel10"; |
|
569 | this.tableLayoutPanel9.RowCount = 2; |
682 | this.tableLayoutPanel10.RowCount = 1; |
|
570 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
- | ||
571 | this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
683 | this.tableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); |
|
572 | this.tableLayoutPanel9.Size = new System.Drawing.Size(194, 94); |
684 | this.tableLayoutPanel10.Size = new System.Drawing.Size(194, 45); |
|
573 | this.tableLayoutPanel9.TabIndex = 0; |
685 | this.tableLayoutPanel10.TabIndex = 0; |
|
574 | // |
686 | // |
|
575 | // label10 |
687 | // label14 |
|
576 | // |
688 | // |
|
577 | this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
689 | this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
578 | this.label10.AutoSize = true; |
690 | this.label14.AutoSize = true; |
|
579 | this.label10.Location = new System.Drawing.Point(3, 17); |
691 | this.label14.Location = new System.Drawing.Point(3, 16); |
|
580 | this.label10.Name = "label10"; |
692 | this.label14.Name = "label14"; |
|
581 | this.label10.Size = new System.Drawing.Size(34, 13); |
693 | this.label14.Size = new System.Drawing.Size(81, 13); |
|
582 | this.label10.TabIndex = 0; |
694 | this.label14.TabIndex = 0; |
|
583 | this.label10.Text = "Read"; |
- | ||
584 | // |
- | ||
585 | // label11 |
- | ||
586 | // |
- | ||
587 | this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
- | ||
588 | this.label11.AutoSize = true; |
- | ||
589 | this.label11.Location = new System.Drawing.Point(3, 64); |
- | ||
590 | this.label11.Name = "label11"; |
- | ||
591 | this.label11.Size = new System.Drawing.Size(34, 13); |
- | ||
592 | this.label11.TabIndex = 1; |
- | ||
593 | this.label11.Text = "Write"; |
695 | this.label14.Text = "Detect Pause"; |
|
594 | // |
696 | // |
|
595 | // textBox3 |
697 | // textBox5 |
|
596 | // |
698 | // |
|
597 | this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
699 | this.textBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
598 | this.textBox3.Location = new System.Drawing.Point(43, 13); |
700 | this.textBox5.Location = new System.Drawing.Point(90, 12); |
|
599 | this.textBox3.Name = "textBox3"; |
- | ||
600 | this.textBox3.Size = new System.Drawing.Size(123, 20); |
- | ||
601 | this.textBox3.TabIndex = 2; |
- | ||
602 | // |
- | ||
603 | // textBox4 |
- | ||
604 | // |
- | ||
605 | this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
- | ||
606 | this.textBox4.Location = new System.Drawing.Point(43, 60); |
- | ||
607 | this.textBox4.Name = "textBox4"; |
701 | this.textBox5.Name = "textBox5"; |
|
608 | this.textBox4.Size = new System.Drawing.Size(123, 20); |
702 | this.textBox5.Size = new System.Drawing.Size(81, 20); |
|
609 | this.textBox4.TabIndex = 3; |
703 | this.textBox5.TabIndex = 1; |
|
610 | // |
- | ||
611 | // label12 |
- | ||
612 | // |
- | ||
613 | this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
- | ||
614 | this.label12.AutoSize = true; |
- | ||
615 | this.label12.Location = new System.Drawing.Point(172, 10); |
- | ||
616 | this.label12.Name = "label12"; |
- | ||
617 | this.label12.Size = new System.Drawing.Size(19, 26); |
- | ||
618 | this.label12.TabIndex = 4; |
- | ||
619 | this.label12.Text = "ms"; |
704 | this.textBox5.Text = "10"; |
|
620 | // |
705 | // |
|
621 | // label13 |
706 | // label15 |
|
622 | // |
707 | // |
|
623 | this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
708 | this.label15.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
624 | this.label13.AutoSize = true; |
709 | this.label15.AutoSize = true; |
|
625 | this.label13.Location = new System.Drawing.Point(172, 57); |
710 | this.label15.Location = new System.Drawing.Point(177, 16); |
|
626 | this.label13.Name = "label13"; |
711 | this.label15.Name = "label15"; |
|
627 | this.label13.Size = new System.Drawing.Size(19, 26); |
712 | this.label15.Size = new System.Drawing.Size(14, 13); |
|
628 | this.label13.TabIndex = 5; |
713 | this.label15.TabIndex = 2; |
|
629 | this.label13.Text = "ms"; |
714 | this.label15.Text = "s"; |
|
630 | // |
- | ||
631 | // tabPage3 |
- | ||
632 | // |
- | ||
633 | this.tabPage3.Controls.Add(this.checkBox1); |
- | ||
634 | this.tabPage3.Location = new System.Drawing.Point(4, 22); |
- | ||
635 | this.tabPage3.Name = "tabPage3"; |
- | ||
636 | this.tabPage3.Size = new System.Drawing.Size(610, 313); |
- | ||
637 | this.tabPage3.TabIndex = 2; |
- | ||
638 | this.tabPage3.Text = "Program"; |
- | ||
639 | this.tabPage3.UseVisualStyleBackColor = true; |
- | ||
640 | // |
- | ||
641 | // checkBox1 |
- | ||
642 | // |
- | ||
643 | this.checkBox1.AutoSize = true; |
- | ||
644 | this.checkBox1.Location = new System.Drawing.Point(19, 17); |
- | ||
645 | this.checkBox1.Name = "checkBox1"; |
- | ||
646 | this.checkBox1.Size = new System.Drawing.Size(148, 17); |
- | ||
647 | this.checkBox1.TabIndex = 0; |
- | ||
648 | this.checkBox1.Text = "Launch on Windows boot"; |
- | ||
649 | this.checkBox1.UseVisualStyleBackColor = true; |
- | ||
650 | // |
715 | // |
|
651 | // SettingsForm |
716 | // SettingsForm |
|
652 | // |
717 | // |
|
653 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
718 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
|
654 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
719 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
Line 660... | Line 725... | |||
660 | this.MinimumSize = new System.Drawing.Size(640, 420); |
725 | this.MinimumSize = new System.Drawing.Size(640, 420); |
|
661 | this.Name = "SettingsForm"; |
726 | this.Name = "SettingsForm"; |
|
662 | this.Text = "HamBook: Settings"; |
727 | this.Text = "HamBook: Settings"; |
|
663 | this.Load += new System.EventHandler(this.SettingsForm_Load); |
728 | this.Load += new System.EventHandler(this.SettingsForm_Load); |
|
664 | this.tabControl1.ResumeLayout(false); |
729 | this.tabControl1.ResumeLayout(false); |
|
- | 730 | this.tabPage3.ResumeLayout(false); |
||
- | 731 | this.tabPage3.PerformLayout(); |
||
665 | this.tabPage1.ResumeLayout(false); |
732 | this.tabPage1.ResumeLayout(false); |
|
- | 733 | this.groupBox4.ResumeLayout(false); |
||
- | 734 | this.tableLayoutPanel9.ResumeLayout(false); |
||
- | 735 | this.tableLayoutPanel9.PerformLayout(); |
||
666 | this.groupBox2.ResumeLayout(false); |
736 | this.groupBox2.ResumeLayout(false); |
|
667 | this.groupBox1.ResumeLayout(false); |
737 | this.groupBox1.ResumeLayout(false); |
|
668 | this.tableLayoutPanel3.ResumeLayout(false); |
738 | this.tableLayoutPanel3.ResumeLayout(false); |
|
669 | this.tableLayoutPanel3.PerformLayout(); |
739 | this.tableLayoutPanel3.PerformLayout(); |
|
670 | this.tabPage2.ResumeLayout(false); |
740 | this.tabPage2.ResumeLayout(false); |
|
Line 677... | Line 747... | |||
677 | this.tableLayoutPanel8.PerformLayout(); |
747 | this.tableLayoutPanel8.PerformLayout(); |
|
678 | this.tableLayoutPanel6.ResumeLayout(false); |
748 | this.tableLayoutPanel6.ResumeLayout(false); |
|
679 | this.tableLayoutPanel6.PerformLayout(); |
749 | this.tableLayoutPanel6.PerformLayout(); |
|
680 | this.tableLayoutPanel1.ResumeLayout(false); |
750 | this.tableLayoutPanel1.ResumeLayout(false); |
|
681 | this.tableLayoutPanel2.ResumeLayout(false); |
751 | this.tableLayoutPanel2.ResumeLayout(false); |
|
682 | this.groupBox4.ResumeLayout(false); |
752 | this.groupBox5.ResumeLayout(false); |
|
683 | this.tableLayoutPanel9.ResumeLayout(false); |
753 | this.tableLayoutPanel10.ResumeLayout(false); |
|
684 | this.tableLayoutPanel9.PerformLayout(); |
754 | this.tableLayoutPanel10.PerformLayout(); |
|
685 | this.tabPage3.ResumeLayout(false); |
- | ||
686 | this.tabPage3.PerformLayout(); |
- | ||
687 | this.ResumeLayout(false); |
755 | this.ResumeLayout(false); |
|
Line 688... | Line 756... | |||
688 | |
756 | |
|
Line 689... | Line 757... | |||
689 | } |
757 | } |
|
Line 733... | Line 801... | |||
733 | private System.Windows.Forms.TextBox textBox4; |
801 | private System.Windows.Forms.TextBox textBox4; |
|
734 | private System.Windows.Forms.TabPage tabPage3; |
802 | private System.Windows.Forms.TabPage tabPage3; |
|
735 | private System.Windows.Forms.CheckBox checkBox1; |
803 | private System.Windows.Forms.CheckBox checkBox1; |
|
736 | private System.Windows.Forms.Label label12; |
804 | private System.Windows.Forms.Label label12; |
|
737 | private System.Windows.Forms.Label label13; |
805 | private System.Windows.Forms.Label label13; |
|
- | 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; |
||
738 | } |
811 | } |
|
739 | } |
812 | } |
|
740 | |
813 | |