View.Designer.cs 22.7 KB
Newer Older
tebjan's avatar
tebjan committed
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
using System.Drawing;

namespace SvgW3CTestRunner
{
    partial class View
    {
        /// <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()
        {
tebjan's avatar
tebjan committed
33
34
35
36
37
38
39
40
41
42
43
44
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.picSaveLoad = new System.Windows.Forms.PictureBox();
            this.label1 = new System.Windows.Forms.Label();
            this.picSvg = new System.Windows.Forms.PictureBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
            this.picSVGPNG = new System.Windows.Forms.PictureBox();
            this.picPng = new System.Windows.Forms.PictureBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
45
46
47
48
49
            this.bottomTabBox = new System.Windows.Forms.TabControl();
            this.outputTab = new System.Windows.Forms.TabPage();
            this.boxConsoleLog = new System.Windows.Forms.RichTextBox();
            this.descriptionTab = new System.Windows.Forms.TabPage();
            this.boxDescription = new System.Windows.Forms.RichTextBox();
50
51
52
53
54
55
56
            this.fileTabBox = new System.Windows.Forms.TabControl();
            this.passTabPage = new System.Windows.Forms.TabPage();
            this.lstFilesPassing = new System.Windows.Forms.ListBox();
            this.failTabPage = new System.Windows.Forms.TabPage();
            this.lstFilesFailing = new System.Windows.Forms.ListBox();
            this.otherTabPage = new System.Windows.Forms.TabPage();
            this.lstFilesOther = new System.Windows.Forms.ListBox();
tebjan's avatar
tebjan committed
57
58
59
60
61
62
63
64
65
66
            this.tableLayoutPanel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).BeginInit();
            this.tableLayoutPanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).BeginInit();
67
68
69
            this.bottomTabBox.SuspendLayout();
            this.outputTab.SuspendLayout();
            this.descriptionTab.SuspendLayout();
70
71
72
73
            this.fileTabBox.SuspendLayout();
            this.passTabPage.SuspendLayout();
            this.failTabPage.SuspendLayout();
            this.otherTabPage.SuspendLayout();
tebjan's avatar
tebjan committed
74
75
76
77
78
79
80
81
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 1, 0);
82
            this.tableLayoutPanel1.Controls.Add(this.bottomTabBox, 1, 1);
tebjan's avatar
tebjan committed
83
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
84
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
tebjan's avatar
tebjan committed
85
86
87
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
tebjan's avatar
tebjan committed
88
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 70F));
89
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1279, 865);
tebjan's avatar
tebjan committed
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(183, 3);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel3);
105
            this.splitContainer1.Size = new System.Drawing.Size(1093, 789);
tebjan's avatar
tebjan committed
106
            this.splitContainer1.SplitterDistance = 563;
tebjan's avatar
tebjan committed
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
            this.splitContainer1.TabIndex = 0;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Controls.Add(this.picSaveLoad, 0, 3);
            this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.picSvg, 0, 1);
            this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 4;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
125
            this.tableLayoutPanel2.Size = new System.Drawing.Size(563, 789);
tebjan's avatar
tebjan committed
126
127
128
129
130
131
            this.tableLayoutPanel2.TabIndex = 0;
            // 
            // picSaveLoad
            // 
            this.picSaveLoad.BackColor = System.Drawing.Color.White;
            this.picSaveLoad.Dock = System.Windows.Forms.DockStyle.Fill;
132
            this.picSaveLoad.Location = new System.Drawing.Point(0, 407);
tebjan's avatar
tebjan committed
133
134
            this.picSaveLoad.Margin = new System.Windows.Forms.Padding(0);
            this.picSaveLoad.Name = "picSaveLoad";
135
            this.picSaveLoad.Size = new System.Drawing.Size(563, 382);
tebjan's avatar
tebjan committed
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
            this.picSaveLoad.TabIndex = 2;
            this.picSaveLoad.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(3, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(67, 13);
            this.label1.TabIndex = 0;
            this.label1.Text = "SVG Render";
            // 
            // picSvg
            // 
            this.picSvg.BackColor = System.Drawing.Color.White;
            this.picSvg.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picSvg.Location = new System.Drawing.Point(0, 13);
            this.picSvg.Margin = new System.Windows.Forms.Padding(0);
            this.picSvg.Name = "picSvg";
155
            this.picSvg.Size = new System.Drawing.Size(563, 381);
tebjan's avatar
tebjan committed
156
157
158
159
160
161
            this.picSvg.TabIndex = 1;
            this.picSvg.TabStop = false;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
162
            this.label3.Location = new System.Drawing.Point(3, 394);
tebjan's avatar
tebjan committed
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "Save and Load";
            // 
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Controls.Add(this.picSVGPNG, 0, 3);
            this.tableLayoutPanel3.Controls.Add(this.picPng, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
            this.tableLayoutPanel3.Controls.Add(this.label4, 0, 2);
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
            this.tableLayoutPanel3.RowCount = 4;
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
184
            this.tableLayoutPanel3.Size = new System.Drawing.Size(526, 789);
tebjan's avatar
tebjan committed
185
186
187
188
            this.tableLayoutPanel3.TabIndex = 0;
            // 
            // picSVGPNG
            // 
189
190
            this.picSVGPNG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
tebjan's avatar
tebjan committed
191
            this.picSVGPNG.BackColor = System.Drawing.Color.White;
192
            this.picSVGPNG.Location = new System.Drawing.Point(0, 407);
tebjan's avatar
tebjan committed
193
194
            this.picSVGPNG.Margin = new System.Windows.Forms.Padding(0);
            this.picSVGPNG.Name = "picSVGPNG";
195
            this.picSVGPNG.Size = new System.Drawing.Size(526, 370);
tebjan's avatar
tebjan committed
196
197
198
199
200
201
202
203
204
205
            this.picSVGPNG.TabIndex = 3;
            this.picSVGPNG.TabStop = false;
            // 
            // picPng
            // 
            this.picPng.BackColor = System.Drawing.Color.White;
            this.picPng.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picPng.Location = new System.Drawing.Point(0, 13);
            this.picPng.Margin = new System.Windows.Forms.Padding(0);
            this.picPng.Name = "picPng";
206
            this.picPng.Size = new System.Drawing.Size(526, 381);
tebjan's avatar
tebjan committed
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
            this.picPng.TabIndex = 2;
            this.picPng.TabStop = false;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(83, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "Reference PNG";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
222
            this.label4.Location = new System.Drawing.Point(3, 394);
tebjan's avatar
tebjan committed
223
224
225
226
227
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "SVG vs PNG";
            // 
228
229
230
            // bottomTabBox
            // 
            this.bottomTabBox.Alignment = System.Windows.Forms.TabAlignment.Left;
231
232
            this.bottomTabBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
233
234
            this.bottomTabBox.Controls.Add(this.outputTab);
            this.bottomTabBox.Controls.Add(this.descriptionTab);
235
            this.bottomTabBox.Location = new System.Drawing.Point(183, 798);
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
            this.bottomTabBox.Multiline = true;
            this.bottomTabBox.Name = "bottomTabBox";
            this.bottomTabBox.SelectedIndex = 0;
            this.bottomTabBox.Size = new System.Drawing.Size(1093, 64);
            this.bottomTabBox.TabIndex = 1;
            // 
            // outputTab
            // 
            this.outputTab.Controls.Add(this.boxConsoleLog);
            this.outputTab.Location = new System.Drawing.Point(42, 4);
            this.outputTab.Name = "outputTab";
            this.outputTab.Padding = new System.Windows.Forms.Padding(3);
            this.outputTab.Size = new System.Drawing.Size(1047, 56);
            this.outputTab.TabIndex = 0;
            this.outputTab.Text = "Output";
            this.outputTab.UseVisualStyleBackColor = true;
            // 
            // boxConsoleLog
            // 
            this.boxConsoleLog.BackColor = System.Drawing.Color.White;
256
            this.boxConsoleLog.BorderStyle = System.Windows.Forms.BorderStyle.None;
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
            this.boxConsoleLog.Dock = System.Windows.Forms.DockStyle.Fill;
            this.boxConsoleLog.Location = new System.Drawing.Point(3, 3);
            this.boxConsoleLog.Name = "boxConsoleLog";
            this.boxConsoleLog.ReadOnly = true;
            this.boxConsoleLog.Size = new System.Drawing.Size(1041, 50);
            this.boxConsoleLog.TabIndex = 1;
            this.boxConsoleLog.Text = "";
            this.boxConsoleLog.MouseDown += new System.Windows.Forms.MouseEventHandler(this.boxConsoleLog_MouseDown);
            // 
            // descriptionTab
            // 
            this.descriptionTab.Controls.Add(this.boxDescription);
            this.descriptionTab.Location = new System.Drawing.Point(42, 4);
            this.descriptionTab.Name = "descriptionTab";
            this.descriptionTab.Padding = new System.Windows.Forms.Padding(3);
            this.descriptionTab.Size = new System.Drawing.Size(1047, 56);
            this.descriptionTab.TabIndex = 1;
            this.descriptionTab.Text = "Description";
            this.descriptionTab.UseVisualStyleBackColor = true;
            // 
            // boxDescription
            // 
279
            this.boxDescription.BackColor = System.Drawing.Color.White;
280
281
282
283
284
285
286
            this.boxDescription.Location = new System.Drawing.Point(-2, -2);
            this.boxDescription.Name = "boxDescription";
            this.boxDescription.ReadOnly = true;
            this.boxDescription.Size = new System.Drawing.Size(1053, 60);
            this.boxDescription.TabIndex = 1;
            this.boxDescription.Text = "";
            // 
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
            // fileTabBox
            // 
            this.fileTabBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.fileTabBox.Controls.Add(this.passTabPage);
            this.fileTabBox.Controls.Add(this.failTabPage);
            this.fileTabBox.Controls.Add(this.otherTabPage);
            this.fileTabBox.Location = new System.Drawing.Point(0, 24);
            this.fileTabBox.Name = "fileTabBox";
            this.fileTabBox.SelectedIndex = 0;
            this.fileTabBox.Size = new System.Drawing.Size(180, 841);
            this.fileTabBox.TabIndex = 3;
            this.fileTabBox.SelectedIndexChanged += new System.EventHandler(this.fileTabBox_TabIndexChanged);
            // 
            // passTabPage
            // 
            this.passTabPage.Controls.Add(this.lstFilesPassing);
            this.passTabPage.Location = new System.Drawing.Point(4, 22);
            this.passTabPage.Name = "passTabPage";
            this.passTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.passTabPage.Size = new System.Drawing.Size(172, 815);
            this.passTabPage.TabIndex = 0;
            this.passTabPage.Text = "Pass";
            this.passTabPage.UseVisualStyleBackColor = true;
            // 
            // lstFilesPassing
            // 
            this.lstFilesPassing.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.lstFilesPassing.FormattingEnabled = true;
            this.lstFilesPassing.Location = new System.Drawing.Point(3, 3);
            this.lstFilesPassing.Name = "lstFilesPassing";
            this.lstFilesPassing.Size = new System.Drawing.Size(166, 797);
            this.lstFilesPassing.TabIndex = 1;
            this.lstFilesPassing.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
            // 
            // failTabPage
            // 
            this.failTabPage.Controls.Add(this.lstFilesFailing);
            this.failTabPage.Location = new System.Drawing.Point(4, 22);
            this.failTabPage.Name = "failTabPage";
            this.failTabPage.Padding = new System.Windows.Forms.Padding(3);
            this.failTabPage.Size = new System.Drawing.Size(172, 815);
            this.failTabPage.TabIndex = 1;
            this.failTabPage.Text = "Fail";
            this.failTabPage.UseVisualStyleBackColor = true;
            // 
            // lstFilesFailing
            // 
            this.lstFilesFailing.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.lstFilesFailing.FormattingEnabled = true;
            this.lstFilesFailing.Location = new System.Drawing.Point(3, 4);
            this.lstFilesFailing.Name = "lstFilesFailing";
            this.lstFilesFailing.Size = new System.Drawing.Size(169, 810);
            this.lstFilesFailing.TabIndex = 0;
            this.lstFilesFailing.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
            // 
            // otherTabPage
            // 
            this.otherTabPage.Controls.Add(this.lstFilesOther);
            this.otherTabPage.Location = new System.Drawing.Point(4, 22);
            this.otherTabPage.Name = "otherTabPage";
            this.otherTabPage.Size = new System.Drawing.Size(172, 815);
            this.otherTabPage.TabIndex = 2;
            this.otherTabPage.Text = "Other";
            this.otherTabPage.UseVisualStyleBackColor = true;
            // 
            // lstFilesOther
            // 
            this.lstFilesOther.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.lstFilesOther.FormattingEnabled = true;
            this.lstFilesOther.Location = new System.Drawing.Point(0, -2);
            this.lstFilesOther.Name = "lstFilesOther";
            this.lstFilesOther.Size = new System.Drawing.Size(172, 810);
            this.lstFilesOther.TabIndex = 0;
            this.lstFilesOther.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
tebjan's avatar
tebjan committed
365
366
367
368
369
            // 
            // View
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
370
            this.ClientSize = new System.Drawing.Size(1279, 865);
371
            this.Controls.Add(this.fileTabBox);
tebjan's avatar
tebjan committed
372
373
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "View";
374
            this.Text = "SVG W3C Test Runner";
tebjan's avatar
tebjan committed
375
376
377
378
379
380
381
382
383
384
385
386
            this.tableLayoutPanel1.ResumeLayout(false);
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).EndInit();
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).EndInit();
387
388
389
            this.bottomTabBox.ResumeLayout(false);
            this.outputTab.ResumeLayout(false);
            this.descriptionTab.ResumeLayout(false);
390
391
392
393
            this.fileTabBox.ResumeLayout(false);
            this.passTabPage.ResumeLayout(false);
            this.failTabPage.ResumeLayout(false);
            this.otherTabPage.ResumeLayout(false);
tebjan's avatar
tebjan committed
394
395
            this.ResumeLayout(false);

tebjan's avatar
tebjan committed
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
        }
        

        #endregion
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox picSvg;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
        private System.Windows.Forms.PictureBox picPng;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.PictureBox picSaveLoad;
        private System.Windows.Forms.PictureBox picSVGPNG;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
412
413
414
415
416
        private System.Windows.Forms.TabControl bottomTabBox;
        private System.Windows.Forms.TabPage outputTab;
        private System.Windows.Forms.RichTextBox boxConsoleLog;
        private System.Windows.Forms.TabPage descriptionTab;
        private System.Windows.Forms.RichTextBox boxDescription;
417
418
419
420
421
422
423
        private System.Windows.Forms.TabControl fileTabBox;
        private System.Windows.Forms.TabPage passTabPage;
        private System.Windows.Forms.ListBox lstFilesPassing;
        private System.Windows.Forms.TabPage failTabPage;
        private System.Windows.Forms.ListBox lstFilesFailing;
        private System.Windows.Forms.TabPage otherTabPage;
        private System.Windows.Forms.ListBox lstFilesOther;
tebjan's avatar
tebjan committed
424
425
426
    }
}