corrade-vassal

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 15  →  ?path2? @ 16
/Vassal/Vassal/RegionEditForm.Designer.cs
@@ -185,6 +185,7 @@
this.pictureBox6.TabIndex = 14;
this.pictureBox6.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox6, "This must be set to the exact name of a\r\nregion or simulator.");
this.pictureBox6.Click += new System.EventHandler(this.ShowToolTip);
//
// groupBox2
//
@@ -207,6 +208,7 @@
this.pictureBox1.TabIndex = 15;
this.pictureBox1.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
this.pictureBox1.Click += new System.EventHandler(this.ShowToolTip);
//
// groupBox3
//
@@ -247,6 +249,7 @@
this.pictureBox3.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox3, "You can load any previously exported\r\nregions from a file containing a CSV\r\nlist " +
"of region names by local region\r\npositions line-by-line for each region.");
this.pictureBox3.Click += new System.EventHandler(this.ShowToolTip);
//
// pictureBox2
//
@@ -259,6 +262,7 @@
this.pictureBox2.TabStop = false;
this.toolTip1.SetToolTip(this.pictureBox2, "Vassal exports regions to a CSV file\r\nwhere each column contains the region\r\nname" +
" and the local region position.");
this.pictureBox2.Click += new System.EventHandler(this.ShowToolTip);
//
// groupBox5
//