corrade-vassal – Diff between revs 8 and 16

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 8 Rev 16
1 namespace Vassal 1 namespace Vassal
2 { 2 {
3 partial class RegionEditForm 3 partial class RegionEditForm
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
9   9  
10 /// <summary> 10 /// <summary>
11 /// Clean up any resources being used. 11 /// Clean up any resources being used.
12 /// </summary> 12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing) 14 protected override void Dispose(bool disposing)
15 { 15 {
16 if (disposing && (components != null)) 16 if (disposing && (components != null))
17 { 17 {
18 components.Dispose(); 18 components.Dispose();
19 } 19 }
20 base.Dispose(disposing); 20 base.Dispose(disposing);
21 } 21 }
22   22  
23 #region Windows Form Designer generated code 23 #region Windows Form Designer generated code
24   24  
25 /// <summary> 25 /// <summary>
26 /// Required method for Designer support - do not modify 26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor. 27 /// the contents of this method with the code editor.
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 this.components = new System.ComponentModel.Container(); 31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegionEditForm)); 32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegionEditForm));
33 this.Regions = new System.Windows.Forms.ListBox(); 33 this.Regions = new System.Windows.Forms.ListBox();
34 this.statusStrip1 = new System.Windows.Forms.StatusStrip(); 34 this.statusStrip1 = new System.Windows.Forms.StatusStrip();
35 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar(); 35 this.StatusProgress = new System.Windows.Forms.ToolStripProgressBar();
36 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel(); 36 this.StatusText = new System.Windows.Forms.ToolStripStatusLabel();
37 this.button1 = new System.Windows.Forms.Button(); 37 this.button1 = new System.Windows.Forms.Button();
38 this.button2 = new System.Windows.Forms.Button(); 38 this.button2 = new System.Windows.Forms.Button();
39 this.LoadRegionsDialog = new System.Windows.Forms.OpenFileDialog(); 39 this.LoadRegionsDialog = new System.Windows.Forms.OpenFileDialog();
40 this.SaveRegionsDialog = new System.Windows.Forms.SaveFileDialog(); 40 this.SaveRegionsDialog = new System.Windows.Forms.SaveFileDialog();
41 this.button3 = new System.Windows.Forms.Button(); 41 this.button3 = new System.Windows.Forms.Button();
42 this.button4 = new System.Windows.Forms.Button(); 42 this.button4 = new System.Windows.Forms.Button();
43 this.RegionName = new System.Windows.Forms.TextBox(); 43 this.RegionName = new System.Windows.Forms.TextBox();
44 this.RegionPosition = new System.Windows.Forms.TextBox(); 44 this.RegionPosition = new System.Windows.Forms.TextBox();
45 this.groupBox1 = new System.Windows.Forms.GroupBox(); 45 this.groupBox1 = new System.Windows.Forms.GroupBox();
46 this.pictureBox6 = new System.Windows.Forms.PictureBox(); 46 this.pictureBox6 = new System.Windows.Forms.PictureBox();
47 this.groupBox2 = new System.Windows.Forms.GroupBox(); 47 this.groupBox2 = new System.Windows.Forms.GroupBox();
48 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 48 this.pictureBox1 = new System.Windows.Forms.PictureBox();
49 this.groupBox3 = new System.Windows.Forms.GroupBox(); 49 this.groupBox3 = new System.Windows.Forms.GroupBox();
50 this.groupBox4 = new System.Windows.Forms.GroupBox(); 50 this.groupBox4 = new System.Windows.Forms.GroupBox();
51 this.pictureBox3 = new System.Windows.Forms.PictureBox(); 51 this.pictureBox3 = new System.Windows.Forms.PictureBox();
52 this.pictureBox2 = new System.Windows.Forms.PictureBox(); 52 this.pictureBox2 = new System.Windows.Forms.PictureBox();
53 this.groupBox5 = new System.Windows.Forms.GroupBox(); 53 this.groupBox5 = new System.Windows.Forms.GroupBox();
54 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); 54 this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
55 this.statusStrip1.SuspendLayout(); 55 this.statusStrip1.SuspendLayout();
56 this.groupBox1.SuspendLayout(); 56 this.groupBox1.SuspendLayout();
57 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit(); 57 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
58 this.groupBox2.SuspendLayout(); 58 this.groupBox2.SuspendLayout();
59 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 59 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
60 this.groupBox3.SuspendLayout(); 60 this.groupBox3.SuspendLayout();
61 this.groupBox4.SuspendLayout(); 61 this.groupBox4.SuspendLayout();
62 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); 62 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
63 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); 63 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
64 this.groupBox5.SuspendLayout(); 64 this.groupBox5.SuspendLayout();
65 this.SuspendLayout(); 65 this.SuspendLayout();
66 // 66 //
67 // Regions 67 // Regions
68 // 68 //
69 this.Regions.DisplayMember = "Text"; 69 this.Regions.DisplayMember = "Text";
70 this.Regions.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 70 this.Regions.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
71 this.Regions.FormattingEnabled = true; 71 this.Regions.FormattingEnabled = true;
72 this.Regions.Location = new System.Drawing.Point(6, 19); 72 this.Regions.Location = new System.Drawing.Point(6, 19);
73 this.Regions.Name = "Regions"; 73 this.Regions.Name = "Regions";
74 this.Regions.Size = new System.Drawing.Size(336, 342); 74 this.Regions.Size = new System.Drawing.Size(336, 342);
75 this.Regions.Sorted = true; 75 this.Regions.Sorted = true;
76 this.Regions.TabIndex = 0; 76 this.Regions.TabIndex = 0;
77 this.Regions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected); 77 this.Regions.SelectedIndexChanged += new System.EventHandler(this.RegionSelected);
78 // 78 //
79 // statusStrip1 79 // statusStrip1
80 // 80 //
81 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 81 this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
82 this.StatusProgress, 82 this.StatusProgress,
83 this.StatusText}); 83 this.StatusText});
84 this.statusStrip1.Location = new System.Drawing.Point(0, 377); 84 this.statusStrip1.Location = new System.Drawing.Point(0, 377);
85 this.statusStrip1.Name = "statusStrip1"; 85 this.statusStrip1.Name = "statusStrip1";
86 this.statusStrip1.Size = new System.Drawing.Size(704, 22); 86 this.statusStrip1.Size = new System.Drawing.Size(704, 22);
87 this.statusStrip1.TabIndex = 2; 87 this.statusStrip1.TabIndex = 2;
88 this.statusStrip1.Text = "statusStrip1"; 88 this.statusStrip1.Text = "statusStrip1";
89 // 89 //
90 // StatusProgress 90 // StatusProgress
91 // 91 //
92 this.StatusProgress.Name = "StatusProgress"; 92 this.StatusProgress.Name = "StatusProgress";
93 this.StatusProgress.Size = new System.Drawing.Size(100, 16); 93 this.StatusProgress.Size = new System.Drawing.Size(100, 16);
94 // 94 //
95 // StatusText 95 // StatusText
96 // 96 //
97 this.StatusText.Name = "StatusText"; 97 this.StatusText.Name = "StatusText";
98 this.StatusText.Size = new System.Drawing.Size(10, 17); 98 this.StatusText.Size = new System.Drawing.Size(10, 17);
99 this.StatusText.Text = " "; 99 this.StatusText.Text = " ";
100 // 100 //
101 // button1 101 // button1
102 // 102 //
103 this.button1.Location = new System.Drawing.Point(191, 21); 103 this.button1.Location = new System.Drawing.Point(191, 21);
104 this.button1.Name = "button1"; 104 this.button1.Name = "button1";
105 this.button1.Size = new System.Drawing.Size(75, 23); 105 this.button1.Size = new System.Drawing.Size(75, 23);
106 this.button1.TabIndex = 3; 106 this.button1.TabIndex = 3;
107 this.button1.Text = "Save..."; 107 this.button1.Text = "Save...";
108 this.button1.UseVisualStyleBackColor = true; 108 this.button1.UseVisualStyleBackColor = true;
109 this.button1.Click += new System.EventHandler(this.SaveRegionsRequested); 109 this.button1.Click += new System.EventHandler(this.SaveRegionsRequested);
110 // 110 //
111 // button2 111 // button2
112 // 112 //
113 this.button2.Location = new System.Drawing.Point(47, 21); 113 this.button2.Location = new System.Drawing.Point(47, 21);
114 this.button2.Name = "button2"; 114 this.button2.Name = "button2";
115 this.button2.Size = new System.Drawing.Size(75, 23); 115 this.button2.Size = new System.Drawing.Size(75, 23);
116 this.button2.TabIndex = 4; 116 this.button2.TabIndex = 4;
117 this.button2.Text = "Load..."; 117 this.button2.Text = "Load...";
118 this.button2.UseVisualStyleBackColor = true; 118 this.button2.UseVisualStyleBackColor = true;
119 this.button2.Click += new System.EventHandler(this.LoadRegionsRequested); 119 this.button2.Click += new System.EventHandler(this.LoadRegionsRequested);
120 // 120 //
121 // LoadRegionsDialog 121 // LoadRegionsDialog
122 // 122 //
123 this.LoadRegionsDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*"; 123 this.LoadRegionsDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
124 // 124 //
125 // SaveRegionsDialog 125 // SaveRegionsDialog
126 // 126 //
127 this.SaveRegionsDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*"; 127 this.SaveRegionsDialog.Filter = "CSV (*.csv)|*.csv|All files (*.*)|*.*";
128 // 128 //
129 // button3 129 // button3
130 // 130 //
131 this.button3.Location = new System.Drawing.Point(245, 38); 131 this.button3.Location = new System.Drawing.Point(245, 38);
132 this.button3.Name = "button3"; 132 this.button3.Name = "button3";
133 this.button3.Size = new System.Drawing.Size(75, 23); 133 this.button3.Size = new System.Drawing.Size(75, 23);
134 this.button3.TabIndex = 5; 134 this.button3.TabIndex = 5;
135 this.button3.Text = "Add"; 135 this.button3.Text = "Add";
136 this.button3.UseVisualStyleBackColor = true; 136 this.button3.UseVisualStyleBackColor = true;
137 this.button3.Click += new System.EventHandler(this.RequestAddRegion); 137 this.button3.Click += new System.EventHandler(this.RequestAddRegion);
138 // 138 //
139 // button4 139 // button4
140 // 140 //
141 this.button4.Location = new System.Drawing.Point(245, 90); 141 this.button4.Location = new System.Drawing.Point(245, 90);
142 this.button4.Name = "button4"; 142 this.button4.Name = "button4";
143 this.button4.Size = new System.Drawing.Size(75, 23); 143 this.button4.Size = new System.Drawing.Size(75, 23);
144 this.button4.TabIndex = 6; 144 this.button4.TabIndex = 6;
145 this.button4.Text = "Remove"; 145 this.button4.Text = "Remove";
146 this.button4.UseVisualStyleBackColor = true; 146 this.button4.UseVisualStyleBackColor = true;
147 this.button4.Click += new System.EventHandler(this.RequestRemoveRegion); 147 this.button4.Click += new System.EventHandler(this.RequestRemoveRegion);
148 // 148 //
149 // RegionName 149 // RegionName
150 // 150 //
151 this.RegionName.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 151 this.RegionName.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
152 this.RegionName.Location = new System.Drawing.Point(6, 19); 152 this.RegionName.Location = new System.Drawing.Point(6, 19);
153 this.RegionName.Name = "RegionName"; 153 this.RegionName.Name = "RegionName";
154 this.RegionName.Size = new System.Drawing.Size(194, 20); 154 this.RegionName.Size = new System.Drawing.Size(194, 20);
155 this.RegionName.TabIndex = 7; 155 this.RegionName.TabIndex = 7;
156 this.RegionName.TextChanged += new System.EventHandler(this.RegionSettingChanged); 156 this.RegionName.TextChanged += new System.EventHandler(this.RegionSettingChanged);
157 // 157 //
158 // RegionPosition 158 // RegionPosition
159 // 159 //
160 this.RegionPosition.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 160 this.RegionPosition.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
161 this.RegionPosition.Location = new System.Drawing.Point(5, 19); 161 this.RegionPosition.Location = new System.Drawing.Point(5, 19);
162 this.RegionPosition.Name = "RegionPosition"; 162 this.RegionPosition.Name = "RegionPosition";
163 this.RegionPosition.Size = new System.Drawing.Size(194, 20); 163 this.RegionPosition.Size = new System.Drawing.Size(194, 20);
164 this.RegionPosition.TabIndex = 8; 164 this.RegionPosition.TabIndex = 8;
165 this.RegionPosition.TextChanged += new System.EventHandler(this.RegionSettingChanged); 165 this.RegionPosition.TextChanged += new System.EventHandler(this.RegionSettingChanged);
166 // 166 //
167 // groupBox1 167 // groupBox1
168 // 168 //
169 this.groupBox1.Controls.Add(this.pictureBox6); 169 this.groupBox1.Controls.Add(this.pictureBox6);
170 this.groupBox1.Controls.Add(this.RegionName); 170 this.groupBox1.Controls.Add(this.RegionName);
171 this.groupBox1.Location = new System.Drawing.Point(6, 19); 171 this.groupBox1.Location = new System.Drawing.Point(6, 19);
172 this.groupBox1.Name = "groupBox1"; 172 this.groupBox1.Name = "groupBox1";
173 this.groupBox1.Size = new System.Drawing.Size(233, 48); 173 this.groupBox1.Size = new System.Drawing.Size(233, 48);
174 this.groupBox1.TabIndex = 9; 174 this.groupBox1.TabIndex = 9;
175 this.groupBox1.TabStop = false; 175 this.groupBox1.TabStop = false;
176 this.groupBox1.Text = "Region Name"; 176 this.groupBox1.Text = "Region Name";
177 // 177 //
178 // pictureBox6 178 // pictureBox6
179 // 179 //
180 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help; 180 this.pictureBox6.Cursor = System.Windows.Forms.Cursors.Help;
181 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image"))); 181 this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
182 this.pictureBox6.Location = new System.Drawing.Point(206, 19); 182 this.pictureBox6.Location = new System.Drawing.Point(206, 19);
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);
193 this.groupBox2.Location = new System.Drawing.Point(7, 74); 194 this.groupBox2.Location = new System.Drawing.Point(7, 74);
194 this.groupBox2.Name = "groupBox2"; 195 this.groupBox2.Name = "groupBox2";
195 this.groupBox2.Size = new System.Drawing.Size(232, 49); 196 this.groupBox2.Size = new System.Drawing.Size(232, 49);
196 this.groupBox2.TabIndex = 10; 197 this.groupBox2.TabIndex = 10;
197 this.groupBox2.TabStop = false; 198 this.groupBox2.TabStop = false;
198 this.groupBox2.Text = "Region Position"; 199 this.groupBox2.Text = "Region Position";
199 // 200 //
200 // pictureBox1 201 // pictureBox1
201 // 202 //
202 this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Help; 203 this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Help;
203 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 204 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
204 this.pictureBox1.Location = new System.Drawing.Point(206, 19); 205 this.pictureBox1.Location = new System.Drawing.Point(206, 19);
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);
215 this.groupBox3.Controls.Add(this.groupBox2); 217 this.groupBox3.Controls.Add(this.groupBox2);
216 this.groupBox3.Controls.Add(this.button3); 218 this.groupBox3.Controls.Add(this.button3);
217 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 219 this.groupBox3.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
218 this.groupBox3.Location = new System.Drawing.Point(366, 12); 220 this.groupBox3.Location = new System.Drawing.Point(366, 12);
219 this.groupBox3.Name = "groupBox3"; 221 this.groupBox3.Name = "groupBox3";
220 this.groupBox3.Size = new System.Drawing.Size(326, 138); 222 this.groupBox3.Size = new System.Drawing.Size(326, 138);
221 this.groupBox3.TabIndex = 11; 223 this.groupBox3.TabIndex = 11;
222 this.groupBox3.TabStop = false; 224 this.groupBox3.TabStop = false;
223 this.groupBox3.Text = "Region Edit"; 225 this.groupBox3.Text = "Region Edit";
224 // 226 //
225 // groupBox4 227 // groupBox4
226 // 228 //
227 this.groupBox4.Controls.Add(this.pictureBox3); 229 this.groupBox4.Controls.Add(this.pictureBox3);
228 this.groupBox4.Controls.Add(this.pictureBox2); 230 this.groupBox4.Controls.Add(this.pictureBox2);
229 this.groupBox4.Controls.Add(this.button2); 231 this.groupBox4.Controls.Add(this.button2);
230 this.groupBox4.Controls.Add(this.button1); 232 this.groupBox4.Controls.Add(this.button1);
231 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 233 this.groupBox4.Font = new System.Drawing.Font("Palatino Linotype", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
232 this.groupBox4.Location = new System.Drawing.Point(366, 156); 234 this.groupBox4.Location = new System.Drawing.Point(366, 156);
233 this.groupBox4.Name = "groupBox4"; 235 this.groupBox4.Name = "groupBox4";
234 this.groupBox4.Size = new System.Drawing.Size(326, 55); 236 this.groupBox4.Size = new System.Drawing.Size(326, 55);
235 this.groupBox4.TabIndex = 12; 237 this.groupBox4.TabIndex = 12;
236 this.groupBox4.TabStop = false; 238 this.groupBox4.TabStop = false;
237 this.groupBox4.Text = "Region File"; 239 this.groupBox4.Text = "Region File";
238 // 240 //
239 // pictureBox3 241 // pictureBox3
240 // 242 //
241 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help; 243 this.pictureBox3.Cursor = System.Windows.Forms.Cursors.Help;
242 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); 244 this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
243 this.pictureBox3.Location = new System.Drawing.Point(128, 23); 245 this.pictureBox3.Location = new System.Drawing.Point(128, 23);
244 this.pictureBox3.Name = "pictureBox3"; 246 this.pictureBox3.Name = "pictureBox3";
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")));
255 this.pictureBox2.Location = new System.Drawing.Point(272, 23); 258 this.pictureBox2.Location = new System.Drawing.Point(272, 23);
256 this.pictureBox2.Name = "pictureBox2"; 259 this.pictureBox2.Name = "pictureBox2";
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)));
267 this.groupBox5.Location = new System.Drawing.Point(12, 3); 271 this.groupBox5.Location = new System.Drawing.Point(12, 3);
268 this.groupBox5.Name = "groupBox5"; 272 this.groupBox5.Name = "groupBox5";
269 this.groupBox5.Size = new System.Drawing.Size(348, 371); 273 this.groupBox5.Size = new System.Drawing.Size(348, 371);
270 this.groupBox5.TabIndex = 13; 274 this.groupBox5.TabIndex = 13;
271 this.groupBox5.TabStop = false; 275 this.groupBox5.TabStop = false;
272 this.groupBox5.Text = "Configured Regions"; 276 this.groupBox5.Text = "Configured Regions";
273 // 277 //
274 // toolTip1 278 // toolTip1
275 // 279 //
276 this.toolTip1.AutoPopDelay = 32767; 280 this.toolTip1.AutoPopDelay = 32767;
277 this.toolTip1.InitialDelay = 500; 281 this.toolTip1.InitialDelay = 500;
278 this.toolTip1.ReshowDelay = 100; 282 this.toolTip1.ReshowDelay = 100;
279 // 283 //
280 // RegionEditForm 284 // RegionEditForm
281 // 285 //
282 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 286 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
283 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 287 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
284 this.ClientSize = new System.Drawing.Size(704, 399); 288 this.ClientSize = new System.Drawing.Size(704, 399);
285 this.Controls.Add(this.groupBox5); 289 this.Controls.Add(this.groupBox5);
286 this.Controls.Add(this.groupBox4); 290 this.Controls.Add(this.groupBox4);
287 this.Controls.Add(this.groupBox3); 291 this.Controls.Add(this.groupBox3);
288 this.Controls.Add(this.statusStrip1); 292 this.Controls.Add(this.statusStrip1);
289 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 293 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
290 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 294 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
291 this.MaximumSize = new System.Drawing.Size(720, 438); 295 this.MaximumSize = new System.Drawing.Size(720, 438);
292 this.MinimizeBox = false; 296 this.MinimizeBox = false;
293 this.Name = "RegionEditForm"; 297 this.Name = "RegionEditForm";
294 this.Text = "Region Editor"; 298 this.Text = "Region Editor";
295 this.Shown += new System.EventHandler(this.RegionEditShown); 299 this.Shown += new System.EventHandler(this.RegionEditShown);
296 this.statusStrip1.ResumeLayout(false); 300 this.statusStrip1.ResumeLayout(false);
297 this.statusStrip1.PerformLayout(); 301 this.statusStrip1.PerformLayout();
298 this.groupBox1.ResumeLayout(false); 302 this.groupBox1.ResumeLayout(false);
299 this.groupBox1.PerformLayout(); 303 this.groupBox1.PerformLayout();
300 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit(); 304 ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
301 this.groupBox2.ResumeLayout(false); 305 this.groupBox2.ResumeLayout(false);
302 this.groupBox2.PerformLayout(); 306 this.groupBox2.PerformLayout();
303 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 307 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
304 this.groupBox3.ResumeLayout(false); 308 this.groupBox3.ResumeLayout(false);
305 this.groupBox4.ResumeLayout(false); 309 this.groupBox4.ResumeLayout(false);
306 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); 310 ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
307 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); 311 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
308 this.groupBox5.ResumeLayout(false); 312 this.groupBox5.ResumeLayout(false);
309 this.ResumeLayout(false); 313 this.ResumeLayout(false);
310 this.PerformLayout(); 314 this.PerformLayout();
311   315  
312 } 316 }
313   317  
314 #endregion 318 #endregion
315   319  
316 private System.Windows.Forms.ListBox Regions; 320 private System.Windows.Forms.ListBox Regions;
317 private System.Windows.Forms.StatusStrip statusStrip1; 321 private System.Windows.Forms.StatusStrip statusStrip1;
318 private System.Windows.Forms.ToolStripProgressBar StatusProgress; 322 private System.Windows.Forms.ToolStripProgressBar StatusProgress;
319 private System.Windows.Forms.ToolStripStatusLabel StatusText; 323 private System.Windows.Forms.ToolStripStatusLabel StatusText;
320 private System.Windows.Forms.Button button1; 324 private System.Windows.Forms.Button button1;
321 private System.Windows.Forms.Button button2; 325 private System.Windows.Forms.Button button2;
322 private System.Windows.Forms.OpenFileDialog LoadRegionsDialog; 326 private System.Windows.Forms.OpenFileDialog LoadRegionsDialog;
323 private System.Windows.Forms.SaveFileDialog SaveRegionsDialog; 327 private System.Windows.Forms.SaveFileDialog SaveRegionsDialog;
324 private System.Windows.Forms.Button button3; 328 private System.Windows.Forms.Button button3;
325 private System.Windows.Forms.Button button4; 329 private System.Windows.Forms.Button button4;
326 private System.Windows.Forms.TextBox RegionName; 330 private System.Windows.Forms.TextBox RegionName;
327 private System.Windows.Forms.TextBox RegionPosition; 331 private System.Windows.Forms.TextBox RegionPosition;
328 private System.Windows.Forms.GroupBox groupBox1; 332 private System.Windows.Forms.GroupBox groupBox1;
329 private System.Windows.Forms.GroupBox groupBox2; 333 private System.Windows.Forms.GroupBox groupBox2;
330 private System.Windows.Forms.GroupBox groupBox3; 334 private System.Windows.Forms.GroupBox groupBox3;
331 private System.Windows.Forms.GroupBox groupBox4; 335 private System.Windows.Forms.GroupBox groupBox4;
332 private System.Windows.Forms.GroupBox groupBox5; 336 private System.Windows.Forms.GroupBox groupBox5;
333 private System.Windows.Forms.ToolTip toolTip1; 337 private System.Windows.Forms.ToolTip toolTip1;
334 private System.Windows.Forms.PictureBox pictureBox6; 338 private System.Windows.Forms.PictureBox pictureBox6;
335 private System.Windows.Forms.PictureBox pictureBox1; 339 private System.Windows.Forms.PictureBox pictureBox1;
336 private System.Windows.Forms.PictureBox pictureBox3; 340 private System.Windows.Forms.PictureBox pictureBox3;
337 private System.Windows.Forms.PictureBox pictureBox2; 341 private System.Windows.Forms.PictureBox pictureBox2;
338 } 342 }
339 } 343 }
340   344  
341
Generated by GNU Enscript 1.6.5.90.
345
Generated by GNU Enscript 1.6.5.90.
342   346  
343   347  
344   348