corrade-vassal – Diff between revs 8 and 16

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 16
Line 183... Line 183...
183 this.pictureBox6.Name = "pictureBox6"; 183 this.pictureBox6.Name = "pictureBox6";
184 this.pictureBox6.Size = new System.Drawing.Size(20, 20); 184 this.pictureBox6.Size = new System.Drawing.Size(20, 20);
185 this.pictureBox6.TabIndex = 14; 185 this.pictureBox6.TabIndex = 14;
186 this.pictureBox6.TabStop = false; 186 this.pictureBox6.TabStop = false;
187 this.toolTip1.SetToolTip(this.pictureBox6, "This must be set to the exact name of a\r\nregion or simulator."); 187 this.toolTip1.SetToolTip(this.pictureBox6, "This must be set to the exact name of a\r\nregion or simulator.");
-   188 this.pictureBox6.Click += new System.EventHandler(this.ShowToolTip);
188 // 189 //
189 // groupBox2 190 // groupBox2
190 // 191 //
191 this.groupBox2.Controls.Add(this.pictureBox1); 192 this.groupBox2.Controls.Add(this.pictureBox1);
192 this.groupBox2.Controls.Add(this.RegionPosition); 193 this.groupBox2.Controls.Add(this.RegionPosition);
Line 205... Line 206...
205 this.pictureBox1.Name = "pictureBox1"; 206 this.pictureBox1.Name = "pictureBox1";
206 this.pictureBox1.Size = new System.Drawing.Size(20, 20); 207 this.pictureBox1.Size = new System.Drawing.Size(20, 20);
207 this.pictureBox1.TabIndex = 15; 208 this.pictureBox1.TabIndex = 15;
208 this.pictureBox1.TabStop = false; 209 this.pictureBox1.TabStop = false;
209 this.toolTip1.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip")); 210 this.toolTip1.SetToolTip(this.pictureBox1, resources.GetString("pictureBox1.ToolTip"));
-   211 this.pictureBox1.Click += new System.EventHandler(this.ShowToolTip);
210 // 212 //
211 // groupBox3 213 // groupBox3
212 // 214 //
213 this.groupBox3.Controls.Add(this.groupBox1); 215 this.groupBox3.Controls.Add(this.groupBox1);
214 this.groupBox3.Controls.Add(this.button4); 216 this.groupBox3.Controls.Add(this.button4);
Line 245... Line 247...
245 this.pictureBox3.Size = new System.Drawing.Size(20, 20); 247 this.pictureBox3.Size = new System.Drawing.Size(20, 20);
246 this.pictureBox3.TabIndex = 17; 248 this.pictureBox3.TabIndex = 17;
247 this.pictureBox3.TabStop = false; 249 this.pictureBox3.TabStop = false;
248 this.toolTip1.SetToolTip(this.pictureBox3, "You can load any previously exported\r\nregions from a file containing a CSV\r\nlist " + 250 this.toolTip1.SetToolTip(this.pictureBox3, "You can load any previously exported\r\nregions from a file containing a CSV\r\nlist " +
249 "of region names by local region\r\npositions line-by-line for each region."); 251 "of region names by local region\r\npositions line-by-line for each region.");
-   252 this.pictureBox3.Click += new System.EventHandler(this.ShowToolTip);
250 // 253 //
251 // pictureBox2 254 // pictureBox2
252 // 255 //
253 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help; 256 this.pictureBox2.Cursor = System.Windows.Forms.Cursors.Help;
254 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); 257 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
Line 257... Line 260...
257 this.pictureBox2.Size = new System.Drawing.Size(20, 20); 260 this.pictureBox2.Size = new System.Drawing.Size(20, 20);
258 this.pictureBox2.TabIndex = 16; 261 this.pictureBox2.TabIndex = 16;
259 this.pictureBox2.TabStop = false; 262 this.pictureBox2.TabStop = false;
260 this.toolTip1.SetToolTip(this.pictureBox2, "Vassal exports regions to a CSV file\r\nwhere each column contains the region\r\nname" + 263 this.toolTip1.SetToolTip(this.pictureBox2, "Vassal exports regions to a CSV file\r\nwhere each column contains the region\r\nname" +
261 " and the local region position."); 264 " and the local region position.");
-   265 this.pictureBox2.Click += new System.EventHandler(this.ShowToolTip);
262 // 266 //
263 // groupBox5 267 // groupBox5
264 // 268 //
265 this.groupBox5.Controls.Add(this.Regions); 269 this.groupBox5.Controls.Add(this.Regions);
266 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 270 this.groupBox5.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));