HamBook – Diff between revs 3 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 5
Line 47... Line 47...
47 this.label5 = new System.Windows.Forms.Label(); 47 this.label5 = new System.Windows.Forms.Label();
48 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 48 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
49 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 49 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
50 this.button1 = new System.Windows.Forms.Button(); 50 this.button1 = new System.Windows.Forms.Button();
51 this.button2 = new System.Windows.Forms.Button(); 51 this.button2 = new System.Windows.Forms.Button();
-   52 this.tabPage2 = new System.Windows.Forms.TabPage();
-   53 this.groupBox3 = new System.Windows.Forms.GroupBox();
-   54 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
-   55 this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
-   56 this.comboBox6 = new System.Windows.Forms.ComboBox();
-   57 this.textBox1 = new System.Windows.Forms.TextBox();
-   58 this.textBox2 = new System.Windows.Forms.TextBox();
-   59 this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel();
-   60 this.label6 = new System.Windows.Forms.Label();
-   61 this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel();
-   62 this.label7 = new System.Windows.Forms.Label();
-   63 this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel();
-   64 this.label8 = new System.Windows.Forms.Label();
52 this.tabControl1.SuspendLayout(); 65 this.tabControl1.SuspendLayout();
53 this.tabPage1.SuspendLayout(); 66 this.tabPage1.SuspendLayout();
54 this.groupBox2.SuspendLayout(); 67 this.groupBox2.SuspendLayout();
55 this.groupBox1.SuspendLayout(); 68 this.groupBox1.SuspendLayout();
56 this.tableLayoutPanel3.SuspendLayout(); 69 this.tableLayoutPanel3.SuspendLayout();
57 this.tableLayoutPanel1.SuspendLayout(); 70 this.tableLayoutPanel1.SuspendLayout();
58 this.tableLayoutPanel2.SuspendLayout(); 71 this.tableLayoutPanel2.SuspendLayout();
-   72 this.tabPage2.SuspendLayout();
-   73 this.groupBox3.SuspendLayout();
-   74 this.tableLayoutPanel4.SuspendLayout();
-   75 this.tableLayoutPanel5.SuspendLayout();
-   76 this.tableLayoutPanel6.SuspendLayout();
-   77 this.tableLayoutPanel7.SuspendLayout();
-   78 this.tableLayoutPanel8.SuspendLayout();
59 this.SuspendLayout(); 79 this.SuspendLayout();
60 // 80 //
61 // tabControl1 81 // tabControl1
62 // 82 //
63 this.tabControl1.Controls.Add(this.tabPage1); 83 this.tabControl1.Controls.Add(this.tabPage1);
-   84 this.tabControl1.Controls.Add(this.tabPage2);
64 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 85 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
65 this.tabControl1.Location = new System.Drawing.Point(3, 3); 86 this.tabControl1.Location = new System.Drawing.Point(3, 3);
66 this.tabControl1.Name = "tabControl1"; 87 this.tabControl1.Name = "tabControl1";
67 this.tabControl1.SelectedIndex = 0; 88 this.tabControl1.SelectedIndex = 0;
68 this.tabControl1.Size = new System.Drawing.Size(618, 339); 89 this.tabControl1.Size = new System.Drawing.Size(618, 339);
Line 312... Line 333...
312 this.button2.TabIndex = 1; 333 this.button2.TabIndex = 1;
313 this.button2.Text = "Cancel"; 334 this.button2.Text = "Cancel";
314 this.button2.UseVisualStyleBackColor = true; 335 this.button2.UseVisualStyleBackColor = true;
315 this.button2.Click += new System.EventHandler(this.button2_Click); 336 this.button2.Click += new System.EventHandler(this.button2_Click);
316 // 337 //
-   338 // tabPage2
-   339 //
-   340 this.tabPage2.Controls.Add(this.groupBox3);
-   341 this.tabPage2.Location = new System.Drawing.Point(4, 22);
-   342 this.tabPage2.Name = "tabPage2";
-   343 this.tabPage2.Size = new System.Drawing.Size(610, 313);
-   344 this.tabPage2.TabIndex = 1;
-   345 this.tabPage2.Text = "Definitions";
-   346 this.tabPage2.UseVisualStyleBackColor = true;
-   347 //
-   348 // groupBox3
-   349 //
-   350 this.groupBox3.Controls.Add(this.tableLayoutPanel4);
-   351 this.groupBox3.Location = new System.Drawing.Point(14, 12);
-   352 this.groupBox3.Name = "groupBox3";
-   353 this.groupBox3.Size = new System.Drawing.Size(301, 129);
-   354 this.groupBox3.TabIndex = 0;
-   355 this.groupBox3.TabStop = false;
-   356 this.groupBox3.Text = "Bands";
-   357 //
-   358 // tableLayoutPanel4
-   359 //
-   360 this.tableLayoutPanel4.ColumnCount = 1;
-   361 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   362 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel5, 0, 1);
-   363 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 0);
-   364 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
-   365 this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 16);
-   366 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
-   367 this.tableLayoutPanel4.RowCount = 2;
-   368 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   369 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   370 this.tableLayoutPanel4.Size = new System.Drawing.Size(295, 110);
-   371 this.tableLayoutPanel4.TabIndex = 0;
-   372 //
-   373 // tableLayoutPanel5
-   374 //
-   375 this.tableLayoutPanel5.ColumnCount = 2;
-   376 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   377 this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   378 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 1, 0);
-   379 this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel8, 0, 0);
-   380 this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
-   381 this.tableLayoutPanel5.Location = new System.Drawing.Point(3, 58);
-   382 this.tableLayoutPanel5.Name = "tableLayoutPanel5";
-   383 this.tableLayoutPanel5.RowCount = 1;
-   384 this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
-   385 this.tableLayoutPanel5.Size = new System.Drawing.Size(289, 49);
-   386 this.tableLayoutPanel5.TabIndex = 0;
-   387 //
-   388 // comboBox6
-   389 //
-   390 this.comboBox6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   391 this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
-   392 this.comboBox6.FormattingEnabled = true;
-   393 this.comboBox6.Items.AddRange(new object[] {
-   394 "6",
-   395 "10",
-   396 "11",
-   397 "12",
-   398 "15",
-   399 "17",
-   400 "20",
-   401 "30",
-   402 "40"});
-   403 this.comboBox6.Location = new System.Drawing.Point(3, 14);
-   404 this.comboBox6.Name = "comboBox6";
-   405 this.comboBox6.Size = new System.Drawing.Size(238, 21);
-   406 this.comboBox6.TabIndex = 1;
-   407 //
-   408 // textBox1
-   409 //
-   410 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   411 this.textBox1.Location = new System.Drawing.Point(3, 11);
-   412 this.textBox1.Name = "textBox1";
-   413 this.textBox1.Size = new System.Drawing.Size(102, 20);
-   414 this.textBox1.TabIndex = 0;
-   415 this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
-   416 //
-   417 // textBox2
-   418 //
-   419 this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   420 this.textBox2.Location = new System.Drawing.Point(3, 11);
-   421 this.textBox2.Name = "textBox2";
-   422 this.textBox2.Size = new System.Drawing.Size(103, 20);
-   423 this.textBox2.TabIndex = 1;
-   424 this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
-   425 //
-   426 // tableLayoutPanel6
-   427 //
-   428 this.tableLayoutPanel6.ColumnCount = 2;
-   429 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   430 this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 45F));
-   431 this.tableLayoutPanel6.Controls.Add(this.comboBox6, 0, 0);
-   432 this.tableLayoutPanel6.Controls.Add(this.label6, 1, 0);
-   433 this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
-   434 this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 3);
-   435 this.tableLayoutPanel6.Name = "tableLayoutPanel6";
-   436 this.tableLayoutPanel6.RowCount = 1;
-   437 this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   438 this.tableLayoutPanel6.Size = new System.Drawing.Size(289, 49);
-   439 this.tableLayoutPanel6.TabIndex = 1;
-   440 //
-   441 // label6
-   442 //
-   443 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   444 this.label6.AutoSize = true;
-   445 this.label6.Location = new System.Drawing.Point(247, 18);
-   446 this.label6.Name = "label6";
-   447 this.label6.Size = new System.Drawing.Size(39, 13);
-   448 this.label6.TabIndex = 2;
-   449 this.label6.Text = "meters";
-   450 //
-   451 // tableLayoutPanel7
-   452 //
-   453 this.tableLayoutPanel7.ColumnCount = 2;
-   454 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   455 this.tableLayoutPanel7.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
-   456 this.tableLayoutPanel7.Controls.Add(this.textBox2, 0, 0);
-   457 this.tableLayoutPanel7.Controls.Add(this.label7, 1, 0);
-   458 this.tableLayoutPanel7.Location = new System.Drawing.Point(147, 3);
-   459 this.tableLayoutPanel7.Name = "tableLayoutPanel7";
-   460 this.tableLayoutPanel7.RowCount = 1;
-   461 this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   462 this.tableLayoutPanel7.Size = new System.Drawing.Size(139, 43);
-   463 this.tableLayoutPanel7.TabIndex = 1;
-   464 //
-   465 // label7
-   466 //
-   467 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   468 this.label7.AutoSize = true;
-   469 this.label7.Location = new System.Drawing.Point(112, 15);
-   470 this.label7.Name = "label7";
-   471 this.label7.Size = new System.Drawing.Size(24, 13);
-   472 this.label7.TabIndex = 2;
-   473 this.label7.Text = "Hz";
-   474 //
-   475 // tableLayoutPanel8
-   476 //
-   477 this.tableLayoutPanel8.ColumnCount = 2;
-   478 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   479 this.tableLayoutPanel8.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
-   480 this.tableLayoutPanel8.Controls.Add(this.textBox1, 0, 0);
-   481 this.tableLayoutPanel8.Controls.Add(this.label8, 1, 0);
-   482 this.tableLayoutPanel8.Location = new System.Drawing.Point(3, 3);
-   483 this.tableLayoutPanel8.Name = "tableLayoutPanel8";
-   484 this.tableLayoutPanel8.RowCount = 1;
-   485 this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
-   486 this.tableLayoutPanel8.Size = new System.Drawing.Size(138, 43);
-   487 this.tableLayoutPanel8.TabIndex = 2;
-   488 //
-   489 // label8
-   490 //
-   491 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   492 this.label8.AutoSize = true;
-   493 this.label8.Location = new System.Drawing.Point(111, 15);
-   494 this.label8.Name = "label8";
-   495 this.label8.Size = new System.Drawing.Size(24, 13);
-   496 this.label8.TabIndex = 1;
-   497 this.label8.Text = "Hz";
-   498 //
317 // SettingsForm 499 // SettingsForm
318 // 500 //
319 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 501 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
320 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 502 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
321 this.ClientSize = new System.Drawing.Size(624, 381); 503 this.ClientSize = new System.Drawing.Size(624, 381);
Line 333... Line 515...
333 this.groupBox1.ResumeLayout(false); 515 this.groupBox1.ResumeLayout(false);
334 this.tableLayoutPanel3.ResumeLayout(false); 516 this.tableLayoutPanel3.ResumeLayout(false);
335 this.tableLayoutPanel3.PerformLayout(); 517 this.tableLayoutPanel3.PerformLayout();
336 this.tableLayoutPanel1.ResumeLayout(false); 518 this.tableLayoutPanel1.ResumeLayout(false);
337 this.tableLayoutPanel2.ResumeLayout(false); 519 this.tableLayoutPanel2.ResumeLayout(false);
-   520 this.tabPage2.ResumeLayout(false);
-   521 this.groupBox3.ResumeLayout(false);
-   522 this.tableLayoutPanel4.ResumeLayout(false);
-   523 this.tableLayoutPanel5.ResumeLayout(false);
-   524 this.tableLayoutPanel6.ResumeLayout(false);
-   525 this.tableLayoutPanel6.PerformLayout();
-   526 this.tableLayoutPanel7.ResumeLayout(false);
-   527 this.tableLayoutPanel7.PerformLayout();
-   528 this.tableLayoutPanel8.ResumeLayout(false);
-   529 this.tableLayoutPanel8.PerformLayout();
338 this.ResumeLayout(false); 530 this.ResumeLayout(false);
Line 339... Line 531...
339   531  
Line 340... Line 532...
340 } 532 }
Line 359... Line 551...
359 private System.Windows.Forms.Label label3; 551 private System.Windows.Forms.Label label3;
360 private System.Windows.Forms.Label label4; 552 private System.Windows.Forms.Label label4;
361 private System.Windows.Forms.Label label5; 553 private System.Windows.Forms.Label label5;
362 private System.Windows.Forms.GroupBox groupBox2; 554 private System.Windows.Forms.GroupBox groupBox2;
363 private System.Windows.Forms.ComboBox comboBox7; 555 private System.Windows.Forms.ComboBox comboBox7;
-   556 private System.Windows.Forms.TabPage tabPage2;
-   557 private System.Windows.Forms.GroupBox groupBox3;
-   558 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
-   559 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
-   560 private System.Windows.Forms.ComboBox comboBox6;
-   561 private System.Windows.Forms.TextBox textBox1;
-   562 private System.Windows.Forms.TextBox textBox2;
-   563 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7;
-   564 private System.Windows.Forms.Label label7;
-   565 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8;
-   566 private System.Windows.Forms.Label label8;
-   567 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6;
-   568 private System.Windows.Forms.Label label6;
364 } 569 }
365 } 570 }
366   571