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