corrade-vassal – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 108... Line 108...
108 this.button2.UseVisualStyleBackColor = true; 108 this.button2.UseVisualStyleBackColor = true;
109 this.button2.Click += new System.EventHandler(this.LoadRegionsRequested); 109 this.button2.Click += new System.EventHandler(this.LoadRegionsRequested);
110 // 110 //
111 // SaveRegionsDialog 111 // SaveRegionsDialog
112 // 112 //
113 this.SaveRegionsDialog.Filter = "Vassal Regions (*.csv)|*.csv|All files (*.*)|*.*"; 113 this.SaveRegionsDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
114 // 114 //
115 // button3 115 // button3
116 // 116 //
117 this.button3.Location = new System.Drawing.Point(245, 38); 117 this.button3.Location = new System.Drawing.Point(245, 38);
118 this.button3.Name = "button3"; 118 this.button3.Name = "button3";
Line 214... Line 214...
214 this.ClientSize = new System.Drawing.Size(704, 399); 214 this.ClientSize = new System.Drawing.Size(704, 399);
215 this.Controls.Add(this.groupBox5); 215 this.Controls.Add(this.groupBox5);
216 this.Controls.Add(this.groupBox4); 216 this.Controls.Add(this.groupBox4);
217 this.Controls.Add(this.groupBox3); 217 this.Controls.Add(this.groupBox3);
218 this.Controls.Add(this.statusStrip1); 218 this.Controls.Add(this.statusStrip1);
-   219 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
219 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 220 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
220 this.MaximizeBox = false; 221 this.MaximumSize = new System.Drawing.Size(720, 438);
221 this.MinimizeBox = false; 222 this.MinimizeBox = false;
222 this.Name = "RegionEditForm"; 223 this.Name = "RegionEditForm";
223 this.Text = "Region Editor"; 224 this.Text = "Region Editor";
224 this.Shown += new System.EventHandler(this.RegionEditShown); 225 this.Shown += new System.EventHandler(this.RegionEditShown);
225 this.statusStrip1.ResumeLayout(false); 226 this.statusStrip1.ResumeLayout(false);