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