-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMatt.Designer.cs
498 lines (492 loc) · 25.5 KB
/
Matt.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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
namespace Matt
{
partial class Matt
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.abgr32 = new System.Windows.Forms.RadioButton();
this.bgr24 = new System.Windows.Forms.RadioButton();
this.bitdepthSolid = new System.Windows.Forms.RadioButton();
this.abgr4444 = new System.Windows.Forms.RadioButton();
this.abgr1555 = new System.Windows.Forms.RadioButton();
this.bgr565 = new System.Windows.Forms.RadioButton();
this.bitdepth8 = new System.Windows.Forms.RadioButton();
this.colormapGroup = new System.Windows.Forms.GroupBox();
this.paletteControl1 = new MattControls.PaletteControl();
this.label4 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.cmpOrGobPath = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.gobColormap = new System.Windows.Forms.ComboBox();
this.openButton = new System.Windows.Forms.Button();
this.saveButton = new System.Windows.Forms.Button();
this.originalKeepColormap = new System.Windows.Forms.Button();
this.originalNeedColormap = new System.Windows.Forms.Label();
this.previewNeedColormap = new System.Windows.Forms.Label();
this.fillTransparent = new System.Windows.Forms.CheckBox();
this.logList = new System.Windows.Forms.ListBox();
this.autoselectFormat = new System.Windows.Forms.CheckBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.pictureBox1 = new MattControls.PictureBoxMaterial();
this.pictureBox2 = new MattControls.PictureBoxMaterial();
this.excludeSelfIlluminated = new System.Windows.Forms.CheckBox();
this.dither = new System.Windows.Forms.CheckBox();
this.groupBox2.SuspendLayout();
this.colormapGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.paletteControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(42, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Original";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 4);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Preview";
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.groupBox2.Controls.Add(this.abgr32);
this.groupBox2.Controls.Add(this.bgr24);
this.groupBox2.Controls.Add(this.bitdepthSolid);
this.groupBox2.Controls.Add(this.abgr4444);
this.groupBox2.Controls.Add(this.abgr1555);
this.groupBox2.Controls.Add(this.bgr565);
this.groupBox2.Controls.Add(this.bitdepth8);
this.groupBox2.Location = new System.Drawing.Point(554, 11);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(237, 176);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Material Format";
//
// abgr32
//
this.abgr32.AutoSize = true;
this.abgr32.Location = new System.Drawing.Point(6, 157);
this.abgr32.Name = "abgr32";
this.abgr32.Size = new System.Drawing.Size(51, 17);
this.abgr32.TabIndex = 6;
this.abgr32.Text = "32-bit";
this.abgr32.UseVisualStyleBackColor = true;
this.abgr32.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// bgr24
//
this.bgr24.AutoSize = true;
this.bgr24.Location = new System.Drawing.Point(6, 134);
this.bgr24.Name = "bgr24";
this.bgr24.Size = new System.Drawing.Size(51, 17);
this.bgr24.TabIndex = 5;
this.bgr24.Text = "24-bit";
this.bgr24.UseVisualStyleBackColor = true;
this.bgr24.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// bitdepthSolid
//
this.bitdepthSolid.AutoSize = true;
this.bitdepthSolid.Location = new System.Drawing.Point(6, 19);
this.bitdepthSolid.Name = "bitdepthSolid";
this.bitdepthSolid.Size = new System.Drawing.Size(136, 17);
this.bitdepthSolid.TabIndex = 4;
this.bitdepthSolid.Text = "Solid color w/ colormap";
this.bitdepthSolid.UseVisualStyleBackColor = true;
this.bitdepthSolid.Visible = false;
this.bitdepthSolid.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// abgr4444
//
this.abgr4444.AutoSize = true;
this.abgr4444.Location = new System.Drawing.Point(6, 111);
this.abgr4444.Name = "abgr4444";
this.abgr4444.Size = new System.Drawing.Size(108, 17);
this.abgr4444.TabIndex = 3;
this.abgr4444.Text = "16-bit 4444ABGR";
this.abgr4444.UseVisualStyleBackColor = true;
this.abgr4444.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// abgr1555
//
this.abgr1555.AutoSize = true;
this.abgr1555.Location = new System.Drawing.Point(6, 88);
this.abgr1555.Name = "abgr1555";
this.abgr1555.Size = new System.Drawing.Size(108, 17);
this.abgr1555.TabIndex = 2;
this.abgr1555.Text = "16-bit 1555ABGR";
this.abgr1555.UseVisualStyleBackColor = true;
this.abgr1555.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// bgr565
//
this.bgr565.AutoSize = true;
this.bgr565.Checked = true;
this.bgr565.Location = new System.Drawing.Point(6, 65);
this.bgr565.Name = "bgr565";
this.bgr565.Size = new System.Drawing.Size(95, 17);
this.bgr565.TabIndex = 1;
this.bgr565.TabStop = true;
this.bgr565.Text = "16-bit 565BGR";
this.bgr565.UseVisualStyleBackColor = true;
this.bgr565.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// bitdepth8
//
this.bitdepth8.AutoSize = true;
this.bitdepth8.Location = new System.Drawing.Point(6, 42);
this.bitdepth8.Name = "bitdepth8";
this.bitdepth8.Size = new System.Drawing.Size(107, 17);
this.bitdepth8.TabIndex = 0;
this.bitdepth8.Text = "8-bit w/ colormap";
this.bitdepth8.UseVisualStyleBackColor = true;
this.bitdepth8.CheckedChanged += new System.EventHandler(this.format_CheckedChanged);
//
// colormapGroup
//
this.colormapGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.colormapGroup.BackColor = System.Drawing.SystemColors.Control;
this.colormapGroup.Controls.Add(this.paletteControl1);
this.colormapGroup.Controls.Add(this.label4);
this.colormapGroup.Controls.Add(this.button2);
this.colormapGroup.Controls.Add(this.cmpOrGobPath);
this.colormapGroup.Controls.Add(this.label3);
this.colormapGroup.Controls.Add(this.gobColormap);
this.colormapGroup.Location = new System.Drawing.Point(551, 193);
this.colormapGroup.Name = "colormapGroup";
this.colormapGroup.Size = new System.Drawing.Size(237, 254);
this.colormapGroup.TabIndex = 7;
this.colormapGroup.TabStop = false;
this.colormapGroup.Text = "Colormap";
//
// paletteControl1
//
this.paletteControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.paletteControl1.Location = new System.Drawing.Point(6, 106);
this.paletteControl1.Name = "paletteControl1";
this.paletteControl1.Size = new System.Drawing.Size(226, 143);
this.paletteControl1.TabIndex = 18;
this.paletteControl1.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 64);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 13);
this.label4.TabIndex = 4;
this.label4.Text = "GOB Colormap";
//
// button2
//
this.button2.Location = new System.Drawing.Point(156, 30);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 21);
this.button2.TabIndex = 3;
this.button2.Text = "Browse";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// cmpOrGobPath
//
this.cmpOrGobPath.Location = new System.Drawing.Point(6, 32);
this.cmpOrGobPath.Name = "cmpOrGobPath";
this.cmpOrGobPath.Size = new System.Drawing.Size(144, 20);
this.cmpOrGobPath.TabIndex = 2;
this.cmpOrGobPath.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 16);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 13);
this.label3.TabIndex = 1;
this.label3.Text = "*.cmp OR *.gob";
//
// gobColormap
//
this.gobColormap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.gobColormap.Enabled = false;
this.gobColormap.FormattingEnabled = true;
this.gobColormap.Location = new System.Drawing.Point(6, 80);
this.gobColormap.Name = "gobColormap";
this.gobColormap.Size = new System.Drawing.Size(144, 21);
this.gobColormap.TabIndex = 0;
this.gobColormap.SelectedIndexChanged += new System.EventHandler(this.gobColormap_SelectedIndexChanged);
//
// openButton
//
this.openButton.Location = new System.Drawing.Point(12, 12);
this.openButton.Name = "openButton";
this.openButton.Size = new System.Drawing.Size(75, 23);
this.openButton.TabIndex = 8;
this.openButton.Text = "Open...";
this.openButton.UseVisualStyleBackColor = true;
this.openButton.Click += new System.EventHandler(this.openButton_Click);
//
// saveButton
//
this.saveButton.Location = new System.Drawing.Point(12, 41);
this.saveButton.Name = "saveButton";
this.saveButton.Size = new System.Drawing.Size(75, 23);
this.saveButton.TabIndex = 9;
this.saveButton.Text = "Save...";
this.saveButton.UseVisualStyleBackColor = true;
this.saveButton.Click += new System.EventHandler(this.saveButton_Click);
//
// originalKeepColormap
//
this.originalKeepColormap.Location = new System.Drawing.Point(12, 140);
this.originalKeepColormap.Name = "originalKeepColormap";
this.originalKeepColormap.Size = new System.Drawing.Size(136, 23);
this.originalKeepColormap.TabIndex = 10;
this.originalKeepColormap.Text = "Keep Current Colormap";
this.originalKeepColormap.UseVisualStyleBackColor = true;
this.originalKeepColormap.Click += new System.EventHandler(this.originalKeepColormap_Click);
//
// originalNeedColormap
//
this.originalNeedColormap.AutoSize = true;
this.originalNeedColormap.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.originalNeedColormap.ForeColor = System.Drawing.Color.DarkOrange;
this.originalNeedColormap.Location = new System.Drawing.Point(145, 4);
this.originalNeedColormap.Name = "originalNeedColormap";
this.originalNeedColormap.Size = new System.Drawing.Size(113, 13);
this.originalNeedColormap.TabIndex = 11;
this.originalNeedColormap.Text = "NEED COLORMAP";
this.originalNeedColormap.Visible = false;
//
// previewNeedColormap
//
this.previewNeedColormap.AutoSize = true;
this.previewNeedColormap.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.previewNeedColormap.ForeColor = System.Drawing.Color.DarkOrange;
this.previewNeedColormap.Location = new System.Drawing.Point(152, 4);
this.previewNeedColormap.Name = "previewNeedColormap";
this.previewNeedColormap.Size = new System.Drawing.Size(113, 13);
this.previewNeedColormap.TabIndex = 12;
this.previewNeedColormap.Text = "NEED COLORMAP";
this.previewNeedColormap.Visible = false;
//
// fillTransparent
//
this.fillTransparent.AutoSize = true;
this.fillTransparent.Checked = true;
this.fillTransparent.CheckState = System.Windows.Forms.CheckState.Checked;
this.fillTransparent.Location = new System.Drawing.Point(337, 18);
this.fillTransparent.Name = "fillTransparent";
this.fillTransparent.Size = new System.Drawing.Size(160, 17);
this.fillTransparent.TabIndex = 13;
this.fillTransparent.Text = "Show transparent as fuchsia";
this.fillTransparent.UseVisualStyleBackColor = true;
this.fillTransparent.CheckedChanged += new System.EventHandler(this.fillTransparent_CheckedChanged);
//
// logList
//
this.logList.FormattingEnabled = true;
this.logList.Location = new System.Drawing.Point(114, 12);
this.logList.Name = "logList";
this.logList.SelectionMode = System.Windows.Forms.SelectionMode.None;
this.logList.Size = new System.Drawing.Size(217, 121);
this.logList.TabIndex = 14;
//
// autoselectFormat
//
this.autoselectFormat.AutoSize = true;
this.autoselectFormat.Checked = true;
this.autoselectFormat.CheckState = System.Windows.Forms.CheckState.Checked;
this.autoselectFormat.Location = new System.Drawing.Point(337, 41);
this.autoselectFormat.Name = "autoselectFormat";
this.autoselectFormat.Size = new System.Drawing.Size(212, 17);
this.autoselectFormat.TabIndex = 15;
this.autoselectFormat.Text = "Autoselect format based on input image";
this.autoselectFormat.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.splitContainer1.Location = new System.Drawing.Point(12, 169);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.pictureBox1);
this.splitContainer1.Panel1.Controls.Add(this.originalNeedColormap);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.label2);
this.splitContainer1.Panel2.Controls.Add(this.pictureBox2);
this.splitContainer1.Panel2.Controls.Add(this.previewNeedColormap);
this.splitContainer1.Size = new System.Drawing.Size(533, 279);
this.splitContainer1.SplitterDistance = 264;
this.splitContainer1.TabIndex = 16;
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(4, 24);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(257, 252);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox2.Location = new System.Drawing.Point(4, 24);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(0);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(257, 252);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 2;
this.pictureBox2.TabStop = false;
//
// excludeSelfIlluminated
//
this.excludeSelfIlluminated.AutoSize = true;
this.excludeSelfIlluminated.Checked = true;
this.excludeSelfIlluminated.CheckState = System.Windows.Forms.CheckState.Checked;
this.excludeSelfIlluminated.Location = new System.Drawing.Point(337, 64);
this.excludeSelfIlluminated.Name = "excludeSelfIlluminated";
this.excludeSelfIlluminated.Size = new System.Drawing.Size(195, 17);
this.excludeSelfIlluminated.TabIndex = 17;
this.excludeSelfIlluminated.Text = "Exclude self-illuminated colors (8-bit)";
this.excludeSelfIlluminated.UseVisualStyleBackColor = true;
this.excludeSelfIlluminated.CheckedChanged += new System.EventHandler(this.excludeSelfIlluminated_CheckedChanged);
//
// dither
//
this.dither.AutoSize = true;
this.dither.Location = new System.Drawing.Point(337, 87);
this.dither.Name = "dither";
this.dither.Size = new System.Drawing.Size(83, 17);
this.dither.TabIndex = 18;
this.dither.Text = "Dither (8-bit)";
this.dither.UseVisualStyleBackColor = true;
this.dither.CheckedChanged += new System.EventHandler(this.dither_CheckedChanged);
//
// Matt
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 460);
this.Controls.Add(this.dither);
this.Controls.Add(this.excludeSelfIlluminated);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.autoselectFormat);
this.Controls.Add(this.logList);
this.Controls.Add(this.fillTransparent);
this.Controls.Add(this.originalKeepColormap);
this.Controls.Add(this.saveButton);
this.Controls.Add(this.openButton);
this.Controls.Add(this.colormapGroup);
this.Controls.Add(this.groupBox2);
this.Name = "Matt";
this.Text = "Matt - BAH 2024";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Matt_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Matt_FormClosed);
this.Load += new System.EventHandler(this.Matt_Load);
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.Matt_DragDrop);
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.Matt_DragEnter);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.colormapGroup.ResumeLayout(false);
this.colormapGroup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.paletteControl1)).EndInit();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MattControls.PictureBoxMaterial pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private MattControls.PictureBoxMaterial pictureBox2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.RadioButton abgr1555;
private System.Windows.Forms.RadioButton bgr565;
private System.Windows.Forms.RadioButton bitdepth8;
private System.Windows.Forms.GroupBox colormapGroup;
private System.Windows.Forms.ComboBox gobColormap;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox cmpOrGobPath;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button openButton;
private System.Windows.Forms.Button saveButton;
private System.Windows.Forms.RadioButton bitdepthSolid;
private System.Windows.Forms.Button originalKeepColormap;
private System.Windows.Forms.RadioButton abgr4444;
private System.Windows.Forms.Label originalNeedColormap;
private System.Windows.Forms.Label previewNeedColormap;
private System.Windows.Forms.CheckBox fillTransparent;
public System.Windows.Forms.ListBox logList;
private System.Windows.Forms.CheckBox autoselectFormat;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.RadioButton abgr32;
private System.Windows.Forms.RadioButton bgr24;
private System.Windows.Forms.CheckBox excludeSelfIlluminated;
private MattControls.PaletteControl paletteControl1;
private System.Windows.Forms.CheckBox dither;
}
}