corrade-vassal – Blame information for rev 5

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