1
0
mirror of synced 2024-11-14 19:17:39 +01:00
Switch-Toolbox/Switch_FileFormatsMain/GUI/BFRES/BoneAnims/BoneAnimEditor.Designer.cs
2019-04-11 19:28:35 -04:00

701 lines
32 KiB
C#

namespace FirstPlugin.Forms
{
partial class BoneAnimEditor2
{
/// <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 Component 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.splitter1 = new System.Windows.Forms.Splitter();
this.stPanel2 = new Switch_Toolbox.Library.Forms.STPanel();
this.stPanel4 = new Switch_Toolbox.Library.Forms.STPanel();
this.splitter2 = new System.Windows.Forms.Splitter();
this.stPanel3 = new Switch_Toolbox.Library.Forms.STPanel();
this.btnRemove = new Switch_Toolbox.Library.Forms.STButton();
this.frameCountLbl = new Switch_Toolbox.Library.Forms.STLabel();
this.btnInsert = new Switch_Toolbox.Library.Forms.STButton();
this.currentFrameUD = new Switch_Toolbox.Library.Forms.NumericUpDownUint();
this.stLabel8 = new Switch_Toolbox.Library.Forms.STLabel();
this.numericUpDownFloat11 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.stLabel7 = new Switch_Toolbox.Library.Forms.STLabel();
this.numericUpDownFloat2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat4 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.stLabel6 = new Switch_Toolbox.Library.Forms.STLabel();
this.numericUpDownFloat7 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.stLabel5 = new Switch_Toolbox.Library.Forms.STLabel();
this.numericUpDownFloat5 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.stLabel4 = new Switch_Toolbox.Library.Forms.STLabel();
this.stLabel3 = new Switch_Toolbox.Library.Forms.STLabel();
this.stLabel1 = new Switch_Toolbox.Library.Forms.STLabel();
this.numericUpDownFloat6 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat8 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat9 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.stLabel2 = new Switch_Toolbox.Library.Forms.STLabel();
this.stPanel1 = new Switch_Toolbox.Library.Forms.STPanel();
this.stPropertyGrid1 = new Switch_Toolbox.Library.Forms.STPropertyGrid();
this.listViewCustom1 = new Switch_Toolbox.Library.Forms.ListViewCustom();
this.objectListView1 = new BrightIdeasSoftware.ObjectListView();
this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn3 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn4 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn5 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn6 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn7 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn8 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn9 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn10 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.olvColumn11 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
this.stPanel2.SuspendLayout();
this.stPanel4.SuspendLayout();
this.stPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.currentFrameUD)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat11)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat9)).BeginInit();
this.stPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).BeginInit();
this.SuspendLayout();
//
// splitter1
//
this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
this.splitter1.Location = new System.Drawing.Point(0, 234);
this.splitter1.Name = "splitter1";
this.splitter1.Size = new System.Drawing.Size(802, 3);
this.splitter1.TabIndex = 1;
this.splitter1.TabStop = false;
//
// stPanel2
//
this.stPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.stPanel2.Controls.Add(this.stPanel4);
this.stPanel2.Controls.Add(this.splitter2);
this.stPanel2.Controls.Add(this.stPanel3);
this.stPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.stPanel2.Location = new System.Drawing.Point(0, 237);
this.stPanel2.Name = "stPanel2";
this.stPanel2.Size = new System.Drawing.Size(802, 403);
this.stPanel2.TabIndex = 2;
this.stPanel2.Paint += new System.Windows.Forms.PaintEventHandler(this.stPanel2_Paint);
//
// stPanel4
//
this.stPanel4.Controls.Add(this.objectListView1);
this.stPanel4.Controls.Add(this.listViewCustom1);
this.stPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.stPanel4.Location = new System.Drawing.Point(0, 0);
this.stPanel4.Name = "stPanel4";
this.stPanel4.Size = new System.Drawing.Size(800, 242);
this.stPanel4.TabIndex = 27;
//
// splitter2
//
this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.splitter2.Location = new System.Drawing.Point(0, 242);
this.splitter2.Name = "splitter2";
this.splitter2.Size = new System.Drawing.Size(800, 3);
this.splitter2.TabIndex = 26;
this.splitter2.TabStop = false;
//
// stPanel3
//
this.stPanel3.Controls.Add(this.btnRemove);
this.stPanel3.Controls.Add(this.frameCountLbl);
this.stPanel3.Controls.Add(this.btnInsert);
this.stPanel3.Controls.Add(this.currentFrameUD);
this.stPanel3.Controls.Add(this.stLabel8);
this.stPanel3.Controls.Add(this.numericUpDownFloat11);
this.stPanel3.Controls.Add(this.numericUpDownFloat3);
this.stPanel3.Controls.Add(this.stLabel7);
this.stPanel3.Controls.Add(this.numericUpDownFloat2);
this.stPanel3.Controls.Add(this.numericUpDownFloat4);
this.stPanel3.Controls.Add(this.stLabel6);
this.stPanel3.Controls.Add(this.numericUpDownFloat7);
this.stPanel3.Controls.Add(this.stLabel5);
this.stPanel3.Controls.Add(this.numericUpDownFloat5);
this.stPanel3.Controls.Add(this.stLabel4);
this.stPanel3.Controls.Add(this.stLabel3);
this.stPanel3.Controls.Add(this.stLabel1);
this.stPanel3.Controls.Add(this.numericUpDownFloat6);
this.stPanel3.Controls.Add(this.numericUpDownFloat1);
this.stPanel3.Controls.Add(this.numericUpDownFloat8);
this.stPanel3.Controls.Add(this.numericUpDownFloat9);
this.stPanel3.Controls.Add(this.stLabel2);
this.stPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.stPanel3.Location = new System.Drawing.Point(0, 245);
this.stPanel3.Name = "stPanel3";
this.stPanel3.Size = new System.Drawing.Size(800, 156);
this.stPanel3.TabIndex = 25;
//
// btnRemove
//
this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRemove.Location = new System.Drawing.Point(345, 5);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(85, 23);
this.btnRemove.TabIndex = 24;
this.btnRemove.Text = "Remove Key";
this.btnRemove.UseVisualStyleBackColor = false;
//
// frameCountLbl
//
this.frameCountLbl.AutoSize = true;
this.frameCountLbl.Location = new System.Drawing.Point(179, 10);
this.frameCountLbl.Name = "frameCountLbl";
this.frameCountLbl.Size = new System.Drawing.Size(21, 13);
this.frameCountLbl.TabIndex = 22;
this.frameCountLbl.Text = "/ 0";
//
// btnInsert
//
this.btnInsert.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnInsert.Location = new System.Drawing.Point(254, 5);
this.btnInsert.Name = "btnInsert";
this.btnInsert.Size = new System.Drawing.Size(85, 23);
this.btnInsert.TabIndex = 23;
this.btnInsert.Text = "Insert Key";
this.btnInsert.UseVisualStyleBackColor = false;
//
// currentFrameUD
//
this.currentFrameUD.Location = new System.Drawing.Point(87, 8);
this.currentFrameUD.Maximum = new decimal(new int[] {
2147483647,
0,
0,
0});
this.currentFrameUD.Name = "currentFrameUD";
this.currentFrameUD.Size = new System.Drawing.Size(86, 20);
this.currentFrameUD.TabIndex = 21;
//
// stLabel8
//
this.stLabel8.AutoSize = true;
this.stLabel8.Location = new System.Drawing.Point(42, 10);
this.stLabel8.Name = "stLabel8";
this.stLabel8.Size = new System.Drawing.Size(39, 13);
this.stLabel8.TabIndex = 20;
this.stLabel8.Text = "Frame:";
//
// numericUpDownFloat11
//
this.numericUpDownFloat11.DecimalPlaces = 5;
this.numericUpDownFloat11.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat11.Location = new System.Drawing.Point(402, 94);
this.numericUpDownFloat11.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat11.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat11.Name = "numericUpDownFloat11";
this.numericUpDownFloat11.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat11.TabIndex = 17;
//
// numericUpDownFloat3
//
this.numericUpDownFloat3.DecimalPlaces = 5;
this.numericUpDownFloat3.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat3.Location = new System.Drawing.Point(87, 127);
this.numericUpDownFloat3.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat3.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat3.Name = "numericUpDownFloat3";
this.numericUpDownFloat3.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat3.TabIndex = 9;
//
// stLabel7
//
this.stLabel7.AutoSize = true;
this.stLabel7.Location = new System.Drawing.Point(411, 43);
this.stLabel7.Name = "stLabel7";
this.stLabel7.Size = new System.Drawing.Size(18, 13);
this.stLabel7.TabIndex = 18;
this.stLabel7.Text = "W";
//
// numericUpDownFloat2
//
this.numericUpDownFloat2.DecimalPlaces = 5;
this.numericUpDownFloat2.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat2.Location = new System.Drawing.Point(87, 94);
this.numericUpDownFloat2.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat2.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat2.Name = "numericUpDownFloat2";
this.numericUpDownFloat2.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat2.TabIndex = 8;
//
// numericUpDownFloat4
//
this.numericUpDownFloat4.DecimalPlaces = 5;
this.numericUpDownFloat4.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat4.Location = new System.Drawing.Point(191, 127);
this.numericUpDownFloat4.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat4.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat4.Name = "numericUpDownFloat4";
this.numericUpDownFloat4.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat4.TabIndex = 12;
//
// stLabel6
//
this.stLabel6.AutoSize = true;
this.stLabel6.Location = new System.Drawing.Point(17, 129);
this.stLabel6.Name = "stLabel6";
this.stLabel6.Size = new System.Drawing.Size(37, 13);
this.stLabel6.TabIndex = 7;
this.stLabel6.Text = "Scale:";
//
// numericUpDownFloat7
//
this.numericUpDownFloat7.DecimalPlaces = 5;
this.numericUpDownFloat7.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat7.Location = new System.Drawing.Point(299, 127);
this.numericUpDownFloat7.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat7.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat7.Name = "numericUpDownFloat7";
this.numericUpDownFloat7.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat7.TabIndex = 15;
//
// stLabel5
//
this.stLabel5.AutoSize = true;
this.stLabel5.Location = new System.Drawing.Point(17, 96);
this.stLabel5.Name = "stLabel5";
this.stLabel5.Size = new System.Drawing.Size(50, 13);
this.stLabel5.TabIndex = 6;
this.stLabel5.Text = "Rotation:";
//
// numericUpDownFloat5
//
this.numericUpDownFloat5.DecimalPlaces = 5;
this.numericUpDownFloat5.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat5.Location = new System.Drawing.Point(191, 94);
this.numericUpDownFloat5.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat5.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat5.Name = "numericUpDownFloat5";
this.numericUpDownFloat5.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat5.TabIndex = 11;
//
// stLabel4
//
this.stLabel4.AutoSize = true;
this.stLabel4.Location = new System.Drawing.Point(13, 61);
this.stLabel4.Name = "stLabel4";
this.stLabel4.Size = new System.Drawing.Size(54, 13);
this.stLabel4.TabIndex = 5;
this.stLabel4.Text = "Translate:";
//
// stLabel3
//
this.stLabel3.AutoSize = true;
this.stLabel3.Location = new System.Drawing.Point(342, 43);
this.stLabel3.Name = "stLabel3";
this.stLabel3.Size = new System.Drawing.Size(14, 13);
this.stLabel3.TabIndex = 4;
this.stLabel3.Text = "Z";
//
// stLabel1
//
this.stLabel1.AutoSize = true;
this.stLabel1.Location = new System.Drawing.Point(84, 43);
this.stLabel1.Name = "stLabel1";
this.stLabel1.Size = new System.Drawing.Size(14, 13);
this.stLabel1.TabIndex = 2;
this.stLabel1.Text = "X";
//
// numericUpDownFloat6
//
this.numericUpDownFloat6.DecimalPlaces = 5;
this.numericUpDownFloat6.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat6.Location = new System.Drawing.Point(191, 59);
this.numericUpDownFloat6.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat6.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat6.Name = "numericUpDownFloat6";
this.numericUpDownFloat6.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat6.TabIndex = 10;
//
// numericUpDownFloat1
//
this.numericUpDownFloat1.DecimalPlaces = 5;
this.numericUpDownFloat1.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat1.Location = new System.Drawing.Point(87, 59);
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(97, 20);
this.numericUpDownFloat1.TabIndex = 1;
//
// numericUpDownFloat8
//
this.numericUpDownFloat8.DecimalPlaces = 5;
this.numericUpDownFloat8.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat8.Location = new System.Drawing.Point(299, 94);
this.numericUpDownFloat8.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat8.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat8.Name = "numericUpDownFloat8";
this.numericUpDownFloat8.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat8.TabIndex = 14;
//
// numericUpDownFloat9
//
this.numericUpDownFloat9.DecimalPlaces = 5;
this.numericUpDownFloat9.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat9.Location = new System.Drawing.Point(299, 59);
this.numericUpDownFloat9.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat9.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat9.Name = "numericUpDownFloat9";
this.numericUpDownFloat9.Size = new System.Drawing.Size(97, 20);
this.numericUpDownFloat9.TabIndex = 13;
//
// stLabel2
//
this.stLabel2.AutoSize = true;
this.stLabel2.Location = new System.Drawing.Point(214, 43);
this.stLabel2.Name = "stLabel2";
this.stLabel2.Size = new System.Drawing.Size(14, 13);
this.stLabel2.TabIndex = 3;
this.stLabel2.Text = "Y";
//
// stPanel1
//
this.stPanel1.Controls.Add(this.stPropertyGrid1);
this.stPanel1.Dock = System.Windows.Forms.DockStyle.Top;
this.stPanel1.Location = new System.Drawing.Point(0, 0);
this.stPanel1.Name = "stPanel1";
this.stPanel1.Size = new System.Drawing.Size(802, 234);
this.stPanel1.TabIndex = 0;
//
// stPropertyGrid1
//
this.stPropertyGrid1.AutoScroll = true;
this.stPropertyGrid1.ShowHintDisplay = true;
this.stPropertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.stPropertyGrid1.Location = new System.Drawing.Point(0, 0);
this.stPropertyGrid1.Name = "stPropertyGrid1";
this.stPropertyGrid1.Size = new System.Drawing.Size(802, 234);
this.stPropertyGrid1.TabIndex = 0;
//
// listViewCustom1
//
this.listViewCustom1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listViewCustom1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listViewCustom1.Location = new System.Drawing.Point(0, 0);
this.listViewCustom1.Name = "listViewCustom1";
this.listViewCustom1.OwnerDraw = true;
this.listViewCustom1.Size = new System.Drawing.Size(800, 242);
this.listViewCustom1.TabIndex = 0;
this.listViewCustom1.UseCompatibleStateImageBehavior = false;
//
// objectListView1
//
this.objectListView1.AllColumns.Add(this.olvColumn1);
this.objectListView1.AllColumns.Add(this.olvColumn2);
this.objectListView1.AllColumns.Add(this.olvColumn3);
this.objectListView1.AllColumns.Add(this.olvColumn4);
this.objectListView1.AllColumns.Add(this.olvColumn5);
this.objectListView1.AllColumns.Add(this.olvColumn6);
this.objectListView1.AllColumns.Add(this.olvColumn7);
this.objectListView1.AllColumns.Add(this.olvColumn8);
this.objectListView1.AllColumns.Add(this.olvColumn9);
this.objectListView1.AllColumns.Add(this.olvColumn10);
this.objectListView1.AllColumns.Add(this.olvColumn11);
this.objectListView1.CellEditUseWholeCell = false;
this.objectListView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.olvColumn1,
this.olvColumn2,
this.olvColumn3,
this.olvColumn4,
this.olvColumn5,
this.olvColumn6,
this.olvColumn7,
this.olvColumn8,
this.olvColumn9,
this.olvColumn10,
this.olvColumn11});
this.objectListView1.Cursor = System.Windows.Forms.Cursors.Default;
this.objectListView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.objectListView1.Location = new System.Drawing.Point(0, 0);
this.objectListView1.Name = "objectListView1";
this.objectListView1.Size = new System.Drawing.Size(800, 242);
this.objectListView1.TabIndex = 1;
this.objectListView1.UseCompatibleStateImageBehavior = false;
this.objectListView1.View = System.Windows.Forms.View.Details;
//
// olvColumn1
//
this.olvColumn1.AspectName = "Frame";
this.olvColumn1.Text = "Frame";
//
// olvColumn2
//
this.olvColumn2.AspectName = "PosX";
this.olvColumn2.Text = "Pos X";
//
// olvColumn3
//
this.olvColumn3.AspectName = "PosY";
this.olvColumn3.Text = "Pos Y";
//
// olvColumn4
//
this.olvColumn4.AspectName = "PosZ";
this.olvColumn4.Text = "Pos Z";
//
// olvColumn5
//
this.olvColumn5.AspectName = "RotX";
this.olvColumn5.Text = "Rot X";
//
// olvColumn6
//
this.olvColumn6.AspectName = "RotY";
this.olvColumn6.Text = "Rot Y";
//
// olvColumn7
//
this.olvColumn7.AspectName = "RotZ";
this.olvColumn7.Text = "Rot Z";
//
// olvColumn8
//
this.olvColumn8.AspectName = "RotW";
this.olvColumn8.Text = "Rot W";
//
// olvColumn9
//
this.olvColumn9.AspectName = "ScaX";
this.olvColumn9.Text = "Sca X";
//
// olvColumn10
//
this.olvColumn10.AspectName = "ScaY";
this.olvColumn10.Text = "Sca Y";
//
// olvColumn11
//
this.olvColumn11.AspectName = "ScaZ";
this.olvColumn11.Text = "Sca Z";
//
// BoneAnimEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.stPanel2);
this.Controls.Add(this.splitter1);
this.Controls.Add(this.stPanel1);
this.Name = "BoneAnimEditor";
this.Size = new System.Drawing.Size(802, 640);
this.stPanel2.ResumeLayout(false);
this.stPanel4.ResumeLayout(false);
this.stPanel3.ResumeLayout(false);
this.stPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.currentFrameUD)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat11)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat9)).EndInit();
this.stPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.objectListView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Switch_Toolbox.Library.Forms.STPanel stPanel1;
private Switch_Toolbox.Library.Forms.STPropertyGrid stPropertyGrid1;
private System.Windows.Forms.Splitter splitter1;
private Switch_Toolbox.Library.Forms.STPanel stPanel2;
private Switch_Toolbox.Library.Forms.STLabel stLabel7;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat11;
private Switch_Toolbox.Library.Forms.STButton btnRemove;
private Switch_Toolbox.Library.Forms.STButton btnInsert;
private Switch_Toolbox.Library.Forms.STPanel stPanel3;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat7;
private Switch_Toolbox.Library.Forms.STLabel stLabel3;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat8;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat9;
private Switch_Toolbox.Library.Forms.STLabel frameCountLbl;
private Switch_Toolbox.Library.Forms.NumericUpDownUint currentFrameUD;
private Switch_Toolbox.Library.Forms.STLabel stLabel8;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat4;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat5;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat6;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2;
private Switch_Toolbox.Library.Forms.STLabel stLabel6;
private Switch_Toolbox.Library.Forms.STLabel stLabel5;
private Switch_Toolbox.Library.Forms.STLabel stLabel4;
private Switch_Toolbox.Library.Forms.STLabel stLabel2;
private Switch_Toolbox.Library.Forms.STLabel stLabel1;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1;
private System.Windows.Forms.Splitter splitter2;
private Switch_Toolbox.Library.Forms.STPanel stPanel4;
private Switch_Toolbox.Library.Forms.ListViewCustom listViewCustom1;
private BrightIdeasSoftware.ObjectListView objectListView1;
private BrightIdeasSoftware.OLVColumn olvColumn1;
private BrightIdeasSoftware.OLVColumn olvColumn2;
private BrightIdeasSoftware.OLVColumn olvColumn3;
private BrightIdeasSoftware.OLVColumn olvColumn4;
private BrightIdeasSoftware.OLVColumn olvColumn5;
private BrightIdeasSoftware.OLVColumn olvColumn6;
private BrightIdeasSoftware.OLVColumn olvColumn7;
private BrightIdeasSoftware.OLVColumn olvColumn8;
private BrightIdeasSoftware.OLVColumn olvColumn9;
private BrightIdeasSoftware.OLVColumn olvColumn10;
private BrightIdeasSoftware.OLVColumn olvColumn11;
}
}