1
0
mirror of synced 2024-12-03 11:37:21 +01:00
Switch-Toolbox/Switch_FileFormatsMain/GUI/Editors/RenderInfoValue.Designer.cs
2018-11-11 20:51:12 -05:00

206 lines
9.5 KiB
C#

namespace FirstPlugin
{
partial class RenderInfoValueEditor
{
/// <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.btnAdd = new System.Windows.Forms.Button();
this.btnRemove = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.colorDialog1 = new System.Windows.Forms.ColorDialog();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.valuesListView = new Switch_Toolbox.Library.Forms.ListViewCustom();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.renderInfoEnumsCB = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.valueBox = new System.Windows.Forms.TextBox();
this.ValueLbl = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnAdd
//
this.btnAdd.Enabled = false;
this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAdd.ForeColor = System.Drawing.Color.White;
this.btnAdd.Location = new System.Drawing.Point(12, 274);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "Add";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnRemove
//
this.btnRemove.Enabled = false;
this.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnRemove.ForeColor = System.Drawing.Color.White;
this.btnRemove.Location = new System.Drawing.Point(106, 274);
this.btnRemove.Name = "btnRemove";
this.btnRemove.Size = new System.Drawing.Size(75, 23);
this.btnRemove.TabIndex = 2;
this.btnRemove.Text = "Remove";
this.btnRemove.UseVisualStyleBackColor = true;
this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
//
// button3
//
this.button3.DialogResult = System.Windows.Forms.DialogResult.OK;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Location = new System.Drawing.Point(289, 274);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 3;
this.button3.Text = "Ok";
this.button3.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.textBox1.ForeColor = System.Drawing.Color.White;
this.textBox1.Location = new System.Drawing.Point(56, 8);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(169, 20);
this.textBox1.TabIndex = 5;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(38, 13);
this.label1.TabIndex = 6;
this.label1.Text = "Name:";
//
// comboBox1
//
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(231, 7);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(133, 21);
this.comboBox1.TabIndex = 7;
//
// valuesListView
//
this.valuesListView.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.valuesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.valuesListView.ForeColor = System.Drawing.Color.White;
this.valuesListView.Location = new System.Drawing.Point(12, 43);
this.valuesListView.Name = "valuesListView";
this.valuesListView.Size = new System.Drawing.Size(169, 225);
this.valuesListView.TabIndex = 8;
this.valuesListView.UseCompatibleStateImageBehavior = false;
this.valuesListView.View = System.Windows.Forms.View.Details;
this.valuesListView.SelectedIndexChanged += new System.EventHandler(this.valuesListView_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "Values";
this.columnHeader1.Width = 143;
//
// renderInfoEnumsCB
//
this.renderInfoEnumsCB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.renderInfoEnumsCB.FormattingEnabled = true;
this.renderInfoEnumsCB.Location = new System.Drawing.Point(197, 79);
this.renderInfoEnumsCB.Name = "renderInfoEnumsCB";
this.renderInfoEnumsCB.Size = new System.Drawing.Size(133, 21);
this.renderInfoEnumsCB.TabIndex = 9;
this.renderInfoEnumsCB.SelectedIndexChanged += new System.EventHandler(this.renderInfoEnums_SelectedIndexChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(197, 60);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(75, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Known Enums";
//
// valueBox
//
this.valueBox.Location = new System.Drawing.Point(197, 148);
this.valueBox.Name = "valueBox";
this.valueBox.Size = new System.Drawing.Size(133, 20);
this.valueBox.TabIndex = 11;
this.valueBox.TextChanged += new System.EventHandler(this.valueBox_TextChanged);
//
// ValueLbl
//
this.ValueLbl.AutoSize = true;
this.ValueLbl.Location = new System.Drawing.Point(197, 132);
this.ValueLbl.Name = "ValueLbl";
this.ValueLbl.Size = new System.Drawing.Size(34, 13);
this.ValueLbl.TabIndex = 12;
this.ValueLbl.Text = "Value";
//
// RenderInfoValueEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
this.ClientSize = new System.Drawing.Size(390, 309);
this.Controls.Add(this.ValueLbl);
this.Controls.Add(this.valueBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.renderInfoEnumsCB);
this.Controls.Add(this.valuesListView);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button3);
this.Controls.Add(this.btnRemove);
this.Controls.Add(this.btnAdd);
this.ForeColor = System.Drawing.Color.White;
this.Name = "RenderInfoValueEditor";
this.Text = "RenderInfo Value";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnRemove;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ColorDialog colorDialog1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox comboBox1;
private Switch_Toolbox.Library.Forms.ListViewCustom valuesListView;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ComboBox renderInfoEnumsCB;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox valueBox;
private System.Windows.Forms.Label ValueLbl;
}
}