HamBook – Blame information for rev 3

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();
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();
3 office 48 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
49 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
50 this.button1 = new System.Windows.Forms.Button();
51 this.button2 = new System.Windows.Forms.Button();
1 office 52 this.tabControl1.SuspendLayout();
53 this.tabPage1.SuspendLayout();
3 office 54 this.groupBox2.SuspendLayout();
55 this.groupBox1.SuspendLayout();
56 this.tableLayoutPanel3.SuspendLayout();
1 office 57 this.tableLayoutPanel1.SuspendLayout();
58 this.tableLayoutPanel2.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 //
3 office 83 // groupBox2
1 office 84 //
3 office 85 this.groupBox2.Controls.Add(this.comboBox7);
86 this.groupBox2.Location = new System.Drawing.Point(239, 7);
87 this.groupBox2.Name = "groupBox2";
88 this.groupBox2.Size = new System.Drawing.Size(200, 100);
89 this.groupBox2.TabIndex = 1;
90 this.groupBox2.TabStop = false;
91 this.groupBox2.Text = "Radio";
1 office 92 //
3 office 93 // comboBox7
1 office 94 //
3 office 95 this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
96 this.comboBox7.FormattingEnabled = true;
97 this.comboBox7.Items.AddRange(new object[] {
98 "Yaesu FT-891"});
99 this.comboBox7.Location = new System.Drawing.Point(38, 41);
100 this.comboBox7.Name = "comboBox7";
101 this.comboBox7.Size = new System.Drawing.Size(121, 21);
102 this.comboBox7.TabIndex = 0;
1 office 103 //
104 // groupBox1
105 //
106 this.groupBox1.Controls.Add(this.tableLayoutPanel3);
107 this.groupBox1.Location = new System.Drawing.Point(6, 6);
108 this.groupBox1.Name = "groupBox1";
109 this.groupBox1.Size = new System.Drawing.Size(226, 223);
110 this.groupBox1.TabIndex = 0;
111 this.groupBox1.TabStop = false;
112 this.groupBox1.Text = "Serial";
113 //
114 // tableLayoutPanel3
115 //
116 this.tableLayoutPanel3.ColumnCount = 2;
117 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
118 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
119 this.tableLayoutPanel3.Controls.Add(this.comboBox1, 1, 0);
120 this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
121 this.tableLayoutPanel3.Controls.Add(this.label2, 0, 1);
122 this.tableLayoutPanel3.Controls.Add(this.comboBox2, 1, 1);
123 this.tableLayoutPanel3.Controls.Add(this.comboBox3, 1, 2);
124 this.tableLayoutPanel3.Controls.Add(this.comboBox4, 1, 3);
125 this.tableLayoutPanel3.Controls.Add(this.comboBox5, 1, 4);
126 this.tableLayoutPanel3.Controls.Add(this.label3, 0, 2);
127 this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
128 this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
129 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
130 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 16);
131 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
132 this.tableLayoutPanel3.RowCount = 5;
133 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
134 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
135 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
136 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
137 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F));
138 this.tableLayoutPanel3.Size = new System.Drawing.Size(220, 204);
139 this.tableLayoutPanel3.TabIndex = 0;
140 //
3 office 141 // comboBox1
142 //
143 this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
144 this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
145 this.comboBox1.FormattingEnabled = true;
146 this.comboBox1.Location = new System.Drawing.Point(66, 9);
147 this.comboBox1.Name = "comboBox1";
148 this.comboBox1.Size = new System.Drawing.Size(151, 21);
149 this.comboBox1.TabIndex = 0;
150 //
1 office 151 // label1
152 //
153 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
154 this.label1.AutoSize = true;
155 this.label1.Location = new System.Drawing.Point(3, 13);
156 this.label1.Name = "label1";
157 this.label1.Size = new System.Drawing.Size(57, 13);
158 this.label1.TabIndex = 1;
159 this.label1.Text = "Serial port:";
160 //
161 // label2
162 //
163 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
164 this.label2.AutoSize = true;
165 this.label2.Location = new System.Drawing.Point(3, 53);
166 this.label2.Name = "label2";
167 this.label2.Size = new System.Drawing.Size(57, 13);
168 this.label2.TabIndex = 2;
169 this.label2.Text = "Speed:";
170 //
171 // comboBox2
172 //
173 this.comboBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
174 this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
175 this.comboBox2.FormattingEnabled = true;
176 this.comboBox2.Items.AddRange(new object[] {
177 "9600",
178 "14400",
179 "19200",
180 "38400",
181 "57600",
182 "115200",
183 "128000"});
184 this.comboBox2.Location = new System.Drawing.Point(66, 49);
185 this.comboBox2.Name = "comboBox2";
186 this.comboBox2.Size = new System.Drawing.Size(151, 21);
187 this.comboBox2.TabIndex = 3;
188 //
189 // comboBox3
190 //
191 this.comboBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
192 this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
193 this.comboBox3.FormattingEnabled = true;
194 this.comboBox3.Items.AddRange(new object[] {
195 "8",
196 "7",
197 "6",
198 "5",
199 "4"});
200 this.comboBox3.Location = new System.Drawing.Point(66, 89);
201 this.comboBox3.Name = "comboBox3";
202 this.comboBox3.Size = new System.Drawing.Size(151, 21);
203 this.comboBox3.TabIndex = 4;
204 //
205 // comboBox4
206 //
207 this.comboBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
208 this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
209 this.comboBox4.FormattingEnabled = true;
210 this.comboBox4.Items.AddRange(new object[] {
211 "Even",
212 "Odd",
213 "Mark",
214 "Space",
215 "None"});
216 this.comboBox4.Location = new System.Drawing.Point(66, 129);
217 this.comboBox4.Name = "comboBox4";
218 this.comboBox4.Size = new System.Drawing.Size(151, 21);
219 this.comboBox4.TabIndex = 5;
220 //
221 // comboBox5
222 //
223 this.comboBox5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
224 this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
225 this.comboBox5.FormattingEnabled = true;
226 this.comboBox5.Items.AddRange(new object[] {
3 office 227 "None",
228 "One",
229 "Two",
230 "OnePointFive"});
1 office 231 this.comboBox5.Location = new System.Drawing.Point(66, 171);
232 this.comboBox5.Name = "comboBox5";
233 this.comboBox5.Size = new System.Drawing.Size(151, 21);
234 this.comboBox5.TabIndex = 6;
235 //
236 // label3
237 //
238 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
239 this.label3.AutoSize = true;
240 this.label3.Location = new System.Drawing.Point(3, 93);
241 this.label3.Name = "label3";
242 this.label3.Size = new System.Drawing.Size(57, 13);
243 this.label3.TabIndex = 8;
244 this.label3.Text = "Data bits:";
245 //
246 // label4
247 //
248 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
249 this.label4.AutoSize = true;
250 this.label4.Location = new System.Drawing.Point(3, 133);
251 this.label4.Name = "label4";
252 this.label4.Size = new System.Drawing.Size(57, 13);
253 this.label4.TabIndex = 9;
254 this.label4.Text = "Parity:";
255 //
256 // label5
257 //
258 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
259 this.label5.AutoSize = true;
260 this.label5.Location = new System.Drawing.Point(3, 175);
261 this.label5.Name = "label5";
262 this.label5.Size = new System.Drawing.Size(57, 13);
263 this.label5.TabIndex = 10;
264 this.label5.Text = "Stop bits:";
265 //
3 office 266 // tableLayoutPanel1
1 office 267 //
3 office 268 this.tableLayoutPanel1.ColumnCount = 1;
269 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
270 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 0);
271 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
272 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
273 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
274 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
275 this.tableLayoutPanel1.RowCount = 2;
276 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
277 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 36F));
278 this.tableLayoutPanel1.Size = new System.Drawing.Size(624, 381);
279 this.tableLayoutPanel1.TabIndex = 1;
1 office 280 //
3 office 281 // tableLayoutPanel2
1 office 282 //
3 office 283 this.tableLayoutPanel2.ColumnCount = 3;
284 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
285 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
286 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 77F));
287 this.tableLayoutPanel2.Controls.Add(this.button1, 1, 0);
288 this.tableLayoutPanel2.Controls.Add(this.button2, 2, 0);
289 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
290 this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 348);
291 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
292 this.tableLayoutPanel2.RowCount = 1;
293 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
294 this.tableLayoutPanel2.Size = new System.Drawing.Size(618, 30);
295 this.tableLayoutPanel2.TabIndex = 1;
1 office 296 //
3 office 297 // button1
298 //
299 this.button1.Location = new System.Drawing.Point(467, 3);
300 this.button1.Name = "button1";
301 this.button1.Size = new System.Drawing.Size(71, 23);
302 this.button1.TabIndex = 0;
303 this.button1.Text = "Save";
304 this.button1.UseVisualStyleBackColor = true;
305 this.button1.Click += new System.EventHandler(this.button1_Click);
306 //
307 // button2
308 //
309 this.button2.Location = new System.Drawing.Point(544, 3);
310 this.button2.Name = "button2";
311 this.button2.Size = new System.Drawing.Size(71, 23);
312 this.button2.TabIndex = 1;
313 this.button2.Text = "Cancel";
314 this.button2.UseVisualStyleBackColor = true;
315 this.button2.Click += new System.EventHandler(this.button2_Click);
316 //
1 office 317 // SettingsForm
318 //
319 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
320 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
321 this.ClientSize = new System.Drawing.Size(624, 381);
322 this.Controls.Add(this.tableLayoutPanel1);
323 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
324 this.MaximizeBox = false;
325 this.MaximumSize = new System.Drawing.Size(640, 420);
326 this.MinimumSize = new System.Drawing.Size(640, 420);
327 this.Name = "SettingsForm";
328 this.Text = "HamBook: Settings";
329 this.Load += new System.EventHandler(this.SettingsForm_Load);
330 this.tabControl1.ResumeLayout(false);
331 this.tabPage1.ResumeLayout(false);
3 office 332 this.groupBox2.ResumeLayout(false);
1 office 333 this.groupBox1.ResumeLayout(false);
334 this.tableLayoutPanel3.ResumeLayout(false);
335 this.tableLayoutPanel3.PerformLayout();
3 office 336 this.tableLayoutPanel1.ResumeLayout(false);
337 this.tableLayoutPanel2.ResumeLayout(false);
1 office 338 this.ResumeLayout(false);
339  
340 }
341  
342 #endregion
343  
344 private System.Windows.Forms.TabControl tabControl1;
345 private System.Windows.Forms.TabPage tabPage1;
346 private System.Windows.Forms.GroupBox groupBox1;
347 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
348 private System.Windows.Forms.ComboBox comboBox1;
349 private System.Windows.Forms.Label label1;
350 private System.Windows.Forms.Label label2;
351 private System.Windows.Forms.ComboBox comboBox2;
352 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
353 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
354 private System.Windows.Forms.Button button1;
355 private System.Windows.Forms.Button button2;
356 private System.Windows.Forms.ComboBox comboBox3;
357 private System.Windows.Forms.ComboBox comboBox4;
358 private System.Windows.Forms.ComboBox comboBox5;
359 private System.Windows.Forms.Label label3;
360 private System.Windows.Forms.Label label4;
361 private System.Windows.Forms.Label label5;
362 private System.Windows.Forms.GroupBox groupBox2;
363 private System.Windows.Forms.ComboBox comboBox7;
364 }
365 }