namespace FirstPlugin { partial class BfresModelImportSettings { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.label2 = new System.Windows.Forms.Label(); this.comboBoxFormatPositions = new Switch_Toolbox.Library.Forms.STComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.label3 = new System.Windows.Forms.Label(); this.comboBoxFormatNormals = new Switch_Toolbox.Library.Forms.STComboBox(); this.label4 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.label5 = new System.Windows.Forms.Label(); this.comboBoxFormatUvs = new Switch_Toolbox.Library.Forms.STComboBox(); this.label6 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.label7 = new System.Windows.Forms.Label(); this.comboBoxFormatVertexColors = new Switch_Toolbox.Library.Forms.STComboBox(); this.label8 = new System.Windows.Forms.Label(); this.panel5 = new System.Windows.Forms.Panel(); this.label9 = new System.Windows.Forms.Label(); this.comboBoxFormatTangents = new Switch_Toolbox.Library.Forms.STComboBox(); this.label10 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.comboBoxFormatBitans = new Switch_Toolbox.Library.Forms.STComboBox(); this.label12 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.comboBoxFormatIndices = new Switch_Toolbox.Library.Forms.STComboBox(); this.label15 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.comboBoxFormatWeights = new Switch_Toolbox.Library.Forms.STComboBox(); this.label14 = new System.Windows.Forms.Label(); this.chkBoxFlipUvsY = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxImportBones = new Switch_Toolbox.Library.Forms.STCheckBox(); this.panel8 = new System.Windows.Forms.Panel(); this.chkBoxImportMat = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxParamDefaults = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxRotNegative90Y = new Switch_Toolbox.Library.Forms.STCheckBox(); this.textBoxMaterialPath = new System.Windows.Forms.TextBox(); this.chkBoxEnableWeightIndices = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnableBitans = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnableTans = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnableVertColors = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnableUVs = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnableNormals = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxEnablePositions = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxRecalcNormals = new Switch_Toolbox.Library.Forms.STCheckBox(); this.button1 = new System.Windows.Forms.Button(); this.chkBoxTransformMatrix = new Switch_Toolbox.Library.Forms.STCheckBox(); this.chkBoxRot90Y = new Switch_Toolbox.Library.Forms.STCheckBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.checkBox9 = new Switch_Toolbox.Library.Forms.STCheckBox(); this.panel9 = new System.Windows.Forms.Panel(); this.comboBoxFormatFaces = new Switch_Toolbox.Library.Forms.STComboBox(); this.label18 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPageAdvanced = new System.Windows.Forms.TabPage(); this.numericUpDownInt1 = new Switch_Toolbox.Library.Forms.NumericUpDownInt(); this.label16 = new System.Windows.Forms.Label(); 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(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInt1)).BeginInit(); this.SuspendLayout(); // // 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(6, 6); 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.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatPositions.FormattingEnabled = true; this.comboBoxFormatPositions.Location = new System.Drawing.Point(50, 37); this.comboBoxFormatPositions.Name = "comboBoxFormatPositions"; 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(3, 78); 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.FormattingEnabled = true; this.comboBoxFormatNormals.Location = new System.Drawing.Point(53, 34); this.comboBoxFormatNormals.Name = "comboBoxFormatNormals"; 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(3, 149); 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.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatUvs.FormattingEnabled = true; this.comboBoxFormatUvs.Location = new System.Drawing.Point(53, 26); this.comboBoxFormatUvs.Name = "comboBoxFormatUvs"; 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(3, 215); 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 = "Verte Colors"; // // comboBoxFormatVertexColors // this.comboBoxFormatVertexColors.Cursor = System.Windows.Forms.Cursors.Arrow; this.comboBoxFormatVertexColors.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatVertexColors.FormattingEnabled = true; this.comboBoxFormatVertexColors.Location = new System.Drawing.Point(53, 33); this.comboBoxFormatVertexColors.Name = "comboBoxFormatVertexColors"; 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(227, 6); 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.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatTangents.FormattingEnabled = true; this.comboBoxFormatTangents.Location = new System.Drawing.Point(60, 37); this.comboBoxFormatTangents.Name = "comboBoxFormatTangents"; 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(227, 78); 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.FormattingEnabled = true; this.comboBoxFormatBitans.Location = new System.Drawing.Point(51, 34); this.comboBoxFormatBitans.Name = "comboBoxFormatBitans"; 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(227, 148); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(280, 96); this.panel7.TabIndex = 9; // // comboBoxFormatIndices // this.comboBoxFormatIndices.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatIndices.FormattingEnabled = true; this.comboBoxFormatIndices.Location = new System.Drawing.Point(92, 60); this.comboBoxFormatIndices.Name = "comboBoxFormatIndices"; 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.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatWeights.FormattingEnabled = true; this.comboBoxFormatWeights.Location = new System.Drawing.Point(92, 30); this.comboBoxFormatWeights.Name = "comboBoxFormatWeights"; 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, 39); 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, 62); 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.label16); this.panel8.Controls.Add(this.numericUpDownInt1); this.panel8.Controls.Add(this.chkBoxImportMat); this.panel8.Controls.Add(this.chkBoxParamDefaults); 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.Location = new System.Drawing.Point(8, 6); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(498, 322); this.panel8.TabIndex = 11; // // 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, 218); 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); // // chkBoxParamDefaults // this.chkBoxParamDefaults.AutoSize = true; this.chkBoxParamDefaults.Location = new System.Drawing.Point(3, 16); this.chkBoxParamDefaults.Name = "chkBoxParamDefaults"; this.chkBoxParamDefaults.Size = new System.Drawing.Size(117, 17); this.chkBoxParamDefaults.TabIndex = 30; this.chkBoxParamDefaults.Text = "Set Param Defaults"; this.chkBoxParamDefaults.UseVisualStyleBackColor = true; this.chkBoxParamDefaults.CheckedChanged += new System.EventHandler(this.chkBoxSettings_CheckedChanged); // // chkBoxRotNegative90Y // this.chkBoxRotNegative90Y.AutoSize = true; this.chkBoxRotNegative90Y.Location = new System.Drawing.Point(3, 108); 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.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.textBoxMaterialPath.ForeColor = System.Drawing.Color.White; this.textBoxMaterialPath.Location = new System.Drawing.Point(3, 241); 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; // // 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; // // 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, 154); 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(420, 296); 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, 131); 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, 85); 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, 181); 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(227, 248); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(280, 37); this.panel9.TabIndex = 16; // // comboBoxFormatFaces // this.comboBoxFormatFaces.DropDownStyle = Switch_Toolbox.Library.Forms.STComboBox.STDropDownStyle; this.comboBoxFormatFaces.FormattingEnabled = true; this.comboBoxFormatFaces.Location = new System.Drawing.Point(102, 7); this.comboBoxFormatFaces.Name = "comboBoxFormatFaces"; 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.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPageAdvanced); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(520, 360); this.tabControl1.TabIndex = 18; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.tabPage2.Controls.Add(this.panel8); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(512, 334); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Model Settings"; // // tabPageAdvanced // this.tabPageAdvanced.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); this.tabPageAdvanced.Controls.Add(this.panel1); this.tabPageAdvanced.Controls.Add(this.panel9); this.tabPageAdvanced.Controls.Add(this.panel2); this.tabPageAdvanced.Controls.Add(this.panel4); this.tabPageAdvanced.Controls.Add(this.panel7); this.tabPageAdvanced.Controls.Add(this.panel3); this.tabPageAdvanced.Controls.Add(this.panel6); this.tabPageAdvanced.Controls.Add(this.panel5); this.tabPageAdvanced.ForeColor = System.Drawing.Color.White; this.tabPageAdvanced.Location = new System.Drawing.Point(4, 22); this.tabPageAdvanced.Name = "tabPageAdvanced"; this.tabPageAdvanced.Padding = new System.Windows.Forms.Padding(3); this.tabPageAdvanced.Size = new System.Drawing.Size(512, 334); this.tabPageAdvanced.TabIndex = 0; this.tabPageAdvanced.Text = "Advanced Settings"; // // numericUpDownInt1 // this.numericUpDownInt1.Location = new System.Drawing.Point(243, 215); this.numericUpDownInt1.Maximum = new decimal(new int[] { 2147483647, 0, 0, 0}); this.numericUpDownInt1.Minimum = new decimal(new int[] { -2147483648, 0, 0, -2147483648}); this.numericUpDownInt1.Name = "numericUpDownInt1"; this.numericUpDownInt1.Size = new System.Drawing.Size(140, 20); this.numericUpDownInt1.TabIndex = 32; this.numericUpDownInt1.ValueChanged += new System.EventHandler(this.numericUpDownInt1_ValueChanged); // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(242, 189); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(83, 13); this.label16.TabIndex = 33; this.label16.Text = "Skin Count Limit"; // // BfresModelImportSettings // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(520, 360); this.Controls.Add(this.tabControl1); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "BfresModelImportSettings"; this.Text = "Import Settings"; this.Load += new System.EventHandler(this.BfresModelImportSettings_Load); 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); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownInt1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label2; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatPositions; private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Label label3; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatNormals; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Label label5; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatUvs; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Label label7; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatVertexColors; private System.Windows.Forms.Label label8; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Label label9; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatTangents; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Label label11; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatBitans; private System.Windows.Forms.Label label12; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.Label label13; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatWeights; private System.Windows.Forms.Label label14; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatIndices; private System.Windows.Forms.Label label15; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxFlipUvsY; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxImportBones; private System.Windows.Forms.Panel panel8; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxTransformMatrix; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRot90Y; private System.Windows.Forms.PictureBox pictureBox1; private Switch_Toolbox.Library.Forms.STCheckBox checkBox9; private System.Windows.Forms.Panel panel9; private Switch_Toolbox.Library.Forms.STComboBox comboBoxFormatFaces; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label17; private System.Windows.Forms.Button button1; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPageAdvanced; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRecalcNormals; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableWeightIndices; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableBitans; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableTans; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableVertColors; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableUVs; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnableNormals; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxEnablePositions; private System.Windows.Forms.TextBox textBoxMaterialPath; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxRotNegative90Y; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxParamDefaults; private Switch_Toolbox.Library.Forms.STCheckBox chkBoxImportMat; private System.Windows.Forms.Label label16; private Switch_Toolbox.Library.Forms.NumericUpDownInt numericUpDownInt1; } }