* Added AvatarPreview to trunk * Switched from OpenSim Prebuild.exe to latest official SVN checkout * Replaced Exe with WinExe where appropriate in prebuild.xml git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1983 52acb1d6-8a22-11de-b505-999d5b087335
1170 lines
66 KiB
C#
1170 lines
66 KiB
C#
namespace AvatarPreview
|
|
{
|
|
partial class frmAvatar
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.menu = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.opToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.lindenLabMeshToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.textureToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.wireframeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
|
this.glControl = new Tao.Platform.Windows.SimpleOpenGlControl();
|
|
this.tabControl = new System.Windows.Forms.TabControl();
|
|
this.tavView = new System.Windows.Forms.TabPage();
|
|
this.scrollZoom = new System.Windows.Forms.HScrollBar();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.scrollRoll = new System.Windows.Forms.HScrollBar();
|
|
this.scrollPitch = new System.Windows.Forms.HScrollBar();
|
|
this.scrollYaw = new System.Windows.Forms.HScrollBar();
|
|
this.tabMorphs = new System.Windows.Forms.TabPage();
|
|
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
|
|
this.lstMorphs = new System.Windows.Forms.ListBox();
|
|
this.tabTextures = new System.Windows.Forms.TabPage();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.lblSkirt = new System.Windows.Forms.Label();
|
|
this.lblLower = new System.Windows.Forms.Label();
|
|
this.lblUpper = new System.Windows.Forms.Label();
|
|
this.lblEyes = new System.Windows.Forms.Label();
|
|
this.lblHead = new System.Windows.Forms.Label();
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.picHeadBodypaint = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.picHair = new System.Windows.Forms.PictureBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.picHeadBake = new System.Windows.Forms.PictureBox();
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.picEyesBake = new System.Windows.Forms.PictureBox();
|
|
this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.picUpperBodypaint = new System.Windows.Forms.PictureBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.picUpperGloves = new System.Windows.Forms.PictureBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.picUpperUndershirt = new System.Windows.Forms.PictureBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.picUpperShirt = new System.Windows.Forms.PictureBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.picUpperJacket = new System.Windows.Forms.PictureBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.picUpperBodyBake = new System.Windows.Forms.PictureBox();
|
|
this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.picLowerBodypaint = new System.Windows.Forms.PictureBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.picLowerUnderpants = new System.Windows.Forms.PictureBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.picLowerSocks = new System.Windows.Forms.PictureBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.picLowerShoes = new System.Windows.Forms.PictureBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.picLowerPants = new System.Windows.Forms.PictureBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.picLowerJacket = new System.Windows.Forms.PictureBox();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.picLowerBodyBake = new System.Windows.Forms.PictureBox();
|
|
this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.picSkirtBake = new System.Windows.Forms.PictureBox();
|
|
this.tabAnimations = new System.Windows.Forms.TabPage();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.skirtToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
|
this.menu.SuspendLayout();
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
this.splitContainer1.SuspendLayout();
|
|
this.tabControl.SuspendLayout();
|
|
this.tavView.SuspendLayout();
|
|
this.tabMorphs.SuspendLayout();
|
|
this.splitContainer2.Panel1.SuspendLayout();
|
|
this.splitContainer2.SuspendLayout();
|
|
this.tabTextures.SuspendLayout();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.flowLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHeadBodypaint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHair)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHeadBake)).BeginInit();
|
|
this.flowLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picEyesBake)).BeginInit();
|
|
this.flowLayoutPanel3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperBodypaint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperGloves)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperUndershirt)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperShirt)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperJacket)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperBodyBake)).BeginInit();
|
|
this.flowLayoutPanel4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerBodypaint)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerUnderpants)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerSocks)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerShoes)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerPants)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerJacket)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerBodyBake)).BeginInit();
|
|
this.flowLayoutPanel5.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picSkirtBake)).BeginInit();
|
|
this.tabAnimations.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menu
|
|
//
|
|
this.menu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.viewToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
this.menu.Location = new System.Drawing.Point(0, 0);
|
|
this.menu.Name = "menu";
|
|
this.menu.Size = new System.Drawing.Size(1117, 24);
|
|
this.menu.TabIndex = 1;
|
|
this.menu.Text = "menu";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.opToolStripMenuItem,
|
|
this.toolStripMenuItem2,
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
|
|
this.fileToolStripMenuItem.Text = "File";
|
|
//
|
|
// opToolStripMenuItem
|
|
//
|
|
this.opToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.lindenLabMeshToolStripMenuItem,
|
|
this.textureToolStripMenuItem});
|
|
this.opToolStripMenuItem.Name = "opToolStripMenuItem";
|
|
this.opToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
|
|
this.opToolStripMenuItem.Text = "Open";
|
|
//
|
|
// lindenLabMeshToolStripMenuItem
|
|
//
|
|
this.lindenLabMeshToolStripMenuItem.Name = "lindenLabMeshToolStripMenuItem";
|
|
this.lindenLabMeshToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
|
|
this.lindenLabMeshToolStripMenuItem.Text = "Avatar";
|
|
this.lindenLabMeshToolStripMenuItem.Click += new System.EventHandler(this.lindenLabMeshToolStripMenuItem_Click);
|
|
//
|
|
// textureToolStripMenuItem
|
|
//
|
|
this.textureToolStripMenuItem.Name = "textureToolStripMenuItem";
|
|
this.textureToolStripMenuItem.Size = new System.Drawing.Size(123, 22);
|
|
this.textureToolStripMenuItem.Text = "Texture";
|
|
this.textureToolStripMenuItem.Click += new System.EventHandler(this.textureToolStripMenuItem_Click);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(108, 6);
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(111, 22);
|
|
this.exitToolStripMenuItem.Text = "Exit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
|
|
//
|
|
// viewToolStripMenuItem
|
|
//
|
|
this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.wireframeToolStripMenuItem,
|
|
this.skirtToolStripMenuItem});
|
|
this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
|
|
this.viewToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
|
|
this.viewToolStripMenuItem.Text = "View";
|
|
//
|
|
// wireframeToolStripMenuItem
|
|
//
|
|
this.wireframeToolStripMenuItem.Checked = true;
|
|
this.wireframeToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.wireframeToolStripMenuItem.Name = "wireframeToolStripMenuItem";
|
|
this.wireframeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.wireframeToolStripMenuItem.Text = "Wireframe";
|
|
this.wireframeToolStripMenuItem.Click += new System.EventHandler(this.wireframeToolStripMenuItem_Click);
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.aboutToolStripMenuItem});
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(40, 20);
|
|
this.helpToolStripMenuItem.Text = "Help";
|
|
//
|
|
// aboutToolStripMenuItem
|
|
//
|
|
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
|
|
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
|
this.aboutToolStripMenuItem.Text = "About";
|
|
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
|
|
//
|
|
// splitContainer1
|
|
//
|
|
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer1.Location = new System.Drawing.Point(0, 24);
|
|
this.splitContainer1.Name = "splitContainer1";
|
|
//
|
|
// splitContainer1.Panel1
|
|
//
|
|
this.splitContainer1.Panel1.Controls.Add(this.glControl);
|
|
//
|
|
// splitContainer1.Panel2
|
|
//
|
|
this.splitContainer1.Panel2.Controls.Add(this.tabControl);
|
|
this.splitContainer1.Size = new System.Drawing.Size(1117, 653);
|
|
this.splitContainer1.SplitterDistance = 558;
|
|
this.splitContainer1.TabIndex = 2;
|
|
//
|
|
// glControl
|
|
//
|
|
this.glControl.AccumBits = ((byte)(0));
|
|
this.glControl.AutoCheckErrors = false;
|
|
this.glControl.AutoFinish = false;
|
|
this.glControl.AutoMakeCurrent = true;
|
|
this.glControl.AutoSwapBuffers = true;
|
|
this.glControl.BackColor = System.Drawing.Color.Black;
|
|
this.glControl.ColorBits = ((byte)(32));
|
|
this.glControl.DepthBits = ((byte)(16));
|
|
this.glControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.glControl.Location = new System.Drawing.Point(0, 0);
|
|
this.glControl.Name = "glControl";
|
|
this.glControl.Size = new System.Drawing.Size(558, 653);
|
|
this.glControl.StencilBits = ((byte)(0));
|
|
this.glControl.TabIndex = 0;
|
|
this.glControl.Paint += new System.Windows.Forms.PaintEventHandler(this.glControl_Paint);
|
|
this.glControl.Resize += new System.EventHandler(this.glControl_Resize);
|
|
//
|
|
// tabControl
|
|
//
|
|
this.tabControl.Controls.Add(this.tavView);
|
|
this.tabControl.Controls.Add(this.tabMorphs);
|
|
this.tabControl.Controls.Add(this.tabTextures);
|
|
this.tabControl.Controls.Add(this.tabAnimations);
|
|
this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl.Location = new System.Drawing.Point(0, 0);
|
|
this.tabControl.Name = "tabControl";
|
|
this.tabControl.SelectedIndex = 0;
|
|
this.tabControl.Size = new System.Drawing.Size(555, 653);
|
|
this.tabControl.TabIndex = 0;
|
|
//
|
|
// tavView
|
|
//
|
|
this.tavView.Controls.Add(this.scrollZoom);
|
|
this.tavView.Controls.Add(this.label18);
|
|
this.tavView.Controls.Add(this.label17);
|
|
this.tavView.Controls.Add(this.label16);
|
|
this.tavView.Controls.Add(this.label15);
|
|
this.tavView.Controls.Add(this.scrollRoll);
|
|
this.tavView.Controls.Add(this.scrollPitch);
|
|
this.tavView.Controls.Add(this.scrollYaw);
|
|
this.tavView.Location = new System.Drawing.Point(4, 22);
|
|
this.tavView.Name = "tavView";
|
|
this.tavView.Size = new System.Drawing.Size(547, 627);
|
|
this.tavView.TabIndex = 3;
|
|
this.tavView.Text = "View";
|
|
this.tavView.UseVisualStyleBackColor = true;
|
|
//
|
|
// scrollZoom
|
|
//
|
|
this.scrollZoom.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.scrollZoom.Location = new System.Drawing.Point(57, 85);
|
|
this.scrollZoom.Minimum = -200;
|
|
this.scrollZoom.Name = "scrollZoom";
|
|
this.scrollZoom.Size = new System.Drawing.Size(442, 16);
|
|
this.scrollZoom.TabIndex = 25;
|
|
this.scrollZoom.Value = -50;
|
|
this.scrollZoom.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.AutoSize = true;
|
|
this.label18.Location = new System.Drawing.Point(11, 88);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(37, 13);
|
|
this.label18.TabIndex = 24;
|
|
this.label18.Text = "Zoom:";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.AutoSize = true;
|
|
this.label17.Location = new System.Drawing.Point(11, 63);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(31, 13);
|
|
this.label17.TabIndex = 23;
|
|
this.label17.Text = "Yaw:";
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.AutoSize = true;
|
|
this.label16.Location = new System.Drawing.Point(11, 38);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(34, 13);
|
|
this.label16.TabIndex = 22;
|
|
this.label16.Text = "Pitch:";
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.AutoSize = true;
|
|
this.label15.Location = new System.Drawing.Point(11, 10);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(28, 13);
|
|
this.label15.TabIndex = 21;
|
|
this.label15.Text = "Roll:";
|
|
//
|
|
// scrollRoll
|
|
//
|
|
this.scrollRoll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.scrollRoll.Location = new System.Drawing.Point(57, 10);
|
|
this.scrollRoll.Maximum = 360;
|
|
this.scrollRoll.Name = "scrollRoll";
|
|
this.scrollRoll.Size = new System.Drawing.Size(442, 16);
|
|
this.scrollRoll.TabIndex = 12;
|
|
this.scrollRoll.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
|
|
//
|
|
// scrollPitch
|
|
//
|
|
this.scrollPitch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.scrollPitch.Location = new System.Drawing.Point(57, 35);
|
|
this.scrollPitch.Maximum = 360;
|
|
this.scrollPitch.Name = "scrollPitch";
|
|
this.scrollPitch.Size = new System.Drawing.Size(442, 16);
|
|
this.scrollPitch.TabIndex = 13;
|
|
this.scrollPitch.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
|
|
//
|
|
// scrollYaw
|
|
//
|
|
this.scrollYaw.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.scrollYaw.Location = new System.Drawing.Point(57, 60);
|
|
this.scrollYaw.Maximum = 360;
|
|
this.scrollYaw.Name = "scrollYaw";
|
|
this.scrollYaw.Size = new System.Drawing.Size(442, 16);
|
|
this.scrollYaw.TabIndex = 14;
|
|
this.scrollYaw.ValueChanged += new System.EventHandler(this.scroll_ValueChanged);
|
|
//
|
|
// tabMorphs
|
|
//
|
|
this.tabMorphs.Controls.Add(this.splitContainer2);
|
|
this.tabMorphs.Location = new System.Drawing.Point(4, 22);
|
|
this.tabMorphs.Name = "tabMorphs";
|
|
this.tabMorphs.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabMorphs.Size = new System.Drawing.Size(547, 627);
|
|
this.tabMorphs.TabIndex = 0;
|
|
this.tabMorphs.Text = "Morphs";
|
|
this.tabMorphs.UseVisualStyleBackColor = true;
|
|
//
|
|
// splitContainer2
|
|
//
|
|
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainer2.Location = new System.Drawing.Point(3, 3);
|
|
this.splitContainer2.Name = "splitContainer2";
|
|
//
|
|
// splitContainer2.Panel1
|
|
//
|
|
this.splitContainer2.Panel1.Controls.Add(this.lstMorphs);
|
|
this.splitContainer2.Size = new System.Drawing.Size(541, 621);
|
|
this.splitContainer2.SplitterDistance = 180;
|
|
this.splitContainer2.TabIndex = 0;
|
|
//
|
|
// lstMorphs
|
|
//
|
|
this.lstMorphs.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lstMorphs.FormattingEnabled = true;
|
|
this.lstMorphs.Location = new System.Drawing.Point(0, 0);
|
|
this.lstMorphs.Name = "lstMorphs";
|
|
this.lstMorphs.Size = new System.Drawing.Size(180, 615);
|
|
this.lstMorphs.TabIndex = 0;
|
|
//
|
|
// tabTextures
|
|
//
|
|
this.tabTextures.Controls.Add(this.tableLayoutPanel1);
|
|
this.tabTextures.Location = new System.Drawing.Point(4, 22);
|
|
this.tabTextures.Name = "tabTextures";
|
|
this.tabTextures.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabTextures.Size = new System.Drawing.Size(547, 627);
|
|
this.tabTextures.TabIndex = 1;
|
|
this.tabTextures.Text = "Textures";
|
|
this.tabTextures.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 1;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel1.Controls.Add(this.lblSkirt, 0, 8);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblLower, 0, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblUpper, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblEyes, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.lblHead, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel3, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel4, 0, 7);
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel5, 0, 9);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 10;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(541, 621);
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
//
|
|
// lblSkirt
|
|
//
|
|
this.lblSkirt.AutoSize = true;
|
|
this.lblSkirt.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblSkirt.Location = new System.Drawing.Point(3, 526);
|
|
this.lblSkirt.Name = "lblSkirt";
|
|
this.lblSkirt.Size = new System.Drawing.Size(28, 20);
|
|
this.lblSkirt.TabIndex = 12;
|
|
this.lblSkirt.Text = "Skirt";
|
|
this.lblSkirt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblLower
|
|
//
|
|
this.lblLower.AutoSize = true;
|
|
this.lblLower.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblLower.Location = new System.Drawing.Point(3, 358);
|
|
this.lblLower.Name = "lblLower";
|
|
this.lblLower.Size = new System.Drawing.Size(36, 20);
|
|
this.lblLower.TabIndex = 10;
|
|
this.lblLower.Text = "Lower";
|
|
this.lblLower.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblUpper
|
|
//
|
|
this.lblUpper.AutoSize = true;
|
|
this.lblUpper.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblUpper.Location = new System.Drawing.Point(3, 190);
|
|
this.lblUpper.Name = "lblUpper";
|
|
this.lblUpper.Size = new System.Drawing.Size(36, 20);
|
|
this.lblUpper.TabIndex = 8;
|
|
this.lblUpper.Text = "Upper";
|
|
this.lblUpper.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblEyes
|
|
//
|
|
this.lblEyes.AutoSize = true;
|
|
this.lblEyes.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblEyes.Location = new System.Drawing.Point(3, 95);
|
|
this.lblEyes.Name = "lblEyes";
|
|
this.lblEyes.Size = new System.Drawing.Size(30, 20);
|
|
this.lblEyes.TabIndex = 6;
|
|
this.lblEyes.Text = "Eyes";
|
|
this.lblEyes.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblHead
|
|
//
|
|
this.lblHead.AutoSize = true;
|
|
this.lblHead.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.lblHead.Location = new System.Drawing.Point(3, 0);
|
|
this.lblHead.Name = "lblHead";
|
|
this.lblHead.Size = new System.Drawing.Size(33, 20);
|
|
this.lblHead.TabIndex = 0;
|
|
this.lblHead.Text = "Head";
|
|
this.lblHead.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// flowLayoutPanel1
|
|
//
|
|
this.flowLayoutPanel1.Controls.Add(this.picHeadBodypaint);
|
|
this.flowLayoutPanel1.Controls.Add(this.label1);
|
|
this.flowLayoutPanel1.Controls.Add(this.picHair);
|
|
this.flowLayoutPanel1.Controls.Add(this.label2);
|
|
this.flowLayoutPanel1.Controls.Add(this.picHeadBake);
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 23);
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(535, 69);
|
|
this.flowLayoutPanel1.TabIndex = 13;
|
|
//
|
|
// picHeadBodypaint
|
|
//
|
|
this.picHeadBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picHeadBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picHeadBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picHeadBodypaint.Location = new System.Drawing.Point(3, 3);
|
|
this.picHeadBodypaint.Name = "picHeadBodypaint";
|
|
this.picHeadBodypaint.Size = new System.Drawing.Size(64, 64);
|
|
this.picHeadBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picHeadBodypaint.TabIndex = 0;
|
|
this.picHeadBodypaint.TabStop = false;
|
|
this.picHeadBodypaint.Tag = "Head";
|
|
this.toolTip.SetToolTip(this.picHeadBodypaint, "Head Bodypaint");
|
|
this.picHeadBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(73, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(13, 70);
|
|
this.label1.TabIndex = 1;
|
|
this.label1.Text = "+";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picHair
|
|
//
|
|
this.picHair.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picHair.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picHair.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picHair.Location = new System.Drawing.Point(92, 3);
|
|
this.picHair.Name = "picHair";
|
|
this.picHair.Size = new System.Drawing.Size(64, 64);
|
|
this.picHair.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picHair.TabIndex = 2;
|
|
this.picHair.TabStop = false;
|
|
this.picHair.Tag = "Head";
|
|
this.toolTip.SetToolTip(this.picHair, "Hair");
|
|
this.picHair.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(162, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(13, 70);
|
|
this.label2.TabIndex = 3;
|
|
this.label2.Text = "=";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picHeadBake
|
|
//
|
|
this.picHeadBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picHeadBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picHeadBake.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picHeadBake.Location = new System.Drawing.Point(181, 3);
|
|
this.picHeadBake.Name = "picHeadBake";
|
|
this.picHeadBake.Size = new System.Drawing.Size(64, 64);
|
|
this.picHeadBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picHeadBake.TabIndex = 4;
|
|
this.picHeadBake.TabStop = false;
|
|
this.picHeadBake.Tag = "Bake";
|
|
this.toolTip.SetToolTip(this.picHeadBake, "Head Final Bake");
|
|
this.picHeadBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// flowLayoutPanel2
|
|
//
|
|
this.flowLayoutPanel2.Controls.Add(this.picEyesBake);
|
|
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 118);
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
this.flowLayoutPanel2.Size = new System.Drawing.Size(535, 69);
|
|
this.flowLayoutPanel2.TabIndex = 14;
|
|
//
|
|
// picEyesBake
|
|
//
|
|
this.picEyesBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picEyesBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picEyesBake.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picEyesBake.Location = new System.Drawing.Point(3, 3);
|
|
this.picEyesBake.Name = "picEyesBake";
|
|
this.picEyesBake.Size = new System.Drawing.Size(64, 64);
|
|
this.picEyesBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picEyesBake.TabIndex = 1;
|
|
this.picEyesBake.TabStop = false;
|
|
this.picEyesBake.Tag = "Bake";
|
|
this.toolTip.SetToolTip(this.picEyesBake, "Eyes Final Bake");
|
|
this.picEyesBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// flowLayoutPanel3
|
|
//
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperBodypaint);
|
|
this.flowLayoutPanel3.Controls.Add(this.label3);
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperGloves);
|
|
this.flowLayoutPanel3.Controls.Add(this.label4);
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperUndershirt);
|
|
this.flowLayoutPanel3.Controls.Add(this.label5);
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperShirt);
|
|
this.flowLayoutPanel3.Controls.Add(this.label6);
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperJacket);
|
|
this.flowLayoutPanel3.Controls.Add(this.label7);
|
|
this.flowLayoutPanel3.Controls.Add(this.picUpperBodyBake);
|
|
this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel3.Location = new System.Drawing.Point(3, 213);
|
|
this.flowLayoutPanel3.Name = "flowLayoutPanel3";
|
|
this.flowLayoutPanel3.Size = new System.Drawing.Size(535, 142);
|
|
this.flowLayoutPanel3.TabIndex = 15;
|
|
//
|
|
// picUpperBodypaint
|
|
//
|
|
this.picUpperBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperBodypaint.Location = new System.Drawing.Point(3, 3);
|
|
this.picUpperBodypaint.Name = "picUpperBodypaint";
|
|
this.picUpperBodypaint.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperBodypaint.TabIndex = 3;
|
|
this.picUpperBodypaint.TabStop = false;
|
|
this.picUpperBodypaint.Tag = "Upper";
|
|
this.toolTip.SetToolTip(this.picUpperBodypaint, "Upper Bodypaint");
|
|
this.picUpperBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(73, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(13, 70);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "+";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picUpperGloves
|
|
//
|
|
this.picUpperGloves.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperGloves.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperGloves.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperGloves.Location = new System.Drawing.Point(92, 3);
|
|
this.picUpperGloves.Name = "picUpperGloves";
|
|
this.picUpperGloves.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperGloves.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperGloves.TabIndex = 5;
|
|
this.picUpperGloves.TabStop = false;
|
|
this.picUpperGloves.Tag = "Upper";
|
|
this.toolTip.SetToolTip(this.picUpperGloves, "Gloves");
|
|
this.picUpperGloves.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(162, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(13, 70);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "+";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picUpperUndershirt
|
|
//
|
|
this.picUpperUndershirt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperUndershirt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperUndershirt.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperUndershirt.Location = new System.Drawing.Point(181, 3);
|
|
this.picUpperUndershirt.Name = "picUpperUndershirt";
|
|
this.picUpperUndershirt.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperUndershirt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperUndershirt.TabIndex = 7;
|
|
this.picUpperUndershirt.TabStop = false;
|
|
this.picUpperUndershirt.Tag = "Upper";
|
|
this.toolTip.SetToolTip(this.picUpperUndershirt, "Undershirt");
|
|
this.picUpperUndershirt.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(251, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(13, 70);
|
|
this.label5.TabIndex = 8;
|
|
this.label5.Text = "+";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picUpperShirt
|
|
//
|
|
this.picUpperShirt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperShirt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperShirt.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperShirt.Location = new System.Drawing.Point(270, 3);
|
|
this.picUpperShirt.Name = "picUpperShirt";
|
|
this.picUpperShirt.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperShirt.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperShirt.TabIndex = 9;
|
|
this.picUpperShirt.TabStop = false;
|
|
this.picUpperShirt.Tag = "Upper";
|
|
this.toolTip.SetToolTip(this.picUpperShirt, "Shirt");
|
|
this.picUpperShirt.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(340, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(13, 70);
|
|
this.label6.TabIndex = 10;
|
|
this.label6.Text = "+";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picUpperJacket
|
|
//
|
|
this.picUpperJacket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperJacket.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperJacket.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperJacket.Location = new System.Drawing.Point(359, 3);
|
|
this.picUpperJacket.Name = "picUpperJacket";
|
|
this.picUpperJacket.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperJacket.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperJacket.TabIndex = 11;
|
|
this.picUpperJacket.TabStop = false;
|
|
this.picUpperJacket.Tag = "Upper";
|
|
this.toolTip.SetToolTip(this.picUpperJacket, "Jacket");
|
|
this.picUpperJacket.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(429, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(13, 70);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "=";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picUpperBodyBake
|
|
//
|
|
this.picUpperBodyBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picUpperBodyBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picUpperBodyBake.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picUpperBodyBake.Location = new System.Drawing.Point(448, 3);
|
|
this.picUpperBodyBake.Name = "picUpperBodyBake";
|
|
this.picUpperBodyBake.Size = new System.Drawing.Size(64, 64);
|
|
this.picUpperBodyBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picUpperBodyBake.TabIndex = 13;
|
|
this.picUpperBodyBake.TabStop = false;
|
|
this.picUpperBodyBake.Tag = "Bake";
|
|
this.toolTip.SetToolTip(this.picUpperBodyBake, "Upper Final Bake");
|
|
this.picUpperBodyBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// flowLayoutPanel4
|
|
//
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerBodypaint);
|
|
this.flowLayoutPanel4.Controls.Add(this.label8);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerUnderpants);
|
|
this.flowLayoutPanel4.Controls.Add(this.label9);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerSocks);
|
|
this.flowLayoutPanel4.Controls.Add(this.label10);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerShoes);
|
|
this.flowLayoutPanel4.Controls.Add(this.label11);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerPants);
|
|
this.flowLayoutPanel4.Controls.Add(this.label12);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerJacket);
|
|
this.flowLayoutPanel4.Controls.Add(this.label13);
|
|
this.flowLayoutPanel4.Controls.Add(this.picLowerBodyBake);
|
|
this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel4.Location = new System.Drawing.Point(3, 381);
|
|
this.flowLayoutPanel4.Name = "flowLayoutPanel4";
|
|
this.flowLayoutPanel4.Size = new System.Drawing.Size(535, 142);
|
|
this.flowLayoutPanel4.TabIndex = 16;
|
|
//
|
|
// picLowerBodypaint
|
|
//
|
|
this.picLowerBodypaint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerBodypaint.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerBodypaint.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerBodypaint.Location = new System.Drawing.Point(3, 3);
|
|
this.picLowerBodypaint.Name = "picLowerBodypaint";
|
|
this.picLowerBodypaint.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerBodypaint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerBodypaint.TabIndex = 14;
|
|
this.picLowerBodypaint.TabStop = false;
|
|
this.picLowerBodypaint.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerBodypaint, "Lower Bodypaint");
|
|
this.picLowerBodypaint.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(73, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(13, 70);
|
|
this.label8.TabIndex = 15;
|
|
this.label8.Text = "+";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerUnderpants
|
|
//
|
|
this.picLowerUnderpants.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerUnderpants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerUnderpants.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerUnderpants.Location = new System.Drawing.Point(92, 3);
|
|
this.picLowerUnderpants.Name = "picLowerUnderpants";
|
|
this.picLowerUnderpants.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerUnderpants.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerUnderpants.TabIndex = 16;
|
|
this.picLowerUnderpants.TabStop = false;
|
|
this.picLowerUnderpants.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerUnderpants, "Underpants");
|
|
this.picLowerUnderpants.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(162, 0);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(13, 70);
|
|
this.label9.TabIndex = 17;
|
|
this.label9.Text = "+";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerSocks
|
|
//
|
|
this.picLowerSocks.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerSocks.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerSocks.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerSocks.Location = new System.Drawing.Point(181, 3);
|
|
this.picLowerSocks.Name = "picLowerSocks";
|
|
this.picLowerSocks.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerSocks.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerSocks.TabIndex = 18;
|
|
this.picLowerSocks.TabStop = false;
|
|
this.picLowerSocks.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerSocks, "Socks");
|
|
this.picLowerSocks.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(251, 0);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(13, 70);
|
|
this.label10.TabIndex = 19;
|
|
this.label10.Text = "+";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerShoes
|
|
//
|
|
this.picLowerShoes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerShoes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerShoes.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerShoes.Location = new System.Drawing.Point(270, 3);
|
|
this.picLowerShoes.Name = "picLowerShoes";
|
|
this.picLowerShoes.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerShoes.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerShoes.TabIndex = 20;
|
|
this.picLowerShoes.TabStop = false;
|
|
this.picLowerShoes.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerShoes, "Shoes");
|
|
this.picLowerShoes.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(340, 0);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(13, 70);
|
|
this.label11.TabIndex = 21;
|
|
this.label11.Text = "+";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerPants
|
|
//
|
|
this.picLowerPants.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerPants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerPants.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerPants.Location = new System.Drawing.Point(359, 3);
|
|
this.picLowerPants.Name = "picLowerPants";
|
|
this.picLowerPants.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerPants.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerPants.TabIndex = 22;
|
|
this.picLowerPants.TabStop = false;
|
|
this.picLowerPants.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerPants, "Pants");
|
|
this.picLowerPants.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label12.AutoSize = true;
|
|
this.label12.Location = new System.Drawing.Point(429, 0);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(13, 70);
|
|
this.label12.TabIndex = 23;
|
|
this.label12.Text = "+";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerJacket
|
|
//
|
|
this.picLowerJacket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerJacket.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerJacket.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerJacket.Location = new System.Drawing.Point(448, 3);
|
|
this.picLowerJacket.Name = "picLowerJacket";
|
|
this.picLowerJacket.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerJacket.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerJacket.TabIndex = 24;
|
|
this.picLowerJacket.TabStop = false;
|
|
this.picLowerJacket.Tag = "Lower";
|
|
this.toolTip.SetToolTip(this.picLowerJacket, "Jacket");
|
|
this.picLowerJacket.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
|
|
this.label13.AutoSize = true;
|
|
this.label13.Location = new System.Drawing.Point(518, 0);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(13, 70);
|
|
this.label13.TabIndex = 25;
|
|
this.label13.Text = "=";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// picLowerBodyBake
|
|
//
|
|
this.picLowerBodyBake.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.picLowerBodyBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picLowerBodyBake.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.picLowerBodyBake.Location = new System.Drawing.Point(3, 73);
|
|
this.picLowerBodyBake.Name = "picLowerBodyBake";
|
|
this.picLowerBodyBake.Size = new System.Drawing.Size(64, 64);
|
|
this.picLowerBodyBake.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picLowerBodyBake.TabIndex = 26;
|
|
this.picLowerBodyBake.TabStop = false;
|
|
this.picLowerBodyBake.Tag = "Bake";
|
|
this.toolTip.SetToolTip(this.picLowerBodyBake, "Lower Final Bake");
|
|
this.picLowerBodyBake.MouseClick += new System.Windows.Forms.MouseEventHandler(this.pic_MouseClick);
|
|
//
|
|
// flowLayoutPanel5
|
|
//
|
|
this.flowLayoutPanel5.Controls.Add(this.picSkirtBake);
|
|
this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.flowLayoutPanel5.Location = new System.Drawing.Point(3, 549);
|
|
this.flowLayoutPanel5.Name = "flowLayoutPanel5";
|
|
this.flowLayoutPanel5.Size = new System.Drawing.Size(535, 69);
|
|
this.flowLayoutPanel5.TabIndex = 17;
|
|
//
|
|
// picSkirtBake
|
|
//
|
|
this.picSkirtBake.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picSkirtBake.Location = new System.Drawing.Point(3, 3);
|
|
this.picSkirtBake.Name = "picSkirtBake";
|
|
this.picSkirtBake.Size = new System.Drawing.Size(64, 64);
|
|
this.picSkirtBake.TabIndex = 2;
|
|
this.picSkirtBake.TabStop = false;
|
|
this.picSkirtBake.Tag = "Bake";
|
|
this.toolTip.SetToolTip(this.picSkirtBake, "Skirt Final Bake");
|
|
//
|
|
// tabAnimations
|
|
//
|
|
this.tabAnimations.Controls.Add(this.button1);
|
|
this.tabAnimations.Controls.Add(this.label14);
|
|
this.tabAnimations.Controls.Add(this.textBox1);
|
|
this.tabAnimations.Location = new System.Drawing.Point(4, 22);
|
|
this.tabAnimations.Name = "tabAnimations";
|
|
this.tabAnimations.Size = new System.Drawing.Size(547, 627);
|
|
this.tabAnimations.TabIndex = 2;
|
|
this.tabAnimations.Text = "Animations";
|
|
this.tabAnimations.UseVisualStyleBackColor = true;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.button1.Location = new System.Drawing.Point(464, 20);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.Text = "Browse...";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.AutoSize = true;
|
|
this.label14.Location = new System.Drawing.Point(7, 7);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(168, 13);
|
|
this.label14.TabIndex = 1;
|
|
this.label14.Text = "Animation File (.animation or .bvh):";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.textBox1.Location = new System.Drawing.Point(10, 23);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(448, 20);
|
|
this.textBox1.TabIndex = 0;
|
|
//
|
|
// skirtToolStripMenuItem
|
|
//
|
|
this.skirtToolStripMenuItem.Name = "skirtToolStripMenuItem";
|
|
this.skirtToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
|
|
this.skirtToolStripMenuItem.Text = "Skirt";
|
|
this.skirtToolStripMenuItem.Click += new System.EventHandler(this.skirtToolStripMenuItem_Click);
|
|
//
|
|
// frmAvatar
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1117, 677);
|
|
this.Controls.Add(this.splitContainer1);
|
|
this.Controls.Add(this.menu);
|
|
this.Name = "frmAvatar";
|
|
this.Text = "Avatar Preview";
|
|
this.menu.ResumeLayout(false);
|
|
this.menu.PerformLayout();
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
this.splitContainer1.ResumeLayout(false);
|
|
this.tabControl.ResumeLayout(false);
|
|
this.tavView.ResumeLayout(false);
|
|
this.tavView.PerformLayout();
|
|
this.tabMorphs.ResumeLayout(false);
|
|
this.splitContainer2.Panel1.ResumeLayout(false);
|
|
this.splitContainer2.ResumeLayout(false);
|
|
this.tabTextures.ResumeLayout(false);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.flowLayoutPanel1.ResumeLayout(false);
|
|
this.flowLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHeadBodypaint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHair)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picHeadBake)).EndInit();
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picEyesBake)).EndInit();
|
|
this.flowLayoutPanel3.ResumeLayout(false);
|
|
this.flowLayoutPanel3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperBodypaint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperGloves)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperUndershirt)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperShirt)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperJacket)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picUpperBodyBake)).EndInit();
|
|
this.flowLayoutPanel4.ResumeLayout(false);
|
|
this.flowLayoutPanel4.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerBodypaint)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerUnderpants)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerSocks)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerShoes)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerPants)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerJacket)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picLowerBodyBake)).EndInit();
|
|
this.flowLayoutPanel5.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picSkirtBake)).EndInit();
|
|
this.tabAnimations.ResumeLayout(false);
|
|
this.tabAnimations.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menu;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem opToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem lindenLabMeshToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem textureToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem wireframeToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
private Tao.Platform.Windows.SimpleOpenGlControl glControl;
|
|
private System.Windows.Forms.TabControl tabControl;
|
|
private System.Windows.Forms.TabPage tabMorphs;
|
|
private System.Windows.Forms.TabPage tabTextures;
|
|
private System.Windows.Forms.TabPage tabAnimations;
|
|
private System.Windows.Forms.SplitContainer splitContainer2;
|
|
private System.Windows.Forms.ListBox lstMorphs;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label lblUpper;
|
|
private System.Windows.Forms.Label lblEyes;
|
|
private System.Windows.Forms.Label lblHead;
|
|
private System.Windows.Forms.Label lblSkirt;
|
|
private System.Windows.Forms.Label lblLower;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
private System.Windows.Forms.PictureBox picHeadBodypaint;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.PictureBox picHair;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.PictureBox picHeadBake;
|
|
private System.Windows.Forms.PictureBox picEyesBake;
|
|
private System.Windows.Forms.PictureBox picUpperBodypaint;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.PictureBox picUpperGloves;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.PictureBox picUpperUndershirt;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.PictureBox picUpperShirt;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.PictureBox picUpperJacket;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.PictureBox picUpperBodyBake;
|
|
private System.Windows.Forms.PictureBox picLowerBodypaint;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.PictureBox picLowerUnderpants;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.PictureBox picLowerSocks;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.PictureBox picLowerShoes;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.PictureBox picLowerPants;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.PictureBox picLowerJacket;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.PictureBox picLowerBodyBake;
|
|
private System.Windows.Forms.PictureBox picSkirtBake;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.TabPage tavView;
|
|
private System.Windows.Forms.HScrollBar scrollRoll;
|
|
private System.Windows.Forms.HScrollBar scrollPitch;
|
|
private System.Windows.Forms.HScrollBar scrollYaw;
|
|
private System.Windows.Forms.HScrollBar scrollZoom;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.ToolStripMenuItem skirtToolStripMenuItem;
|
|
private System.Windows.Forms.ToolTip toolTip;
|
|
}
|
|
}
|
|
|