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