View.Designer.cs 15.5 KB
Newer Older
1
2
3
using System.Drawing;

namespace SvgW3CTestRunner
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
{
    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()
        {
33
			
34
            this.lstFiles = new System.Windows.Forms.ListBox();
35
36
			this.boxConsoleLog = new System.Windows.Forms.RichTextBox();
			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
37
38
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
39
            this.picSaveLoad = new System.Windows.Forms.PictureBox();
40
41
            this.label1 = new System.Windows.Forms.Label();
            this.picSvg = new System.Windows.Forms.PictureBox();
42
            this.label3 = new System.Windows.Forms.Label();
Eric Domke's avatar
Eric Domke committed
43
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
44
            this.picSVGPNG = new System.Windows.Forms.PictureBox();
45
            this.picPng = new System.Windows.Forms.PictureBox();
Eric Domke's avatar
Eric Domke committed
46
            this.label2 = new System.Windows.Forms.Label();
47
            this.label4 = new System.Windows.Forms.Label();
48
49
50
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fIleToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.runAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51
52
53
54
55
            this.tableLayoutPanel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
56
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).BeginInit();
Eric Domke's avatar
Eric Domke committed
58
            this.tableLayoutPanel3.SuspendLayout();
59
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).BeginInit();
61
            this.menuStrip1.SuspendLayout();
62
63
64
65
66
67
68
69
            this.SuspendLayout();
            // 
            // lstFiles
            // 
            this.lstFiles.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lstFiles.FormattingEnabled = true;
            this.lstFiles.Location = new System.Drawing.Point(3, 3);
            this.lstFiles.Name = "lstFiles";
70
            this.lstFiles.Size = new System.Drawing.Size(174, 744);
71
72
            this.lstFiles.TabIndex = 0;
            this.lstFiles.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
73
74
75
76
77
78
79
80
81
82
83
84
85
86
			// 
			// boxConsoleLog
			// 
			this.boxConsoleLog.Dock = System.Windows.Forms.DockStyle.Fill;
			this.boxConsoleLog.Multiline = true;
			this.boxConsoleLog.Location = new System.Drawing.Point(183, 744);
			this.boxConsoleLog.Name = "ConsoleLog";
			this.boxConsoleLog.Size = new System.Drawing.Size(1240, 144);
			this.boxConsoleLog.TabIndex = 0;
			this.boxConsoleLog.MouseDown += new System.Windows.Forms.MouseEventHandler (this.boxConsoleLog_MouseDown);
			this.boxConsoleLog.ReadOnly = true;
			this.boxConsoleLog.BackColor = Color.White;


87
88
89
90
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
Eric Domke's avatar
Eric Domke committed
91
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
92
93
94
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lstFiles, 0, 0);
95
96
			this.tableLayoutPanel1.Controls.Add(this.boxConsoleLog, 1, 1);
			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
97
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 24);
98
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
99
            this.tableLayoutPanel1.RowCount = 2;
100
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
101
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1249, 750+144);
102
103
104
105
106
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
Eric Domke's avatar
Eric Domke committed
107
            this.splitContainer1.Location = new System.Drawing.Point(183, 3);
108
109
110
111
112
113
114
115
116
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel3);
117
            this.splitContainer1.Size = new System.Drawing.Size(1063, 744);
118
            this.splitContainer1.SplitterDistance = 548;
119
            this.splitContainer1.TabIndex = 0;
120
121

			// 
122
123
124
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
125
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
126
            this.tableLayoutPanel2.Controls.Add(this.picSaveLoad, 0, 3);
127
128
            this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.picSvg, 0, 1);
129
            this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
130
131
132
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
133
134
135
            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));
136
137
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
138
            this.tableLayoutPanel2.Size = new System.Drawing.Size(548, 744);
139
140
            this.tableLayoutPanel2.TabIndex = 0;
            // 
141
            // picSaveLoad
142
            // 
143
144
            this.picSaveLoad.BackColor = System.Drawing.Color.White;
            this.picSaveLoad.Dock = System.Windows.Forms.DockStyle.Fill;
145
            this.picSaveLoad.Location = new System.Drawing.Point(0, 385);
146
147
            this.picSaveLoad.Margin = new System.Windows.Forms.Padding(0);
            this.picSaveLoad.Name = "picSaveLoad";
148
            this.picSaveLoad.Size = new System.Drawing.Size(548, 359);
149
150
            this.picSaveLoad.TabIndex = 2;
            this.picSaveLoad.TabStop = false;
151
            // 
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
            // 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";
168
            this.picSvg.Size = new System.Drawing.Size(548, 359);
169
170
171
            this.picSvg.TabIndex = 1;
            this.picSvg.TabStop = false;
            // 
172
173
174
            // label3
            // 
            this.label3.AutoSize = true;
175
            this.label3.Location = new System.Drawing.Point(3, 372);
176
177
178
179
180
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(80, 13);
            this.label3.TabIndex = 3;
            this.label3.Text = "Save and Load";
            // 
Eric Domke's avatar
Eric Domke committed
181
182
183
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
184
185
            this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel3.Controls.Add(this.picSVGPNG, 0, 3);
Eric Domke's avatar
Eric Domke committed
186
187
            this.tableLayoutPanel3.Controls.Add(this.picPng, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
188
            this.tableLayoutPanel3.Controls.Add(this.label4, 0, 2);
Eric Domke's avatar
Eric Domke committed
189
190
191
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
192
193
194
            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));
Eric Domke's avatar
Eric Domke committed
195
196
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
197
            this.tableLayoutPanel3.Size = new System.Drawing.Size(511, 744);
Eric Domke's avatar
Eric Domke committed
198
199
            this.tableLayoutPanel3.TabIndex = 0;
            // 
200
201
202
203
            // picSVGPNG
            // 
            this.picSVGPNG.BackColor = System.Drawing.Color.White;
            this.picSVGPNG.Dock = System.Windows.Forms.DockStyle.Fill;
204
            this.picSVGPNG.Location = new System.Drawing.Point(0, 385);
205
206
            this.picSVGPNG.Margin = new System.Windows.Forms.Padding(0);
            this.picSVGPNG.Name = "picSVGPNG";
207
            this.picSVGPNG.Size = new System.Drawing.Size(511, 359);
208
209
210
            this.picSVGPNG.TabIndex = 3;
            this.picSVGPNG.TabStop = false;
            // 
211
212
213
214
215
216
217
            // 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";
218
            this.picPng.Size = new System.Drawing.Size(511, 359);
219
220
221
            this.picPng.TabIndex = 2;
            this.picPng.TabStop = false;
            // 
Eric Domke's avatar
Eric Domke committed
222
223
224
225
226
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(3, 0);
            this.label2.Name = "label2";
227
            this.label2.Size = new System.Drawing.Size(83, 13);
Eric Domke's avatar
Eric Domke committed
228
            this.label2.TabIndex = 0;
229
            this.label2.Text = "Reference PNG";
Eric Domke's avatar
Eric Domke committed
230
            // 
231
232
233
            // label4
            // 
            this.label4.AutoSize = true;
234
            this.label4.Location = new System.Drawing.Point(3, 372);
235
236
237
238
239
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "SVG vs PNG";
            // 
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
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fIleToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(1249, 24);
            this.menuStrip1.TabIndex = 2;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fIleToolStripMenuItem
            // 
            this.fIleToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.runAllToolStripMenuItem});
            this.fIleToolStripMenuItem.Name = "fIleToolStripMenuItem";
            this.fIleToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
            this.fIleToolStripMenuItem.Text = "File";
            // 
            // runAllToolStripMenuItem
            // 
            this.runAllToolStripMenuItem.Name = "runAllToolStripMenuItem";
            this.runAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.runAllToolStripMenuItem.Text = "Run All";
            this.runAllToolStripMenuItem.Click += new System.EventHandler(this.RunAllToolStripMenuItemClick);
            // 
Eric Domke's avatar
Eric Domke committed
265
            // View
266
267
268
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
269
            this.ClientSize = new System.Drawing.Size(1249, 774+200);
270
            this.Controls.Add(this.tableLayoutPanel1);
271
272
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
Eric Domke's avatar
Eric Domke committed
273
            this.Name = "View";
274
275
276
277
278
279
280
            this.Text = "Form1";
            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();
281
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).EndInit();
Eric Domke's avatar
Eric Domke committed
282
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).EndInit();
283
284
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
285
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).EndInit();
286
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).EndInit();
287
288
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
289
            this.ResumeLayout(false);
290
            this.PerformLayout();
291
292

        }
293
        
294
295
296

        #endregion

297
		private System.Windows.Forms.RichTextBox boxConsoleLog;
298
299
300
301
302
303
304
305
306
        private System.Windows.Forms.ListBox lstFiles;
        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;
307
        private System.Windows.Forms.PictureBox picSaveLoad;
308
309
310
        private System.Windows.Forms.PictureBox picSVGPNG;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
311
312
313
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem fIleToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem runAllToolStripMenuItem;
314
315
316
    }
}