Switch-Toolbox/Switch_FileFormatsMain/GUI/BFRES/SamplerEditor.Designer.cs
2018-11-11 20:51:12 -05:00

517 lines
No EOL
23 KiB
C#

namespace FirstPlugin
{
partial class SamplerEditor
{
/// <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.label1 = new System.Windows.Forms.Label();
this.glControl1 = new OpenTK.GLControl();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.wrapXCB = new System.Windows.Forms.ComboBox();
this.wrapYCB = new System.Windows.Forms.ComboBox();
this.wrapWCB = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.numericUpDownFloat1 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat2 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.numericUpDownFloat3 = new Switch_Toolbox.Library.Forms.NumericUpDownFloat();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat3)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(64, 13);
this.label1.TabIndex = 0;
this.label1.Text = "UV Window";
//
// glControl1
//
this.glControl1.BackColor = System.Drawing.Color.Black;
this.glControl1.Location = new System.Drawing.Point(12, 36);
this.glControl1.Name = "glControl1";
this.glControl1.Size = new System.Drawing.Size(590, 493);
this.glControl1.TabIndex = 1;
this.glControl1.VSync = false;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(622, 59);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(73, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Wrap Mode X";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(622, 86);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(73, 13);
this.label3.TabIndex = 3;
this.label3.Text = "Wrap Mode Y";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(622, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Wrap Mode W";
//
// wrapXCB
//
this.wrapXCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.wrapXCB.FormattingEnabled = true;
this.wrapXCB.Location = new System.Drawing.Point(731, 56);
this.wrapXCB.Name = "wrapXCB";
this.wrapXCB.Size = new System.Drawing.Size(183, 21);
this.wrapXCB.TabIndex = 5;
//
// wrapYCB
//
this.wrapYCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.wrapYCB.FormattingEnabled = true;
this.wrapYCB.Location = new System.Drawing.Point(731, 83);
this.wrapYCB.Name = "wrapYCB";
this.wrapYCB.Size = new System.Drawing.Size(183, 21);
this.wrapYCB.TabIndex = 6;
//
// wrapWCB
//
this.wrapWCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.wrapWCB.FormattingEnabled = true;
this.wrapWCB.Location = new System.Drawing.Point(731, 110);
this.wrapWCB.Name = "wrapWCB";
this.wrapWCB.Size = new System.Drawing.Size(183, 21);
this.wrapWCB.TabIndex = 7;
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(731, 218);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(183, 21);
this.comboBox1.TabIndex = 13;
//
// comboBox2
//
this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox2.FormattingEnabled = true;
this.comboBox2.Location = new System.Drawing.Point(731, 191);
this.comboBox2.Name = "comboBox2";
this.comboBox2.Size = new System.Drawing.Size(183, 21);
this.comboBox2.TabIndex = 12;
//
// comboBox3
//
this.comboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox3.FormattingEnabled = true;
this.comboBox3.Location = new System.Drawing.Point(731, 164);
this.comboBox3.Name = "comboBox3";
this.comboBox3.Size = new System.Drawing.Size(183, 21);
this.comboBox3.TabIndex = 11;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(622, 221);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(44, 13);
this.label5.TabIndex = 10;
this.label5.Text = "Mipmap";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(622, 194);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(38, 13);
this.label6.TabIndex = 9;
this.label6.Text = "Border";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(622, 167);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 13);
this.label7.TabIndex = 8;
this.label7.Text = "Anisotropic";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(608, 144);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(43, 13);
this.label8.TabIndex = 14;
this.label8.Text = "Filtering";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(608, 36);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(71, 13);
this.label9.TabIndex = 15;
this.label9.Text = "UV Wrapping";
//
// comboBox4
//
this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox4.FormattingEnabled = true;
this.comboBox4.Location = new System.Drawing.Point(731, 272);
this.comboBox4.Name = "comboBox4";
this.comboBox4.Size = new System.Drawing.Size(183, 21);
this.comboBox4.TabIndex = 19;
//
// comboBox5
//
this.comboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox5.FormattingEnabled = true;
this.comboBox5.Location = new System.Drawing.Point(731, 245);
this.comboBox5.Name = "comboBox5";
this.comboBox5.Size = new System.Drawing.Size(183, 21);
this.comboBox5.TabIndex = 18;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(622, 275);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(57, 13);
this.label10.TabIndex = 17;
this.label10.Text = "Texture W";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(622, 248);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(54, 13);
this.label11.TabIndex = 16;
this.label11.Text = "Shrink XY";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(608, 307);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(29, 13);
this.label14.TabIndex = 26;
this.label14.Text = "LOD";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(622, 390);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(27, 13);
this.label15.TabIndex = 22;
this.label15.Text = "Max";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(622, 363);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(24, 13);
this.label16.TabIndex = 21;
this.label16.Text = "Min";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(622, 336);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(27, 13);
this.label17.TabIndex = 20;
this.label17.Text = "Bias";
//
// numericUpDownFloat1
//
this.numericUpDownFloat1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.numericUpDownFloat1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDownFloat1.DecimalPlaces = 5;
this.numericUpDownFloat1.ForeColor = System.Drawing.Color.White;
this.numericUpDownFloat1.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat1.Location = new System.Drawing.Point(731, 334);
this.numericUpDownFloat1.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat1.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat1.Name = "numericUpDownFloat1";
this.numericUpDownFloat1.Size = new System.Drawing.Size(183, 16);
this.numericUpDownFloat1.TabIndex = 27;
//
// numericUpDownFloat2
//
this.numericUpDownFloat2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.numericUpDownFloat2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDownFloat2.DecimalPlaces = 5;
this.numericUpDownFloat2.ForeColor = System.Drawing.Color.White;
this.numericUpDownFloat2.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat2.Location = new System.Drawing.Point(731, 361);
this.numericUpDownFloat2.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat2.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat2.Name = "numericUpDownFloat2";
this.numericUpDownFloat2.Size = new System.Drawing.Size(183, 16);
this.numericUpDownFloat2.TabIndex = 28;
//
// numericUpDownFloat3
//
this.numericUpDownFloat3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.numericUpDownFloat3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.numericUpDownFloat3.DecimalPlaces = 5;
this.numericUpDownFloat3.ForeColor = System.Drawing.Color.White;
this.numericUpDownFloat3.Increment = new decimal(new int[] {
5,
0,
0,
196608});
this.numericUpDownFloat3.Location = new System.Drawing.Point(731, 388);
this.numericUpDownFloat3.Maximum = new decimal(new int[] {
1000000000,
0,
0,
0});
this.numericUpDownFloat3.Minimum = new decimal(new int[] {
100000000,
0,
0,
-2147483648});
this.numericUpDownFloat3.Name = "numericUpDownFloat3";
this.numericUpDownFloat3.Size = new System.Drawing.Size(183, 16);
this.numericUpDownFloat3.TabIndex = 29;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(608, 13);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(45, 13);
this.label12.TabIndex = 30;
this.label12.Text = "Sampler";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(608, 414);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(36, 13);
this.label13.TabIndex = 35;
this.label13.Text = "Depth";
//
// comboBox6
//
this.comboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox6.FormattingEnabled = true;
this.comboBox6.Location = new System.Drawing.Point(731, 467);
this.comboBox6.Name = "comboBox6";
this.comboBox6.Size = new System.Drawing.Size(183, 21);
this.comboBox6.TabIndex = 34;
//
// comboBox7
//
this.comboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox7.FormattingEnabled = true;
this.comboBox7.Location = new System.Drawing.Point(731, 440);
this.comboBox7.Name = "comboBox7";
this.comboBox7.Size = new System.Drawing.Size(183, 21);
this.comboBox7.TabIndex = 33;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(622, 470);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(49, 13);
this.label18.TabIndex = 32;
this.label18.Text = "Compare";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(622, 443);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(31, 13);
this.label19.TabIndex = 31;
this.label19.Text = "Func";
//
// button1
//
this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Location = new System.Drawing.Point(821, 497);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(93, 23);
this.button1.TabIndex = 36;
this.button1.Text = "Ok";
this.button1.UseVisualStyleBackColor = true;
//
// SamplerEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
this.ClientSize = new System.Drawing.Size(926, 530);
this.Controls.Add(this.button1);
this.Controls.Add(this.label13);
this.Controls.Add(this.comboBox6);
this.Controls.Add(this.comboBox7);
this.Controls.Add(this.label18);
this.Controls.Add(this.label19);
this.Controls.Add(this.label12);
this.Controls.Add(this.numericUpDownFloat3);
this.Controls.Add(this.numericUpDownFloat2);
this.Controls.Add(this.numericUpDownFloat1);
this.Controls.Add(this.label14);
this.Controls.Add(this.label15);
this.Controls.Add(this.label16);
this.Controls.Add(this.label17);
this.Controls.Add(this.comboBox4);
this.Controls.Add(this.comboBox5);
this.Controls.Add(this.label10);
this.Controls.Add(this.label11);
this.Controls.Add(this.label9);
this.Controls.Add(this.label8);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.comboBox2);
this.Controls.Add(this.comboBox3);
this.Controls.Add(this.label5);
this.Controls.Add(this.label6);
this.Controls.Add(this.label7);
this.Controls.Add(this.wrapWCB);
this.Controls.Add(this.wrapYCB);
this.Controls.Add(this.wrapXCB);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.glControl1);
this.Controls.Add(this.label1);
this.ForeColor = System.Drawing.Color.White;
this.Name = "SamplerEditor";
this.Text = "Sampler Editor";
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownFloat3)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private OpenTK.GLControl glControl1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox wrapXCB;
private System.Windows.Forms.ComboBox wrapYCB;
private System.Windows.Forms.ComboBox wrapWCB;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.ComboBox comboBox2;
private System.Windows.Forms.ComboBox comboBox3;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ComboBox comboBox4;
private System.Windows.Forms.ComboBox comboBox5;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label17;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat1;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat2;
private Switch_Toolbox.Library.Forms.NumericUpDownFloat numericUpDownFloat3;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.ComboBox comboBox6;
private System.Windows.Forms.ComboBox comboBox7;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Button button1;
}
}