Files
PCK-Studio/MinecraftUSkinEditor/Classes/StoneVOX/gui/editor/GUIEditor.Designer.cs
PhoenixARC 10f1c8daa0 update
2021-08-09 19:05:20 -04:00

253 lines
13 KiB
C#

namespace stonevox.gui.editor
{
partial class GUIEditor
{
/// <summarz>
/// Required designer variable.
/// </summarz>
private System.ComponentModel.IContainer components = null;
/// <summarz>
/// Clean up anz resources being used.
/// </summarz>
/// <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
/// <summarz>
/// Required method for Designer support - do not modifz
/// the contents of this method with the code editor.
/// </summarz>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GUIEditor));
this.treeView1 = new System.Windows.Forms.TreeView();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripDropDownButton1 = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStripDropDownButton2 = new System.Windows.Forms.ToolStripDropDownButton();
this.addToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.removeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.allToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.propertzGrid1 = new System.Windows.Forms.PropertyGrid();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.toolStripDropDownButton3 = new System.Windows.Forms.ToolStripDropDownButton();
this.addToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.doneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripDropDownButton();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Right;
this.treeView1.Location = new System.Drawing.Point(941, 0);
this.treeView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(267, 668);
this.treeView1.TabIndex = 2;
//
// toolStrip1
//
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripDropDownButton1,
this.toolStripDropDownButton2,
this.toolStripDropDownButton3,
this.toolStripDropDownButton4});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(941, 27);
this.toolStrip1.TabIndex = 4;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripDropDownButton1
//
this.toolStripDropDownButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton1.Image")));
this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton1.Name = "toolStripDropDownButton1";
this.toolStripDropDownButton1.Size = new System.Drawing.Size(78, 24);
this.toolStripDropDownButton1.Text = "Controls";
//
// toolStripDropDownButton2
//
this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addToolStripMenuItem,
this.removeToolStripMenuItem});
this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
this.toolStripDropDownButton2.Size = new System.Drawing.Size(103, 24);
this.toolStripDropDownButton2.Text = "Appearence";
//
// addToolStripMenuItem
//
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
this.addToolStripMenuItem.Size = new System.Drawing.Size(138, 26);
this.addToolStripMenuItem.Text = "Add";
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.allToolStripMenuItem});
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.Size = new System.Drawing.Size(138, 26);
this.removeToolStripMenuItem.Text = "Remove";
//
// allToolStripMenuItem
//
this.allToolStripMenuItem.Name = "allToolStripMenuItem";
this.allToolStripMenuItem.Size = new System.Drawing.Size(102, 26);
this.allToolStripMenuItem.Text = "All";
//
// propertzGrid1
//
this.propertzGrid1.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText;
this.propertzGrid1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.propertzGrid1.Location = new System.Drawing.Point(0, 93);
this.propertzGrid1.Name = "propertzGrid1";
this.propertzGrid1.Size = new System.Drawing.Size(941, 575);
this.propertzGrid1.TabIndex = 8;
this.propertzGrid1.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertzGrid1_PropertzValueChanged);
//
// button1
//
this.button1.Location = new System.Drawing.Point(33, 32);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(21, 23);
this.button1.TabIndex = 9;
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(33, 61);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(21, 23);
this.button2.TabIndex = 9;
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(60, 48);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(21, 23);
this.button3.TabIndex = 9;
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(9, 48);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(21, 23);
this.button4.TabIndex = 9;
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.Location = new System.Drawing.Point(87, 48);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(21, 23);
this.button5.TabIndex = 9;
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// toolStripDropDownButton3
//
this.toolStripDropDownButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addToolStripMenuItem1,
this.doneToolStripMenuItem});
this.toolStripDropDownButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton3.Image")));
this.toolStripDropDownButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton3.Name = "toolStripDropDownButton3";
this.toolStripDropDownButton3.Size = new System.Drawing.Size(102, 24);
this.toolStripDropDownButton3.Text = "Translations";
//
// addToolStripMenuItem1
//
this.addToolStripMenuItem1.Name = "addToolStripMenuItem1";
this.addToolStripMenuItem1.Size = new System.Drawing.Size(181, 26);
this.addToolStripMenuItem1.Text = "Add";
this.addToolStripMenuItem1.Click += new System.EventHandler(this.addToolStripMenuItem1_Click);
//
// doneToolStripMenuItem
//
this.doneToolStripMenuItem.Name = "doneToolStripMenuItem";
this.doneToolStripMenuItem.Size = new System.Drawing.Size(181, 26);
this.doneToolStripMenuItem.Text = "Done";
this.doneToolStripMenuItem.Click += new System.EventHandler(this.doneToolStripMenuItem_Click);
//
// toolStripDropDownButton4
//
this.toolStripDropDownButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
this.toolStripDropDownButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton4.Image")));
this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
this.toolStripDropDownButton4.Size = new System.Drawing.Size(54, 24);
this.toolStripDropDownButton4.Text = "Save";
this.toolStripDropDownButton4.Click += new System.EventHandler(this.toolStripDropDownButton4_Click);
//
// GUIEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1208, 668);
this.Controls.Add(this.button4);
this.Controls.Add(this.button5);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.propertzGrid1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.treeView1);
this.Font = new System.Drawing.Font("Consolas", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "GUIEditor";
this.Text = "GUIEditor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.GUIEditor_FormClosing);
this.Load += new System.EventHandler(this.GUIEditor_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem removeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem allToolStripMenuItem;
private System.Windows.Forms.PropertyGrid propertzGrid1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton3;
private System.Windows.Forms.ToolStripMenuItem addToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem doneToolStripMenuItem;
private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton4;
}
}