namespace Switch_Toolbox.Library.GUI
{
partial class Assimp_Settings
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.checkBox1 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox2 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox3 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox4 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox5 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox6 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.checkBox7 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox8 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox9 = new Switch_Toolbox.Library.Forms.STCheckBox();
this.checkBox10 = new Switch_Toolbox.Library.Forms.STCheckBox();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.ForeColor = System.Drawing.Color.White;
this.checkBox1.Location = new System.Drawing.Point(14, 16);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(196, 17);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Generate Normals (if none are used)";
this.checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.ForeColor = System.Drawing.Color.White;
this.checkBox2.Location = new System.Drawing.Point(14, 39);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(103, 17);
this.checkBox2.TabIndex = 1;
this.checkBox2.Text = "Smooth Normals";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.ForeColor = System.Drawing.Color.White;
this.checkBox3.Location = new System.Drawing.Point(14, 62);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(173, 17);
this.checkBox3.TabIndex = 2;
this.checkBox3.Text = "Generate Tangents/Bitangents";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.ForeColor = System.Drawing.Color.White;
this.checkBox4.Location = new System.Drawing.Point(14, 85);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(65, 17);
this.checkBox4.TabIndex = 3;
this.checkBox4.Text = "Flip UVs";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.ForeColor = System.Drawing.Color.White;
this.checkBox5.Location = new System.Drawing.Point(14, 108);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(65, 17);
this.checkBox5.TabIndex = 4;
this.checkBox5.Text = "Flip UVs";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.ForeColor = System.Drawing.Color.White;
this.checkBox6.Location = new System.Drawing.Point(14, 131);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(113, 17);
this.checkBox6.TabIndex = 5;
this.checkBox6.Text = "Limit bone weights";
this.checkBox6.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDown1.ForeColor = System.Drawing.Color.White;
this.numericUpDown1.Location = new System.Drawing.Point(137, 130);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 16);
this.numericUpDown1.TabIndex = 6;
//
// checkBox7
//
this.checkBox7.AutoSize = true;
this.checkBox7.ForeColor = System.Drawing.Color.White;
this.checkBox7.Location = new System.Drawing.Point(14, 154);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(130, 17);
this.checkBox7.TabIndex = 7;
this.checkBox7.Text = "PreTransform Vertices";
this.checkBox7.UseVisualStyleBackColor = true;
//
// checkBox8
//
this.checkBox8.AutoSize = true;
this.checkBox8.ForeColor = System.Drawing.Color.White;
this.checkBox8.Location = new System.Drawing.Point(14, 177);
this.checkBox8.Name = "checkBox8";
this.checkBox8.Size = new System.Drawing.Size(79, 17);
this.checkBox8.TabIndex = 8;
this.checkBox8.Text = "Triangulate";
this.checkBox8.UseVisualStyleBackColor = true;
//
// checkBox9
//
this.checkBox9.AutoSize = true;
this.checkBox9.ForeColor = System.Drawing.Color.White;
this.checkBox9.Location = new System.Drawing.Point(14, 200);
this.checkBox9.Name = "checkBox9";
this.checkBox9.Size = new System.Drawing.Size(121, 17);
this.checkBox9.TabIndex = 9;
this.checkBox9.Text = "Join Duped Vertices";
this.checkBox9.UseVisualStyleBackColor = true;
//
// checkBox10
//
this.checkBox10.AutoSize = true;
this.checkBox10.ForeColor = System.Drawing.Color.White;
this.checkBox10.Location = new System.Drawing.Point(14, 223);
this.checkBox10.Name = "checkBox10";
this.checkBox10.Size = new System.Drawing.Size(109, 17);
this.checkBox10.TabIndex = 10;
this.checkBox10.Text = "Make left handed";
this.checkBox10.UseVisualStyleBackColor = true;
//
// Assimp_Settings
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(40)))));
this.Controls.Add(this.checkBox10);
this.Controls.Add(this.checkBox9);
this.Controls.Add(this.checkBox8);
this.Controls.Add(this.checkBox7);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.checkBox6);
this.Controls.Add(this.checkBox5);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.checkBox3);
this.Controls.Add(this.checkBox2);
this.Controls.Add(this.checkBox1);
this.Name = "Assimp_Settings";
this.Size = new System.Drawing.Size(297, 422);
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Switch_Toolbox.Library.Forms.STCheckBox checkBox1;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox2;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox3;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox4;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox5;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox6;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox7;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox8;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox9;
private Switch_Toolbox.Library.Forms.STCheckBox checkBox10;
}
}