HamBook – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace HamBook
2 {
3 partial class SettingsForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SettingsForm));
32 this.tabControl1 = new System.Windows.Forms.TabControl();
33 this.tabPage1 = new System.Windows.Forms.TabPage();
34 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
35 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
36 this.button1 = new System.Windows.Forms.Button();
37 this.button2 = new System.Windows.Forms.Button();
38 this.groupBox1 = new System.Windows.Forms.GroupBox();
39 this.comboBox1 = new System.Windows.Forms.ComboBox();
40 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
41 this.label1 = new System.Windows.Forms.Label();
42 this.label2 = new System.Windows.Forms.Label();
43 this.comboBox2 = new System.Windows.Forms.ComboBox();
44 this.comboBox3 = new System.Windows.Forms.ComboBox();
45 this.comboBox4 = new System.Windows.Forms.ComboBox();
46 this.comboBox5 = new System.Windows.Forms.ComboBox();
47 this.label3 = new System.Windows.Forms.Label();
48 this.label4 = new System.Windows.Forms.Label();
49 this.label5 = new System.Windows.Forms.Label();
50 this.groupBox2 = new System.Windows.Forms.GroupBox();
51 this.comboBox7 = new System.Windows.Forms.ComboBox();
52 this.tabControl1.SuspendLayout();
53 this.tabPage1.SuspendLayout();
54 this.tableLayoutPanel1.SuspendLayout();
55 this.tableLayoutPanel2.SuspendLayout();
56 this.groupBox1.SuspendLayout();
57 this.tableLayoutPanel3.SuspendLayout();
58 this.groupBox2.SuspendLayout();
59 this.SuspendLayout();
60 //
61 // tabControl1
62 //
63 this.tabControl1.Controls.Add(this.tabPage1);
64 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
65 this.tabControl1.Location = new System.Drawing.Point(3, 3);
66 this.tabControl1.Name = "tabControl1";
67 this.tabControl1.SelectedIndex = 0;
68 this.tabControl1.Size = new System.Drawing.Size(618, 339);
69 this.tabControl1.TabIndex = 0;
70 //
71 // tabPage1
72 //
73 this.tabPage1.Controls.Add(this.groupBox2);
74 this.tabPage1.Controls.Add(this.groupBox1);
75 this.tabPage1.Location = new System.Drawing.Point(4, 22);
76 this.tabPage1.Name = "tabPage1";
77 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
78 this.tabPage1.Size = new System.Drawing.Size(610, 313);
79 this.tabPage1.TabIndex = 0;
80 this.tabPage1.Text = "Connection";
81 this.tabPage1.UseVisualStyleBackColor = true;
82 //
83 // tableLayoutPanel1
84 //
85 this.tableLayoutPanel1.ColumnCount = 1;
86 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
87 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
88 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
89 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
90 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
91 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
92 this.tableLayoutPanel1.RowCount = 2;
93 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
94 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
95 this.tableLayoutPanel1.Size = new System.Drawing.Size(624, 381);
96 this.tableLayoutPanel1.TabIndex = 1;
97 //
98 // tableLayoutPanel2
99 //
100 this.tableLayoutPanel2.ColumnCount = 3;
101 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
102 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
103 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
104 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
105 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
106 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 348);
108 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
109 this.tableLayoutPanel2.RowCount = 1;
110 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
111 this.tableLayoutPanel2.Size = new System.Drawing.Size(618, 30);
112 this.tableLayoutPanel2.TabIndex = 1;
113 //
114 // button1
115 //
116 this.button1.Location = new System.Drawing.Point(467, 3);
117 this.button1.Name = "button1";
118 this.button1.Size = new System.Drawing.Size(71, 23);
119 this.button1.TabIndex = 0;
120 this.button1.Text = "Save";
121 this.button1.UseVisualStyleBackColor = true;
122 this.button1.Click += new System.EventHandler(this.button1_Click);
123 //
124 // button2
125 //
126 this.button2.Location = new System.Drawing.Point(544, 3);
127 this.button2.Name = "button2";
128 this.button2.Size = new System.Drawing.Size(71, 23);
129 this.button2.TabIndex = 1;
130 this.button2.Text = "Cancel";
131 this.button2.UseVisualStyleBackColor = true;
132 this.button2.Click += new System.EventHandler(this.button2_Click);
133 //
134 // groupBox1
135 //
136 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
137 this.groupBox1.Location = new System.Drawing.Point(6, 6);
138 this.groupBox1.Name = "groupBox1";
139 this.groupBox1.Size = new System.Drawing.Size(226, 223);
140 this.groupBox1.TabIndex = 0;
141 this.groupBox1.TabStop = false;
142 this.groupBox1.Text = "Serial";
143 //
144 // comboBox1
145 //
146 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
147 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
148 this.comboBox1.FormattingEnabled = true;
149 this.comboBox1.Location = new System.Drawing.Point(66, 9);
150 this.comboBox1.Name = "comboBox1";
151 this.comboBox1.Size = new System.Drawing.Size(151, 21);
152 this.comboBox1.TabIndex = 0;
153 //
154 // tableLayoutPanel3
155 //
156 this.tableLayoutPanel3.ColumnCount = 2;
157 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
158 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
159 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
160 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
161 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
162 this.tableLayoutPanel3.Controls.Add(this.comboBox2, 1, 1);
163 this.tableLayoutPanel3.Controls.Add(this.comboBox3, 1, 2);
164 this.tableLayoutPanel3.Controls.Add(this.comboBox4, 1, 3);
165 this.tableLayoutPanel3.Controls.Add(this.comboBox5, 1, 4);
166 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
167 this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
168 this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
169 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
170 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
171 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
172 this.tableLayoutPanel3.RowCount = 5;
173 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
174 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
175 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
176 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
177 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
178 this.tableLayoutPanel3.Size = new System.Drawing.Size(220, 204);
179 this.tableLayoutPanel3.TabIndex = 0;
180 //
181 // label1
182 //
183 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
184 this.label1.AutoSize = true;
185 this.label1.Location = new System.Drawing.Point(3, 13);
186 this.label1.Name = "label1";
187 this.label1.Size = new System.Drawing.Size(57, 13);
188 this.label1.TabIndex = 1;
189 this.label1.Text = "Serial port:";
190 //
191 // label2
192 //
193 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
194 this.label2.AutoSize = true;
195 this.label2.Location = new System.Drawing.Point(3, 53);
196 this.label2.Name = "label2";
197 this.label2.Size = new System.Drawing.Size(57, 13);
198 this.label2.TabIndex = 2;
199 this.label2.Text = "Speed:";
200 //
201 // comboBox2
202 //
203 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
204 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
205 this.comboBox2.FormattingEnabled = true;
206 this.comboBox2.Items.AddRange(new object[] {
207 "9600",
208 "14400",
209 "19200",
210 "38400",
211 "57600",
212 "115200",
213 "128000"});
214 this.comboBox2.Location = new System.Drawing.Point(66, 49);
215 this.comboBox2.Name = "comboBox2";
216 this.comboBox2.Size = new System.Drawing.Size(151, 21);
217 this.comboBox2.TabIndex = 3;
218 //
219 // comboBox3
220 //
221 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
222 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
223 this.comboBox3.FormattingEnabled = true;
224 this.comboBox3.Items.AddRange(new object[] {
225 "8",
226 "7",
227 "6",
228 "5",
229 "4"});
230 this.comboBox3.Location = new System.Drawing.Point(66, 89);
231 this.comboBox3.Name = "comboBox3";
232 this.comboBox3.Size = new System.Drawing.Size(151, 21);
233 this.comboBox3.TabIndex = 4;
234 //
235 // comboBox4
236 //
237 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
238 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
239 this.comboBox4.FormattingEnabled = true;
240 this.comboBox4.Items.AddRange(new object[] {
241 "Even",
242 "Odd",
243 "Mark",
244 "Space",
245 "None"});
246 this.comboBox4.Location = new System.Drawing.Point(66, 129);
247 this.comboBox4.Name = "comboBox4";
248 this.comboBox4.Size = new System.Drawing.Size(151, 21);
249 this.comboBox4.TabIndex = 5;
250 //
251 // comboBox5
252 //
253 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
254 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
255 this.comboBox5.FormattingEnabled = true;
256 this.comboBox5.Items.AddRange(new object[] {
257 "1",
258 "1.5",
259 "2"});
260 this.comboBox5.Location = new System.Drawing.Point(66, 171);
261 this.comboBox5.Name = "comboBox5";
262 this.comboBox5.Size = new System.Drawing.Size(151, 21);
263 this.comboBox5.TabIndex = 6;
264 //
265 // label3
266 //
267 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
268 this.label3.AutoSize = true;
269 this.label3.Location = new System.Drawing.Point(3, 93);
270 this.label3.Name = "label3";
271 this.label3.Size = new System.Drawing.Size(57, 13);
272 this.label3.TabIndex = 8;
273 this.label3.Text = "Data bits:";
274 //
275 // label4
276 //
277 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
278 this.label4.AutoSize = true;
279 this.label4.Location = new System.Drawing.Point(3, 133);
280 this.label4.Name = "label4";
281 this.label4.Size = new System.Drawing.Size(57, 13);
282 this.label4.TabIndex = 9;
283 this.label4.Text = "Parity:";
284 //
285 // label5
286 //
287 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
288 this.label5.AutoSize = true;
289 this.label5.Location = new System.Drawing.Point(3, 175);
290 this.label5.Name = "label5";
291 this.label5.Size = new System.Drawing.Size(57, 13);
292 this.label5.TabIndex = 10;
293 this.label5.Text = "Stop bits:";
294 //
295 // groupBox2
296 //
297 this.groupBox2.Controls.Add(this.comboBox7);
298 this.groupBox2.Location = new System.Drawing.Point(239, 7);
299 this.groupBox2.Name = "groupBox2";
300 this.groupBox2.Size = new System.Drawing.Size(200, 100);
301 this.groupBox2.TabIndex = 1;
302 this.groupBox2.TabStop = false;
303 this.groupBox2.Text = "Radio";
304 //
305 // comboBox7
306 //
307 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
308 this.comboBox7.FormattingEnabled = true;
309 this.comboBox7.Items.AddRange(new object[] {
310 "Yaesu FT-891"});
311 this.comboBox7.Location = new System.Drawing.Point(38, 41);
312 this.comboBox7.Name = "comboBox7";
313 this.comboBox7.Size = new System.Drawing.Size(121, 21);
314 this.comboBox7.TabIndex = 0;
315 //
316 // SettingsForm
317 //
318 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
319 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
320 this.ClientSize = new System.Drawing.Size(624, 381);
321 this.Controls.Add(this.tableLayoutPanel1);
322 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
323 this.MaximizeBox = false;
324 this.MaximumSize = new System.Drawing.Size(640, 420);
325 this.MinimumSize = new System.Drawing.Size(640, 420);
326 this.Name = "SettingsForm";
327 this.Text = "HamBook: Settings";
328 this.Load += new System.EventHandler(this.SettingsForm_Load);
329 this.tabControl1.ResumeLayout(false);
330 this.tabPage1.ResumeLayout(false);
331 this.tableLayoutPanel1.ResumeLayout(false);
332 this.tableLayoutPanel2.ResumeLayout(false);
333 this.groupBox1.ResumeLayout(false);
334 this.tableLayoutPanel3.ResumeLayout(false);
335 this.tableLayoutPanel3.PerformLayout();
336 this.groupBox2.ResumeLayout(false);
337 this.ResumeLayout(false);
338  
339 }
340  
341 #endregion
342  
343 private System.Windows.Forms.TabControl tabControl1;
344 private System.Windows.Forms.TabPage tabPage1;
345 private System.Windows.Forms.GroupBox groupBox1;
346 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
347 private System.Windows.Forms.ComboBox comboBox1;
348 private System.Windows.Forms.Label label1;
349 private System.Windows.Forms.Label label2;
350 private System.Windows.Forms.ComboBox comboBox2;
351 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
352 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
353 private System.Windows.Forms.Button button1;
354 private System.Windows.Forms.Button button2;
355 private System.Windows.Forms.ComboBox comboBox3;
356 private System.Windows.Forms.ComboBox comboBox4;
357 private System.Windows.Forms.ComboBox comboBox5;
358 private System.Windows.Forms.Label label3;
359 private System.Windows.Forms.Label label4;
360 private System.Windows.Forms.Label label5;
361 private System.Windows.Forms.GroupBox groupBox2;
362 private System.Windows.Forms.ComboBox comboBox7;
363 }
364 }