Switch-Toolbox/File_Format_Library/GUI/BFRES/BfresModelImportSettings.Designer.cs
KillzXGaming 8b4ce2e9c6
Fix typo
2019-07-27 22:23:35 -04:00

1028 lines
54 KiB
C#

namespace FirstPlugin
{
partial class BfresModelImportSettings
{
/// <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.panel1 = new Toolbox.Library.Forms.STPanel();
this.label2 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatPositions = new Toolbox.Library.Forms.STComboBox();
this.label1 = new Toolbox.Library.Forms.STLabel();
this.panel2 = new Toolbox.Library.Forms.STPanel();
this.label3 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatNormals = new Toolbox.Library.Forms.STComboBox();
this.label4 = new Toolbox.Library.Forms.STLabel();
this.panel3 = new Toolbox.Library.Forms.STPanel();
this.label5 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatUvs = new Toolbox.Library.Forms.STComboBox();
this.label6 = new Toolbox.Library.Forms.STLabel();
this.panel4 = new Toolbox.Library.Forms.STPanel();
this.label7 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatVertexColors = new Toolbox.Library.Forms.STComboBox();
this.label8 = new Toolbox.Library.Forms.STLabel();
this.panel5 = new Toolbox.Library.Forms.STPanel();
this.label9 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatTangents = new Toolbox.Library.Forms.STComboBox();
this.label10 = new Toolbox.Library.Forms.STLabel();
this.panel6 = new Toolbox.Library.Forms.STPanel();
this.label11 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatBitans = new Toolbox.Library.Forms.STComboBox();
this.label12 = new Toolbox.Library.Forms.STLabel();
this.panel7 = new Toolbox.Library.Forms.STPanel();
this.comboBoxFormatIndices = new Toolbox.Library.Forms.STComboBox();
this.label15 = new Toolbox.Library.Forms.STLabel();
this.label13 = new Toolbox.Library.Forms.STLabel();
this.comboBoxFormatWeights = new Toolbox.Library.Forms.STComboBox();
this.label14 = new Toolbox.Library.Forms.STLabel();
this.chkBoxFlipUvsY = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxImportBones = new Toolbox.Library.Forms.STCheckBox();
this.panel8 = new Toolbox.Library.Forms.STPanel();
this.chkResetColorParams = new Toolbox.Library.Forms.STCheckBox();
this.chkPlaceHolderTextures = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxImportMat = new Toolbox.Library.Forms.STCheckBox();
this.chkResetUVParams = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxRotNegative90Y = new Toolbox.Library.Forms.STCheckBox();
this.textBoxMaterialPath = new Toolbox.Library.Forms.STTextBox();
this.chkBoxEnableWeightIndices = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnableBitans = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnableTans = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnableVertColors = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnableUVs = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnableNormals = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxEnablePositions = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxRecalcNormals = new Toolbox.Library.Forms.STCheckBox();
this.button1 = new System.Windows.Forms.Button();
this.chkBoxTransformMatrix = new Toolbox.Library.Forms.STCheckBox();
this.chkBoxRot90Y = new Toolbox.Library.Forms.STCheckBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.checkBox9 = new Toolbox.Library.Forms.STCheckBox();
this.panel9 = new Toolbox.Library.Forms.STPanel();
this.comboBoxFormatFaces = new Toolbox.Library.Forms.STComboBox();
this.label18 = new Toolbox.Library.Forms.STLabel();
this.label17 = new Toolbox.Library.Forms.STLabel();
this.tabControl1 = new Toolbox.Library.Forms.STTabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPageAdvanced = new System.Windows.Forms.TabPage();
this.stPanel1 = new Toolbox.Library.Forms.STPanel();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.assimpMeshListView = new Toolbox.Library.Forms.ListViewCustom();
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.originalMeshListView = new Toolbox.Library.Forms.ListViewCustom();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.stLabel2 = new Toolbox.Library.Forms.STLabel();
this.stLabel1 = new Toolbox.Library.Forms.STLabel();
this.objectNameTB = new Toolbox.Library.Forms.STTextBox();
this.chkOriginalAttributesFormats = new Toolbox.Library.Forms.STCheckBox();
this.stCheckBox1 = new Toolbox.Library.Forms.STCheckBox();
this.chkMapOriginalMaterials = new Toolbox.Library.Forms.STCheckBox();
this.ogSkinCountChkBox = new Toolbox.Library.Forms.STCheckBox();
this.contentContainer.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel9.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPageAdvanced.SuspendLayout();
this.stPanel1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// contentContainer
//
this.contentContainer.Controls.Add(this.tabControl1);
this.contentContainer.Size = new System.Drawing.Size(541, 396);
this.contentContainer.Controls.SetChildIndex(this.tabControl1, 0);
//
// panel1
//
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.comboBoxFormatPositions);
this.panel1.Controls.Add(this.label1);
this.panel1.Location = new System.Drawing.Point(16, 17);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(215, 66);
this.panel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Positions";
//
// comboBoxFormatPositions
//
this.comboBoxFormatPositions.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatPositions.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatPositions.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatPositions.FormattingEnabled = true;
this.comboBoxFormatPositions.Location = new System.Drawing.Point(50, 37);
this.comboBoxFormatPositions.Name = "comboBoxFormatPositions";
this.comboBoxFormatPositions.ReadOnly = true;
this.comboBoxFormatPositions.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatPositions.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(39, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Format";
//
// panel2
//
this.panel2.Controls.Add(this.label3);
this.panel2.Controls.Add(this.comboBoxFormatNormals);
this.panel2.Controls.Add(this.label4);
this.panel2.Location = new System.Drawing.Point(13, 89);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(218, 64);
this.panel2.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 7);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(45, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Normals";
//
// comboBoxFormatNormals
//
this.comboBoxFormatNormals.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatNormals.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatNormals.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatNormals.FormattingEnabled = true;
this.comboBoxFormatNormals.Location = new System.Drawing.Point(53, 34);
this.comboBoxFormatNormals.Name = "comboBoxFormatNormals";
this.comboBoxFormatNormals.ReadOnly = true;
this.comboBoxFormatNormals.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatNormals.TabIndex = 1;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(39, 13);
this.label4.TabIndex = 0;
this.label4.Text = "Format";
//
// panel3
//
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.comboBoxFormatUvs);
this.panel3.Controls.Add(this.label6);
this.panel3.Location = new System.Drawing.Point(13, 160);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(218, 60);
this.panel3.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 7);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(27, 13);
this.label5.TabIndex = 2;
this.label5.Text = "UVs";
//
// comboBoxFormatUvs
//
this.comboBoxFormatUvs.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatUvs.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatUvs.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatUvs.FormattingEnabled = true;
this.comboBoxFormatUvs.Location = new System.Drawing.Point(53, 26);
this.comboBoxFormatUvs.Name = "comboBoxFormatUvs";
this.comboBoxFormatUvs.ReadOnly = true;
this.comboBoxFormatUvs.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatUvs.TabIndex = 1;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(39, 13);
this.label6.TabIndex = 0;
this.label6.Text = "Format";
//
// panel4
//
this.panel4.Controls.Add(this.label7);
this.panel4.Controls.Add(this.comboBoxFormatVertexColors);
this.panel4.Controls.Add(this.label8);
this.panel4.Location = new System.Drawing.Point(13, 226);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(218, 70);
this.panel4.TabIndex = 6;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(3, 7);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(64, 13);
this.label7.TabIndex = 2;
this.label7.Text = "Vertex Colors";
//
// comboBoxFormatVertexColors
//
this.comboBoxFormatVertexColors.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatVertexColors.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatVertexColors.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatVertexColors.Cursor = System.Windows.Forms.Cursors.Arrow;
this.comboBoxFormatVertexColors.FormattingEnabled = true;
this.comboBoxFormatVertexColors.Location = new System.Drawing.Point(53, 33);
this.comboBoxFormatVertexColors.Name = "comboBoxFormatVertexColors";
this.comboBoxFormatVertexColors.ReadOnly = true;
this.comboBoxFormatVertexColors.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatVertexColors.TabIndex = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(8, 36);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(39, 13);
this.label8.TabIndex = 0;
this.label8.Text = "Format";
//
// panel5
//
this.panel5.Controls.Add(this.label9);
this.panel5.Controls.Add(this.comboBoxFormatTangents);
this.panel5.Controls.Add(this.label10);
this.panel5.Location = new System.Drawing.Point(237, 17);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(280, 66);
this.panel5.TabIndex = 7;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(3, 7);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(52, 13);
this.label9.TabIndex = 2;
this.label9.Text = "Tangents";
//
// comboBoxFormatTangents
//
this.comboBoxFormatTangents.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatTangents.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatTangents.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatTangents.FormattingEnabled = true;
this.comboBoxFormatTangents.Location = new System.Drawing.Point(60, 37);
this.comboBoxFormatTangents.Name = "comboBoxFormatTangents";
this.comboBoxFormatTangents.ReadOnly = true;
this.comboBoxFormatTangents.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatTangents.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(11, 40);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(39, 13);
this.label10.TabIndex = 0;
this.label10.Text = "Format";
//
// panel6
//
this.panel6.Controls.Add(this.label11);
this.panel6.Controls.Add(this.comboBoxFormatBitans);
this.panel6.Controls.Add(this.label12);
this.panel6.Location = new System.Drawing.Point(237, 89);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(280, 64);
this.panel6.TabIndex = 8;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(3, 7);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(57, 13);
this.label11.TabIndex = 2;
this.label11.Text = "Bitangents";
//
// comboBoxFormatBitans
//
this.comboBoxFormatBitans.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatBitans.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatBitans.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatBitans.FormattingEnabled = true;
this.comboBoxFormatBitans.Location = new System.Drawing.Point(51, 34);
this.comboBoxFormatBitans.Name = "comboBoxFormatBitans";
this.comboBoxFormatBitans.ReadOnly = true;
this.comboBoxFormatBitans.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatBitans.TabIndex = 1;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(6, 37);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(39, 13);
this.label12.TabIndex = 0;
this.label12.Text = "Format";
//
// panel7
//
this.panel7.Controls.Add(this.comboBoxFormatIndices);
this.panel7.Controls.Add(this.label15);
this.panel7.Controls.Add(this.label13);
this.panel7.Controls.Add(this.comboBoxFormatWeights);
this.panel7.Controls.Add(this.label14);
this.panel7.Location = new System.Drawing.Point(237, 159);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(280, 96);
this.panel7.TabIndex = 9;
//
// comboBoxFormatIndices
//
this.comboBoxFormatIndices.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatIndices.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatIndices.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatIndices.FormattingEnabled = true;
this.comboBoxFormatIndices.Location = new System.Drawing.Point(92, 60);
this.comboBoxFormatIndices.Name = "comboBoxFormatIndices";
this.comboBoxFormatIndices.ReadOnly = true;
this.comboBoxFormatIndices.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatIndices.TabIndex = 5;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(2, 63);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(82, 13);
this.label15.TabIndex = 4;
this.label15.Text = "Format (Indices)";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(3, 7);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(85, 13);
this.label13.TabIndex = 2;
this.label13.Text = "Indices/Weights";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// comboBoxFormatWeights
//
this.comboBoxFormatWeights.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatWeights.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatWeights.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatWeights.FormattingEnabled = true;
this.comboBoxFormatWeights.Location = new System.Drawing.Point(92, 30);
this.comboBoxFormatWeights.Name = "comboBoxFormatWeights";
this.comboBoxFormatWeights.ReadOnly = true;
this.comboBoxFormatWeights.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatWeights.TabIndex = 1;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(2, 33);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(87, 13);
this.label14.TabIndex = 0;
this.label14.Text = "Format (Weights)";
//
// chkBoxFlipUvsY
//
this.chkBoxFlipUvsY.AutoSize = true;
this.chkBoxFlipUvsY.Location = new System.Drawing.Point(3, 16);
this.chkBoxFlipUvsY.Name = "chkBoxFlipUvsY";
this.chkBoxFlipUvsY.Size = new System.Drawing.Size(65, 17);
this.chkBoxFlipUvsY.TabIndex = 4;
this.chkBoxFlipUvsY.Text = "Flip UVs";
this.chkBoxFlipUvsY.UseVisualStyleBackColor = true;
this.chkBoxFlipUvsY.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// chkBoxImportBones
//
this.chkBoxImportBones.AutoSize = true;
this.chkBoxImportBones.Location = new System.Drawing.Point(3, 39);
this.chkBoxImportBones.Name = "chkBoxImportBones";
this.chkBoxImportBones.Size = new System.Drawing.Size(88, 17);
this.chkBoxImportBones.TabIndex = 10;
this.chkBoxImportBones.Text = "Import Bones";
this.chkBoxImportBones.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxImportBones.UseVisualStyleBackColor = true;
this.chkBoxImportBones.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// panel8
//
this.panel8.Controls.Add(this.chkResetColorParams);
this.panel8.Controls.Add(this.chkPlaceHolderTextures);
this.panel8.Controls.Add(this.chkBoxImportMat);
this.panel8.Controls.Add(this.chkResetUVParams);
this.panel8.Controls.Add(this.chkBoxRotNegative90Y);
this.panel8.Controls.Add(this.textBoxMaterialPath);
this.panel8.Controls.Add(this.chkBoxEnableWeightIndices);
this.panel8.Controls.Add(this.chkBoxEnableBitans);
this.panel8.Controls.Add(this.chkBoxEnableTans);
this.panel8.Controls.Add(this.chkBoxEnableVertColors);
this.panel8.Controls.Add(this.chkBoxEnableUVs);
this.panel8.Controls.Add(this.chkBoxEnableNormals);
this.panel8.Controls.Add(this.chkBoxEnablePositions);
this.panel8.Controls.Add(this.chkBoxRecalcNormals);
this.panel8.Controls.Add(this.button1);
this.panel8.Controls.Add(this.chkBoxTransformMatrix);
this.panel8.Controls.Add(this.chkBoxRot90Y);
this.panel8.Controls.Add(this.pictureBox1);
this.panel8.Controls.Add(this.checkBox9);
this.panel8.Controls.Add(this.chkBoxFlipUvsY);
this.panel8.Controls.Add(this.chkBoxImportBones);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(3, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(524, 327);
this.panel8.TabIndex = 11;
//
// chkResetColorParams
//
this.chkResetColorParams.AutoSize = true;
this.chkResetColorParams.Location = new System.Drawing.Point(240, 204);
this.chkResetColorParams.Name = "chkResetColorParams";
this.chkResetColorParams.Size = new System.Drawing.Size(119, 17);
this.chkResetColorParams.TabIndex = 34;
this.chkResetColorParams.Text = "Reset Color Params";
this.chkResetColorParams.UseVisualStyleBackColor = true;
this.chkResetColorParams.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// chkPlaceHolderTextures
//
this.chkPlaceHolderTextures.AutoSize = true;
this.chkPlaceHolderTextures.Location = new System.Drawing.Point(5, 204);
this.chkPlaceHolderTextures.Name = "chkPlaceHolderTextures";
this.chkPlaceHolderTextures.Size = new System.Drawing.Size(160, 17);
this.chkPlaceHolderTextures.TabIndex = 32;
this.chkPlaceHolderTextures.Text = "Create Placeholder Textures";
this.chkPlaceHolderTextures.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkPlaceHolderTextures.UseVisualStyleBackColor = true;
this.chkPlaceHolderTextures.CheckedChanged += new System.EventHandler(this.chkPlaceHolderTextures_CheckedChanged);
//
// chkBoxImportMat
//
this.chkBoxImportMat.AutoSize = true;
this.chkBoxImportMat.Checked = true;
this.chkBoxImportMat.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkBoxImportMat.Location = new System.Drawing.Point(3, 263);
this.chkBoxImportMat.Name = "chkBoxImportMat";
this.chkBoxImportMat.Size = new System.Drawing.Size(88, 17);
this.chkBoxImportMat.TabIndex = 31;
this.chkBoxImportMat.Text = "Use Material:";
this.chkBoxImportMat.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxImportMat.UseVisualStyleBackColor = true;
this.chkBoxImportMat.CheckedChanged += new System.EventHandler(this.chkBoxImportMat_CheckedChanged);
//
// chkResetUVParams
//
this.chkResetUVParams.AutoSize = true;
this.chkResetUVParams.Location = new System.Drawing.Point(240, 181);
this.chkResetUVParams.Name = "chkResetUVParams";
this.chkResetUVParams.Size = new System.Drawing.Size(110, 17);
this.chkResetUVParams.TabIndex = 30;
this.chkResetUVParams.Text = "Reset UV Params";
this.chkResetUVParams.UseVisualStyleBackColor = true;
this.chkResetUVParams.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// chkBoxRotNegative90Y
//
this.chkBoxRotNegative90Y.AutoSize = true;
this.chkBoxRotNegative90Y.Location = new System.Drawing.Point(3, 85);
this.chkBoxRotNegative90Y.Name = "chkBoxRotNegative90Y";
this.chkBoxRotNegative90Y.Size = new System.Drawing.Size(117, 17);
this.chkBoxRotNegative90Y.TabIndex = 29;
this.chkBoxRotNegative90Y.Text = "Rotate -90 degrees";
this.chkBoxRotNegative90Y.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxRotNegative90Y.UseVisualStyleBackColor = true;
//
// textBoxMaterialPath
//
this.textBoxMaterialPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.textBoxMaterialPath.Location = new System.Drawing.Point(3, 286);
this.textBoxMaterialPath.Name = "textBoxMaterialPath";
this.textBoxMaterialPath.ReadOnly = true;
this.textBoxMaterialPath.Size = new System.Drawing.Size(162, 20);
this.textBoxMaterialPath.TabIndex = 27;
this.textBoxMaterialPath.Click += new System.EventHandler(this.textBox1_Click);
this.textBoxMaterialPath.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// chkBoxEnableWeightIndices
//
this.chkBoxEnableWeightIndices.AutoSize = true;
this.chkBoxEnableWeightIndices.Location = new System.Drawing.Point(240, 154);
this.chkBoxEnableWeightIndices.Name = "chkBoxEnableWeightIndices";
this.chkBoxEnableWeightIndices.Size = new System.Drawing.Size(140, 17);
this.chkBoxEnableWeightIndices.TabIndex = 25;
this.chkBoxEnableWeightIndices.Text = "Enable Indices/Weights";
this.chkBoxEnableWeightIndices.UseVisualStyleBackColor = true;
this.chkBoxEnableWeightIndices.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnableBitans
//
this.chkBoxEnableBitans.AutoSize = true;
this.chkBoxEnableBitans.Location = new System.Drawing.Point(240, 131);
this.chkBoxEnableBitans.Name = "chkBoxEnableBitans";
this.chkBoxEnableBitans.Size = new System.Drawing.Size(112, 17);
this.chkBoxEnableBitans.TabIndex = 24;
this.chkBoxEnableBitans.Text = "Enable Bitangents";
this.chkBoxEnableBitans.UseVisualStyleBackColor = true;
this.chkBoxEnableBitans.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnableTans
//
this.chkBoxEnableTans.AutoSize = true;
this.chkBoxEnableTans.Location = new System.Drawing.Point(240, 108);
this.chkBoxEnableTans.Name = "chkBoxEnableTans";
this.chkBoxEnableTans.Size = new System.Drawing.Size(107, 17);
this.chkBoxEnableTans.TabIndex = 23;
this.chkBoxEnableTans.Text = "Enable Tangents";
this.chkBoxEnableTans.UseVisualStyleBackColor = true;
this.chkBoxEnableTans.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnableVertColors
//
this.chkBoxEnableVertColors.AutoSize = true;
this.chkBoxEnableVertColors.Location = new System.Drawing.Point(240, 85);
this.chkBoxEnableVertColors.Name = "chkBoxEnableVertColors";
this.chkBoxEnableVertColors.Size = new System.Drawing.Size(124, 17);
this.chkBoxEnableVertColors.TabIndex = 22;
this.chkBoxEnableVertColors.Text = "Enable Vertex Colors";
this.chkBoxEnableVertColors.UseVisualStyleBackColor = true;
this.chkBoxEnableVertColors.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnableUVs
//
this.chkBoxEnableUVs.AutoSize = true;
this.chkBoxEnableUVs.Location = new System.Drawing.Point(240, 62);
this.chkBoxEnableUVs.Name = "chkBoxEnableUVs";
this.chkBoxEnableUVs.Size = new System.Drawing.Size(82, 17);
this.chkBoxEnableUVs.TabIndex = 21;
this.chkBoxEnableUVs.Text = "Enable UVs";
this.chkBoxEnableUVs.UseVisualStyleBackColor = true;
this.chkBoxEnableUVs.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnableNormals
//
this.chkBoxEnableNormals.AutoSize = true;
this.chkBoxEnableNormals.Location = new System.Drawing.Point(240, 39);
this.chkBoxEnableNormals.Name = "chkBoxEnableNormals";
this.chkBoxEnableNormals.Size = new System.Drawing.Size(100, 17);
this.chkBoxEnableNormals.TabIndex = 20;
this.chkBoxEnableNormals.Text = "Enable Normals";
this.chkBoxEnableNormals.UseVisualStyleBackColor = true;
this.chkBoxEnableNormals.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxEnablePositions
//
this.chkBoxEnablePositions.AutoSize = true;
this.chkBoxEnablePositions.Enabled = false;
this.chkBoxEnablePositions.Location = new System.Drawing.Point(240, 16);
this.chkBoxEnablePositions.Name = "chkBoxEnablePositions";
this.chkBoxEnablePositions.Size = new System.Drawing.Size(104, 17);
this.chkBoxEnablePositions.TabIndex = 19;
this.chkBoxEnablePositions.Text = "Enable Positions";
this.chkBoxEnablePositions.UseVisualStyleBackColor = true;
this.chkBoxEnablePositions.CheckedChanged += new System.EventHandler(this.chkBoxEnableAttribute_CheckedChanged);
//
// chkBoxRecalcNormals
//
this.chkBoxRecalcNormals.AutoSize = true;
this.chkBoxRecalcNormals.Location = new System.Drawing.Point(3, 131);
this.chkBoxRecalcNormals.Name = "chkBoxRecalcNormals";
this.chkBoxRecalcNormals.Size = new System.Drawing.Size(124, 17);
this.chkBoxRecalcNormals.TabIndex = 18;
this.chkBoxRecalcNormals.Text = "Recalculate Normals";
this.chkBoxRecalcNormals.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxRecalcNormals.UseVisualStyleBackColor = true;
this.chkBoxRecalcNormals.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// button1
//
this.button1.Cursor = System.Windows.Forms.Cursors.Default;
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(446, 302);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 17;
this.button1.Text = "Save";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// chkBoxTransformMatrix
//
this.chkBoxTransformMatrix.AutoSize = true;
this.chkBoxTransformMatrix.Checked = true;
this.chkBoxTransformMatrix.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkBoxTransformMatrix.Location = new System.Drawing.Point(3, 108);
this.chkBoxTransformMatrix.Name = "chkBoxTransformMatrix";
this.chkBoxTransformMatrix.Size = new System.Drawing.Size(104, 17);
this.chkBoxTransformMatrix.TabIndex = 14;
this.chkBoxTransformMatrix.Text = "Transform Matrix";
this.chkBoxTransformMatrix.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxTransformMatrix.UseVisualStyleBackColor = true;
this.chkBoxTransformMatrix.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// chkBoxRot90Y
//
this.chkBoxRot90Y.AutoSize = true;
this.chkBoxRot90Y.Location = new System.Drawing.Point(3, 62);
this.chkBoxRot90Y.Name = "chkBoxRot90Y";
this.chkBoxRot90Y.Size = new System.Drawing.Size(114, 17);
this.chkBoxRot90Y.TabIndex = 13;
this.chkBoxRot90Y.Text = "Rotate 90 degrees";
this.chkBoxRot90Y.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.chkBoxRot90Y.UseVisualStyleBackColor = true;
this.chkBoxRot90Y.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.White;
this.pictureBox1.Location = new System.Drawing.Point(3, 180);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(17, 17);
this.pictureBox1.TabIndex = 12;
this.pictureBox1.TabStop = false;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.Location = new System.Drawing.Point(25, 158);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(130, 17);
this.checkBox9.TabIndex = 11;
this.checkBox9.Text = "Overwrite Vertex color";
this.checkBox9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.checkBox9.UseVisualStyleBackColor = true;
//
// panel9
//
this.panel9.Controls.Add(this.comboBoxFormatFaces);
this.panel9.Controls.Add(this.label18);
this.panel9.Controls.Add(this.label17);
this.panel9.Location = new System.Drawing.Point(237, 259);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(280, 37);
this.panel9.TabIndex = 16;
//
// comboBoxFormatFaces
//
this.comboBoxFormatFaces.BorderColor = System.Drawing.Color.Empty;
this.comboBoxFormatFaces.BorderStyle = System.Windows.Forms.ButtonBorderStyle.Solid;
this.comboBoxFormatFaces.ButtonColor = System.Drawing.Color.Empty;
this.comboBoxFormatFaces.FormattingEnabled = true;
this.comboBoxFormatFaces.Location = new System.Drawing.Point(102, 7);
this.comboBoxFormatFaces.Name = "comboBoxFormatFaces";
this.comboBoxFormatFaces.ReadOnly = true;
this.comboBoxFormatFaces.Size = new System.Drawing.Size(157, 21);
this.comboBoxFormatFaces.TabIndex = 5;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(57, 11);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(39, 13);
this.label18.TabIndex = 4;
this.label18.Text = "Format";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(11, 11);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(36, 13);
this.label17.TabIndex = 15;
this.label17.Text = "Faces";
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPageAdvanced);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(0, 31);
this.tabControl1.myBackColor = System.Drawing.Color.Empty;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(538, 362);
this.tabControl1.TabIndex = 18;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.panel8);
this.tabPage2.Location = new System.Drawing.Point(4, 25);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(530, 333);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Model Settings";
//
// tabPageAdvanced
//
this.tabPageAdvanced.Controls.Add(this.stPanel1);
this.tabPageAdvanced.Location = new System.Drawing.Point(4, 25);
this.tabPageAdvanced.Name = "tabPageAdvanced";
this.tabPageAdvanced.Padding = new System.Windows.Forms.Padding(3);
this.tabPageAdvanced.Size = new System.Drawing.Size(530, 333);
this.tabPageAdvanced.TabIndex = 0;
this.tabPageAdvanced.Text = "Advanced Settings";
//
// stPanel1
//
this.stPanel1.Controls.Add(this.panel5);
this.stPanel1.Controls.Add(this.panel1);
this.stPanel1.Controls.Add(this.panel2);
this.stPanel1.Controls.Add(this.panel6);
this.stPanel1.Controls.Add(this.panel4);
this.stPanel1.Controls.Add(this.panel9);
this.stPanel1.Controls.Add(this.panel3);
this.stPanel1.Controls.Add(this.panel7);
this.stPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.stPanel1.Location = new System.Drawing.Point(3, 3);
this.stPanel1.Name = "stPanel1";
this.stPanel1.Size = new System.Drawing.Size(524, 327);
this.stPanel1.TabIndex = 17;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.assimpMeshListView);
this.tabPage1.Controls.Add(this.originalMeshListView);
this.tabPage1.Controls.Add(this.stLabel2);
this.tabPage1.Controls.Add(this.stLabel1);
this.tabPage1.Controls.Add(this.objectNameTB);
this.tabPage1.Controls.Add(this.chkOriginalAttributesFormats);
this.tabPage1.Controls.Add(this.stCheckBox1);
this.tabPage1.Controls.Add(this.chkMapOriginalMaterials);
this.tabPage1.Controls.Add(this.ogSkinCountChkBox);
this.tabPage1.Location = new System.Drawing.Point(4, 25);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(192, 71);
this.tabPage1.TabIndex = 2;
this.tabPage1.Text = "Inject Mode";
this.tabPage1.UseVisualStyleBackColor = true;
//
// assimpMeshListView
//
this.assimpMeshListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.assimpMeshListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader2});
this.assimpMeshListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.assimpMeshListView.Location = new System.Drawing.Point(260, 97);
this.assimpMeshListView.Name = "assimpMeshListView";
this.assimpMeshListView.OwnerDraw = true;
this.assimpMeshListView.Size = new System.Drawing.Size(121, 230);
this.assimpMeshListView.TabIndex = 45;
this.assimpMeshListView.UseCompatibleStateImageBehavior = false;
this.assimpMeshListView.View = System.Windows.Forms.View.Details;
this.assimpMeshListView.SelectedIndexChanged += new System.EventHandler(this.assimpMeshListView_SelectedIndexChanged);
//
// columnHeader2
//
this.columnHeader2.Width = 106;
//
// originalMeshListView
//
this.originalMeshListView.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.originalMeshListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.originalMeshListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.originalMeshListView.Location = new System.Drawing.Point(395, 97);
this.originalMeshListView.Name = "originalMeshListView";
this.originalMeshListView.OwnerDraw = true;
this.originalMeshListView.Size = new System.Drawing.Size(121, 230);
this.originalMeshListView.TabIndex = 44;
this.originalMeshListView.UseCompatibleStateImageBehavior = false;
this.originalMeshListView.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Width = 112;
//
// stLabel2
//
this.stLabel2.AutoSize = true;
this.stLabel2.Location = new System.Drawing.Point(257, 81);
this.stLabel2.Name = "stLabel2";
this.stLabel2.Size = new System.Drawing.Size(41, 13);
this.stLabel2.TabIndex = 43;
this.stLabel2.Text = "Current";
//
// stLabel1
//
this.stLabel1.AutoSize = true;
this.stLabel1.Location = new System.Drawing.Point(392, 81);
this.stLabel1.Name = "stLabel1";
this.stLabel1.Size = new System.Drawing.Size(42, 13);
this.stLabel1.TabIndex = 42;
this.stLabel1.Text = "Original";
//
// objectNameTB
//
this.objectNameTB.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.objectNameTB.Location = new System.Drawing.Point(260, 52);
this.objectNameTB.Name = "objectNameTB";
this.objectNameTB.Size = new System.Drawing.Size(210, 20);
this.objectNameTB.TabIndex = 39;
this.objectNameTB.TextChanged += new System.EventHandler(this.stTextBox1_TextChanged);
//
// chkOriginalAttributesFormats
//
this.chkOriginalAttributesFormats.AutoSize = true;
this.chkOriginalAttributesFormats.Location = new System.Drawing.Point(19, 75);
this.chkOriginalAttributesFormats.Name = "chkOriginalAttributesFormats";
this.chkOriginalAttributesFormats.Size = new System.Drawing.Size(165, 17);
this.chkOriginalAttributesFormats.TabIndex = 38;
this.chkOriginalAttributesFormats.Text = "Use Original Attribute Formats";
this.chkOriginalAttributesFormats.UseVisualStyleBackColor = true;
//
// stCheckBox1
//
this.stCheckBox1.AutoSize = true;
this.stCheckBox1.Location = new System.Drawing.Point(19, 52);
this.stCheckBox1.Name = "stCheckBox1";
this.stCheckBox1.Size = new System.Drawing.Size(130, 17);
this.stCheckBox1.TabIndex = 37;
this.stCheckBox1.Text = "Use Original Attributes";
this.stCheckBox1.UseVisualStyleBackColor = true;
//
// chkMapOriginalMaterials
//
this.chkMapOriginalMaterials.AutoSize = true;
this.chkMapOriginalMaterials.Location = new System.Drawing.Point(19, 29);
this.chkMapOriginalMaterials.Name = "chkMapOriginalMaterials";
this.chkMapOriginalMaterials.Size = new System.Drawing.Size(238, 17);
this.chkMapOriginalMaterials.TabIndex = 36;
this.chkMapOriginalMaterials.Text = "Map Original Materials (if mesh names match)";
this.chkMapOriginalMaterials.UseVisualStyleBackColor = true;
//
// ogSkinCountChkBox
//
this.ogSkinCountChkBox.AutoSize = true;
this.ogSkinCountChkBox.Location = new System.Drawing.Point(19, 6);
this.ogSkinCountChkBox.Name = "ogSkinCountChkBox";
this.ogSkinCountChkBox.Size = new System.Drawing.Size(234, 17);
this.ogSkinCountChkBox.TabIndex = 34;
this.ogSkinCountChkBox.Text = "Keep Original Skin Count (can help crashes)";
this.ogSkinCountChkBox.UseVisualStyleBackColor = true;
//
// BfresModelImportSettings
//
this.ClientSize = new System.Drawing.Size(547, 398);
this.Name = "BfresModelImportSettings";
this.Text = "Import Settings";
this.Load += new System.EventHandler(this.BfresModelImportSettings_Load);
this.contentContainer.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPageAdvanced.ResumeLayout(false);
this.stPanel1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private Toolbox.Library.Forms.STPanel panel1;
private Toolbox.Library.Forms.STLabel label2;
private Toolbox.Library.Forms.STComboBox comboBoxFormatPositions;
private Toolbox.Library.Forms.STLabel label1;
private Toolbox.Library.Forms.STPanel panel2;
private Toolbox.Library.Forms.STLabel label3;
private Toolbox.Library.Forms.STComboBox comboBoxFormatNormals;
private Toolbox.Library.Forms.STLabel label4;
private Toolbox.Library.Forms.STPanel panel3;
private Toolbox.Library.Forms.STLabel label5;
private Toolbox.Library.Forms.STComboBox comboBoxFormatUvs;
private Toolbox.Library.Forms.STLabel label6;
private Toolbox.Library.Forms.STPanel panel4;
private Toolbox.Library.Forms.STLabel label7;
private Toolbox.Library.Forms.STComboBox comboBoxFormatVertexColors;
private Toolbox.Library.Forms.STLabel label8;
private Toolbox.Library.Forms.STPanel panel5;
private Toolbox.Library.Forms.STLabel label9;
private Toolbox.Library.Forms.STComboBox comboBoxFormatTangents;
private Toolbox.Library.Forms.STLabel label10;
private Toolbox.Library.Forms.STPanel panel6;
private Toolbox.Library.Forms.STLabel label11;
private Toolbox.Library.Forms.STComboBox comboBoxFormatBitans;
private Toolbox.Library.Forms.STLabel label12;
private Toolbox.Library.Forms.STPanel panel7;
private Toolbox.Library.Forms.STLabel label13;
private Toolbox.Library.Forms.STComboBox comboBoxFormatWeights;
private Toolbox.Library.Forms.STLabel label14;
private Toolbox.Library.Forms.STComboBox comboBoxFormatIndices;
private Toolbox.Library.Forms.STLabel label15;
private Toolbox.Library.Forms.STCheckBox chkBoxFlipUvsY;
private Toolbox.Library.Forms.STCheckBox chkBoxImportBones;
private Toolbox.Library.Forms.STPanel panel8;
private Toolbox.Library.Forms.STCheckBox chkBoxTransformMatrix;
private Toolbox.Library.Forms.STCheckBox chkBoxRot90Y;
private System.Windows.Forms.PictureBox pictureBox1;
private Toolbox.Library.Forms.STCheckBox checkBox9;
private Toolbox.Library.Forms.STPanel panel9;
private Toolbox.Library.Forms.STComboBox comboBoxFormatFaces;
private Toolbox.Library.Forms.STLabel label18;
private Toolbox.Library.Forms.STLabel label17;
private System.Windows.Forms.Button button1;
private Toolbox.Library.Forms.STTabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TabPage tabPageAdvanced;
private Toolbox.Library.Forms.STCheckBox chkBoxRecalcNormals;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableWeightIndices;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableBitans;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableTans;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableVertColors;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableUVs;
private Toolbox.Library.Forms.STCheckBox chkBoxEnableNormals;
private Toolbox.Library.Forms.STCheckBox chkBoxEnablePositions;
private Toolbox.Library.Forms.STTextBox textBoxMaterialPath;
private Toolbox.Library.Forms.STCheckBox chkBoxRotNegative90Y;
private Toolbox.Library.Forms.STCheckBox chkResetUVParams;
private Toolbox.Library.Forms.STCheckBox chkBoxImportMat;
private Toolbox.Library.Forms.STPanel stPanel1;
private Toolbox.Library.Forms.STCheckBox chkPlaceHolderTextures;
private Toolbox.Library.Forms.STCheckBox chkResetColorParams;
private System.Windows.Forms.TabPage tabPage1;
private Toolbox.Library.Forms.STCheckBox chkMapOriginalMaterials;
private Toolbox.Library.Forms.STCheckBox ogSkinCountChkBox;
private Toolbox.Library.Forms.STCheckBox chkOriginalAttributesFormats;
private Toolbox.Library.Forms.STCheckBox stCheckBox1;
private Toolbox.Library.Forms.STLabel stLabel2;
private Toolbox.Library.Forms.STLabel stLabel1;
private Toolbox.Library.Forms.STTextBox objectNameTB;
private System.Windows.Forms.ColumnHeader columnHeader2;
private Toolbox.Library.Forms.ListViewCustom originalMeshListView;
private System.Windows.Forms.ColumnHeader columnHeader1;
private Toolbox.Library.Forms.ListViewCustom assimpMeshListView;
}
}