corrade-vassal – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 794... Line 794...
794 this.ClientSize = new System.Drawing.Size(704, 431); 794 this.ClientSize = new System.Drawing.Size(704, 431);
795 this.Controls.Add(this.statusStrip1); 795 this.Controls.Add(this.statusStrip1);
796 this.Controls.Add(this.button2); 796 this.Controls.Add(this.button2);
797 this.Controls.Add(this.button1); 797 this.Controls.Add(this.button1);
798 this.Controls.Add(this.tabControl1); 798 this.Controls.Add(this.tabControl1);
-   799 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
799 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 800 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
800 this.MaximizeBox = false; 801 this.MaximizeBox = false;
801 this.MinimizeBox = false; 802 this.MaximumSize = new System.Drawing.Size(720, 470);
802 this.Name = "SettingsForm"; 803 this.Name = "SettingsForm";
803 this.Text = "Vassal Settings"; 804 this.Text = "Vassal Settings";
804 this.Shown += new System.EventHandler(this.SettingsFormShown); 805 this.Shown += new System.EventHandler(this.SettingsFormShown);
805 this.tabControl1.ResumeLayout(false); 806 this.tabControl1.ResumeLayout(false);
806 this.tabPage1.ResumeLayout(false); 807 this.tabPage1.ResumeLayout(false);