1
0
mirror of synced 2024-12-02 11:07:26 +01:00
Switch-Toolbox/Switch_FileFormatsMain/GUI/BFRES/BfresShapeEditor.Designer.cs
2018-11-17 17:33:00 -05:00

1347 lines
64 KiB
C#

namespace FirstPlugin
{
partial class FSHPEditor
{
/// <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.label14 = new System.Windows.Forms.Label();
this.rotModeCB = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label20 = new System.Windows.Forms.Label();
this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotMeasureCB = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.label15 = new System.Windows.Forms.Label();
this.transXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.transYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.scaleUDZ = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.transZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.scaleUDY = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.scaleUDX = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotUDX = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotUDY = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotUDZ = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.panel6 = new System.Windows.Forms.Panel();
this.label34 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.LODMeshCB = new System.Windows.Forms.ComboBox();
this.label19 = new System.Windows.Forms.Label();
this.btnLODMeshes = new System.Windows.Forms.Button();
this.labelName = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.button3 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.label33 = new System.Windows.Forms.Label();
this.shaderAttCB = new System.Windows.Forms.ComboBox();
this.label32 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.btnVertexBuffData = new System.Windows.Forms.Button();
this.checkBoxUseVertexBuffer = new System.Windows.Forms.CheckBox();
this.vtxFormatCB = new System.Windows.Forms.ComboBox();
this.label25 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.vtxAttributesCB = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.button6 = new System.Windows.Forms.Button();
this.labelVertexSkinCount = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label();
this.button7 = new System.Windows.Forms.Button();
this.textBoxVertexSkinCount = new System.Windows.Forms.TextBox();
this.checkBoxUseSubMeshBoundryConsistent = new System.Windows.Forms.CheckBox();
this.panel4 = new System.Windows.Forms.Panel();
this.label29 = new System.Windows.Forms.Label();
this.button8 = new System.Windows.Forms.Button();
this.textBoxMatIndex = new System.Windows.Forms.TextBox();
this.label28 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.label16 = new System.Windows.Forms.Label();
this.materialComboBox1 = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.textBoxBoneIndex = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.button10 = new System.Windows.Forms.Button();
this.label30 = new System.Windows.Forms.Label();
this.panel11 = new System.Windows.Forms.Panel();
this.panel12 = new System.Windows.Forms.Panel();
this.button9 = new System.Windows.Forms.Button();
this.label31 = new System.Windows.Forms.Label();
this.bonesCB = new System.Windows.Forms.ComboBox();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).BeginInit();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.transXUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.transYUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDZ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.transZUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDZ)).BeginInit();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout();
this.panel9.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel1.SuspendLayout();
this.panel10.SuspendLayout();
this.panel11.SuspendLayout();
this.panel12.SuspendLayout();
this.SuspendLayout();
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(239, 118);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(80, 13);
this.label14.TabIndex = 24;
this.label14.Text = "Rotation Mode:";
//
// rotModeCB
//
this.rotModeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.rotModeCB.FormattingEnabled = true;
this.rotModeCB.Items.AddRange(new object[] {
"Euler",
"Quaternion"});
this.rotModeCB.Location = new System.Drawing.Point(340, 115);
this.rotModeCB.Name = "rotModeCB";
this.rotModeCB.Size = new System.Drawing.Size(114, 21);
this.rotModeCB.TabIndex = 23;
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Blue;
this.label10.Location = new System.Drawing.Point(366, 91);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(14, 13);
this.label10.TabIndex = 22;
this.label10.Text = "Z";
//
// label11
//
this.label11.AutoSize = true;
this.label11.BackColor = System.Drawing.Color.Lime;
this.label11.Location = new System.Drawing.Point(215, 91);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(14, 13);
this.label11.TabIndex = 20;
this.label11.Text = "Y";
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Red;
this.label12.Location = new System.Drawing.Point(69, 91);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(14, 13);
this.label12.TabIndex = 18;
this.label12.Text = "X";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(13, 88);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(37, 13);
this.label13.TabIndex = 16;
this.label13.Text = "Scale:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Blue;
this.label6.Location = new System.Drawing.Point(366, 67);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(14, 13);
this.label6.TabIndex = 15;
this.label6.Text = "Z";
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.Color.Lime;
this.label7.Location = new System.Drawing.Point(215, 67);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(14, 13);
this.label7.TabIndex = 13;
this.label7.Text = "Y";
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.Color.Red;
this.label8.Location = new System.Drawing.Point(69, 67);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(14, 13);
this.label8.TabIndex = 11;
this.label8.Text = "X";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(11, 64);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(39, 13);
this.label9.TabIndex = 9;
this.label9.Text = "Rotate";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Blue;
this.label5.Location = new System.Drawing.Point(365, 43);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(14, 13);
this.label5.TabIndex = 8;
this.label5.Text = "Z";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
this.label4.Location = new System.Drawing.Point(214, 43);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(14, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Y";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Red;
this.label3.Location = new System.Drawing.Point(69, 43);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(14, 13);
this.label3.TabIndex = 4;
this.label3.Text = "X";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Translate:";
//
// panel2
//
this.panel2.Controls.Add(this.label20);
this.panel2.Controls.Add(this.numericUpDownFloat1);
this.panel2.Controls.Add(this.rotMeasureCB);
this.panel2.Controls.Add(this.label18);
this.panel2.Controls.Add(this.panel3);
this.panel2.Controls.Add(this.label2);
this.panel2.Controls.Add(this.rotModeCB);
this.panel2.Controls.Add(this.transXUD);
this.panel2.Controls.Add(this.label14);
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.transYUD);
this.panel2.Controls.Add(this.scaleUDZ);
this.panel2.Controls.Add(this.label4);
this.panel2.Controls.Add(this.label11);
this.panel2.Controls.Add(this.transZUD);
this.panel2.Controls.Add(this.scaleUDY);
this.panel2.Controls.Add(this.label5);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.label9);
this.panel2.Controls.Add(this.scaleUDX);
this.panel2.Controls.Add(this.rotUDX);
this.panel2.Controls.Add(this.label13);
this.panel2.Controls.Add(this.label8);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.rotUDY);
this.panel2.Controls.Add(this.rotUDZ);
this.panel2.Controls.Add(this.label7);
this.panel2.ForeColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(11, 140);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(634, 141);
this.panel2.TabIndex = 25;
//
// label20
//
this.label20.AutoSize = true;
this.label20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
this.label20.Location = new System.Drawing.Point(509, 66);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(18, 13);
this.label20.TabIndex = 28;
this.label20.Text = "W";
this.label20.Visible = false;
//
// numericUpDownFloat1
//
this.numericUpDownFloat1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.numericUpDownFloat1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDownFloat1.DecimalPlaces = 5;
this.numericUpDownFloat1.ForeColor = System.Drawing.Color.White;
this.numericUpDownFloat1.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat1.Location = new System.Drawing.Point(533, 67);
this.numericUpDownFloat1.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat1.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat1.Name = "numericUpDownFloat1";
this.numericUpDownFloat1.Size = new System.Drawing.Size(120, 16);
this.numericUpDownFloat1.TabIndex = 27;
this.numericUpDownFloat1.Visible = false;
//
// rotMeasureCB
//
this.rotMeasureCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.rotMeasureCB.FormattingEnabled = true;
this.rotMeasureCB.Items.AddRange(new object[] {
"Degrees",
"Radians"});
this.rotMeasureCB.Location = new System.Drawing.Point(114, 115);
this.rotMeasureCB.Name = "rotMeasureCB";
this.rotMeasureCB.Size = new System.Drawing.Size(114, 21);
this.rotMeasureCB.TabIndex = 25;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(13, 118);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(94, 13);
this.label18.TabIndex = 26;
this.label18.Text = "Rotation Measure:";
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel3.Controls.Add(this.button1);
this.panel3.Controls.Add(this.label15);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 0);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(634, 22);
this.panel3.TabIndex = 23;
//
// button1
//
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button1.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button1.Location = new System.Drawing.Point(0, 0);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(28, 22);
this.button1.TabIndex = 1;
this.button1.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button1.UseVisualStyleBackColor = true;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(56, 6);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(54, 13);
this.label15.TabIndex = 0;
this.label15.Text = "Transform";
//
// transXUD
//
this.transXUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.transXUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.transXUD.DecimalPlaces = 5;
this.transXUD.ForeColor = System.Drawing.Color.White;
this.transXUD.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.transXUD.Location = new System.Drawing.Point(88, 41);
this.transXUD.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.transXUD.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.transXUD.Name = "transXUD";
this.transXUD.Size = new System.Drawing.Size(120, 16);
this.transXUD.TabIndex = 3;
this.transXUD.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// transYUD
//
this.transYUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.transYUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.transYUD.DecimalPlaces = 5;
this.transYUD.ForeColor = System.Drawing.Color.White;
this.transYUD.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.transYUD.Location = new System.Drawing.Point(234, 41);
this.transYUD.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.transYUD.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.transYUD.Name = "transYUD";
this.transYUD.Size = new System.Drawing.Size(120, 16);
this.transYUD.TabIndex = 5;
this.transYUD.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// scaleUDZ
//
this.scaleUDZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.scaleUDZ.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.scaleUDZ.DecimalPlaces = 5;
this.scaleUDZ.ForeColor = System.Drawing.Color.White;
this.scaleUDZ.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.scaleUDZ.Location = new System.Drawing.Point(386, 89);
this.scaleUDZ.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.scaleUDZ.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.scaleUDZ.Name = "scaleUDZ";
this.scaleUDZ.Size = new System.Drawing.Size(120, 16);
this.scaleUDZ.TabIndex = 21;
//
// transZUD
//
this.transZUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.transZUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.transZUD.DecimalPlaces = 5;
this.transZUD.ForeColor = System.Drawing.Color.White;
this.transZUD.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.transZUD.Location = new System.Drawing.Point(385, 41);
this.transZUD.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.transZUD.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.transZUD.Name = "transZUD";
this.transZUD.Size = new System.Drawing.Size(120, 16);
this.transZUD.TabIndex = 7;
this.transZUD.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// scaleUDY
//
this.scaleUDY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.scaleUDY.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.scaleUDY.DecimalPlaces = 5;
this.scaleUDY.ForeColor = System.Drawing.Color.White;
this.scaleUDY.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.scaleUDY.Location = new System.Drawing.Point(235, 89);
this.scaleUDY.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.scaleUDY.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.scaleUDY.Name = "scaleUDY";
this.scaleUDY.Size = new System.Drawing.Size(120, 16);
this.scaleUDY.TabIndex = 19;
this.scaleUDY.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// scaleUDX
//
this.scaleUDX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.scaleUDX.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.scaleUDX.DecimalPlaces = 5;
this.scaleUDX.ForeColor = System.Drawing.Color.White;
this.scaleUDX.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.scaleUDX.Location = new System.Drawing.Point(89, 89);
this.scaleUDX.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.scaleUDX.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.scaleUDX.Name = "scaleUDX";
this.scaleUDX.Size = new System.Drawing.Size(120, 16);
this.scaleUDX.TabIndex = 17;
this.scaleUDX.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// rotUDX
//
this.rotUDX.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.rotUDX.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rotUDX.DecimalPlaces = 5;
this.rotUDX.ForeColor = System.Drawing.Color.White;
this.rotUDX.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.rotUDX.Location = new System.Drawing.Point(89, 65);
this.rotUDX.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.rotUDX.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.rotUDX.Name = "rotUDX";
this.rotUDX.Size = new System.Drawing.Size(120, 16);
this.rotUDX.TabIndex = 10;
this.rotUDX.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// rotUDY
//
this.rotUDY.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.rotUDY.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rotUDY.DecimalPlaces = 5;
this.rotUDY.ForeColor = System.Drawing.Color.White;
this.rotUDY.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.rotUDY.Location = new System.Drawing.Point(235, 65);
this.rotUDY.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.rotUDY.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.rotUDY.Name = "rotUDY";
this.rotUDY.Size = new System.Drawing.Size(120, 16);
this.rotUDY.TabIndex = 12;
this.rotUDY.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// rotUDZ
//
this.rotUDZ.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.rotUDZ.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rotUDZ.DecimalPlaces = 5;
this.rotUDZ.ForeColor = System.Drawing.Color.White;
this.rotUDZ.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.rotUDZ.Location = new System.Drawing.Point(386, 65);
this.rotUDZ.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.rotUDZ.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.rotUDZ.Name = "rotUDZ";
this.rotUDZ.Size = new System.Drawing.Size(120, 16);
this.rotUDZ.TabIndex = 14;
this.rotUDZ.ValueChanged += new System.EventHandler(this.numericUD_ValueChanged);
//
// panel6
//
this.panel6.Controls.Add(this.label34);
this.panel6.Controls.Add(this.textBoxName);
this.panel6.Controls.Add(this.LODMeshCB);
this.panel6.Controls.Add(this.label19);
this.panel6.Controls.Add(this.btnLODMeshes);
this.panel6.Controls.Add(this.labelName);
this.panel6.Controls.Add(this.panel7);
this.panel6.ForeColor = System.Drawing.Color.White;
this.panel6.Location = new System.Drawing.Point(10, 3);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(635, 131);
this.panel6.TabIndex = 27;
//
// label34
//
this.label34.AutoSize = true;
this.label34.Location = new System.Drawing.Point(6, 97);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(110, 13);
this.label34.TabIndex = 43;
this.label34.Text = "Displayed LOD Mesh:";
//
// textBoxName
//
this.textBoxName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
this.textBoxName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxName.ForeColor = System.Drawing.Color.White;
this.textBoxName.Location = new System.Drawing.Point(47, 38);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(225, 20);
this.textBoxName.TabIndex = 33;
//
// LODMeshCB
//
this.LODMeshCB.BackColor = System.Drawing.Color.White;
this.LODMeshCB.Cursor = System.Windows.Forms.Cursors.Default;
this.LODMeshCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.LODMeshCB.FormattingEnabled = true;
this.LODMeshCB.Location = new System.Drawing.Point(133, 94);
this.LODMeshCB.Name = "LODMeshCB";
this.LODMeshCB.Size = new System.Drawing.Size(120, 21);
this.LODMeshCB.TabIndex = 42;
this.LODMeshCB.SelectedIndexChanged += new System.EventHandler(this.LODMeshCB_SelectedIndexChanged);
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(9, 70);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(72, 13);
this.label19.TabIndex = 28;
this.label19.Text = "LOD Meshes:";
//
// btnLODMeshes
//
this.btnLODMeshes.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnLODMeshes.Location = new System.Drawing.Point(84, 65);
this.btnLODMeshes.Name = "btnLODMeshes";
this.btnLODMeshes.Size = new System.Drawing.Size(25, 23);
this.btnLODMeshes.TabIndex = 27;
this.btnLODMeshes.UseVisualStyleBackColor = true;
this.btnLODMeshes.Click += new System.EventHandler(this.btnLODMeshes_Click);
//
// labelName
//
this.labelName.AutoSize = true;
this.labelName.Location = new System.Drawing.Point(3, 38);
this.labelName.Name = "labelName";
this.labelName.Size = new System.Drawing.Size(38, 13);
this.labelName.TabIndex = 25;
this.labelName.Text = "Name:";
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel7.Controls.Add(this.button3);
this.panel7.Controls.Add(this.label1);
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.panel7.ForeColor = System.Drawing.Color.White;
this.panel7.Location = new System.Drawing.Point(0, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(635, 22);
this.panel7.TabIndex = 24;
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button3.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button3.Location = new System.Drawing.Point(0, 0);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(28, 22);
this.button3.TabIndex = 1;
this.button3.Text = "\\/";
this.button3.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button3.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(56, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Shape";
//
// panel8
//
this.panel8.Controls.Add(this.label33);
this.panel8.Controls.Add(this.shaderAttCB);
this.panel8.Controls.Add(this.label32);
this.panel8.Controls.Add(this.label26);
this.panel8.Controls.Add(this.btnVertexBuffData);
this.panel8.Controls.Add(this.checkBoxUseVertexBuffer);
this.panel8.Controls.Add(this.vtxFormatCB);
this.panel8.Controls.Add(this.label25);
this.panel8.Controls.Add(this.panel9);
this.panel8.Controls.Add(this.vtxAttributesCB);
this.panel8.ForeColor = System.Drawing.Color.White;
this.panel8.Location = new System.Drawing.Point(12, 483);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(633, 127);
this.panel8.TabIndex = 28;
this.panel8.Paint += new System.Windows.Forms.PaintEventHandler(this.panel8_Paint);
//
// label33
//
this.label33.AutoSize = true;
this.label33.Location = new System.Drawing.Point(284, 34);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(86, 13);
this.label33.TabIndex = 41;
this.label33.Text = "Shader Attribute:";
//
// shaderAttCB
//
this.shaderAttCB.BackColor = System.Drawing.Color.White;
this.shaderAttCB.Cursor = System.Windows.Forms.Cursors.Default;
this.shaderAttCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.shaderAttCB.Enabled = false;
this.shaderAttCB.FormattingEnabled = true;
this.shaderAttCB.Location = new System.Drawing.Point(376, 31);
this.shaderAttCB.Name = "shaderAttCB";
this.shaderAttCB.Size = new System.Drawing.Size(219, 21);
this.shaderAttCB.TabIndex = 40;
this.shaderAttCB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.shaderAttCB_KeyDown);
//
// label32
//
this.label32.AutoSize = true;
this.label32.Location = new System.Drawing.Point(6, 93);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(33, 13);
this.label32.TabIndex = 34;
this.label32.Text = "Data:";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(4, 34);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(38, 13);
this.label26.TabIndex = 27;
this.label26.Text = "Name:";
//
// btnVertexBuffData
//
this.btnVertexBuffData.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnVertexBuffData.Location = new System.Drawing.Point(59, 88);
this.btnVertexBuffData.Name = "btnVertexBuffData";
this.btnVertexBuffData.Size = new System.Drawing.Size(36, 23);
this.btnVertexBuffData.TabIndex = 33;
this.btnVertexBuffData.UseVisualStyleBackColor = true;
this.btnVertexBuffData.Click += new System.EventHandler(this.btnVertexBuffData_Click);
//
// checkBoxUseVertexBuffer
//
this.checkBoxUseVertexBuffer.AutoSize = true;
this.checkBoxUseVertexBuffer.Location = new System.Drawing.Point(299, 94);
this.checkBoxUseVertexBuffer.Name = "checkBoxUseVertexBuffer";
this.checkBoxUseVertexBuffer.Size = new System.Drawing.Size(112, 17);
this.checkBoxUseVertexBuffer.TabIndex = 39;
this.checkBoxUseVertexBuffer.Text = "Use Vertex Buffer:";
this.checkBoxUseVertexBuffer.UseVisualStyleBackColor = true;
//
// vtxFormatCB
//
this.vtxFormatCB.BackColor = System.Drawing.Color.White;
this.vtxFormatCB.Cursor = System.Windows.Forms.Cursors.Default;
this.vtxFormatCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.vtxFormatCB.Enabled = false;
this.vtxFormatCB.FormattingEnabled = true;
this.vtxFormatCB.Location = new System.Drawing.Point(59, 61);
this.vtxFormatCB.Name = "vtxFormatCB";
this.vtxFormatCB.Size = new System.Drawing.Size(219, 21);
this.vtxFormatCB.TabIndex = 26;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(3, 64);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(42, 13);
this.label25.TabIndex = 25;
this.label25.Text = "Format:";
//
// panel9
//
this.panel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel9.Controls.Add(this.button4);
this.panel9.Controls.Add(this.label17);
this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
this.panel9.ForeColor = System.Drawing.Color.White;
this.panel9.Location = new System.Drawing.Point(0, 0);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(633, 22);
this.panel9.TabIndex = 24;
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button4.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button4.Location = new System.Drawing.Point(0, 0);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(28, 22);
this.button4.TabIndex = 1;
this.button4.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button4.UseVisualStyleBackColor = true;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(56, 6);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(73, 13);
this.label17.TabIndex = 0;
this.label17.Text = "Vertex Buffers";
//
// vtxAttributesCB
//
this.vtxAttributesCB.BackColor = System.Drawing.Color.White;
this.vtxAttributesCB.Cursor = System.Windows.Forms.Cursors.Default;
this.vtxAttributesCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.vtxAttributesCB.FormattingEnabled = true;
this.vtxAttributesCB.Location = new System.Drawing.Point(59, 31);
this.vtxAttributesCB.Name = "vtxAttributesCB";
this.vtxAttributesCB.Size = new System.Drawing.Size(219, 21);
this.vtxAttributesCB.TabIndex = 0;
this.vtxAttributesCB.SelectedIndexChanged += new System.EventHandler(this.vtxAttributesCB_SelectedIndexChanged);
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(179, 62);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(54, 13);
this.label22.TabIndex = 32;
this.label22.Text = "Bone List:";
//
// button6
//
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.Location = new System.Drawing.Point(239, 57);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(25, 23);
this.button6.TabIndex = 31;
this.button6.UseVisualStyleBackColor = true;
//
// labelVertexSkinCount
//
this.labelVertexSkinCount.AutoSize = true;
this.labelVertexSkinCount.Location = new System.Drawing.Point(3, 62);
this.labelVertexSkinCount.Name = "labelVertexSkinCount";
this.labelVertexSkinCount.Size = new System.Drawing.Size(95, 13);
this.labelVertexSkinCount.TabIndex = 33;
this.labelVertexSkinCount.Text = "Vertex Skin Count:";
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(6, 63);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(67, 13);
this.label24.TabIndex = 35;
this.label24.Text = "Key Shapes:";
//
// button7
//
this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button7.Location = new System.Drawing.Point(79, 58);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(25, 23);
this.button7.TabIndex = 34;
this.button7.UseVisualStyleBackColor = true;
//
// textBoxVertexSkinCount
//
this.textBoxVertexSkinCount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
this.textBoxVertexSkinCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxVertexSkinCount.ForeColor = System.Drawing.Color.White;
this.textBoxVertexSkinCount.Location = new System.Drawing.Point(116, 60);
this.textBoxVertexSkinCount.Name = "textBoxVertexSkinCount";
this.textBoxVertexSkinCount.ReadOnly = true;
this.textBoxVertexSkinCount.Size = new System.Drawing.Size(57, 20);
this.textBoxVertexSkinCount.TabIndex = 38;
//
// checkBoxUseSubMeshBoundryConsistent
//
this.checkBoxUseSubMeshBoundryConsistent.AutoSize = true;
this.checkBoxUseSubMeshBoundryConsistent.Location = new System.Drawing.Point(4, 31);
this.checkBoxUseSubMeshBoundryConsistent.Name = "checkBoxUseSubMeshBoundryConsistent";
this.checkBoxUseSubMeshBoundryConsistent.Size = new System.Drawing.Size(187, 17);
this.checkBoxUseSubMeshBoundryConsistent.TabIndex = 40;
this.checkBoxUseSubMeshBoundryConsistent.Text = "Use SubMesh Boundry Consistent";
this.checkBoxUseSubMeshBoundryConsistent.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.Controls.Add(this.label29);
this.panel4.Controls.Add(this.button8);
this.panel4.Controls.Add(this.textBoxMatIndex);
this.panel4.Controls.Add(this.label28);
this.panel4.Controls.Add(this.label27);
this.panel4.Controls.Add(this.panel5);
this.panel4.Controls.Add(this.materialComboBox1);
this.panel4.ForeColor = System.Drawing.Color.White;
this.panel4.Location = new System.Drawing.Point(12, 284);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(633, 96);
this.panel4.TabIndex = 26;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Location = new System.Drawing.Point(8, 67);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(60, 13);
this.label29.TabIndex = 32;
this.label29.Text = "UV Viewer:";
//
// button8
//
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button8.Location = new System.Drawing.Point(74, 62);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(36, 23);
this.button8.TabIndex = 31;
this.button8.UseVisualStyleBackColor = true;
//
// textBoxMatIndex
//
this.textBoxMatIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
this.textBoxMatIndex.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxMatIndex.ForeColor = System.Drawing.Color.White;
this.textBoxMatIndex.Location = new System.Drawing.Point(323, 31);
this.textBoxMatIndex.Name = "textBoxMatIndex";
this.textBoxMatIndex.ReadOnly = true;
this.textBoxMatIndex.Size = new System.Drawing.Size(60, 20);
this.textBoxMatIndex.TabIndex = 30;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(284, 34);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(36, 13);
this.label28.TabIndex = 29;
this.label28.Text = "Index:";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(3, 34);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(38, 13);
this.label27.TabIndex = 28;
this.label27.Text = "Name:";
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel5.Controls.Add(this.button2);
this.panel5.Controls.Add(this.label16);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 0);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(633, 22);
this.panel5.TabIndex = 24;
//
// button2
//
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button2.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button2.Location = new System.Drawing.Point(0, 0);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(28, 22);
this.button2.TabIndex = 1;
this.button2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button2.UseVisualStyleBackColor = true;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(56, 6);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(99, 13);
this.label16.TabIndex = 0;
this.label16.Text = "Material Information";
//
// materialComboBox1
//
this.materialComboBox1.BackColor = System.Drawing.Color.White;
this.materialComboBox1.Cursor = System.Windows.Forms.Cursors.Default;
this.materialComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.materialComboBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.materialComboBox1.FormattingEnabled = true;
this.materialComboBox1.Location = new System.Drawing.Point(59, 31);
this.materialComboBox1.Name = "materialComboBox1";
this.materialComboBox1.Size = new System.Drawing.Size(219, 21);
this.materialComboBox1.TabIndex = 0;
this.materialComboBox1.SelectedIndexChanged += new System.EventHandler(this.materialComboBox1_SelectedIndexChanged);
this.materialComboBox1.Click += new System.EventHandler(this.materialComboBox1_Click);
this.materialComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.materialComboBox1_KeyDown);
this.materialComboBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.materialComboBox1_MouseDown);
//
// panel1
//
this.panel1.Controls.Add(this.bonesCB);
this.panel1.Controls.Add(this.textBoxBoneIndex);
this.panel1.Controls.Add(this.label22);
this.panel1.Controls.Add(this.button6);
this.panel1.Controls.Add(this.label21);
this.panel1.Controls.Add(this.label23);
this.panel1.Controls.Add(this.textBoxVertexSkinCount);
this.panel1.Controls.Add(this.panel10);
this.panel1.Controls.Add(this.labelVertexSkinCount);
this.panel1.ForeColor = System.Drawing.Color.White;
this.panel1.Location = new System.Drawing.Point(11, 389);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(634, 91);
this.panel1.TabIndex = 33;
//
// textBoxBoneIndex
//
this.textBoxBoneIndex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(33)))), ((int)(((byte)(33)))));
this.textBoxBoneIndex.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxBoneIndex.ForeColor = System.Drawing.Color.White;
this.textBoxBoneIndex.Location = new System.Drawing.Point(388, 31);
this.textBoxBoneIndex.Name = "textBoxBoneIndex";
this.textBoxBoneIndex.ReadOnly = true;
this.textBoxBoneIndex.Size = new System.Drawing.Size(60, 20);
this.textBoxBoneIndex.TabIndex = 34;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(346, 34);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(36, 13);
this.label21.TabIndex = 29;
this.label21.Text = "Index:";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(3, 34);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(108, 13);
this.label23.TabIndex = 28;
this.label23.Text = "Default Binded Bone:";
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel10.Controls.Add(this.button10);
this.panel10.Controls.Add(this.label30);
this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
this.panel10.Location = new System.Drawing.Point(0, 0);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(634, 22);
this.panel10.TabIndex = 24;
//
// button10
//
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button10.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button10.Location = new System.Drawing.Point(0, 0);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(28, 22);
this.button10.TabIndex = 1;
this.button10.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button10.UseVisualStyleBackColor = true;
//
// label30
//
this.label30.AutoSize = true;
this.label30.Location = new System.Drawing.Point(56, 6);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(87, 13);
this.label30.TabIndex = 0;
this.label30.Text = "Bone Information";
//
// panel11
//
this.panel11.Controls.Add(this.checkBoxUseSubMeshBoundryConsistent);
this.panel11.Controls.Add(this.label24);
this.panel11.Controls.Add(this.button7);
this.panel11.Controls.Add(this.panel12);
this.panel11.ForeColor = System.Drawing.Color.White;
this.panel11.Location = new System.Drawing.Point(12, 616);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(630, 119);
this.panel11.TabIndex = 39;
//
// panel12
//
this.panel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel12.Controls.Add(this.button9);
this.panel12.Controls.Add(this.label31);
this.panel12.Dock = System.Windows.Forms.DockStyle.Top;
this.panel12.Location = new System.Drawing.Point(0, 0);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(630, 22);
this.panel12.TabIndex = 24;
//
// button9
//
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button9.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button9.Location = new System.Drawing.Point(0, 0);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(28, 22);
this.button9.TabIndex = 1;
this.button9.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button9.UseVisualStyleBackColor = true;
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(56, 6);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(56, 13);
this.label31.TabIndex = 0;
this.label31.Text = "Advanced";
//
// bonesCB
//
this.bonesCB.BackColor = System.Drawing.Color.White;
this.bonesCB.Cursor = System.Windows.Forms.Cursors.Default;
this.bonesCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.bonesCB.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.bonesCB.FormattingEnabled = true;
this.bonesCB.Location = new System.Drawing.Point(116, 30);
this.bonesCB.Name = "bonesCB";
this.bonesCB.Size = new System.Drawing.Size(219, 21);
this.bonesCB.TabIndex = 33;
this.bonesCB.SelectedIndexChanged += new System.EventHandler(this.bonesCB_SelectedIndexChanged);
this.bonesCB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.bonesCB_KeyDown);
this.bonesCB.MouseDown += new System.Windows.Forms.MouseEventHandler(this.bonesCB_MouseDown);
//
// FSHPEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.Controls.Add(this.panel11);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel8);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel6);
this.Name = "FSHPEditor";
this.Size = new System.Drawing.Size(645, 751);
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.transXUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.transYUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDZ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.transZUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.scaleUDX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rotUDZ)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel12.ResumeLayout(false);
this.panel12.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ComboBox materialComboBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.ComboBox rotModeCB;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transXUD;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transYUD;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transZUD;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDZ;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDY;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDX;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDZ;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDY;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDX;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.ComboBox vtxAttributesCB;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.TextBox textBoxMatIndex;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Label labelVertexSkinCount;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button btnLODMeshes;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.ComboBox vtxFormatCB;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.CheckBox checkBoxUseSubMeshBoundryConsistent;
private System.Windows.Forms.CheckBox checkBoxUseVertexBuffer;
private System.Windows.Forms.TextBox textBoxVertexSkinCount;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox textBoxBoneIndex;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.ComboBox rotMeasureCB;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label20;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1;
private System.Windows.Forms.Label label32;
private System.Windows.Forms.Button btnVertexBuffData;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.ComboBox shaderAttCB;
private System.Windows.Forms.Label label34;
private System.Windows.Forms.ComboBox LODMeshCB;
private System.Windows.Forms.ComboBox bonesCB;
}
}