Korero – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
Line 346... Line 346...
346 this.checkBox2.AutoSize = true; 346 this.checkBox2.AutoSize = true;
347 this.checkBox2.Checked = global::Korero.Properties.Settings.Default.LaunchOnBoot; 347 this.checkBox2.Checked = global::Korero.Properties.Settings.Default.LaunchOnBoot;
348 this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Korero.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); 348 this.checkBox2.DataBindings.Add(new System.Windows.Forms.Binding("Checked", global::Korero.Properties.Settings.Default, "LaunchOnBoot", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
349 this.checkBox2.Location = new System.Drawing.Point(7, 20); 349 this.checkBox2.Location = new System.Drawing.Point(7, 20);
350 this.checkBox2.Name = "checkBox2"; 350 this.checkBox2.Name = "checkBox2";
351 this.checkBox2.Size = new System.Drawing.Size(147, 17); 351 this.checkBox2.Size = new System.Drawing.Size(148, 17);
352 this.checkBox2.TabIndex = 0; 352 this.checkBox2.TabIndex = 0;
353 this.checkBox2.Text = "Launch on Windows boot"; 353 this.checkBox2.Text = "Launch on Windows boot";
354 this.checkBox2.UseVisualStyleBackColor = true; 354 this.checkBox2.UseVisualStyleBackColor = true;
355 this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2_CheckedChanged); 355 this.checkBox2.CheckedChanged += new System.EventHandler(this.CheckBox2_CheckedChanged);
356 // 356 //
Line 947... Line 947...
947 this.ClientSize = new System.Drawing.Size(599, 379); 947 this.ClientSize = new System.Drawing.Size(599, 379);
948 this.Controls.Add(this.tabControl1); 948 this.Controls.Add(this.tabControl1);
949 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 949 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
950 this.Name = "SettingsForm"; 950 this.Name = "SettingsForm";
951 this.Text = "Korero: Settings"; 951 this.Text = "Korero: Settings";
-   952 this.Load += new System.EventHandler(this.SettingsForm_Load);
952 this.groupBox2.ResumeLayout(false); 953 this.groupBox2.ResumeLayout(false);
953 this.tableLayoutPanel2.ResumeLayout(false); 954 this.tableLayoutPanel2.ResumeLayout(false);
954 this.tableLayoutPanel2.PerformLayout(); 955 this.tableLayoutPanel2.PerformLayout();
955 this.flowLayoutPanel1.ResumeLayout(false); 956 this.flowLayoutPanel1.ResumeLayout(false);
956 this.tabControl1.ResumeLayout(false); 957 this.tabControl1.ResumeLayout(false);