HamBook – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 68... Line 68...
68 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); 68 this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel();
69 this.label10 = new System.Windows.Forms.Label(); 69 this.label10 = new System.Windows.Forms.Label();
70 this.label11 = new System.Windows.Forms.Label(); 70 this.label11 = new System.Windows.Forms.Label();
71 this.textBox3 = new System.Windows.Forms.TextBox(); 71 this.textBox3 = new System.Windows.Forms.TextBox();
72 this.textBox4 = new System.Windows.Forms.TextBox(); 72 this.textBox4 = new System.Windows.Forms.TextBox();
-   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();
73 this.tabControl1.SuspendLayout(); 77 this.tabControl1.SuspendLayout();
74 this.tabPage1.SuspendLayout(); 78 this.tabPage1.SuspendLayout();
75 this.groupBox2.SuspendLayout(); 79 this.groupBox2.SuspendLayout();
76 this.groupBox1.SuspendLayout(); 80 this.groupBox1.SuspendLayout();
77 this.tableLayoutPanel3.SuspendLayout(); 81 this.tableLayoutPanel3.SuspendLayout();
Line 84... Line 88...
84 this.tableLayoutPanel6.SuspendLayout(); 88 this.tableLayoutPanel6.SuspendLayout();
85 this.tableLayoutPanel1.SuspendLayout(); 89 this.tableLayoutPanel1.SuspendLayout();
86 this.tableLayoutPanel2.SuspendLayout(); 90 this.tableLayoutPanel2.SuspendLayout();
87 this.groupBox4.SuspendLayout(); 91 this.groupBox4.SuspendLayout();
88 this.tableLayoutPanel9.SuspendLayout(); 92 this.tableLayoutPanel9.SuspendLayout();
-   93 this.tabPage3.SuspendLayout();
89 this.SuspendLayout(); 94 this.SuspendLayout();
90 // 95 //
91 // tabControl1 96 // tabControl1
92 // 97 //
-   98 this.tabControl1.Controls.Add(this.tabPage3);
93 this.tabControl1.Controls.Add(this.tabPage1); 99 this.tabControl1.Controls.Add(this.tabPage1);
94 this.tabControl1.Controls.Add(this.tabPage2); 100 this.tabControl1.Controls.Add(this.tabPage2);
95 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 101 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
96 this.tabControl1.Location = new System.Drawing.Point(3, 3); 102 this.tabControl1.Location = new System.Drawing.Point(3, 3);
97 this.tabControl1.Name = "tabControl1"; 103 this.tabControl1.Name = "tabControl1";
Line 545... Line 551...
545 this.groupBox4.TabStop = false; 551 this.groupBox4.TabStop = false;
546 this.groupBox4.Text = "Serial Port Timeout"; 552 this.groupBox4.Text = "Serial Port Timeout";
547 // 553 //
548 // tableLayoutPanel9 554 // tableLayoutPanel9
549 // 555 //
550 this.tableLayoutPanel9.ColumnCount = 2; 556 this.tableLayoutPanel9.ColumnCount = 3;
551 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 557 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 40F));
552 this.tableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 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));
553 this.tableLayoutPanel9.Controls.Add(this.label10, 0, 0); 560 this.tableLayoutPanel9.Controls.Add(this.label10, 0, 0);
554 this.tableLayoutPanel9.Controls.Add(this.label11, 0, 1); 561 this.tableLayoutPanel9.Controls.Add(this.label11, 0, 1);
555 this.tableLayoutPanel9.Controls.Add(this.textBox3, 1, 0); 562 this.tableLayoutPanel9.Controls.Add(this.textBox3, 1, 0);
556 this.tableLayoutPanel9.Controls.Add(this.textBox4, 1, 1); 563 this.tableLayoutPanel9.Controls.Add(this.textBox4, 1, 1);
-   564 this.tableLayoutPanel9.Controls.Add(this.label12, 2, 0);
-   565 this.tableLayoutPanel9.Controls.Add(this.label13, 2, 1);
557 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill; 566 this.tableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
558 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16); 567 this.tableLayoutPanel9.Location = new System.Drawing.Point(3, 16);
559 this.tableLayoutPanel9.Name = "tableLayoutPanel9"; 568 this.tableLayoutPanel9.Name = "tableLayoutPanel9";
560 this.tableLayoutPanel9.RowCount = 2; 569 this.tableLayoutPanel9.RowCount = 2;
561 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); 570 this.tableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
Line 567... Line 576...
567 // 576 //
568 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 577 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
569 this.label10.AutoSize = true; 578 this.label10.AutoSize = true;
570 this.label10.Location = new System.Drawing.Point(3, 17); 579 this.label10.Location = new System.Drawing.Point(3, 17);
571 this.label10.Name = "label10"; 580 this.label10.Name = "label10";
572 this.label10.Size = new System.Drawing.Size(91, 13); 581 this.label10.Size = new System.Drawing.Size(34, 13);
573 this.label10.TabIndex = 0; 582 this.label10.TabIndex = 0;
574 this.label10.Text = "Read"; 583 this.label10.Text = "Read";
575 // 584 //
576 // label11 585 // label11
577 // 586 //
578 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 587 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
579 this.label11.AutoSize = true; 588 this.label11.AutoSize = true;
580 this.label11.Location = new System.Drawing.Point(3, 64); 589 this.label11.Location = new System.Drawing.Point(3, 64);
581 this.label11.Name = "label11"; 590 this.label11.Name = "label11";
582 this.label11.Size = new System.Drawing.Size(91, 13); 591 this.label11.Size = new System.Drawing.Size(34, 13);
583 this.label11.TabIndex = 1; 592 this.label11.TabIndex = 1;
584 this.label11.Text = "Write"; 593 this.label11.Text = "Write";
585 // 594 //
586 // textBox3 595 // textBox3
587 // 596 //
588 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 597 this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
589 this.textBox3.Location = new System.Drawing.Point(100, 13); 598 this.textBox3.Location = new System.Drawing.Point(43, 13);
590 this.textBox3.Name = "textBox3"; 599 this.textBox3.Name = "textBox3";
591 this.textBox3.Size = new System.Drawing.Size(91, 20); 600 this.textBox3.Size = new System.Drawing.Size(123, 20);
592 this.textBox3.TabIndex = 2; 601 this.textBox3.TabIndex = 2;
593 // 602 //
594 // textBox4 603 // textBox4
595 // 604 //
596 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); 605 this.textBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
597 this.textBox4.Location = new System.Drawing.Point(100, 60); 606 this.textBox4.Location = new System.Drawing.Point(43, 60);
598 this.textBox4.Name = "textBox4"; 607 this.textBox4.Name = "textBox4";
599 this.textBox4.Size = new System.Drawing.Size(91, 20); 608 this.textBox4.Size = new System.Drawing.Size(123, 20);
600 this.textBox4.TabIndex = 3; 609 this.textBox4.TabIndex = 3;
601 // 610 //
-   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 //
602 // SettingsForm 651 // SettingsForm
603 // 652 //
604 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 653 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
605 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 654 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
606 this.ClientSize = new System.Drawing.Size(624, 381); 655 this.ClientSize = new System.Drawing.Size(624, 381);
Line 631... Line 680...
631 this.tableLayoutPanel1.ResumeLayout(false); 680 this.tableLayoutPanel1.ResumeLayout(false);
632 this.tableLayoutPanel2.ResumeLayout(false); 681 this.tableLayoutPanel2.ResumeLayout(false);
633 this.groupBox4.ResumeLayout(false); 682 this.groupBox4.ResumeLayout(false);
634 this.tableLayoutPanel9.ResumeLayout(false); 683 this.tableLayoutPanel9.ResumeLayout(false);
635 this.tableLayoutPanel9.PerformLayout(); 684 this.tableLayoutPanel9.PerformLayout();
-   685 this.tabPage3.ResumeLayout(false);
-   686 this.tabPage3.PerformLayout();
636 this.ResumeLayout(false); 687 this.ResumeLayout(false);
Line 637... Line 688...
637   688  
Line 638... Line 689...
638 } 689 }
Line 678... Line 729...
678 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; 729 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9;
679 private System.Windows.Forms.Label label10; 730 private System.Windows.Forms.Label label10;
680 private System.Windows.Forms.Label label11; 731 private System.Windows.Forms.Label label11;
681 private System.Windows.Forms.TextBox textBox3; 732 private System.Windows.Forms.TextBox textBox3;
682 private System.Windows.Forms.TextBox textBox4; 733 private System.Windows.Forms.TextBox textBox4;
-   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;
683 } 738 }
684 } 739 }
685   740