-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnmungeForm.Designer.cs
412 lines (406 loc) · 20.9 KB
/
UnmungeForm.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
namespace LVLTool
{
partial class UnmungeForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UnmungeForm));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonXbox = new System.Windows.Forms.RadioButton();
this.buttonPS2 = new System.Windows.Forms.RadioButton();
this.buttonPC = new System.Windows.Forms.RadioButton();
this.textFilename = new System.Windows.Forms.TextBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.buttonBF2Input = new System.Windows.Forms.RadioButton();
this.buttonBf1Input = new System.Windows.Forms.RadioButton();
this.label1 = new System.Windows.Forms.Label();
this.buttonBrowse = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.buttonBF2Output = new System.Windows.Forms.RadioButton();
this.buttonBf1Output = new System.Windows.Forms.RadioButton();
this.buttonGo = new System.Windows.Forms.Button();
this.buttonHelp = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.buttonDDS = new System.Windows.Forms.RadioButton();
this.buttonPNG = new System.Windows.Forms.RadioButton();
this.buttonTGA = new System.Windows.Forms.RadioButton();
this.groupBox5 = new System.Windows.Forms.GroupBox();
this.check_collision = new System.Windows.Forms.CheckBox();
this.check_lod = new System.Windows.Forms.CheckBox();
this.contextMenuUnmungeVersion = new System.Windows.Forms.ContextMenuStrip(this.components);
this.showKnownBugsForVersionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tryToRenameFilesWithHashedNamesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.fixRotationInlyrFilesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.listUnmungeExe = new System.Windows.Forms.ListBox();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.contextMenuUnmungeVersion.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonXbox);
this.groupBox1.Controls.Add(this.buttonPS2);
this.groupBox1.Controls.Add(this.buttonPC);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(175, 49);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Platform";
//
// buttonXbox
//
this.buttonXbox.AutoSize = true;
this.buttonXbox.Location = new System.Drawing.Point(102, 15);
this.buttonXbox.Name = "buttonXbox";
this.buttonXbox.Size = new System.Drawing.Size(54, 17);
this.buttonXbox.TabIndex = 2;
this.buttonXbox.Text = "XBOX";
this.buttonXbox.UseVisualStyleBackColor = true;
//
// buttonPS2
//
this.buttonPS2.AutoSize = true;
this.buttonPS2.Location = new System.Drawing.Point(51, 15);
this.buttonPS2.Name = "buttonPS2";
this.buttonPS2.Size = new System.Drawing.Size(45, 17);
this.buttonPS2.TabIndex = 1;
this.buttonPS2.Text = "PS2";
this.buttonPS2.UseVisualStyleBackColor = true;
//
// buttonPC
//
this.buttonPC.AutoSize = true;
this.buttonPC.Checked = true;
this.buttonPC.Location = new System.Drawing.Point(6, 15);
this.buttonPC.Name = "buttonPC";
this.buttonPC.Size = new System.Drawing.Size(39, 17);
this.buttonPC.TabIndex = 0;
this.buttonPC.TabStop = true;
this.buttonPC.Text = "PC";
this.buttonPC.UseVisualStyleBackColor = true;
//
// textFilename
//
this.textFilename.AllowDrop = true;
this.textFilename.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textFilename.Location = new System.Drawing.Point(193, 35);
this.textFilename.Name = "textFilename";
this.textFilename.Size = new System.Drawing.Size(244, 20);
this.textFilename.TabIndex = 1;
this.textFilename.DragDrop += new System.Windows.Forms.DragEventHandler(this.textBox_DragDrop);
this.textFilename.DragOver += new System.Windows.Forms.DragEventHandler(this.textBox_DragOver);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.buttonBF2Input);
this.groupBox2.Controls.Add(this.buttonBf1Input);
this.groupBox2.Location = new System.Drawing.Point(12, 67);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(175, 49);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Input Version";
//
// buttonBF2Input
//
this.buttonBF2Input.AutoSize = true;
this.buttonBF2Input.Checked = true;
this.buttonBF2Input.Location = new System.Drawing.Point(51, 19);
this.buttonBF2Input.Name = "buttonBF2Input";
this.buttonBF2Input.Size = new System.Drawing.Size(44, 17);
this.buttonBF2Input.TabIndex = 1;
this.buttonBF2Input.TabStop = true;
this.buttonBF2Input.Text = "BF2";
this.buttonBF2Input.UseVisualStyleBackColor = true;
//
// buttonBf1Input
//
this.buttonBf1Input.AutoSize = true;
this.buttonBf1Input.Location = new System.Drawing.Point(6, 19);
this.buttonBf1Input.Name = "buttonBf1Input";
this.buttonBf1Input.Size = new System.Drawing.Size(44, 17);
this.buttonBf1Input.TabIndex = 0;
this.buttonBf1Input.Text = "BF1";
this.buttonBf1Input.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(193, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(113, 13);
this.label1.TabIndex = 4;
this.label1.Text = "File (drag into text box)";
//
// buttonBrowse
//
this.buttonBrowse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.buttonBrowse.Location = new System.Drawing.Point(451, 33);
this.buttonBrowse.Name = "buttonBrowse";
this.buttonBrowse.Size = new System.Drawing.Size(26, 23);
this.buttonBrowse.TabIndex = 5;
this.buttonBrowse.Text = "...";
this.buttonBrowse.UseVisualStyleBackColor = true;
this.buttonBrowse.Click += new System.EventHandler(this.buttonBrowse_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.buttonBF2Output);
this.groupBox3.Controls.Add(this.buttonBf1Output);
this.groupBox3.Location = new System.Drawing.Point(12, 122);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(175, 49);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Output Version";
//
// buttonBF2Output
//
this.buttonBF2Output.AutoSize = true;
this.buttonBF2Output.Checked = true;
this.buttonBF2Output.Location = new System.Drawing.Point(51, 19);
this.buttonBF2Output.Name = "buttonBF2Output";
this.buttonBF2Output.Size = new System.Drawing.Size(44, 17);
this.buttonBF2Output.TabIndex = 1;
this.buttonBF2Output.TabStop = true;
this.buttonBF2Output.Text = "BF2";
this.buttonBF2Output.UseVisualStyleBackColor = true;
//
// buttonBf1Output
//
this.buttonBf1Output.AutoSize = true;
this.buttonBf1Output.Location = new System.Drawing.Point(6, 19);
this.buttonBf1Output.Name = "buttonBf1Output";
this.buttonBf1Output.Size = new System.Drawing.Size(44, 17);
this.buttonBf1Output.TabIndex = 0;
this.buttonBf1Output.Text = "BF1";
this.buttonBf1Output.UseVisualStyleBackColor = true;
//
// buttonGo
//
this.buttonGo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.buttonGo.Location = new System.Drawing.Point(402, 268);
this.buttonGo.Name = "buttonGo";
this.buttonGo.Size = new System.Drawing.Size(75, 23);
this.buttonGo.TabIndex = 6;
this.buttonGo.Text = "Go";
this.buttonGo.UseVisualStyleBackColor = true;
this.buttonGo.Click += new System.EventHandler(this.buttonGo_Click);
//
// buttonHelp
//
this.buttonHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.buttonHelp.Location = new System.Drawing.Point(12, 268);
this.buttonHelp.Name = "buttonHelp";
this.buttonHelp.Size = new System.Drawing.Size(120, 23);
this.buttonHelp.TabIndex = 7;
this.buttonHelp.Text = "Get Unmunge";
this.buttonHelp.UseVisualStyleBackColor = true;
this.buttonHelp.Click += new System.EventHandler(this.buttonHelp_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.buttonDDS);
this.groupBox4.Controls.Add(this.buttonPNG);
this.groupBox4.Controls.Add(this.buttonTGA);
this.groupBox4.Location = new System.Drawing.Point(196, 67);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(175, 49);
this.groupBox4.TabIndex = 3;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Image Format";
//
// buttonDDS
//
this.buttonDDS.AutoSize = true;
this.buttonDDS.Location = new System.Drawing.Point(102, 15);
this.buttonDDS.Name = "buttonDDS";
this.buttonDDS.Size = new System.Drawing.Size(48, 17);
this.buttonDDS.TabIndex = 2;
this.buttonDDS.Text = "DDS";
this.buttonDDS.UseVisualStyleBackColor = true;
//
// buttonPNG
//
this.buttonPNG.AutoSize = true;
this.buttonPNG.Location = new System.Drawing.Point(51, 15);
this.buttonPNG.Name = "buttonPNG";
this.buttonPNG.Size = new System.Drawing.Size(48, 17);
this.buttonPNG.TabIndex = 1;
this.buttonPNG.Text = "PNG";
this.buttonPNG.UseVisualStyleBackColor = true;
//
// buttonTGA
//
this.buttonTGA.AutoSize = true;
this.buttonTGA.Checked = true;
this.buttonTGA.Location = new System.Drawing.Point(6, 15);
this.buttonTGA.Name = "buttonTGA";
this.buttonTGA.Size = new System.Drawing.Size(47, 17);
this.buttonTGA.TabIndex = 0;
this.buttonTGA.TabStop = true;
this.buttonTGA.Text = "TGA";
this.buttonTGA.UseVisualStyleBackColor = true;
//
// groupBox5
//
this.groupBox5.Controls.Add(this.check_collision);
this.groupBox5.Controls.Add(this.check_lod);
this.groupBox5.Location = new System.Drawing.Point(196, 122);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(175, 49);
this.groupBox5.TabIndex = 4;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Model Discard";
//
// check_collision
//
this.check_collision.AutoSize = true;
this.check_collision.Location = new System.Drawing.Point(65, 20);
this.check_collision.Name = "check_collision";
this.check_collision.Size = new System.Drawing.Size(63, 17);
this.check_collision.TabIndex = 1;
this.check_collision.Text = "collision";
this.check_collision.UseVisualStyleBackColor = true;
//
// check_lod
//
this.check_lod.AutoSize = true;
this.check_lod.Location = new System.Drawing.Point(6, 20);
this.check_lod.Name = "check_lod";
this.check_lod.Size = new System.Drawing.Size(40, 17);
this.check_lod.TabIndex = 0;
this.check_lod.Text = "lod";
this.check_lod.UseVisualStyleBackColor = true;
//
// contextMenuUnmungeVersion
//
this.contextMenuUnmungeVersion.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.showKnownBugsForVersionsToolStripMenuItem,
this.tryToRenameFilesWithHashedNamesToolStripMenuItem,
this.fixRotationInlyrFilesToolStripMenuItem});
this.contextMenuUnmungeVersion.Name = "contextMenuUnmungeVersion";
this.contextMenuUnmungeVersion.Size = new System.Drawing.Size(282, 70);
//
// showKnownBugsForVersionsToolStripMenuItem
//
this.showKnownBugsForVersionsToolStripMenuItem.Name = "showKnownBugsForVersionsToolStripMenuItem";
this.showKnownBugsForVersionsToolStripMenuItem.Size = new System.Drawing.Size(281, 22);
this.showKnownBugsForVersionsToolStripMenuItem.Text = "Show Known Bugs for versions";
this.showKnownBugsForVersionsToolStripMenuItem.Click += new System.EventHandler(this.showKnownBugsForVersionsToolStripMenuItem_Click);
//
// tryToRenameFilesWithHashedNamesToolStripMenuItem
//
this.tryToRenameFilesWithHashedNamesToolStripMenuItem.Name = "tryToRenameFilesWithHashedNamesToolStripMenuItem";
this.tryToRenameFilesWithHashedNamesToolStripMenuItem.Size = new System.Drawing.Size(281, 22);
this.tryToRenameFilesWithHashedNamesToolStripMenuItem.Text = "Try To re-name files with hashed names";
this.tryToRenameFilesWithHashedNamesToolStripMenuItem.Click += new System.EventHandler(this.tryToRenameFilesWithHashedNamesToolStripMenuItem_Click);
//
// fixRotationInlyrFilesToolStripMenuItem
//
this.fixRotationInlyrFilesToolStripMenuItem.Name = "fixRotationInlyrFilesToolStripMenuItem";
this.fixRotationInlyrFilesToolStripMenuItem.Size = new System.Drawing.Size(281, 22);
this.fixRotationInlyrFilesToolStripMenuItem.Text = "Fix Rotation in .lyr files";
this.fixRotationInlyrFilesToolStripMenuItem.Click += new System.EventHandler(this.fixRotationInlyrFilesToolStripMenuItem_Click);
//
// listUnmungeExe
//
this.listUnmungeExe.ContextMenuStrip = this.contextMenuUnmungeVersion;
this.listUnmungeExe.FormattingEnabled = true;
this.listUnmungeExe.Location = new System.Drawing.Point(12, 177);
this.listUnmungeExe.Name = "listUnmungeExe";
this.listUnmungeExe.Size = new System.Drawing.Size(359, 69);
this.listUnmungeExe.TabIndex = 8;
//
// UnmungeForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(489, 294);
this.ContextMenuStrip = this.contextMenuUnmungeVersion;
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.listUnmungeExe);
this.Controls.Add(this.groupBox4);
this.Controls.Add(this.buttonHelp);
this.Controls.Add(this.buttonGo);
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.buttonBrowse);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.textFilename);
this.Controls.Add(this.groupBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "UnmungeForm";
this.Text = "Run Unmunge";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();
this.contextMenuUnmungeVersion.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton buttonXbox;
private System.Windows.Forms.RadioButton buttonPS2;
private System.Windows.Forms.RadioButton buttonPC;
private System.Windows.Forms.TextBox textFilename;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton buttonBF2Input;
private System.Windows.Forms.RadioButton buttonBf1Input;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonBrowse;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.RadioButton buttonBF2Output;
private System.Windows.Forms.RadioButton buttonBf1Output;
private System.Windows.Forms.Button buttonGo;
private System.Windows.Forms.Button buttonHelp;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.RadioButton buttonDDS;
private System.Windows.Forms.RadioButton buttonPNG;
private System.Windows.Forms.RadioButton buttonTGA;
private System.Windows.Forms.GroupBox groupBox5;
private System.Windows.Forms.CheckBox check_collision;
private System.Windows.Forms.CheckBox check_lod;
private System.Windows.Forms.ContextMenuStrip contextMenuUnmungeVersion;
private System.Windows.Forms.ToolStripMenuItem showKnownBugsForVersionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tryToRenameFilesWithHashedNamesToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fixRotationInlyrFilesToolStripMenuItem;
private System.Windows.Forms.ListBox listUnmungeExe;
}
}