namespace FirstPlugin
{
partial class BfresBoneEditor
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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.label2 = new System.Windows.Forms.Label();
this.transXUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label3 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.transYUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.scaleUDZ = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label4 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.transZUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.scaleUDY = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label5 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.scaleUDX = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotUDX = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label13 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.rotUDY = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.rotUDZ = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label7 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.chkboxVisible = new System.Windows.Forms.CheckBox();
this.textBoxName = new System.Windows.Forms.TextBox();
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.panel5 = new System.Windows.Forms.Panel();
this.billboardTypeCB = new System.Windows.Forms.ComboBox();
this.label23 = new System.Windows.Forms.Label();
this.billboardIDUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label24 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.label25 = new System.Windows.Forms.Label();
this.panel9 = new System.Windows.Forms.Panel();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.rotModeCB = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.label22 = new System.Windows.Forms.Label();
this.label26 = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.panel10 = new System.Windows.Forms.Panel();
this.button5 = new System.Windows.Forms.Button();
this.label28 = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.label17 = new System.Windows.Forms.Label();
this.parentUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label16 = new System.Windows.Forms.Label();
this.smoothMatUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label19 = new System.Windows.Forms.Label();
this.rigidMatUD = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label21 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
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.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.billboardIDUD)).BeginInit();
this.panel8.SuspendLayout();
this.panel9.SuspendLayout();
this.panel10.SuspendLayout();
this.panel4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.parentUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.smoothMatUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rigidMatUD)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// 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.transXUD);
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(5, 107);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(623, 157);
this.panel2.TabIndex = 27;
//
// 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;
this.numericUpDownFloat1.ValueChanged += new System.EventHandler(this.valueUD_ValueChanged);
//
// 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;
this.rotMeasureCB.SelectedIndexChanged += new System.EventHandler(this.rotMeasureCB_SelectedIndexChanged);
//
// 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(623, 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";
//
// 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:";
//
// 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.valueUD_ValueChanged);
//
// 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";
//
// 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";
//
// 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.valueUD_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;
this.scaleUDZ.ValueChanged += new System.EventHandler(this.valueUD_ValueChanged);
//
// 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";
//
// 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";
//
// 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.valueUD_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.valueUD_ValueChanged);
//
// 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";
//
// 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";
//
// 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";
//
// 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.valueUD_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.valueUD_ValueChanged);
//
// 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:";
//
// 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";
//
// 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";
//
// 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.valueUD_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.valueUD_ValueChanged);
//
// 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";
//
// panel6
//
this.panel6.Controls.Add(this.chkboxVisible);
this.panel6.Controls.Add(this.textBoxName);
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(5, 0);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(623, 102);
this.panel6.TabIndex = 28;
//
// chkboxVisible
//
this.chkboxVisible.AutoSize = true;
this.chkboxVisible.Location = new System.Drawing.Point(12, 74);
this.chkboxVisible.Name = "chkboxVisible";
this.chkboxVisible.Size = new System.Drawing.Size(59, 17);
this.chkboxVisible.TabIndex = 35;
this.chkboxVisible.Text = "Visible ";
this.chkboxVisible.UseVisualStyleBackColor = true;
//
// 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;
//
// 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(623, 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(32, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Bone";
//
// panel5
//
this.panel5.Controls.Add(this.billboardTypeCB);
this.panel5.Controls.Add(this.label23);
this.panel5.Controls.Add(this.billboardIDUD);
this.panel5.Controls.Add(this.label24);
this.panel5.Controls.Add(this.panel8);
this.panel5.ForeColor = System.Drawing.Color.White;
this.panel5.Location = new System.Drawing.Point(11, 506);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(623, 81);
this.panel5.TabIndex = 37;
//
// billboardTypeCB
//
this.billboardTypeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.billboardTypeCB.FormattingEnabled = true;
this.billboardTypeCB.Location = new System.Drawing.Point(97, 26);
this.billboardTypeCB.Name = "billboardTypeCB";
this.billboardTypeCB.Size = new System.Drawing.Size(169, 21);
this.billboardTypeCB.TabIndex = 29;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(13, 55);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(18, 13);
this.label23.TabIndex = 32;
this.label23.Text = "ID";
//
// billboardIDUD
//
this.billboardIDUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.billboardIDUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.billboardIDUD.DecimalPlaces = 5;
this.billboardIDUD.ForeColor = System.Drawing.Color.White;
this.billboardIDUD.Increment = new decimal(new int[] {
0,
0,
0,
0});
this.billboardIDUD.Location = new System.Drawing.Point(97, 56);
this.billboardIDUD.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.billboardIDUD.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.billboardIDUD.Name = "billboardIDUD";
this.billboardIDUD.Size = new System.Drawing.Size(120, 16);
this.billboardIDUD.TabIndex = 31;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Location = new System.Drawing.Point(13, 29);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(31, 13);
this.label24.TabIndex = 30;
this.label24.Text = "Type";
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel8.Controls.Add(this.button4);
this.panel8.Controls.Add(this.label25);
this.panel8.Dock = System.Windows.Forms.DockStyle.Top;
this.panel8.ForeColor = System.Drawing.Color.White;
this.panel8.Location = new System.Drawing.Point(0, 0);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(623, 22);
this.panel8.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.Text = "\\/";
this.button4.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button4.UseVisualStyleBackColor = true;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(56, 6);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(47, 13);
this.label25.TabIndex = 0;
this.label25.Text = "Billboard";
//
// panel9
//
this.panel9.Controls.Add(this.comboBox4);
this.panel9.Controls.Add(this.rotModeCB);
this.panel9.Controls.Add(this.comboBox2);
this.panel9.Controls.Add(this.label22);
this.panel9.Controls.Add(this.label26);
this.panel9.Controls.Add(this.label27);
this.panel9.Controls.Add(this.panel10);
this.panel9.ForeColor = System.Drawing.Color.White;
this.panel9.Location = new System.Drawing.Point(5, 270);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(623, 113);
this.panel9.TabIndex = 37;
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(103, 76);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(169, 21);
this.comboBox4.TabIndex = 36;
//
// rotModeCB
//
this.rotModeCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.rotModeCB.FormattingEnabled = true;
this.rotModeCB.Location = new System.Drawing.Point(104, 52);
this.rotModeCB.Name = "rotModeCB";
this.rotModeCB.Size = new System.Drawing.Size(168, 21);
this.rotModeCB.TabIndex = 35;
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(104, 29);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(168, 21);
this.comboBox2.TabIndex = 29;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(13, 79);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(84, 13);
this.label22.TabIndex = 34;
this.label22.Text = "Transform Mode";
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(15, 55);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(77, 13);
this.label26.TabIndex = 32;
this.label26.Text = "Rotation Mode";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Location = new System.Drawing.Point(13, 29);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(79, 13);
this.label27.TabIndex = 30;
this.label27.Text = "Hiearchy Mode";
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel10.Controls.Add(this.button5);
this.panel10.Controls.Add(this.label28);
this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
this.panel10.ForeColor = System.Drawing.Color.White;
this.panel10.Location = new System.Drawing.Point(0, 0);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(623, 22);
this.panel10.TabIndex = 24;
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.button5.Image = global::FirstPlugin.Properties.Resources.arrowMinimize_;
this.button5.Location = new System.Drawing.Point(0, 0);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(28, 22);
this.button5.TabIndex = 1;
this.button5.Text = "\\/";
this.button5.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button5.UseVisualStyleBackColor = true;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Location = new System.Drawing.Point(56, 6);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(89, 13);
this.label28.TabIndex = 0;
this.label28.Text = "Transform Modes";
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.panel4.Controls.Add(this.button2);
this.panel4.Controls.Add(this.label17);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.ForeColor = System.Drawing.Color.White;
this.panel4.Location = new System.Drawing.Point(0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(623, 22);
this.panel4.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.Text = "\\/";
this.button2.TextAlign = System.Drawing.ContentAlignment.BottomRight;
this.button2.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(41, 13);
this.label17.TabIndex = 0;
this.label17.Text = "Indices";
//
// parentUD
//
this.parentUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.parentUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.parentUD.DecimalPlaces = 5;
this.parentUD.ForeColor = System.Drawing.Color.White;
this.parentUD.Increment = new decimal(new int[] {
0,
0,
0,
0});
this.parentUD.Location = new System.Drawing.Point(97, 30);
this.parentUD.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.parentUD.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.parentUD.Name = "parentUD";
this.parentUD.Size = new System.Drawing.Size(120, 16);
this.parentUD.TabIndex = 29;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(13, 29);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(38, 13);
this.label16.TabIndex = 30;
this.label16.Text = "Parent";
//
// smoothMatUD
//
this.smoothMatUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.smoothMatUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.smoothMatUD.DecimalPlaces = 5;
this.smoothMatUD.ForeColor = System.Drawing.Color.White;
this.smoothMatUD.Increment = new decimal(new int[] {
0,
0,
0,
0});
this.smoothMatUD.Location = new System.Drawing.Point(97, 56);
this.smoothMatUD.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.smoothMatUD.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.smoothMatUD.Name = "smoothMatUD";
this.smoothMatUD.Size = new System.Drawing.Size(120, 16);
this.smoothMatUD.TabIndex = 31;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(13, 55);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(74, 13);
this.label19.TabIndex = 32;
this.label19.Text = "Smooth Matrix";
//
// rigidMatUD
//
this.rigidMatUD.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.rigidMatUD.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.rigidMatUD.DecimalPlaces = 5;
this.rigidMatUD.ForeColor = System.Drawing.Color.White;
this.rigidMatUD.Increment = new decimal(new int[] {
0,
0,
0,
0});
this.rigidMatUD.Location = new System.Drawing.Point(97, 80);
this.rigidMatUD.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.rigidMatUD.Minimum = new decimal(new int[] {
1,
0,
0,
-2147483648});
this.rigidMatUD.Name = "rigidMatUD";
this.rigidMatUD.Size = new System.Drawing.Size(120, 16);
this.rigidMatUD.TabIndex = 33;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(13, 79);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(62, 13);
this.label21.TabIndex = 34;
this.label21.Text = "Rigid Matrix";
//
// panel1
//
this.panel1.Controls.Add(this.label21);
this.panel1.Controls.Add(this.rigidMatUD);
this.panel1.Controls.Add(this.label19);
this.panel1.Controls.Add(this.smoothMatUD);
this.panel1.Controls.Add(this.label16);
this.panel1.Controls.Add(this.parentUD);
this.panel1.Controls.Add(this.panel4);
this.panel1.ForeColor = System.Drawing.Color.White;
this.panel1.Location = new System.Drawing.Point(5, 389);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(623, 110);
this.panel1.TabIndex = 36;
//
// BfresBoneEditor
//
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.panel9);
this.Controls.Add(this.panel5);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panel6);
this.Controls.Add(this.panel2);
this.Name = "BfresBoneEditor";
this.Size = new System.Drawing.Size(623, 595);
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.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.billboardIDUD)).EndInit();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel10.ResumeLayout(false);
this.panel10.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.parentUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.smoothMatUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rigidMatUD)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label20;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1;
private System.Windows.Forms.ComboBox rotMeasureCB;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label2;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transXUD;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label10;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transYUD;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDZ;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label11;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat transZUD;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDY;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label9;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat scaleUDX;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDX;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label6;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDY;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rotUDZ;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.CheckBox chkboxVisible;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label labelName;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.ComboBox billboardTypeCB;
private System.Windows.Forms.Label label23;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat billboardIDUD;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox rotModeCB;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label17;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat parentUD;
private System.Windows.Forms.Label label16;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat smoothMatUD;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Panel panel1;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat rigidMatUD;
}
}