mirror of
https://github.com/Gericom/EveryFileExplorer.git
synced 2025-06-19 09:25:42 -04:00

Renamed Foundation to FND Added MKDD directory Added name textbox in material editor (NSBMD)
593 lines
22 KiB
C#
593 lines
22 KiB
C#
namespace NDS.UI
|
|
{
|
|
partial class MDL0MaterialEditor
|
|
{
|
|
/// <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.checkBox2 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.trackBar2 = new System.Windows.Forms.TrackBar();
|
|
this.checkBox10 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox9 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox8 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox7 = new System.Windows.Forms.CheckBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.trackBar1 = new System.Windows.Forms.TrackBar();
|
|
this.comboBox3 = new System.Windows.Forms.ComboBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.comboBox2 = new System.Windows.Forms.ComboBox();
|
|
this.comboBox1 = new System.Windows.Forms.ComboBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.checkBox6 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox5 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox4 = new System.Windows.Forms.CheckBox();
|
|
this.checkBox3 = new System.Windows.Forms.CheckBox();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.comboBox5 = new System.Windows.Forms.ComboBox();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.comboBox4 = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
|
|
this.groupBox2.SuspendLayout();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
this.tabPage2.SuspendLayout();
|
|
this.tabPage3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// checkBox2
|
|
//
|
|
this.checkBox2.AutoSize = true;
|
|
this.checkBox2.Location = new System.Drawing.Point(9, 181);
|
|
this.checkBox2.Name = "checkBox2";
|
|
this.checkBox2.Size = new System.Drawing.Size(171, 17);
|
|
this.checkBox2.TabIndex = 9;
|
|
this.checkBox2.Text = "Use Specular Reflection Table";
|
|
this.checkBox2.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox1
|
|
//
|
|
this.checkBox1.AutoSize = true;
|
|
this.checkBox1.Location = new System.Drawing.Point(9, 82);
|
|
this.checkBox1.Name = "checkBox1";
|
|
this.checkBox1.Size = new System.Drawing.Size(152, 17);
|
|
this.checkBox1.TabIndex = 8;
|
|
this.checkBox1.Text = "Set Diffuse as Vertex Color";
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.White;
|
|
this.button4.Location = new System.Drawing.Point(67, 143);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(32, 32);
|
|
this.button4.TabIndex = 7;
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(6, 153);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(54, 13);
|
|
this.label4.TabIndex = 6;
|
|
this.label4.Text = "Emission: ";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(6, 115);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(55, 13);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Specular: ";
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.White;
|
|
this.button3.Location = new System.Drawing.Point(67, 105);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(32, 32);
|
|
this.button3.TabIndex = 4;
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.White;
|
|
this.button2.Location = new System.Drawing.Point(67, 44);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(32, 32);
|
|
this.button2.TabIndex = 3;
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.White;
|
|
this.button1.Location = new System.Drawing.Point(67, 6);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(32, 32);
|
|
this.button1.TabIndex = 2;
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 54);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(51, 13);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Ambient: ";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 16);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(46, 13);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Diffuse: ";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
this.panel1.Controls.Add(this.label12);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.panel1.Size = new System.Drawing.Size(432, 26);
|
|
this.panel1.TabIndex = 2;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(6, 264);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(65, 13);
|
|
this.label9.TabIndex = 15;
|
|
this.label9.Text = "Polygon ID: ";
|
|
//
|
|
// trackBar2
|
|
//
|
|
this.trackBar2.AutoSize = false;
|
|
this.trackBar2.BackColor = System.Drawing.Color.White;
|
|
this.trackBar2.Location = new System.Drawing.Point(93, 257);
|
|
this.trackBar2.Maximum = 63;
|
|
this.trackBar2.Name = "trackBar2";
|
|
this.trackBar2.Size = new System.Drawing.Size(121, 27);
|
|
this.trackBar2.TabIndex = 14;
|
|
this.trackBar2.TickFrequency = 7;
|
|
//
|
|
// checkBox10
|
|
//
|
|
this.checkBox10.AutoSize = true;
|
|
this.checkBox10.Location = new System.Drawing.Point(9, 201);
|
|
this.checkBox10.Name = "checkBox10";
|
|
this.checkBox10.Size = new System.Drawing.Size(107, 17);
|
|
this.checkBox10.TabIndex = 13;
|
|
this.checkBox10.Text = "Enable Fog ";
|
|
this.checkBox10.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox9
|
|
//
|
|
this.checkBox9.AutoSize = true;
|
|
this.checkBox9.Location = new System.Drawing.Point(9, 128);
|
|
this.checkBox9.Name = "checkBox9";
|
|
this.checkBox9.Size = new System.Drawing.Size(164, 17);
|
|
this.checkBox9.TabIndex = 12;
|
|
this.checkBox9.Text = "Clip when intersects far plane";
|
|
this.checkBox9.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox8
|
|
//
|
|
this.checkBox8.AutoSize = true;
|
|
this.checkBox8.Location = new System.Drawing.Point(9, 151);
|
|
this.checkBox8.Name = "checkBox8";
|
|
this.checkBox8.Size = new System.Drawing.Size(139, 17);
|
|
this.checkBox8.TabIndex = 11;
|
|
this.checkBox8.Text = "Render 1-pixel polygons";
|
|
this.checkBox8.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox7
|
|
//
|
|
this.checkBox7.AutoSize = true;
|
|
this.checkBox7.Location = new System.Drawing.Point(9, 105);
|
|
this.checkBox7.Name = "checkBox7";
|
|
this.checkBox7.Size = new System.Drawing.Size(300, 17);
|
|
this.checkBox7.TabIndex = 10;
|
|
this.checkBox7.Text = "Update depth buffer when rendering translucent polygons ";
|
|
this.checkBox7.UseVisualStyleBackColor = true;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(6, 231);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(81, 13);
|
|
this.label8.TabIndex = 9;
|
|
this.label8.Text = "Polygon Alpha: ";
|
|
//
|
|
// trackBar1
|
|
//
|
|
this.trackBar1.AutoSize = false;
|
|
this.trackBar1.Location = new System.Drawing.Point(93, 224);
|
|
this.trackBar1.Maximum = 31;
|
|
this.trackBar1.Name = "trackBar1";
|
|
this.trackBar1.Size = new System.Drawing.Size(121, 27);
|
|
this.trackBar1.TabIndex = 8;
|
|
this.trackBar1.Value = 31;
|
|
//
|
|
// comboBox3
|
|
//
|
|
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox3.FormattingEnabled = true;
|
|
this.comboBox3.Items.AddRange(new object[] {
|
|
"Less",
|
|
"Equals"});
|
|
this.comboBox3.Location = new System.Drawing.Point(93, 174);
|
|
this.comboBox3.Name = "comboBox3";
|
|
this.comboBox3.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox3.TabIndex = 7;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(6, 177);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(72, 13);
|
|
this.label7.TabIndex = 6;
|
|
this.label7.Text = "Depth Mode: ";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(6, 81);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(77, 13);
|
|
this.label6.TabIndex = 5;
|
|
this.label6.Text = "Display Mode: ";
|
|
//
|
|
// comboBox2
|
|
//
|
|
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox2.FormattingEnabled = true;
|
|
this.comboBox2.Items.AddRange(new object[] {
|
|
"None",
|
|
"Back Face",
|
|
"Front Face",
|
|
"Both Faces"});
|
|
this.comboBox2.Location = new System.Drawing.Point(93, 78);
|
|
this.comboBox2.Name = "comboBox2";
|
|
this.comboBox2.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox2.TabIndex = 4;
|
|
//
|
|
// comboBox1
|
|
//
|
|
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox1.FormattingEnabled = true;
|
|
this.comboBox1.Items.AddRange(new object[] {
|
|
"Modulation Mode",
|
|
"Decal Mode",
|
|
"Toon/Highlight Shading",
|
|
"Shadow Polygons"});
|
|
this.comboBox1.Location = new System.Drawing.Point(93, 51);
|
|
this.comboBox1.Name = "comboBox1";
|
|
this.comboBox1.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox1.TabIndex = 3;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(6, 54);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(81, 13);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "Polygon Mode: ";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.checkBox6);
|
|
this.groupBox2.Controls.Add(this.checkBox5);
|
|
this.groupBox2.Controls.Add(this.checkBox4);
|
|
this.groupBox2.Controls.Add(this.checkBox3);
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 3);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(418, 42);
|
|
this.groupBox2.TabIndex = 1;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Lights";
|
|
//
|
|
// checkBox6
|
|
//
|
|
this.checkBox6.AutoSize = true;
|
|
this.checkBox6.Location = new System.Drawing.Point(198, 19);
|
|
this.checkBox6.Name = "checkBox6";
|
|
this.checkBox6.Size = new System.Drawing.Size(58, 17);
|
|
this.checkBox6.TabIndex = 3;
|
|
this.checkBox6.Text = "Light 3";
|
|
this.checkBox6.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox5
|
|
//
|
|
this.checkBox5.AutoSize = true;
|
|
this.checkBox5.Location = new System.Drawing.Point(134, 19);
|
|
this.checkBox5.Name = "checkBox5";
|
|
this.checkBox5.Size = new System.Drawing.Size(58, 17);
|
|
this.checkBox5.TabIndex = 2;
|
|
this.checkBox5.Text = "Light 2";
|
|
this.checkBox5.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox4
|
|
//
|
|
this.checkBox4.AutoSize = true;
|
|
this.checkBox4.Location = new System.Drawing.Point(70, 19);
|
|
this.checkBox4.Name = "checkBox4";
|
|
this.checkBox4.Size = new System.Drawing.Size(58, 17);
|
|
this.checkBox4.TabIndex = 1;
|
|
this.checkBox4.Text = "Light 1";
|
|
this.checkBox4.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBox3
|
|
//
|
|
this.checkBox3.AutoSize = true;
|
|
this.checkBox3.Location = new System.Drawing.Point(6, 19);
|
|
this.checkBox3.Name = "checkBox3";
|
|
this.checkBox3.Size = new System.Drawing.Size(58, 17);
|
|
this.checkBox3.TabIndex = 0;
|
|
this.checkBox3.Text = "Light 0";
|
|
this.checkBox3.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 26);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(432, 359);
|
|
this.tabControl1.TabIndex = 4;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.BackColor = System.Drawing.Color.White;
|
|
this.tabPage1.Controls.Add(this.label9);
|
|
this.tabPage1.Controls.Add(this.trackBar2);
|
|
this.tabPage1.Controls.Add(this.groupBox2);
|
|
this.tabPage1.Controls.Add(this.checkBox10);
|
|
this.tabPage1.Controls.Add(this.comboBox1);
|
|
this.tabPage1.Controls.Add(this.checkBox9);
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
this.tabPage1.Controls.Add(this.checkBox8);
|
|
this.tabPage1.Controls.Add(this.comboBox2);
|
|
this.tabPage1.Controls.Add(this.checkBox7);
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
this.tabPage1.Controls.Add(this.label8);
|
|
this.tabPage1.Controls.Add(this.label7);
|
|
this.tabPage1.Controls.Add(this.trackBar1);
|
|
this.tabPage1.Controls.Add(this.comboBox3);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(424, 333);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "Polygon Attributes";
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.checkBox2);
|
|
this.tabPage2.Controls.Add(this.checkBox1);
|
|
this.tabPage2.Controls.Add(this.button1);
|
|
this.tabPage2.Controls.Add(this.button4);
|
|
this.tabPage2.Controls.Add(this.label1);
|
|
this.tabPage2.Controls.Add(this.label4);
|
|
this.tabPage2.Controls.Add(this.label2);
|
|
this.tabPage2.Controls.Add(this.label3);
|
|
this.tabPage2.Controls.Add(this.button2);
|
|
this.tabPage2.Controls.Add(this.button3);
|
|
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(424, 324);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Colors";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.comboBox5);
|
|
this.tabPage3.Controls.Add(this.label11);
|
|
this.tabPage3.Controls.Add(this.comboBox4);
|
|
this.tabPage3.Controls.Add(this.label10);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(424, 324);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Texture Mapping";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// comboBox5
|
|
//
|
|
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox5.FormattingEnabled = true;
|
|
this.comboBox5.Items.AddRange(new object[] {
|
|
"Clamp",
|
|
"Repeat",
|
|
"Mirror"});
|
|
this.comboBox5.Location = new System.Drawing.Point(61, 33);
|
|
this.comboBox5.Name = "comboBox5";
|
|
this.comboBox5.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox5.TabIndex = 3;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.AutoSize = true;
|
|
this.label11.Location = new System.Drawing.Point(6, 36);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(49, 13);
|
|
this.label11.TabIndex = 2;
|
|
this.label11.Text = "Wrap T: ";
|
|
//
|
|
// comboBox4
|
|
//
|
|
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comboBox4.FormattingEnabled = true;
|
|
this.comboBox4.Items.AddRange(new object[] {
|
|
"Clamp",
|
|
"Repeat",
|
|
"Mirror"});
|
|
this.comboBox4.Location = new System.Drawing.Point(61, 6);
|
|
this.comboBox4.Name = "comboBox4";
|
|
this.comboBox4.Size = new System.Drawing.Size(121, 21);
|
|
this.comboBox4.TabIndex = 1;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.Location = new System.Drawing.Point(6, 9);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(49, 13);
|
|
this.label10.TabIndex = 0;
|
|
this.label10.Text = "Wrap S: ";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.AutoSize = true;
|
|
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.label12.Location = new System.Drawing.Point(3, 3);
|
|
this.label12.MaximumSize = new System.Drawing.Size(0, 20);
|
|
this.label12.MinimumSize = new System.Drawing.Size(0, 20);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(41, 20);
|
|
this.label12.TabIndex = 0;
|
|
this.label12.Text = "Name: ";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.textBox1.Location = new System.Drawing.Point(44, 3);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(385, 20);
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
// MDL0MaterialEditor
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScroll = true;
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.panel1);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "MDL0MaterialEditor";
|
|
this.Size = new System.Drawing.Size(432, 385);
|
|
this.Load += new System.EventHandler(this.MDL0MaterialEditor_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.CheckBox checkBox2;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.CheckBox checkBox6;
|
|
private System.Windows.Forms.CheckBox checkBox5;
|
|
private System.Windows.Forms.CheckBox checkBox4;
|
|
private System.Windows.Forms.CheckBox checkBox3;
|
|
private System.Windows.Forms.ComboBox comboBox1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.ComboBox comboBox2;
|
|
private System.Windows.Forms.ComboBox comboBox3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TrackBar trackBar1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TrackBar trackBar2;
|
|
private System.Windows.Forms.CheckBox checkBox10;
|
|
private System.Windows.Forms.CheckBox checkBox9;
|
|
private System.Windows.Forms.CheckBox checkBox8;
|
|
private System.Windows.Forms.CheckBox checkBox7;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.ComboBox comboBox5;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.ComboBox comboBox4;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Label label12;
|
|
}
|
|
}
|