corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 namespace PrimWorkshop
2 {
3 partial class frmPrimWorkshop
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 glControl.DestroyContexts();
19 components.Dispose();
20 }
21 base.Dispose(disposing);
22 }
23  
24 #region Windows Form Designer generated code
25  
26 /// <summary>
27 /// Required method for Designer support - do not modify
28 /// the contents of this method with the code editor.
29 /// </summary>
30 private void InitializeComponent()
31 {
32 this.menu = new System.Windows.Forms.MenuStrip();
33 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
34 this.opToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
35 this.openPrimXMLToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
36 this.textureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
38 this.savePrimXMLToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.saveTextureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.importToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.worldBrowserToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.exportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.oBJToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
45 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.wireframeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
48 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50 this.splitContainer = new System.Windows.Forms.SplitContainer();
51 this.glControl = new Tao.Platform.Windows.SimpleOpenGlControl();
52 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
53 this.panel2 = new System.Windows.Forms.Panel();
54 this.label2 = new System.Windows.Forms.Label();
55 this.cboFace = new System.Windows.Forms.ComboBox();
56 this.panel1 = new System.Windows.Forms.Panel();
57 this.label1 = new System.Windows.Forms.Label();
58 this.cboPrim = new System.Windows.Forms.ComboBox();
59 this.scrollRoll = new System.Windows.Forms.HScrollBar();
60 this.scrollPitch = new System.Windows.Forms.HScrollBar();
61 this.scrollYaw = new System.Windows.Forms.HScrollBar();
62 this.picTexture = new System.Windows.Forms.PictureBox();
63 this.scrollZoom = new System.Windows.Forms.HScrollBar();
64 this.menu.SuspendLayout();
65 this.splitContainer.Panel1.SuspendLayout();
66 this.splitContainer.Panel2.SuspendLayout();
67 this.splitContainer.SuspendLayout();
68 this.tableLayoutPanel1.SuspendLayout();
69 this.panel2.SuspendLayout();
70 this.panel1.SuspendLayout();
71 ((System.ComponentModel.ISupportInitialize)(this.picTexture)).BeginInit();
72 this.SuspendLayout();
73 //
74 // menu
75 //
76 this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
77 this.fileToolStripMenuItem,
78 this.viewToolStripMenuItem,
79 this.helpToolStripMenuItem});
80 this.menu.Location = new System.Drawing.Point(0, 0);
81 this.menu.Name = "menu";
82 this.menu.Size = new System.Drawing.Size(996, 24);
83 this.menu.TabIndex = 0;
84 this.menu.Text = "menu";
85 //
86 // fileToolStripMenuItem
87 //
88 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
89 this.opToolStripMenuItem,
90 this.toolStripMenuItem2,
91 this.savePrimXMLToolStripMenuItem,
92 this.saveTextureToolStripMenuItem,
93 this.importToolStripMenuItem,
94 this.exportToolStripMenuItem,
95 this.toolStripMenuItem1,
96 this.exitToolStripMenuItem});
97 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
98 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
99 this.fileToolStripMenuItem.Text = "File";
100 //
101 // opToolStripMenuItem
102 //
103 this.opToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
104 this.openPrimXMLToolStripMenuItem1,
105 this.textureToolStripMenuItem});
106 this.opToolStripMenuItem.Name = "opToolStripMenuItem";
107 this.opToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
108 this.opToolStripMenuItem.Text = "Open";
109 //
110 // openPrimXMLToolStripMenuItem1
111 //
112 this.openPrimXMLToolStripMenuItem1.Name = "openPrimXMLToolStripMenuItem1";
113 this.openPrimXMLToolStripMenuItem1.Size = new System.Drawing.Size(197, 22);
114 this.openPrimXMLToolStripMenuItem1.Text = "Prim XML / Sculpt Map";
115 this.openPrimXMLToolStripMenuItem1.Click += new System.EventHandler(this.openPrimXMLToolStripMenuItem1_Click);
116 //
117 // textureToolStripMenuItem
118 //
119 this.textureToolStripMenuItem.Name = "textureToolStripMenuItem";
120 this.textureToolStripMenuItem.Size = new System.Drawing.Size(197, 22);
121 this.textureToolStripMenuItem.Text = "Texture";
122 this.textureToolStripMenuItem.Click += new System.EventHandler(this.textureToolStripMenuItem_Click);
123 //
124 // toolStripMenuItem2
125 //
126 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
127 this.toolStripMenuItem2.Size = new System.Drawing.Size(150, 6);
128 //
129 // savePrimXMLToolStripMenuItem
130 //
131 this.savePrimXMLToolStripMenuItem.Name = "savePrimXMLToolStripMenuItem";
132 this.savePrimXMLToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
133 this.savePrimXMLToolStripMenuItem.Text = "Save Prim XML";
134 this.savePrimXMLToolStripMenuItem.Click += new System.EventHandler(this.savePrimXMLToolStripMenuItem_Click);
135 //
136 // saveTextureToolStripMenuItem
137 //
138 this.saveTextureToolStripMenuItem.Name = "saveTextureToolStripMenuItem";
139 this.saveTextureToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
140 this.saveTextureToolStripMenuItem.Text = "Save Texture";
141 this.saveTextureToolStripMenuItem.Click += new System.EventHandler(this.saveTextureToolStripMenuItem_Click);
142 //
143 // importToolStripMenuItem
144 //
145 this.importToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
146 this.worldBrowserToolStripMenuItem});
147 this.importToolStripMenuItem.Name = "importToolStripMenuItem";
148 this.importToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
149 this.importToolStripMenuItem.Text = "Import";
150 //
151 // worldBrowserToolStripMenuItem
152 //
153 this.worldBrowserToolStripMenuItem.Name = "worldBrowserToolStripMenuItem";
154 this.worldBrowserToolStripMenuItem.Size = new System.Drawing.Size(151, 22);
155 this.worldBrowserToolStripMenuItem.Text = "World Browser";
156 this.worldBrowserToolStripMenuItem.Click += new System.EventHandler(this.worldBrowserToolStripMenuItem_Click);
157 //
158 // exportToolStripMenuItem
159 //
160 this.exportToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
161 this.oBJToolStripMenuItem});
162 this.exportToolStripMenuItem.Name = "exportToolStripMenuItem";
163 this.exportToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
164 this.exportToolStripMenuItem.Text = "Export";
165 //
166 // oBJToolStripMenuItem
167 //
168 this.oBJToolStripMenuItem.Name = "oBJToolStripMenuItem";
169 this.oBJToolStripMenuItem.Size = new System.Drawing.Size(135, 22);
170 this.oBJToolStripMenuItem.Text = "OBJ Format";
171 this.oBJToolStripMenuItem.Click += new System.EventHandler(this.oBJToolStripMenuItem_Click);
172 //
173 // toolStripMenuItem1
174 //
175 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
176 this.toolStripMenuItem1.Size = new System.Drawing.Size(150, 6);
177 //
178 // exitToolStripMenuItem
179 //
180 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
181 this.exitToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
182 this.exitToolStripMenuItem.Text = "Exit";
183 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
184 //
185 // viewToolStripMenuItem
186 //
187 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
188 this.wireframeToolStripMenuItem});
189 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
190 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
191 this.viewToolStripMenuItem.Text = "View";
192 //
193 // wireframeToolStripMenuItem
194 //
195 this.wireframeToolStripMenuItem.Checked = true;
196 this.wireframeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
197 this.wireframeToolStripMenuItem.Name = "wireframeToolStripMenuItem";
198 this.wireframeToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
199 this.wireframeToolStripMenuItem.Text = "Wireframe";
200 this.wireframeToolStripMenuItem.Click += new System.EventHandler(this.wireframeToolStripMenuItem_Click);
201 //
202 // helpToolStripMenuItem
203 //
204 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
205 this.aboutToolStripMenuItem});
206 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
207 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
208 this.helpToolStripMenuItem.Text = "Help";
209 //
210 // aboutToolStripMenuItem
211 //
212 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
213 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
214 this.aboutToolStripMenuItem.Text = "About";
215 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
216 //
217 // splitContainer
218 //
219 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
220 this.splitContainer.Location = new System.Drawing.Point(0, 24);
221 this.splitContainer.Name = "splitContainer";
222 //
223 // splitContainer.Panel1
224 //
225 this.splitContainer.Panel1.Controls.Add(this.glControl);
226 //
227 // splitContainer.Panel2
228 //
229 this.splitContainer.Panel2.Controls.Add(this.tableLayoutPanel1);
230 this.splitContainer.Size = new System.Drawing.Size(996, 512);
231 this.splitContainer.SplitterDistance = 550;
232 this.splitContainer.TabIndex = 6;
233 //
234 // glControl
235 //
236 this.glControl.AccumBits = ((byte)(0));
237 this.glControl.AutoCheckErrors = false;
238 this.glControl.AutoFinish = false;
239 this.glControl.AutoMakeCurrent = true;
240 this.glControl.AutoSwapBuffers = true;
241 this.glControl.BackColor = System.Drawing.Color.Black;
242 this.glControl.ColorBits = ((byte)(32));
243 this.glControl.DepthBits = ((byte)(16));
244 this.glControl.Dock = System.Windows.Forms.DockStyle.Fill;
245 this.glControl.Location = new System.Drawing.Point(0, 0);
246 this.glControl.Name = "glControl";
247 this.glControl.Size = new System.Drawing.Size(550, 512);
248 this.glControl.StencilBits = ((byte)(0));
249 this.glControl.TabIndex = 5;
250 this.glControl.Paint += new System.Windows.Forms.PaintEventHandler(this.glControl_Paint);
251 this.glControl.Resize += new System.EventHandler(this.glControl_Resize);
252 //
253 // tableLayoutPanel1
254 //
255 this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
256 this.tableLayoutPanel1.ColumnCount = 1;
257 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
258 this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 5);
259 this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 4);
260 this.tableLayoutPanel1.Controls.Add(this.scrollRoll, 0, 0);
261 this.tableLayoutPanel1.Controls.Add(this.scrollPitch, 0, 1);
262 this.tableLayoutPanel1.Controls.Add(this.scrollYaw, 0, 2);
263 this.tableLayoutPanel1.Controls.Add(this.picTexture, 0, 6);
264 this.tableLayoutPanel1.Controls.Add(this.scrollZoom, 0, 3);
265 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
266 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
267 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
268 this.tableLayoutPanel1.RowCount = 7;
269 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
270 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
271 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
272 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 24F));
273 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
274 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
275 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
276 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
277 this.tableLayoutPanel1.Size = new System.Drawing.Size(442, 512);
278 this.tableLayoutPanel1.TabIndex = 9;
279 //
280 // panel2
281 //
282 this.panel2.Controls.Add(this.label2);
283 this.panel2.Controls.Add(this.cboFace);
284 this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
285 this.panel2.Location = new System.Drawing.Point(3, 117);
286 this.panel2.Name = "panel2";
287 this.panel2.Size = new System.Drawing.Size(436, 24);
288 this.panel2.TabIndex = 16;
289 //
290 // label2
291 //
292 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
293 | System.Windows.Forms.AnchorStyles.Left)));
294 this.label2.AutoSize = true;
295 this.label2.Location = new System.Drawing.Point(4, 5);
296 this.label2.Name = "label2";
297 this.label2.Size = new System.Drawing.Size(34, 13);
298 this.label2.TabIndex = 16;
299 this.label2.Text = "Face:";
300 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
301 //
302 // cboFace
303 //
304 this.cboFace.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
305 this.cboFace.FormattingEnabled = true;
306 this.cboFace.Location = new System.Drawing.Point(40, 2);
307 this.cboFace.Name = "cboFace";
308 this.cboFace.Size = new System.Drawing.Size(174, 21);
309 this.cboFace.TabIndex = 15;
310 this.cboFace.SelectedIndexChanged += new System.EventHandler(this.cboFace_SelectedIndexChanged);
311 //
312 // panel1
313 //
314 this.panel1.Controls.Add(this.label1);
315 this.panel1.Controls.Add(this.cboPrim);
316 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
317 this.panel1.Location = new System.Drawing.Point(3, 87);
318 this.panel1.Name = "panel1";
319 this.panel1.Size = new System.Drawing.Size(436, 24);
320 this.panel1.TabIndex = 15;
321 //
322 // label1
323 //
324 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
325 | System.Windows.Forms.AnchorStyles.Left)));
326 this.label1.AutoSize = true;
327 this.label1.Location = new System.Drawing.Point(4, 5);
328 this.label1.Name = "label1";
329 this.label1.Size = new System.Drawing.Size(30, 13);
330 this.label1.TabIndex = 16;
331 this.label1.Text = "Prim:";
332 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
333 //
334 // cboPrim
335 //
336 this.cboPrim.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
337 this.cboPrim.FormattingEnabled = true;
338 this.cboPrim.Location = new System.Drawing.Point(40, 2);
339 this.cboPrim.Name = "cboPrim";
340 this.cboPrim.Size = new System.Drawing.Size(174, 21);
341 this.cboPrim.TabIndex = 15;
342 this.cboPrim.SelectedIndexChanged += new System.EventHandler(this.cboPrim_SelectedIndexChanged);
343 //
344 // scrollRoll
345 //
346 this.scrollRoll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
347 this.scrollRoll.Location = new System.Drawing.Point(0, 2);
348 this.scrollRoll.Maximum = 360;
349 this.scrollRoll.Name = "scrollRoll";
350 this.scrollRoll.Size = new System.Drawing.Size(442, 16);
351 this.scrollRoll.TabIndex = 9;
352 this.scrollRoll.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
353 //
354 // scrollPitch
355 //
356 this.scrollPitch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
357 this.scrollPitch.Location = new System.Drawing.Point(0, 22);
358 this.scrollPitch.Maximum = 360;
359 this.scrollPitch.Name = "scrollPitch";
360 this.scrollPitch.Size = new System.Drawing.Size(442, 16);
361 this.scrollPitch.TabIndex = 10;
362 this.scrollPitch.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
363 //
364 // scrollYaw
365 //
366 this.scrollYaw.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
367 this.scrollYaw.Location = new System.Drawing.Point(0, 42);
368 this.scrollYaw.Maximum = 360;
369 this.scrollYaw.Name = "scrollYaw";
370 this.scrollYaw.Size = new System.Drawing.Size(442, 16);
371 this.scrollYaw.TabIndex = 11;
372 this.scrollYaw.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
373 //
374 // picTexture
375 //
376 this.picTexture.BackColor = System.Drawing.Color.Black;
377 this.picTexture.Dock = System.Windows.Forms.DockStyle.Fill;
378 this.picTexture.Location = new System.Drawing.Point(3, 147);
379 this.picTexture.Name = "picTexture";
380 this.picTexture.Size = new System.Drawing.Size(436, 362);
381 this.picTexture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
382 this.picTexture.TabIndex = 17;
383 this.picTexture.TabStop = false;
384 this.picTexture.Paint += new System.Windows.Forms.PaintEventHandler(this.picTexture_Paint);
385 this.picTexture.MouseDown += new System.Windows.Forms.MouseEventHandler(this.picTexture_MouseDown);
386 this.picTexture.MouseLeave += new System.EventHandler(this.picTexture_MouseLeave);
387 this.picTexture.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picTexture_MouseMove);
388 this.picTexture.MouseUp += new System.Windows.Forms.MouseEventHandler(this.picTexture_MouseUp);
389 //
390 // scrollZoom
391 //
392 this.scrollZoom.Dock = System.Windows.Forms.DockStyle.Fill;
393 this.scrollZoom.LargeChange = 1;
394 this.scrollZoom.Location = new System.Drawing.Point(0, 60);
395 this.scrollZoom.Maximum = 0;
396 this.scrollZoom.Minimum = -800;
397 this.scrollZoom.Name = "scrollZoom";
398 this.scrollZoom.Size = new System.Drawing.Size(442, 24);
399 this.scrollZoom.TabIndex = 19;
400 this.scrollZoom.Value = -50;
401 this.scrollZoom.ValueChanged += new System.EventHandler(this.scrollZoom_ValueChanged);
402 //
403 // frmPrimWorkshop
404 //
405 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
406 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
407 this.ClientSize = new System.Drawing.Size(996, 536);
408 this.Controls.Add(this.splitContainer);
409 this.Controls.Add(this.menu);
410 this.MainMenuStrip = this.menu;
411 this.Name = "frmPrimWorkshop";
412 this.Text = "Prim Workshop";
413 this.Shown += new System.EventHandler(this.frmPrimWorkshop_Shown);
414 this.menu.ResumeLayout(false);
415 this.menu.PerformLayout();
416 this.splitContainer.Panel1.ResumeLayout(false);
417 this.splitContainer.Panel2.ResumeLayout(false);
418 this.splitContainer.ResumeLayout(false);
419 this.tableLayoutPanel1.ResumeLayout(false);
420 this.panel2.ResumeLayout(false);
421 this.panel2.PerformLayout();
422 this.panel1.ResumeLayout(false);
423 this.panel1.PerformLayout();
424 ((System.ComponentModel.ISupportInitialize)(this.picTexture)).EndInit();
425 this.ResumeLayout(false);
426 this.PerformLayout();
427  
428 }
429  
430 #endregion
431  
432 private System.Windows.Forms.MenuStrip menu;
433 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
434 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
435 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
436 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
437 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
438 private System.Windows.Forms.SplitContainer splitContainer;
439 private Tao.Platform.Windows.SimpleOpenGlControl glControl;
440 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
441 private System.Windows.Forms.HScrollBar scrollRoll;
442 private System.Windows.Forms.HScrollBar scrollPitch;
443 private System.Windows.Forms.HScrollBar scrollYaw;
444 private System.Windows.Forms.Panel panel2;
445 private System.Windows.Forms.Label label2;
446 private System.Windows.Forms.ComboBox cboFace;
447 private System.Windows.Forms.Panel panel1;
448 private System.Windows.Forms.Label label1;
449 private System.Windows.Forms.ComboBox cboPrim;
450 private System.Windows.Forms.PictureBox picTexture;
451 private System.Windows.Forms.ToolStripMenuItem savePrimXMLToolStripMenuItem;
452 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
453 private System.Windows.Forms.ToolStripMenuItem saveTextureToolStripMenuItem;
454 private System.Windows.Forms.HScrollBar scrollZoom;
455 private System.Windows.Forms.ToolStripMenuItem exportToolStripMenuItem;
456 private System.Windows.Forms.ToolStripMenuItem oBJToolStripMenuItem;
457 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
458 private System.Windows.Forms.ToolStripMenuItem wireframeToolStripMenuItem;
459 private System.Windows.Forms.ToolStripMenuItem importToolStripMenuItem;
460 private System.Windows.Forms.ToolStripMenuItem worldBrowserToolStripMenuItem;
461 private System.Windows.Forms.ToolStripMenuItem opToolStripMenuItem;
462 private System.Windows.Forms.ToolStripMenuItem openPrimXMLToolStripMenuItem1;
463 private System.Windows.Forms.ToolStripMenuItem textureToolStripMenuItem;
464 }
465 }
466