View.Designer.cs 12.8 KB
Newer Older
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
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()
        {
            this.lstFiles = new System.Windows.Forms.ListBox();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
35
            this.picSaveLoad = new System.Windows.Forms.PictureBox();
36
37
            this.label1 = new System.Windows.Forms.Label();
            this.picSvg = new System.Windows.Forms.PictureBox();
38
            this.label3 = new System.Windows.Forms.Label();
Eric Domke's avatar
Eric Domke committed
39
            this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
40
            this.picSVGPNG = new System.Windows.Forms.PictureBox();
41
            this.picPng = new System.Windows.Forms.PictureBox();
Eric Domke's avatar
Eric Domke committed
42
            this.label2 = new System.Windows.Forms.Label();
43
            this.label4 = new System.Windows.Forms.Label();
44
45
46
47
48
            this.tableLayoutPanel1.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
49
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).BeginInit();
50
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).BeginInit();
Eric Domke's avatar
Eric Domke committed
51
            this.tableLayoutPanel3.SuspendLayout();
52
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).BeginInit();
53
54
55
56
57
58
59
60
61
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).BeginInit();
            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";
62
            this.lstFiles.Size = new System.Drawing.Size(174, 768);
63
64
65
66
67
68
            this.lstFiles.TabIndex = 0;
            this.lstFiles.SelectedIndexChanged += new System.EventHandler(this.lstFiles_SelectedIndexChanged);
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 2;
Eric Domke's avatar
Eric Domke committed
69
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 180F));
70
71
72
73
74
75
76
77
            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);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 1;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
78
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1249, 774);
79
80
81
82
83
            this.tableLayoutPanel1.TabIndex = 1;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
Eric Domke's avatar
Eric Domke committed
84
            this.splitContainer1.Location = new System.Drawing.Point(183, 3);
85
86
87
88
89
90
91
92
93
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel3);
94
95
            this.splitContainer1.Size = new System.Drawing.Size(1063, 768);
            this.splitContainer1.SplitterDistance = 548;
96
97
98
99
100
            this.splitContainer1.TabIndex = 0;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 1;
101
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
102
            this.tableLayoutPanel2.Controls.Add(this.picSaveLoad, 0, 3);
103
104
            this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.picSvg, 0, 1);
105
            this.tableLayoutPanel2.Controls.Add(this.label3, 0, 2);
106
107
108
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
109
110
111
            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));
112
113
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
114
            this.tableLayoutPanel2.Size = new System.Drawing.Size(548, 768);
115
116
            this.tableLayoutPanel2.TabIndex = 0;
            // 
117
            // picSaveLoad
118
            // 
119
120
121
122
123
124
125
126
            this.picSaveLoad.BackColor = System.Drawing.Color.White;
            this.picSaveLoad.Dock = System.Windows.Forms.DockStyle.Fill;
            this.picSaveLoad.Location = new System.Drawing.Point(0, 397);
            this.picSaveLoad.Margin = new System.Windows.Forms.Padding(0);
            this.picSaveLoad.Name = "picSaveLoad";
            this.picSaveLoad.Size = new System.Drawing.Size(548, 371);
            this.picSaveLoad.TabIndex = 2;
            this.picSaveLoad.TabStop = false;
127
            // 
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
            // 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";
144
            this.picSvg.Size = new System.Drawing.Size(548, 371);
145
146
147
            this.picSvg.TabIndex = 1;
            this.picSvg.TabStop = false;
            // 
148
149
150
            // label3
            // 
            this.label3.AutoSize = true;
151
            this.label3.Location = new System.Drawing.Point(3, 384);
152
153
154
155
156
            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
157
158
159
            // tableLayoutPanel3
            // 
            this.tableLayoutPanel3.ColumnCount = 1;
160
161
            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
162
163
            this.tableLayoutPanel3.Controls.Add(this.picPng, 0, 1);
            this.tableLayoutPanel3.Controls.Add(this.label2, 0, 0);
164
            this.tableLayoutPanel3.Controls.Add(this.label4, 0, 2);
Eric Domke's avatar
Eric Domke committed
165
166
167
            this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel3.Name = "tableLayoutPanel3";
168
169
170
            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
171
172
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
173
            this.tableLayoutPanel3.Size = new System.Drawing.Size(511, 768);
Eric Domke's avatar
Eric Domke committed
174
175
            this.tableLayoutPanel3.TabIndex = 0;
            // 
176
177
178
179
            // picSVGPNG
            // 
            this.picSVGPNG.BackColor = System.Drawing.Color.White;
            this.picSVGPNG.Dock = System.Windows.Forms.DockStyle.Fill;
180
            this.picSVGPNG.Location = new System.Drawing.Point(0, 397);
181
182
            this.picSVGPNG.Margin = new System.Windows.Forms.Padding(0);
            this.picSVGPNG.Name = "picSVGPNG";
183
            this.picSVGPNG.Size = new System.Drawing.Size(511, 371);
184
185
186
            this.picSVGPNG.TabIndex = 3;
            this.picSVGPNG.TabStop = false;
            // 
187
188
189
190
191
192
193
            // 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";
194
            this.picPng.Size = new System.Drawing.Size(511, 371);
195
196
197
            this.picPng.TabIndex = 2;
            this.picPng.TabStop = false;
            // 
Eric Domke's avatar
Eric Domke committed
198
199
200
201
202
203
204
205
206
            // 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(68, 13);
            this.label2.TabIndex = 0;
            this.label2.Text = "PNG Render";
            // 
207
208
209
            // label4
            // 
            this.label4.AutoSize = true;
210
            this.label4.Location = new System.Drawing.Point(3, 384);
211
212
213
214
215
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(69, 13);
            this.label4.TabIndex = 4;
            this.label4.Text = "SVG vs PNG";
            // 
Eric Domke's avatar
Eric Domke committed
216
            // View
217
218
219
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
220
            this.ClientSize = new System.Drawing.Size(1249, 774);
221
            this.Controls.Add(this.tableLayoutPanel1);
Eric Domke's avatar
Eric Domke committed
222
            this.Name = "View";
223
224
225
226
227
228
229
            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();
230
            ((System.ComponentModel.ISupportInitialize)(this.picSaveLoad)).EndInit();
Eric Domke's avatar
Eric Domke committed
231
            ((System.ComponentModel.ISupportInitialize)(this.picSvg)).EndInit();
232
233
            this.tableLayoutPanel3.ResumeLayout(false);
            this.tableLayoutPanel3.PerformLayout();
234
            ((System.ComponentModel.ISupportInitialize)(this.picSVGPNG)).EndInit();
235
236
237
238
            ((System.ComponentModel.ISupportInitialize)(this.picPng)).EndInit();
            this.ResumeLayout(false);

        }
239
        
240
241
242
243
244
245
246
247
248
249
250
251

        #endregion

        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;
252
        private System.Windows.Forms.PictureBox picSaveLoad;
253
254
255
        private System.Windows.Forms.PictureBox picSVGPNG;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
256
257
258
    }
}