corrade-vassal – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 vero 1 namespace AvatarPreview
2 {
3 partial class frmAvatar
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 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
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.lindenLabMeshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
36 this.textureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
37 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
38 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40 this.wireframeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
44 this.glControl = new Tao.Platform.Windows.SimpleOpenGlControl();
45 this.tabControl = new System.Windows.Forms.TabControl();
46 this.tavView = new System.Windows.Forms.TabPage();
47 this.scrollZoom = new System.Windows.Forms.HScrollBar();
48 this.label18 = new System.Windows.Forms.Label();
49 this.label17 = new System.Windows.Forms.Label();
50 this.label16 = new System.Windows.Forms.Label();
51 this.label15 = new System.Windows.Forms.Label();
52 this.scrollRoll = new System.Windows.Forms.HScrollBar();
53 this.scrollPitch = new System.Windows.Forms.HScrollBar();
54 this.scrollYaw = new System.Windows.Forms.HScrollBar();
55 this.tabMorphs = new System.Windows.Forms.TabPage();
56 this.splitContainer2 = new System.Windows.Forms.SplitContainer();
57 this.lstMorphs = new System.Windows.Forms.ListBox();
58 this.tabTextures = new System.Windows.Forms.TabPage();
59 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
60 this.lblSkirt = new System.Windows.Forms.Label();
61 this.lblLower = new System.Windows.Forms.Label();
62 this.lblUpper = new System.Windows.Forms.Label();
63 this.lblEyes = new System.Windows.Forms.Label();
64 this.lblHead = new System.Windows.Forms.Label();
65 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
66 this.picHeadBodypaint = new System.Windows.Forms.PictureBox();
67 this.label1 = new System.Windows.Forms.Label();
68 this.picHair = new System.Windows.Forms.PictureBox();
69 this.label2 = new System.Windows.Forms.Label();
70 this.picHeadBake = new System.Windows.Forms.PictureBox();
71 this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
72 this.picEyesBake = new System.Windows.Forms.PictureBox();
73 this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
74 this.picUpperBodypaint = new System.Windows.Forms.PictureBox();
75 this.label3 = new System.Windows.Forms.Label();
76 this.picUpperGloves = new System.Windows.Forms.PictureBox();
77 this.label4 = new System.Windows.Forms.Label();
78 this.picUpperUndershirt = new System.Windows.Forms.PictureBox();
79 this.label5 = new System.Windows.Forms.Label();
80 this.picUpperShirt = new System.Windows.Forms.PictureBox();
81 this.label6 = new System.Windows.Forms.Label();
82 this.picUpperJacket = new System.Windows.Forms.PictureBox();
83 this.label7 = new System.Windows.Forms.Label();
84 this.picUpperBodyBake = new System.Windows.Forms.PictureBox();
85 this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
86 this.picLowerBodypaint = new System.Windows.Forms.PictureBox();
87 this.label8 = new System.Windows.Forms.Label();
88 this.picLowerUnderpants = new System.Windows.Forms.PictureBox();
89 this.label9 = new System.Windows.Forms.Label();
90 this.picLowerSocks = new System.Windows.Forms.PictureBox();
91 this.label10 = new System.Windows.Forms.Label();
92 this.picLowerShoes = new System.Windows.Forms.PictureBox();
93 this.label11 = new System.Windows.Forms.Label();
94 this.picLowerPants = new System.Windows.Forms.PictureBox();
95 this.label12 = new System.Windows.Forms.Label();
96 this.picLowerJacket = new System.Windows.Forms.PictureBox();
97 this.label13 = new System.Windows.Forms.Label();
98 this.picLowerBodyBake = new System.Windows.Forms.PictureBox();
99 this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
100 this.picSkirtBake = new System.Windows.Forms.PictureBox();
101 this.tabAnimations = new System.Windows.Forms.TabPage();
102 this.button1 = new System.Windows.Forms.Button();
103 this.label14 = new System.Windows.Forms.Label();
104 this.textBox1 = new System.Windows.Forms.TextBox();
105 this.skirtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
106 this.toolTip = new System.Windows.Forms.ToolTip(this.components);
107 this.menu.SuspendLayout();
108 this.splitContainer1.Panel1.SuspendLayout();
109 this.splitContainer1.Panel2.SuspendLayout();
110 this.splitContainer1.SuspendLayout();
111 this.tabControl.SuspendLayout();
112 this.tavView.SuspendLayout();
113 this.tabMorphs.SuspendLayout();
114 this.splitContainer2.Panel1.SuspendLayout();
115 this.splitContainer2.SuspendLayout();
116 this.tabTextures.SuspendLayout();
117 this.tableLayoutPanel1.SuspendLayout();
118 this.flowLayoutPanel1.SuspendLayout();
119 ((System.ComponentModel.ISupportInitialize)(this.picHeadBodypaint)).BeginInit();
120 ((System.ComponentModel.ISupportInitialize)(this.picHair)).BeginInit();
121 ((System.ComponentModel.ISupportInitialize)(this.picHeadBake)).BeginInit();
122 this.flowLayoutPanel2.SuspendLayout();
123 ((System.ComponentModel.ISupportInitialize)(this.picEyesBake)).BeginInit();
124 this.flowLayoutPanel3.SuspendLayout();
125 ((System.ComponentModel.ISupportInitialize)(this.picUpperBodypaint)).BeginInit();
126 ((System.ComponentModel.ISupportInitialize)(this.picUpperGloves)).BeginInit();
127 ((System.ComponentModel.ISupportInitialize)(this.picUpperUndershirt)).BeginInit();
128 ((System.ComponentModel.ISupportInitialize)(this.picUpperShirt)).BeginInit();
129 ((System.ComponentModel.ISupportInitialize)(this.picUpperJacket)).BeginInit();
130 ((System.ComponentModel.ISupportInitialize)(this.picUpperBodyBake)).BeginInit();
131 this.flowLayoutPanel4.SuspendLayout();
132 ((System.ComponentModel.ISupportInitialize)(this.picLowerBodypaint)).BeginInit();
133 ((System.ComponentModel.ISupportInitialize)(this.picLowerUnderpants)).BeginInit();
134 ((System.ComponentModel.ISupportInitialize)(this.picLowerSocks)).BeginInit();
135 ((System.ComponentModel.ISupportInitialize)(this.picLowerShoes)).BeginInit();
136 ((System.ComponentModel.ISupportInitialize)(this.picLowerPants)).BeginInit();
137 ((System.ComponentModel.ISupportInitialize)(this.picLowerJacket)).BeginInit();
138 ((System.ComponentModel.ISupportInitialize)(this.picLowerBodyBake)).BeginInit();
139 this.flowLayoutPanel5.SuspendLayout();
140 ((System.ComponentModel.ISupportInitialize)(this.picSkirtBake)).BeginInit();
141 this.tabAnimations.SuspendLayout();
142 this.SuspendLayout();
143 //
144 // menu
145 //
146 this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
147 this.fileToolStripMenuItem,
148 this.viewToolStripMenuItem,
149 this.helpToolStripMenuItem});
150 this.menu.Location = new System.Drawing.Point(0, 0);
151 this.menu.Name = "menu";
152 this.menu.Size = new System.Drawing.Size(1117, 24);
153 this.menu.TabIndex = 1;
154 this.menu.Text = "menu";
155 //
156 // fileToolStripMenuItem
157 //
158 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
159 this.opToolStripMenuItem,
160 this.toolStripMenuItem2,
161 this.exitToolStripMenuItem});
162 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
163 this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
164 this.fileToolStripMenuItem.Text = "File";
165 //
166 // opToolStripMenuItem
167 //
168 this.opToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
169 this.lindenLabMeshToolStripMenuItem,
170 this.textureToolStripMenuItem});
171 this.opToolStripMenuItem.Name = "opToolStripMenuItem";
172 this.opToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
173 this.opToolStripMenuItem.Text = "Open";
174 //
175 // lindenLabMeshToolStripMenuItem
176 //
177 this.lindenLabMeshToolStripMenuItem.Name = "lindenLabMeshToolStripMenuItem";
178 this.lindenLabMeshToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
179 this.lindenLabMeshToolStripMenuItem.Text = "Avatar";
180 this.lindenLabMeshToolStripMenuItem.Click += new System.EventHandler(this.lindenLabMeshToolStripMenuItem_Click);
181 //
182 // textureToolStripMenuItem
183 //
184 this.textureToolStripMenuItem.Name = "textureToolStripMenuItem";
185 this.textureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
186 this.textureToolStripMenuItem.Text = "Texture";
187 this.textureToolStripMenuItem.Click += new System.EventHandler(this.textureToolStripMenuItem_Click);
188 //
189 // toolStripMenuItem2
190 //
191 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
192 this.toolStripMenuItem2.Size = new System.Drawing.Size(108, 6);
193 //
194 // exitToolStripMenuItem
195 //
196 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
197 this.exitToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
198 this.exitToolStripMenuItem.Text = "Exit";
199 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
200 //
201 // viewToolStripMenuItem
202 //
203 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
204 this.wireframeToolStripMenuItem,
205 this.skirtToolStripMenuItem});
206 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
207 this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
208 this.viewToolStripMenuItem.Text = "View";
209 //
210 // wireframeToolStripMenuItem
211 //
212 this.wireframeToolStripMenuItem.Checked = true;
213 this.wireframeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
214 this.wireframeToolStripMenuItem.Name = "wireframeToolStripMenuItem";
215 this.wireframeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
216 this.wireframeToolStripMenuItem.Text = "Wireframe";
217 this.wireframeToolStripMenuItem.Click += new System.EventHandler(this.wireframeToolStripMenuItem_Click);
218 //
219 // helpToolStripMenuItem
220 //
221 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
222 this.aboutToolStripMenuItem});
223 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
224 this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
225 this.helpToolStripMenuItem.Text = "Help";
226 //
227 // aboutToolStripMenuItem
228 //
229 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
230 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
231 this.aboutToolStripMenuItem.Text = "About";
232 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
233 //
234 // splitContainer1
235 //
236 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
237 this.splitContainer1.Location = new System.Drawing.Point(0, 24);
238 this.splitContainer1.Name = "splitContainer1";
239 //
240 // splitContainer1.Panel1
241 //
242 this.splitContainer1.Panel1.Controls.Add(this.glControl);
243 //
244 // splitContainer1.Panel2
245 //
246 this.splitContainer1.Panel2.Controls.Add(this.tabControl);
247 this.splitContainer1.Size = new System.Drawing.Size(1117, 653);
248 this.splitContainer1.SplitterDistance = 558;
249 this.splitContainer1.TabIndex = 2;
250 //
251 // glControl
252 //
253 this.glControl.AccumBits = ((byte)(0));
254 this.glControl.AutoCheckErrors = false;
255 this.glControl.AutoFinish = false;
256 this.glControl.AutoMakeCurrent = true;
257 this.glControl.AutoSwapBuffers = true;
258 this.glControl.BackColor = System.Drawing.Color.Black;
259 this.glControl.ColorBits = ((byte)(32));
260 this.glControl.DepthBits = ((byte)(16));
261 this.glControl.Dock = System.Windows.Forms.DockStyle.Fill;
262 this.glControl.Location = new System.Drawing.Point(0, 0);
263 this.glControl.Name = "glControl";
264 this.glControl.Size = new System.Drawing.Size(558, 653);
265 this.glControl.StencilBits = ((byte)(0));
266 this.glControl.TabIndex = 0;
267 this.glControl.Paint += new System.Windows.Forms.PaintEventHandler(this.glControl_Paint);
268 this.glControl.Resize += new System.EventHandler(this.glControl_Resize);
269 //
270 // tabControl
271 //
272 this.tabControl.Controls.Add(this.tavView);
273 this.tabControl.Controls.Add(this.tabMorphs);
274 this.tabControl.Controls.Add(this.tabTextures);
275 this.tabControl.Controls.Add(this.tabAnimations);
276 this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
277 this.tabControl.Location = new System.Drawing.Point(0, 0);
278 this.tabControl.Name = "tabControl";
279 this.tabControl.SelectedIndex = 0;
280 this.tabControl.Size = new System.Drawing.Size(555, 653);
281 this.tabControl.TabIndex = 0;
282 //
283 // tavView
284 //
285 this.tavView.Controls.Add(this.scrollZoom);
286 this.tavView.Controls.Add(this.label18);
287 this.tavView.Controls.Add(this.label17);
288 this.tavView.Controls.Add(this.label16);
289 this.tavView.Controls.Add(this.label15);
290 this.tavView.Controls.Add(this.scrollRoll);
291 this.tavView.Controls.Add(this.scrollPitch);
292 this.tavView.Controls.Add(this.scrollYaw);
293 this.tavView.Location = new System.Drawing.Point(4, 22);
294 this.tavView.Name = "tavView";
295 this.tavView.Size = new System.Drawing.Size(547, 627);
296 this.tavView.TabIndex = 3;
297 this.tavView.Text = "View";
298 this.tavView.UseVisualStyleBackColor = true;
299 //
300 // scrollZoom
301 //
302 this.scrollZoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
303 this.scrollZoom.Location = new System.Drawing.Point(57, 85);
304 this.scrollZoom.Minimum = -200;
305 this.scrollZoom.Name = "scrollZoom";
306 this.scrollZoom.Size = new System.Drawing.Size(442, 16);
307 this.scrollZoom.TabIndex = 25;
308 this.scrollZoom.Value = -50;
309 this.scrollZoom.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
310 //
311 // label18
312 //
313 this.label18.AutoSize = true;
314 this.label18.Location = new System.Drawing.Point(11, 88);
315 this.label18.Name = "label18";
316 this.label18.Size = new System.Drawing.Size(37, 13);
317 this.label18.TabIndex = 24;
318 this.label18.Text = "Zoom:";
319 //
320 // label17
321 //
322 this.label17.AutoSize = true;
323 this.label17.Location = new System.Drawing.Point(11, 63);
324 this.label17.Name = "label17";
325 this.label17.Size = new System.Drawing.Size(31, 13);
326 this.label17.TabIndex = 23;
327 this.label17.Text = "Yaw:";
328 //
329 // label16
330 //
331 this.label16.AutoSize = true;
332 this.label16.Location = new System.Drawing.Point(11, 38);
333 this.label16.Name = "label16";
334 this.label16.Size = new System.Drawing.Size(34, 13);
335 this.label16.TabIndex = 22;
336 this.label16.Text = "Pitch:";
337 //
338 // label15
339 //
340 this.label15.AutoSize = true;
341 this.label15.Location = new System.Drawing.Point(11, 10);
342 this.label15.Name = "label15";
343 this.label15.Size = new System.Drawing.Size(28, 13);
344 this.label15.TabIndex = 21;
345 this.label15.Text = "Roll:";
346 //
347 // scrollRoll
348 //
349 this.scrollRoll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
350 this.scrollRoll.Location = new System.Drawing.Point(57, 10);
351 this.scrollRoll.Maximum = 360;
352 this.scrollRoll.Name = "scrollRoll";
353 this.scrollRoll.Size = new System.Drawing.Size(442, 16);
354 this.scrollRoll.TabIndex = 12;
355 this.scrollRoll.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
356 //
357 // scrollPitch
358 //
359 this.scrollPitch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
360 this.scrollPitch.Location = new System.Drawing.Point(57, 35);
361 this.scrollPitch.Maximum = 360;
362 this.scrollPitch.Name = "scrollPitch";
363 this.scrollPitch.Size = new System.Drawing.Size(442, 16);
364 this.scrollPitch.TabIndex = 13;
365 this.scrollPitch.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
366 //
367 // scrollYaw
368 //
369 this.scrollYaw.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
370 this.scrollYaw.Location = new System.Drawing.Point(57, 60);
371 this.scrollYaw.Maximum = 360;
372 this.scrollYaw.Name = "scrollYaw";
373 this.scrollYaw.Size = new System.Drawing.Size(442, 16);
374 this.scrollYaw.TabIndex = 14;
375 this.scrollYaw.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
376 //
377 // tabMorphs
378 //
379 this.tabMorphs.Controls.Add(this.splitContainer2);
380 this.tabMorphs.Location = new System.Drawing.Point(4, 22);
381 this.tabMorphs.Name = "tabMorphs";
382 this.tabMorphs.Padding = new System.Windows.Forms.Padding(3);
383 this.tabMorphs.Size = new System.Drawing.Size(547, 627);
384 this.tabMorphs.TabIndex = 0;
385 this.tabMorphs.Text = "Morphs";
386 this.tabMorphs.UseVisualStyleBackColor = true;
387 //
388 // splitContainer2
389 //
390 this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
391 this.splitContainer2.Location = new System.Drawing.Point(3, 3);
392 this.splitContainer2.Name = "splitContainer2";
393 //
394 // splitContainer2.Panel1
395 //
396 this.splitContainer2.Panel1.Controls.Add(this.lstMorphs);
397 this.splitContainer2.Size = new System.Drawing.Size(541, 621);
398 this.splitContainer2.SplitterDistance = 180;
399 this.splitContainer2.TabIndex = 0;
400 //
401 // lstMorphs
402 //
403 this.lstMorphs.Dock = System.Windows.Forms.DockStyle.Fill;
404 this.lstMorphs.FormattingEnabled = true;
405 this.lstMorphs.Location = new System.Drawing.Point(0, 0);
406 this.lstMorphs.Name = "lstMorphs";
407 this.lstMorphs.Size = new System.Drawing.Size(180, 615);
408 this.lstMorphs.TabIndex = 0;
409 //
410 // tabTextures
411 //
412 this.tabTextures.Controls.Add(this.tableLayoutPanel1);
413 this.tabTextures.Location = new System.Drawing.Point(4, 22);
414 this.tabTextures.Name = "tabTextures";
415 this.tabTextures.Padding = new System.Windows.Forms.Padding(3);
416 this.tabTextures.Size = new System.Drawing.Size(547, 627);
417 this.tabTextures.TabIndex = 1;
418 this.tabTextures.Text = "Textures";
419 this.tabTextures.UseVisualStyleBackColor = true;
420 //
421 // tableLayoutPanel1
422 //
423 this.tableLayoutPanel1.ColumnCount = 1;
424 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
425 this.tableLayoutPanel1.Controls.Add(this.lblSkirt, 0, 8);
426 this.tableLayoutPanel1.Controls.Add(this.lblLower, 0, 6);
427 this.tableLayoutPanel1.Controls.Add(this.lblUpper, 0, 4);
428 this.tableLayoutPanel1.Controls.Add(this.lblEyes, 0, 2);
429 this.tableLayoutPanel1.Controls.Add(this.lblHead, 0, 0);
430 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
431 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 3);
432 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel3, 0, 5);
433 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 0, 7);
434 this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel5, 0, 9);
435 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
436 this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
437 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
438 this.tableLayoutPanel1.RowCount = 10;
439 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
440 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
441 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
442 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
443 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
444 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
445 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
446 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
447 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
448 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
449 this.tableLayoutPanel1.Size = new System.Drawing.Size(541, 621);
450 this.tableLayoutPanel1.TabIndex = 0;
451 //
452 // lblSkirt
453 //
454 this.lblSkirt.AutoSize = true;
455 this.lblSkirt.Dock = System.Windows.Forms.DockStyle.Left;
456 this.lblSkirt.Location = new System.Drawing.Point(3, 526);
457 this.lblSkirt.Name = "lblSkirt";
458 this.lblSkirt.Size = new System.Drawing.Size(28, 20);
459 this.lblSkirt.TabIndex = 12;
460 this.lblSkirt.Text = "Skirt";
461 this.lblSkirt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
462 //
463 // lblLower
464 //
465 this.lblLower.AutoSize = true;
466 this.lblLower.Dock = System.Windows.Forms.DockStyle.Left;
467 this.lblLower.Location = new System.Drawing.Point(3, 358);
468 this.lblLower.Name = "lblLower";
469 this.lblLower.Size = new System.Drawing.Size(36, 20);
470 this.lblLower.TabIndex = 10;
471 this.lblLower.Text = "Lower";
472 this.lblLower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
473 //
474 // lblUpper
475 //
476 this.lblUpper.AutoSize = true;
477 this.lblUpper.Dock = System.Windows.Forms.DockStyle.Left;
478 this.lblUpper.Location = new System.Drawing.Point(3, 190);
479 this.lblUpper.Name = "lblUpper";
480 this.lblUpper.Size = new System.Drawing.Size(36, 20);
481 this.lblUpper.TabIndex = 8;
482 this.lblUpper.Text = "Upper";
483 this.lblUpper.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
484 //
485 // lblEyes
486 //
487 this.lblEyes.AutoSize = true;
488 this.lblEyes.Dock = System.Windows.Forms.DockStyle.Left;
489 this.lblEyes.Location = new System.Drawing.Point(3, 95);
490 this.lblEyes.Name = "lblEyes";
491 this.lblEyes.Size = new System.Drawing.Size(30, 20);
492 this.lblEyes.TabIndex = 6;
493 this.lblEyes.Text = "Eyes";
494 this.lblEyes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
495 //
496 // lblHead
497 //
498 this.lblHead.AutoSize = true;
499 this.lblHead.Dock = System.Windows.Forms.DockStyle.Left;
500 this.lblHead.Location = new System.Drawing.Point(3, 0);
501 this.lblHead.Name = "lblHead";
502 this.lblHead.Size = new System.Drawing.Size(33, 20);
503 this.lblHead.TabIndex = 0;
504 this.lblHead.Text = "Head";
505 this.lblHead.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
506 //
507 // flowLayoutPanel1
508 //
509 this.flowLayoutPanel1.Controls.Add(this.picHeadBodypaint);
510 this.flowLayoutPanel1.Controls.Add(this.label1);
511 this.flowLayoutPanel1.Controls.Add(this.picHair);
512 this.flowLayoutPanel1.Controls.Add(this.label2);
513 this.flowLayoutPanel1.Controls.Add(this.picHeadBake);
514 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
515 this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 23);
516 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
517 this.flowLayoutPanel1.Size = new System.Drawing.Size(535, 69);
518 this.flowLayoutPanel1.TabIndex = 13;
519 //
520 // picHeadBodypaint
521 //
522 this.picHeadBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
523 this.picHeadBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
524 this.picHeadBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
525 this.picHeadBodypaint.Location = new System.Drawing.Point(3, 3);
526 this.picHeadBodypaint.Name = "picHeadBodypaint";
527 this.picHeadBodypaint.Size = new System.Drawing.Size(64, 64);
528 this.picHeadBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
529 this.picHeadBodypaint.TabIndex = 0;
530 this.picHeadBodypaint.TabStop = false;
531 this.picHeadBodypaint.Tag = "Head";
532 this.toolTip.SetToolTip(this.picHeadBodypaint, "Head Bodypaint");
533 this.picHeadBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
534 //
535 // label1
536 //
537 this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
538 this.label1.AutoSize = true;
539 this.label1.Location = new System.Drawing.Point(73, 0);
540 this.label1.Name = "label1";
541 this.label1.Size = new System.Drawing.Size(13, 70);
542 this.label1.TabIndex = 1;
543 this.label1.Text = "+";
544 this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
545 //
546 // picHair
547 //
548 this.picHair.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
549 this.picHair.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
550 this.picHair.Cursor = System.Windows.Forms.Cursors.Hand;
551 this.picHair.Location = new System.Drawing.Point(92, 3);
552 this.picHair.Name = "picHair";
553 this.picHair.Size = new System.Drawing.Size(64, 64);
554 this.picHair.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
555 this.picHair.TabIndex = 2;
556 this.picHair.TabStop = false;
557 this.picHair.Tag = "Head";
558 this.toolTip.SetToolTip(this.picHair, "Hair");
559 this.picHair.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
560 //
561 // label2
562 //
563 this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
564 this.label2.AutoSize = true;
565 this.label2.Location = new System.Drawing.Point(162, 0);
566 this.label2.Name = "label2";
567 this.label2.Size = new System.Drawing.Size(13, 70);
568 this.label2.TabIndex = 3;
569 this.label2.Text = "=";
570 this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
571 //
572 // picHeadBake
573 //
574 this.picHeadBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
575 this.picHeadBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
576 this.picHeadBake.Cursor = System.Windows.Forms.Cursors.Hand;
577 this.picHeadBake.Location = new System.Drawing.Point(181, 3);
578 this.picHeadBake.Name = "picHeadBake";
579 this.picHeadBake.Size = new System.Drawing.Size(64, 64);
580 this.picHeadBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
581 this.picHeadBake.TabIndex = 4;
582 this.picHeadBake.TabStop = false;
583 this.picHeadBake.Tag = "Bake";
584 this.toolTip.SetToolTip(this.picHeadBake, "Head Final Bake");
585 this.picHeadBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
586 //
587 // flowLayoutPanel2
588 //
589 this.flowLayoutPanel2.Controls.Add(this.picEyesBake);
590 this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
591 this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 118);
592 this.flowLayoutPanel2.Name = "flowLayoutPanel2";
593 this.flowLayoutPanel2.Size = new System.Drawing.Size(535, 69);
594 this.flowLayoutPanel2.TabIndex = 14;
595 //
596 // picEyesBake
597 //
598 this.picEyesBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
599 this.picEyesBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
600 this.picEyesBake.Cursor = System.Windows.Forms.Cursors.Hand;
601 this.picEyesBake.Location = new System.Drawing.Point(3, 3);
602 this.picEyesBake.Name = "picEyesBake";
603 this.picEyesBake.Size = new System.Drawing.Size(64, 64);
604 this.picEyesBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
605 this.picEyesBake.TabIndex = 1;
606 this.picEyesBake.TabStop = false;
607 this.picEyesBake.Tag = "Bake";
608 this.toolTip.SetToolTip(this.picEyesBake, "Eyes Final Bake");
609 this.picEyesBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
610 //
611 // flowLayoutPanel3
612 //
613 this.flowLayoutPanel3.Controls.Add(this.picUpperBodypaint);
614 this.flowLayoutPanel3.Controls.Add(this.label3);
615 this.flowLayoutPanel3.Controls.Add(this.picUpperGloves);
616 this.flowLayoutPanel3.Controls.Add(this.label4);
617 this.flowLayoutPanel3.Controls.Add(this.picUpperUndershirt);
618 this.flowLayoutPanel3.Controls.Add(this.label5);
619 this.flowLayoutPanel3.Controls.Add(this.picUpperShirt);
620 this.flowLayoutPanel3.Controls.Add(this.label6);
621 this.flowLayoutPanel3.Controls.Add(this.picUpperJacket);
622 this.flowLayoutPanel3.Controls.Add(this.label7);
623 this.flowLayoutPanel3.Controls.Add(this.picUpperBodyBake);
624 this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
625 this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 213);
626 this.flowLayoutPanel3.Name = "flowLayoutPanel3";
627 this.flowLayoutPanel3.Size = new System.Drawing.Size(535, 142);
628 this.flowLayoutPanel3.TabIndex = 15;
629 //
630 // picUpperBodypaint
631 //
632 this.picUpperBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
633 this.picUpperBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
634 this.picUpperBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
635 this.picUpperBodypaint.Location = new System.Drawing.Point(3, 3);
636 this.picUpperBodypaint.Name = "picUpperBodypaint";
637 this.picUpperBodypaint.Size = new System.Drawing.Size(64, 64);
638 this.picUpperBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
639 this.picUpperBodypaint.TabIndex = 3;
640 this.picUpperBodypaint.TabStop = false;
641 this.picUpperBodypaint.Tag = "Upper";
642 this.toolTip.SetToolTip(this.picUpperBodypaint, "Upper Bodypaint");
643 this.picUpperBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
644 //
645 // label3
646 //
647 this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
648 this.label3.AutoSize = true;
649 this.label3.Location = new System.Drawing.Point(73, 0);
650 this.label3.Name = "label3";
651 this.label3.Size = new System.Drawing.Size(13, 70);
652 this.label3.TabIndex = 4;
653 this.label3.Text = "+";
654 this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
655 //
656 // picUpperGloves
657 //
658 this.picUpperGloves.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
659 this.picUpperGloves.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
660 this.picUpperGloves.Cursor = System.Windows.Forms.Cursors.Hand;
661 this.picUpperGloves.Location = new System.Drawing.Point(92, 3);
662 this.picUpperGloves.Name = "picUpperGloves";
663 this.picUpperGloves.Size = new System.Drawing.Size(64, 64);
664 this.picUpperGloves.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
665 this.picUpperGloves.TabIndex = 5;
666 this.picUpperGloves.TabStop = false;
667 this.picUpperGloves.Tag = "Upper";
668 this.toolTip.SetToolTip(this.picUpperGloves, "Gloves");
669 this.picUpperGloves.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
670 //
671 // label4
672 //
673 this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
674 this.label4.AutoSize = true;
675 this.label4.Location = new System.Drawing.Point(162, 0);
676 this.label4.Name = "label4";
677 this.label4.Size = new System.Drawing.Size(13, 70);
678 this.label4.TabIndex = 6;
679 this.label4.Text = "+";
680 this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
681 //
682 // picUpperUndershirt
683 //
684 this.picUpperUndershirt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
685 this.picUpperUndershirt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
686 this.picUpperUndershirt.Cursor = System.Windows.Forms.Cursors.Hand;
687 this.picUpperUndershirt.Location = new System.Drawing.Point(181, 3);
688 this.picUpperUndershirt.Name = "picUpperUndershirt";
689 this.picUpperUndershirt.Size = new System.Drawing.Size(64, 64);
690 this.picUpperUndershirt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
691 this.picUpperUndershirt.TabIndex = 7;
692 this.picUpperUndershirt.TabStop = false;
693 this.picUpperUndershirt.Tag = "Upper";
694 this.toolTip.SetToolTip(this.picUpperUndershirt, "Undershirt");
695 this.picUpperUndershirt.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
696 //
697 // label5
698 //
699 this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
700 this.label5.AutoSize = true;
701 this.label5.Location = new System.Drawing.Point(251, 0);
702 this.label5.Name = "label5";
703 this.label5.Size = new System.Drawing.Size(13, 70);
704 this.label5.TabIndex = 8;
705 this.label5.Text = "+";
706 this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
707 //
708 // picUpperShirt
709 //
710 this.picUpperShirt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
711 this.picUpperShirt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
712 this.picUpperShirt.Cursor = System.Windows.Forms.Cursors.Hand;
713 this.picUpperShirt.Location = new System.Drawing.Point(270, 3);
714 this.picUpperShirt.Name = "picUpperShirt";
715 this.picUpperShirt.Size = new System.Drawing.Size(64, 64);
716 this.picUpperShirt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
717 this.picUpperShirt.TabIndex = 9;
718 this.picUpperShirt.TabStop = false;
719 this.picUpperShirt.Tag = "Upper";
720 this.toolTip.SetToolTip(this.picUpperShirt, "Shirt");
721 this.picUpperShirt.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
722 //
723 // label6
724 //
725 this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
726 this.label6.AutoSize = true;
727 this.label6.Location = new System.Drawing.Point(340, 0);
728 this.label6.Name = "label6";
729 this.label6.Size = new System.Drawing.Size(13, 70);
730 this.label6.TabIndex = 10;
731 this.label6.Text = "+";
732 this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
733 //
734 // picUpperJacket
735 //
736 this.picUpperJacket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
737 this.picUpperJacket.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
738 this.picUpperJacket.Cursor = System.Windows.Forms.Cursors.Hand;
739 this.picUpperJacket.Location = new System.Drawing.Point(359, 3);
740 this.picUpperJacket.Name = "picUpperJacket";
741 this.picUpperJacket.Size = new System.Drawing.Size(64, 64);
742 this.picUpperJacket.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
743 this.picUpperJacket.TabIndex = 11;
744 this.picUpperJacket.TabStop = false;
745 this.picUpperJacket.Tag = "Upper";
746 this.toolTip.SetToolTip(this.picUpperJacket, "Jacket");
747 this.picUpperJacket.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
748 //
749 // label7
750 //
751 this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
752 this.label7.AutoSize = true;
753 this.label7.Location = new System.Drawing.Point(429, 0);
754 this.label7.Name = "label7";
755 this.label7.Size = new System.Drawing.Size(13, 70);
756 this.label7.TabIndex = 12;
757 this.label7.Text = "=";
758 this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
759 //
760 // picUpperBodyBake
761 //
762 this.picUpperBodyBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
763 this.picUpperBodyBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
764 this.picUpperBodyBake.Cursor = System.Windows.Forms.Cursors.Hand;
765 this.picUpperBodyBake.Location = new System.Drawing.Point(448, 3);
766 this.picUpperBodyBake.Name = "picUpperBodyBake";
767 this.picUpperBodyBake.Size = new System.Drawing.Size(64, 64);
768 this.picUpperBodyBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
769 this.picUpperBodyBake.TabIndex = 13;
770 this.picUpperBodyBake.TabStop = false;
771 this.picUpperBodyBake.Tag = "Bake";
772 this.toolTip.SetToolTip(this.picUpperBodyBake, "Upper Final Bake");
773 this.picUpperBodyBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
774 //
775 // flowLayoutPanel4
776 //
777 this.flowLayoutPanel4.Controls.Add(this.picLowerBodypaint);
778 this.flowLayoutPanel4.Controls.Add(this.label8);
779 this.flowLayoutPanel4.Controls.Add(this.picLowerUnderpants);
780 this.flowLayoutPanel4.Controls.Add(this.label9);
781 this.flowLayoutPanel4.Controls.Add(this.picLowerSocks);
782 this.flowLayoutPanel4.Controls.Add(this.label10);
783 this.flowLayoutPanel4.Controls.Add(this.picLowerShoes);
784 this.flowLayoutPanel4.Controls.Add(this.label11);
785 this.flowLayoutPanel4.Controls.Add(this.picLowerPants);
786 this.flowLayoutPanel4.Controls.Add(this.label12);
787 this.flowLayoutPanel4.Controls.Add(this.picLowerJacket);
788 this.flowLayoutPanel4.Controls.Add(this.label13);
789 this.flowLayoutPanel4.Controls.Add(this.picLowerBodyBake);
790 this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
791 this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 381);
792 this.flowLayoutPanel4.Name = "flowLayoutPanel4";
793 this.flowLayoutPanel4.Size = new System.Drawing.Size(535, 142);
794 this.flowLayoutPanel4.TabIndex = 16;
795 //
796 // picLowerBodypaint
797 //
798 this.picLowerBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
799 this.picLowerBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
800 this.picLowerBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
801 this.picLowerBodypaint.Location = new System.Drawing.Point(3, 3);
802 this.picLowerBodypaint.Name = "picLowerBodypaint";
803 this.picLowerBodypaint.Size = new System.Drawing.Size(64, 64);
804 this.picLowerBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
805 this.picLowerBodypaint.TabIndex = 14;
806 this.picLowerBodypaint.TabStop = false;
807 this.picLowerBodypaint.Tag = "Lower";
808 this.toolTip.SetToolTip(this.picLowerBodypaint, "Lower Bodypaint");
809 this.picLowerBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
810 //
811 // label8
812 //
813 this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
814 this.label8.AutoSize = true;
815 this.label8.Location = new System.Drawing.Point(73, 0);
816 this.label8.Name = "label8";
817 this.label8.Size = new System.Drawing.Size(13, 70);
818 this.label8.TabIndex = 15;
819 this.label8.Text = "+";
820 this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
821 //
822 // picLowerUnderpants
823 //
824 this.picLowerUnderpants.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
825 this.picLowerUnderpants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
826 this.picLowerUnderpants.Cursor = System.Windows.Forms.Cursors.Hand;
827 this.picLowerUnderpants.Location = new System.Drawing.Point(92, 3);
828 this.picLowerUnderpants.Name = "picLowerUnderpants";
829 this.picLowerUnderpants.Size = new System.Drawing.Size(64, 64);
830 this.picLowerUnderpants.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
831 this.picLowerUnderpants.TabIndex = 16;
832 this.picLowerUnderpants.TabStop = false;
833 this.picLowerUnderpants.Tag = "Lower";
834 this.toolTip.SetToolTip(this.picLowerUnderpants, "Underpants");
835 this.picLowerUnderpants.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
836 //
837 // label9
838 //
839 this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
840 this.label9.AutoSize = true;
841 this.label9.Location = new System.Drawing.Point(162, 0);
842 this.label9.Name = "label9";
843 this.label9.Size = new System.Drawing.Size(13, 70);
844 this.label9.TabIndex = 17;
845 this.label9.Text = "+";
846 this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
847 //
848 // picLowerSocks
849 //
850 this.picLowerSocks.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
851 this.picLowerSocks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
852 this.picLowerSocks.Cursor = System.Windows.Forms.Cursors.Hand;
853 this.picLowerSocks.Location = new System.Drawing.Point(181, 3);
854 this.picLowerSocks.Name = "picLowerSocks";
855 this.picLowerSocks.Size = new System.Drawing.Size(64, 64);
856 this.picLowerSocks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
857 this.picLowerSocks.TabIndex = 18;
858 this.picLowerSocks.TabStop = false;
859 this.picLowerSocks.Tag = "Lower";
860 this.toolTip.SetToolTip(this.picLowerSocks, "Socks");
861 this.picLowerSocks.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
862 //
863 // label10
864 //
865 this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
866 this.label10.AutoSize = true;
867 this.label10.Location = new System.Drawing.Point(251, 0);
868 this.label10.Name = "label10";
869 this.label10.Size = new System.Drawing.Size(13, 70);
870 this.label10.TabIndex = 19;
871 this.label10.Text = "+";
872 this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
873 //
874 // picLowerShoes
875 //
876 this.picLowerShoes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
877 this.picLowerShoes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
878 this.picLowerShoes.Cursor = System.Windows.Forms.Cursors.Hand;
879 this.picLowerShoes.Location = new System.Drawing.Point(270, 3);
880 this.picLowerShoes.Name = "picLowerShoes";
881 this.picLowerShoes.Size = new System.Drawing.Size(64, 64);
882 this.picLowerShoes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
883 this.picLowerShoes.TabIndex = 20;
884 this.picLowerShoes.TabStop = false;
885 this.picLowerShoes.Tag = "Lower";
886 this.toolTip.SetToolTip(this.picLowerShoes, "Shoes");
887 this.picLowerShoes.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
888 //
889 // label11
890 //
891 this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
892 this.label11.AutoSize = true;
893 this.label11.Location = new System.Drawing.Point(340, 0);
894 this.label11.Name = "label11";
895 this.label11.Size = new System.Drawing.Size(13, 70);
896 this.label11.TabIndex = 21;
897 this.label11.Text = "+";
898 this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
899 //
900 // picLowerPants
901 //
902 this.picLowerPants.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
903 this.picLowerPants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
904 this.picLowerPants.Cursor = System.Windows.Forms.Cursors.Hand;
905 this.picLowerPants.Location = new System.Drawing.Point(359, 3);
906 this.picLowerPants.Name = "picLowerPants";
907 this.picLowerPants.Size = new System.Drawing.Size(64, 64);
908 this.picLowerPants.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
909 this.picLowerPants.TabIndex = 22;
910 this.picLowerPants.TabStop = false;
911 this.picLowerPants.Tag = "Lower";
912 this.toolTip.SetToolTip(this.picLowerPants, "Pants");
913 this.picLowerPants.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
914 //
915 // label12
916 //
917 this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
918 this.label12.AutoSize = true;
919 this.label12.Location = new System.Drawing.Point(429, 0);
920 this.label12.Name = "label12";
921 this.label12.Size = new System.Drawing.Size(13, 70);
922 this.label12.TabIndex = 23;
923 this.label12.Text = "+";
924 this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
925 //
926 // picLowerJacket
927 //
928 this.picLowerJacket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
929 this.picLowerJacket.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
930 this.picLowerJacket.Cursor = System.Windows.Forms.Cursors.Hand;
931 this.picLowerJacket.Location = new System.Drawing.Point(448, 3);
932 this.picLowerJacket.Name = "picLowerJacket";
933 this.picLowerJacket.Size = new System.Drawing.Size(64, 64);
934 this.picLowerJacket.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
935 this.picLowerJacket.TabIndex = 24;
936 this.picLowerJacket.TabStop = false;
937 this.picLowerJacket.Tag = "Lower";
938 this.toolTip.SetToolTip(this.picLowerJacket, "Jacket");
939 this.picLowerJacket.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
940 //
941 // label13
942 //
943 this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
944 this.label13.AutoSize = true;
945 this.label13.Location = new System.Drawing.Point(518, 0);
946 this.label13.Name = "label13";
947 this.label13.Size = new System.Drawing.Size(13, 70);
948 this.label13.TabIndex = 25;
949 this.label13.Text = "=";
950 this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
951 //
952 // picLowerBodyBake
953 //
954 this.picLowerBodyBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
955 this.picLowerBodyBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
956 this.picLowerBodyBake.Cursor = System.Windows.Forms.Cursors.Hand;
957 this.picLowerBodyBake.Location = new System.Drawing.Point(3, 73);
958 this.picLowerBodyBake.Name = "picLowerBodyBake";
959 this.picLowerBodyBake.Size = new System.Drawing.Size(64, 64);
960 this.picLowerBodyBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
961 this.picLowerBodyBake.TabIndex = 26;
962 this.picLowerBodyBake.TabStop = false;
963 this.picLowerBodyBake.Tag = "Bake";
964 this.toolTip.SetToolTip(this.picLowerBodyBake, "Lower Final Bake");
965 this.picLowerBodyBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
966 //
967 // flowLayoutPanel5
968 //
969 this.flowLayoutPanel5.Controls.Add(this.picSkirtBake);
970 this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
971 this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 549);
972 this.flowLayoutPanel5.Name = "flowLayoutPanel5";
973 this.flowLayoutPanel5.Size = new System.Drawing.Size(535, 69);
974 this.flowLayoutPanel5.TabIndex = 17;
975 //
976 // picSkirtBake
977 //
978 this.picSkirtBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
979 this.picSkirtBake.Location = new System.Drawing.Point(3, 3);
980 this.picSkirtBake.Name = "picSkirtBake";
981 this.picSkirtBake.Size = new System.Drawing.Size(64, 64);
982 this.picSkirtBake.TabIndex = 2;
983 this.picSkirtBake.TabStop = false;
984 this.picSkirtBake.Tag = "Bake";
985 this.toolTip.SetToolTip(this.picSkirtBake, "Skirt Final Bake");
986 //
987 // tabAnimations
988 //
989 this.tabAnimations.Controls.Add(this.button1);
990 this.tabAnimations.Controls.Add(this.label14);
991 this.tabAnimations.Controls.Add(this.textBox1);
992 this.tabAnimations.Location = new System.Drawing.Point(4, 22);
993 this.tabAnimations.Name = "tabAnimations";
994 this.tabAnimations.Size = new System.Drawing.Size(547, 627);
995 this.tabAnimations.TabIndex = 2;
996 this.tabAnimations.Text = "Animations";
997 this.tabAnimations.UseVisualStyleBackColor = true;
998 //
999 // button1
1000 //
1001 this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
1002 this.button1.Location = new System.Drawing.Point(464, 20);
1003 this.button1.Name = "button1";
1004 this.button1.Size = new System.Drawing.Size(75, 23);
1005 this.button1.TabIndex = 2;
1006 this.button1.Text = "Browse...";
1007 this.button1.UseVisualStyleBackColor = true;
1008 //
1009 // label14
1010 //
1011 this.label14.AutoSize = true;
1012 this.label14.Location = new System.Drawing.Point(7, 7);
1013 this.label14.Name = "label14";
1014 this.label14.Size = new System.Drawing.Size(168, 13);
1015 this.label14.TabIndex = 1;
1016 this.label14.Text = "Animation File (.animation or .bvh):";
1017 //
1018 // textBox1
1019 //
1020 this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
1021 | System.Windows.Forms.AnchorStyles.Right)));
1022 this.textBox1.Location = new System.Drawing.Point(10, 23);
1023 this.textBox1.Name = "textBox1";
1024 this.textBox1.Size = new System.Drawing.Size(448, 20);
1025 this.textBox1.TabIndex = 0;
1026 //
1027 // skirtToolStripMenuItem
1028 //
1029 this.skirtToolStripMenuItem.Name = "skirtToolStripMenuItem";
1030 this.skirtToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1031 this.skirtToolStripMenuItem.Text = "Skirt";
1032 this.skirtToolStripMenuItem.Click += new System.EventHandler(this.skirtToolStripMenuItem_Click);
1033 //
1034 // frmAvatar
1035 //
1036 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
1037 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
1038 this.ClientSize = new System.Drawing.Size(1117, 677);
1039 this.Controls.Add(this.splitContainer1);
1040 this.Controls.Add(this.menu);
1041 this.Name = "frmAvatar";
1042 this.Text = "Avatar Preview";
1043 this.menu.ResumeLayout(false);
1044 this.menu.PerformLayout();
1045 this.splitContainer1.Panel1.ResumeLayout(false);
1046 this.splitContainer1.Panel2.ResumeLayout(false);
1047 this.splitContainer1.ResumeLayout(false);
1048 this.tabControl.ResumeLayout(false);
1049 this.tavView.ResumeLayout(false);
1050 this.tavView.PerformLayout();
1051 this.tabMorphs.ResumeLayout(false);
1052 this.splitContainer2.Panel1.ResumeLayout(false);
1053 this.splitContainer2.ResumeLayout(false);
1054 this.tabTextures.ResumeLayout(false);
1055 this.tableLayoutPanel1.ResumeLayout(false);
1056 this.tableLayoutPanel1.PerformLayout();
1057 this.flowLayoutPanel1.ResumeLayout(false);
1058 this.flowLayoutPanel1.PerformLayout();
1059 ((System.ComponentModel.ISupportInitialize)(this.picHeadBodypaint)).EndInit();
1060 ((System.ComponentModel.ISupportInitialize)(this.picHair)).EndInit();
1061 ((System.ComponentModel.ISupportInitialize)(this.picHeadBake)).EndInit();
1062 this.flowLayoutPanel2.ResumeLayout(false);
1063 ((System.ComponentModel.ISupportInitialize)(this.picEyesBake)).EndInit();
1064 this.flowLayoutPanel3.ResumeLayout(false);
1065 this.flowLayoutPanel3.PerformLayout();
1066 ((System.ComponentModel.ISupportInitialize)(this.picUpperBodypaint)).EndInit();
1067 ((System.ComponentModel.ISupportInitialize)(this.picUpperGloves)).EndInit();
1068 ((System.ComponentModel.ISupportInitialize)(this.picUpperUndershirt)).EndInit();
1069 ((System.ComponentModel.ISupportInitialize)(this.picUpperShirt)).EndInit();
1070 ((System.ComponentModel.ISupportInitialize)(this.picUpperJacket)).EndInit();
1071 ((System.ComponentModel.ISupportInitialize)(this.picUpperBodyBake)).EndInit();
1072 this.flowLayoutPanel4.ResumeLayout(false);
1073 this.flowLayoutPanel4.PerformLayout();
1074 ((System.ComponentModel.ISupportInitialize)(this.picLowerBodypaint)).EndInit();
1075 ((System.ComponentModel.ISupportInitialize)(this.picLowerUnderpants)).EndInit();
1076 ((System.ComponentModel.ISupportInitialize)(this.picLowerSocks)).EndInit();
1077 ((System.ComponentModel.ISupportInitialize)(this.picLowerShoes)).EndInit();
1078 ((System.ComponentModel.ISupportInitialize)(this.picLowerPants)).EndInit();
1079 ((System.ComponentModel.ISupportInitialize)(this.picLowerJacket)).EndInit();
1080 ((System.ComponentModel.ISupportInitialize)(this.picLowerBodyBake)).EndInit();
1081 this.flowLayoutPanel5.ResumeLayout(false);
1082 ((System.ComponentModel.ISupportInitialize)(this.picSkirtBake)).EndInit();
1083 this.tabAnimations.ResumeLayout(false);
1084 this.tabAnimations.PerformLayout();
1085 this.ResumeLayout(false);
1086 this.PerformLayout();
1087  
1088 }
1089  
1090 #endregion
1091  
1092 private System.Windows.Forms.MenuStrip menu;
1093 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
1094 private System.Windows.Forms.ToolStripMenuItem opToolStripMenuItem;
1095 private System.Windows.Forms.ToolStripMenuItem lindenLabMeshToolStripMenuItem;
1096 private System.Windows.Forms.ToolStripMenuItem textureToolStripMenuItem;
1097 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
1098 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
1099 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
1100 private System.Windows.Forms.ToolStripMenuItem wireframeToolStripMenuItem;
1101 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
1102 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
1103 private System.Windows.Forms.SplitContainer splitContainer1;
1104 private Tao.Platform.Windows.SimpleOpenGlControl glControl;
1105 private System.Windows.Forms.TabControl tabControl;
1106 private System.Windows.Forms.TabPage tabMorphs;
1107 private System.Windows.Forms.TabPage tabTextures;
1108 private System.Windows.Forms.TabPage tabAnimations;
1109 private System.Windows.Forms.SplitContainer splitContainer2;
1110 private System.Windows.Forms.ListBox lstMorphs;
1111 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
1112 private System.Windows.Forms.Label lblUpper;
1113 private System.Windows.Forms.Label lblEyes;
1114 private System.Windows.Forms.Label lblHead;
1115 private System.Windows.Forms.Label lblSkirt;
1116 private System.Windows.Forms.Label lblLower;
1117 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
1118 private System.Windows.Forms.PictureBox picHeadBodypaint;
1119 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
1120 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
1121 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
1122 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
1123 private System.Windows.Forms.Label label1;
1124 private System.Windows.Forms.PictureBox picHair;
1125 private System.Windows.Forms.Label label2;
1126 private System.Windows.Forms.PictureBox picHeadBake;
1127 private System.Windows.Forms.PictureBox picEyesBake;
1128 private System.Windows.Forms.PictureBox picUpperBodypaint;
1129 private System.Windows.Forms.Label label3;
1130 private System.Windows.Forms.PictureBox picUpperGloves;
1131 private System.Windows.Forms.Label label4;
1132 private System.Windows.Forms.PictureBox picUpperUndershirt;
1133 private System.Windows.Forms.Label label5;
1134 private System.Windows.Forms.PictureBox picUpperShirt;
1135 private System.Windows.Forms.Label label6;
1136 private System.Windows.Forms.PictureBox picUpperJacket;
1137 private System.Windows.Forms.Label label7;
1138 private System.Windows.Forms.PictureBox picUpperBodyBake;
1139 private System.Windows.Forms.PictureBox picLowerBodypaint;
1140 private System.Windows.Forms.Label label8;
1141 private System.Windows.Forms.PictureBox picLowerUnderpants;
1142 private System.Windows.Forms.Label label9;
1143 private System.Windows.Forms.PictureBox picLowerSocks;
1144 private System.Windows.Forms.Label label10;
1145 private System.Windows.Forms.PictureBox picLowerShoes;
1146 private System.Windows.Forms.Label label11;
1147 private System.Windows.Forms.PictureBox picLowerPants;
1148 private System.Windows.Forms.Label label12;
1149 private System.Windows.Forms.PictureBox picLowerJacket;
1150 private System.Windows.Forms.Label label13;
1151 private System.Windows.Forms.PictureBox picLowerBodyBake;
1152 private System.Windows.Forms.PictureBox picSkirtBake;
1153 private System.Windows.Forms.Button button1;
1154 private System.Windows.Forms.Label label14;
1155 private System.Windows.Forms.TextBox textBox1;
1156 private System.Windows.Forms.TabPage tavView;
1157 private System.Windows.Forms.HScrollBar scrollRoll;
1158 private System.Windows.Forms.HScrollBar scrollPitch;
1159 private System.Windows.Forms.HScrollBar scrollYaw;
1160 private System.Windows.Forms.HScrollBar scrollZoom;
1161 private System.Windows.Forms.Label label18;
1162 private System.Windows.Forms.Label label17;
1163 private System.Windows.Forms.Label label16;
1164 private System.Windows.Forms.Label label15;
1165 private System.Windows.Forms.ToolStripMenuItem skirtToolStripMenuItem;
1166 private System.Windows.Forms.ToolTip toolTip;
1167 }
1168 }
1169