HamBook – Diff between revs 27 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 27 Rev 32
Line 106... Line 106...
106 this.numericUpDown5 = new System.Windows.Forms.NumericUpDown(); 106 this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
107 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 107 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
108 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); 108 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
109 this.button1 = new System.Windows.Forms.Button(); 109 this.button1 = new System.Windows.Forms.Button();
110 this.button2 = new System.Windows.Forms.Button(); 110 this.button2 = new System.Windows.Forms.Button();
-   111 this.groupBox5 = new System.Windows.Forms.GroupBox();
-   112 this.checkBox2 = new System.Windows.Forms.CheckBox();
111 this.tabControl1.SuspendLayout(); 113 this.tabControl1.SuspendLayout();
112 this.tabPage3.SuspendLayout(); 114 this.tabPage3.SuspendLayout();
113 this.tabPage1.SuspendLayout(); 115 this.tabPage1.SuspendLayout();
114 this.groupBox4.SuspendLayout(); 116 this.groupBox4.SuspendLayout();
115 this.tableLayoutPanel9.SuspendLayout(); 117 this.tableLayoutPanel9.SuspendLayout();
Line 145... Line 147...
145 this.groupBox7.SuspendLayout(); 147 this.groupBox7.SuspendLayout();
146 this.tableLayoutPanel16.SuspendLayout(); 148 this.tableLayoutPanel16.SuspendLayout();
147 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit(); 149 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
148 this.tableLayoutPanel1.SuspendLayout(); 150 this.tableLayoutPanel1.SuspendLayout();
149 this.tableLayoutPanel2.SuspendLayout(); 151 this.tableLayoutPanel2.SuspendLayout();
-   152 this.groupBox5.SuspendLayout();
150 this.SuspendLayout(); 153 this.SuspendLayout();
151 // 154 //
152 // tabControl1 155 // tabControl1
153 // 156 //
154 this.tabControl1.Controls.Add(this.tabPage3); 157 this.tabControl1.Controls.Add(this.tabPage3);
Line 1048... Line 1051...
1048 this.label19.TabIndex = 2; 1051 this.label19.TabIndex = 2;
1049 this.label19.Text = "Hz"; 1052 this.label19.Text = "Hz";
1050 // 1053 //
1051 // tabPage8 1054 // tabPage8
1052 // 1055 //
-   1056 this.tabPage8.Controls.Add(this.groupBox5);
1053 this.tabPage8.Controls.Add(this.groupBox7); 1057 this.tabPage8.Controls.Add(this.groupBox7);
1054 this.tabPage8.Location = new System.Drawing.Point(4, 22); 1058 this.tabPage8.Location = new System.Drawing.Point(4, 22);
1055 this.tabPage8.Name = "tabPage8"; 1059 this.tabPage8.Name = "tabPage8";
1056 this.tabPage8.Size = new System.Drawing.Size(610, 313); 1060 this.tabPage8.Size = new System.Drawing.Size(610, 313);
1057 this.tabPage8.TabIndex = 6; 1061 this.tabPage8.TabIndex = 6;
Line 1165... Line 1169...
1165 this.button2.TabIndex = 1; 1169 this.button2.TabIndex = 1;
1166 this.button2.Text = "Cancel"; 1170 this.button2.Text = "Cancel";
1167 this.button2.UseVisualStyleBackColor = true; 1171 this.button2.UseVisualStyleBackColor = true;
1168 this.button2.Click += new System.EventHandler(this.button2_Click); 1172 this.button2.Click += new System.EventHandler(this.button2_Click);
1169 // 1173 //
-   1174 // groupBox5
-   1175 //
-   1176 this.groupBox5.Controls.Add(this.checkBox2);
-   1177 this.groupBox5.Location = new System.Drawing.Point(17, 77);
-   1178 this.groupBox5.Name = "groupBox5";
-   1179 this.groupBox5.Size = new System.Drawing.Size(197, 49);
-   1180 this.groupBox5.TabIndex = 1;
-   1181 this.groupBox5.TabStop = false;
-   1182 this.groupBox5.Text = "VFO-A/VFO-B Mouse Scroll Sound";
-   1183 //
-   1184 // checkBox2
-   1185 //
-   1186 this.checkBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
-   1187 this.checkBox2.AutoSize = true;
-   1188 this.checkBox2.Checked = true;
-   1189 this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
-   1190 this.checkBox2.Location = new System.Drawing.Point(6, 19);
-   1191 this.checkBox2.Name = "checkBox2";
-   1192 this.checkBox2.Size = new System.Drawing.Size(65, 17);
-   1193 this.checkBox2.TabIndex = 2;
-   1194 this.checkBox2.Text = "Enabled";
-   1195 this.checkBox2.UseVisualStyleBackColor = true;
-   1196 //
1170 // SettingsForm 1197 // SettingsForm
1171 // 1198 //
1172 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 1199 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1173 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 1200 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1174 this.ClientSize = new System.Drawing.Size(624, 381); 1201 this.ClientSize = new System.Drawing.Size(624, 381);
Line 1229... Line 1256...
1229 this.tableLayoutPanel16.ResumeLayout(false); 1256 this.tableLayoutPanel16.ResumeLayout(false);
1230 this.tableLayoutPanel16.PerformLayout(); 1257 this.tableLayoutPanel16.PerformLayout();
1231 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit(); 1258 ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
1232 this.tableLayoutPanel1.ResumeLayout(false); 1259 this.tableLayoutPanel1.ResumeLayout(false);
1233 this.tableLayoutPanel2.ResumeLayout(false); 1260 this.tableLayoutPanel2.ResumeLayout(false);
-   1261 this.groupBox5.ResumeLayout(false);
-   1262 this.groupBox5.PerformLayout();
1234 this.ResumeLayout(false); 1263 this.ResumeLayout(false);
Line 1235... Line 1264...
1235   1264  
Line 1236... Line 1265...
1236 } 1265 }
Line 1314... Line 1343...
1314 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16; 1343 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel16;
1315 private System.Windows.Forms.Label label24; 1344 private System.Windows.Forms.Label label24;
1316 private System.Windows.Forms.NumericUpDown numericUpDown5; 1345 private System.Windows.Forms.NumericUpDown numericUpDown5;
1317 private System.Windows.Forms.NumericUpDown numericUpDown6; 1346 private System.Windows.Forms.NumericUpDown numericUpDown6;
1318 private System.Windows.Forms.NumericUpDown numericUpDown7; 1347 private System.Windows.Forms.NumericUpDown numericUpDown7;
-   1348 private System.Windows.Forms.GroupBox groupBox5;
-   1349 private System.Windows.Forms.CheckBox checkBox2;
1319 } 1350 }
1320 } 1351 }
1321   1352