Files
PCK-Studio/MinecraftUSkinEditor/Forms/generateModel.Designer.cs
2021-01-30 13:19:58 -05:00

856 lines
46 KiB
C#

namespace minekampf
{
partial class generateModel
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(generateModel));
this.buttonImportModel = new System.Windows.Forms.Button();
this.buttonExportModel = new System.Windows.Forms.Button();
this.checkTextureGenerate = new System.Windows.Forms.CheckBox();
this.checkGuide = new System.Windows.Forms.CheckBox();
this.labelView = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.label7 = new System.Windows.Forms.Label();
this.textTextureY = new System.Windows.Forms.TextBox();
this.textTextureX = new System.Windows.Forms.TextBox();
this.buttonIMPORT = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.buttonZcplus = new System.Windows.Forms.Button();
this.buttonXcminus = new System.Windows.Forms.Button();
this.buttonYcminus = new System.Windows.Forms.Button();
this.buttonZcminus = new System.Windows.Forms.Button();
this.buttonYcplus = new System.Windows.Forms.Button();
this.buttonXcplus = new System.Windows.Forms.Button();
this.buttonZfplus = new System.Windows.Forms.Button();
this.buttonXfminus = new System.Windows.Forms.Button();
this.buttonYfminus = new System.Windows.Forms.Button();
this.buttonZfminus = new System.Windows.Forms.Button();
this.buttonYfplus = new System.Windows.Forms.Button();
this.buttonXfplus = new System.Windows.Forms.Button();
this.buttonEXPORT = new System.Windows.Forms.Button();
this.labelTextureMappingPreview = new System.Windows.Forms.Label();
this.buttonDone = new System.Windows.Forms.Button();
this.textYc = new System.Windows.Forms.TextBox();
this.textZc = new System.Windows.Forms.TextBox();
this.textXf = new System.Windows.Forms.TextBox();
this.textYf = new System.Windows.Forms.TextBox();
this.textZf = new System.Windows.Forms.TextBox();
this.textXc = new System.Windows.Forms.TextBox();
this.buttonTemplate = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.tabBody = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.myTablePanel2 = new minekampf.Forms.MyTablePanel();
this.offsetArms = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.offsetBody = new System.Windows.Forms.TextBox();
this.offsetLegs = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.offsetHead = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.tabArmor = new System.Windows.Forms.TabPage();
this.myTablePanel1 = new minekampf.Forms.MyTablePanel();
this.offsetBoots = new System.Windows.Forms.TextBox();
this.offsetPants = new System.Windows.Forms.TextBox();
this.offsetTool = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.offsetHelmet = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.comboParent = new System.Windows.Forms.ComboBox();
this.labelModeParts = new System.Windows.Forms.Label();
this.listViewBoxes = new System.Windows.Forms.ListView();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.createToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.cloneToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.changeColorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.labelFullSkinPreview = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.checkBoxArmor = new System.Windows.Forms.CheckBox();
this.labelTheme = new System.Windows.Forms.Label();
this.listViewBGs = new System.Windows.Forms.ListView();
this.tableLayoutPanelMain = new System.Windows.Forms.TableLayoutPanel();
this.displayBox = new System.Windows.Forms.PictureBox();
this.texturePreview = new System.Windows.Forms.PictureBox();
this.groupBox1.SuspendLayout();
this.tabBody.SuspendLayout();
this.tabPage1.SuspendLayout();
this.myTablePanel2.SuspendLayout();
this.tabArmor.SuspendLayout();
this.myTablePanel1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tableLayoutPanelMain.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.displayBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.texturePreview)).BeginInit();
this.SuspendLayout();
//
// buttonImportModel
//
resources.ApplyResources(this.buttonImportModel, "buttonImportModel");
this.buttonImportModel.ForeColor = System.Drawing.Color.White;
this.buttonImportModel.Name = "buttonImportModel";
this.buttonImportModel.UseVisualStyleBackColor = true;
this.buttonImportModel.Click += new System.EventHandler(this.buttonImportModel_Click);
//
// buttonExportModel
//
resources.ApplyResources(this.buttonExportModel, "buttonExportModel");
this.buttonExportModel.ForeColor = System.Drawing.Color.White;
this.buttonExportModel.Name = "buttonExportModel";
this.buttonExportModel.UseVisualStyleBackColor = true;
this.buttonExportModel.Click += new System.EventHandler(this.buttonExportModel_Click);
//
// checkTextureGenerate
//
resources.ApplyResources(this.checkTextureGenerate, "checkTextureGenerate");
this.checkTextureGenerate.Checked = true;
this.checkTextureGenerate.CheckState = System.Windows.Forms.CheckState.Checked;
this.checkTextureGenerate.ForeColor = System.Drawing.Color.White;
this.checkTextureGenerate.Name = "checkTextureGenerate";
this.checkTextureGenerate.UseVisualStyleBackColor = true;
this.checkTextureGenerate.CheckedChanged += new System.EventHandler(this.checkTextureGenerate_CheckedChanged);
//
// checkGuide
//
resources.ApplyResources(this.checkGuide, "checkGuide");
this.checkGuide.ForeColor = System.Drawing.Color.White;
this.checkGuide.Name = "checkGuide";
this.checkGuide.UseVisualStyleBackColor = true;
this.checkGuide.CheckedChanged += new System.EventHandler(this.checkGuide_CheckedChanged);
//
// labelView
//
resources.ApplyResources(this.labelView, "labelView");
this.labelView.ForeColor = System.Drawing.Color.White;
this.labelView.Name = "labelView";
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.label7.ForeColor = System.Drawing.Color.White;
this.label7.Name = "label7";
//
// textTextureY
//
resources.ApplyResources(this.textTextureY, "textTextureY");
this.tableLayoutPanelMain.SetColumnSpan(this.textTextureY, 2);
this.textTextureY.Name = "textTextureY";
this.textTextureY.TextChanged += new System.EventHandler(this.textTextureY_TextChanged);
this.textTextureY.Leave += new System.EventHandler(this.textXc_Leave);
//
// textTextureX
//
this.tableLayoutPanelMain.SetColumnSpan(this.textTextureX, 2);
resources.ApplyResources(this.textTextureX, "textTextureX");
this.textTextureX.Name = "textTextureX";
this.textTextureX.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
this.textTextureX.Leave += new System.EventHandler(this.textXc_Leave);
//
// buttonIMPORT
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonIMPORT, 3);
resources.ApplyResources(this.buttonIMPORT, "buttonIMPORT");
this.buttonIMPORT.ForeColor = System.Drawing.Color.White;
this.buttonIMPORT.Name = "buttonIMPORT";
this.buttonIMPORT.UseVisualStyleBackColor = true;
this.buttonIMPORT.Click += new System.EventHandler(this.buttonIMPORT_Click);
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.tableLayoutPanelMain.SetColumnSpan(this.label5, 3);
this.label5.ForeColor = System.Drawing.Color.White;
this.label5.Name = "label5";
//
// buttonZcplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonZcplus, 2);
resources.ApplyResources(this.buttonZcplus, "buttonZcplus");
this.buttonZcplus.ForeColor = System.Drawing.Color.White;
this.buttonZcplus.Name = "buttonZcplus";
this.buttonZcplus.UseVisualStyleBackColor = true;
this.buttonZcplus.Click += new System.EventHandler(this.buttonZcplus_Click);
//
// buttonXcminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonXcminus, 2);
resources.ApplyResources(this.buttonXcminus, "buttonXcminus");
this.buttonXcminus.ForeColor = System.Drawing.Color.White;
this.buttonXcminus.Name = "buttonXcminus";
this.buttonXcminus.UseVisualStyleBackColor = true;
this.buttonXcminus.Click += new System.EventHandler(this.buttonXcminus_Click);
//
// buttonYcminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonYcminus, 2);
resources.ApplyResources(this.buttonYcminus, "buttonYcminus");
this.buttonYcminus.ForeColor = System.Drawing.Color.White;
this.buttonYcminus.Name = "buttonYcminus";
this.buttonYcminus.UseVisualStyleBackColor = true;
this.buttonYcminus.Click += new System.EventHandler(this.buttonYcminus_Click);
//
// buttonZcminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonZcminus, 2);
resources.ApplyResources(this.buttonZcminus, "buttonZcminus");
this.buttonZcminus.ForeColor = System.Drawing.Color.White;
this.buttonZcminus.Name = "buttonZcminus";
this.buttonZcminus.UseVisualStyleBackColor = true;
this.buttonZcminus.Click += new System.EventHandler(this.buttonZcminus_Click);
//
// buttonYcplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonYcplus, 2);
resources.ApplyResources(this.buttonYcplus, "buttonYcplus");
this.buttonYcplus.ForeColor = System.Drawing.Color.White;
this.buttonYcplus.Name = "buttonYcplus";
this.buttonYcplus.UseVisualStyleBackColor = true;
this.buttonYcplus.Click += new System.EventHandler(this.buttonYcplus_Click);
//
// buttonXcplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonXcplus, 2);
resources.ApplyResources(this.buttonXcplus, "buttonXcplus");
this.buttonXcplus.ForeColor = System.Drawing.Color.White;
this.buttonXcplus.Name = "buttonXcplus";
this.buttonXcplus.UseVisualStyleBackColor = true;
this.buttonXcplus.Click += new System.EventHandler(this.buttonXcplus_Click);
//
// buttonZfplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonZfplus, 2);
resources.ApplyResources(this.buttonZfplus, "buttonZfplus");
this.buttonZfplus.ForeColor = System.Drawing.Color.White;
this.buttonZfplus.Name = "buttonZfplus";
this.buttonZfplus.UseVisualStyleBackColor = true;
this.buttonZfplus.Click += new System.EventHandler(this.buttonZfplus_Click);
//
// buttonXfminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonXfminus, 2);
resources.ApplyResources(this.buttonXfminus, "buttonXfminus");
this.buttonXfminus.ForeColor = System.Drawing.Color.White;
this.buttonXfminus.Name = "buttonXfminus";
this.buttonXfminus.UseVisualStyleBackColor = true;
this.buttonXfminus.Click += new System.EventHandler(this.buttonXfminus_Click);
//
// buttonYfminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonYfminus, 2);
resources.ApplyResources(this.buttonYfminus, "buttonYfminus");
this.buttonYfminus.ForeColor = System.Drawing.Color.White;
this.buttonYfminus.Name = "buttonYfminus";
this.buttonYfminus.UseVisualStyleBackColor = true;
this.buttonYfminus.Click += new System.EventHandler(this.buttonYfminus_Click);
//
// buttonZfminus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonZfminus, 2);
resources.ApplyResources(this.buttonZfminus, "buttonZfminus");
this.buttonZfminus.ForeColor = System.Drawing.Color.White;
this.buttonZfminus.Name = "buttonZfminus";
this.buttonZfminus.UseVisualStyleBackColor = true;
this.buttonZfminus.Click += new System.EventHandler(this.buttonZfminus_Click);
//
// buttonYfplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonYfplus, 2);
resources.ApplyResources(this.buttonYfplus, "buttonYfplus");
this.buttonYfplus.ForeColor = System.Drawing.Color.White;
this.buttonYfplus.Name = "buttonYfplus";
this.buttonYfplus.UseVisualStyleBackColor = true;
this.buttonYfplus.Click += new System.EventHandler(this.buttonYfplus_Click);
//
// buttonXfplus
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonXfplus, 2);
resources.ApplyResources(this.buttonXfplus, "buttonXfplus");
this.buttonXfplus.ForeColor = System.Drawing.Color.White;
this.buttonXfplus.Name = "buttonXfplus";
this.buttonXfplus.UseVisualStyleBackColor = true;
this.buttonXfplus.Click += new System.EventHandler(this.buttonXfplus_Click);
//
// buttonEXPORT
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonEXPORT, 3);
resources.ApplyResources(this.buttonEXPORT, "buttonEXPORT");
this.buttonEXPORT.ForeColor = System.Drawing.Color.White;
this.buttonEXPORT.Name = "buttonEXPORT";
this.buttonEXPORT.UseVisualStyleBackColor = true;
this.buttonEXPORT.Click += new System.EventHandler(this.buttonEXPORT_Click);
//
// labelTextureMappingPreview
//
resources.ApplyResources(this.labelTextureMappingPreview, "labelTextureMappingPreview");
this.tableLayoutPanelMain.SetColumnSpan(this.labelTextureMappingPreview, 6);
this.labelTextureMappingPreview.ForeColor = System.Drawing.Color.White;
this.labelTextureMappingPreview.Name = "labelTextureMappingPreview";
//
// buttonDone
//
this.tableLayoutPanelMain.SetColumnSpan(this.buttonDone, 3);
this.buttonDone.DialogResult = System.Windows.Forms.DialogResult.OK;
resources.ApplyResources(this.buttonDone, "buttonDone");
this.buttonDone.ForeColor = System.Drawing.Color.White;
this.buttonDone.Name = "buttonDone";
this.buttonDone.UseVisualStyleBackColor = true;
this.buttonDone.Click += new System.EventHandler(this.buttonDone_Click);
//
// textYc
//
this.tableLayoutPanelMain.SetColumnSpan(this.textYc, 2);
resources.ApplyResources(this.textYc, "textYc");
this.textYc.Name = "textYc";
this.textYc.TextChanged += new System.EventHandler(this.textYc_TextChanged);
this.textYc.Leave += new System.EventHandler(this.textXc_Leave);
//
// textZc
//
this.tableLayoutPanelMain.SetColumnSpan(this.textZc, 2);
resources.ApplyResources(this.textZc, "textZc");
this.textZc.Name = "textZc";
this.textZc.TextChanged += new System.EventHandler(this.textZc_TextChanged);
this.textZc.Leave += new System.EventHandler(this.textXc_Leave);
//
// textXf
//
this.tableLayoutPanelMain.SetColumnSpan(this.textXf, 2);
resources.ApplyResources(this.textXf, "textXf");
this.textXf.Name = "textXf";
this.textXf.TextChanged += new System.EventHandler(this.textXf_TextChanged);
this.textXf.Leave += new System.EventHandler(this.textXc_Leave);
//
// textYf
//
this.tableLayoutPanelMain.SetColumnSpan(this.textYf, 2);
resources.ApplyResources(this.textYf, "textYf");
this.textYf.Name = "textYf";
this.textYf.TextChanged += new System.EventHandler(this.textYf_TextChanged);
this.textYf.Leave += new System.EventHandler(this.textXc_Leave);
//
// textZf
//
this.tableLayoutPanelMain.SetColumnSpan(this.textZf, 2);
resources.ApplyResources(this.textZf, "textZf");
this.textZf.Name = "textZf";
this.textZf.TextChanged += new System.EventHandler(this.textZf_TextChanged);
this.textZf.Leave += new System.EventHandler(this.textXc_Leave);
//
// textXc
//
this.tableLayoutPanelMain.SetColumnSpan(this.textXc, 2);
resources.ApplyResources(this.textXc, "textXc");
this.textXc.Name = "textXc";
this.textXc.TextChanged += new System.EventHandler(this.textXc_TextChanged);
this.textXc.Leave += new System.EventHandler(this.textXc_Leave);
//
// buttonTemplate
//
resources.ApplyResources(this.buttonTemplate, "buttonTemplate");
this.buttonTemplate.Name = "buttonTemplate";
this.buttonTemplate.UseVisualStyleBackColor = true;
this.buttonTemplate.Click += new System.EventHandler(this.buttonTemplate_Click);
//
// groupBox1
//
this.tableLayoutPanelMain.SetColumnSpan(this.groupBox1, 6);
this.groupBox1.Controls.Add(this.tabBody);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.ForeColor = System.Drawing.Color.White;
this.groupBox1.Name = "groupBox1";
this.tableLayoutPanelMain.SetRowSpan(this.groupBox1, 2);
this.groupBox1.TabStop = false;
//
// tabBody
//
this.tabBody.Controls.Add(this.tabPage1);
this.tabBody.Controls.Add(this.tabArmor);
resources.ApplyResources(this.tabBody, "tabBody");
this.tabBody.Name = "tabBody";
this.tabBody.SelectedIndex = 0;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
this.tabPage1.Controls.Add(this.myTablePanel2);
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.Name = "tabPage1";
//
// myTablePanel2
//
resources.ApplyResources(this.myTablePanel2, "myTablePanel2");
this.myTablePanel2.Controls.Add(this.offsetArms, 1, 3);
this.myTablePanel2.Controls.Add(this.label14, 0, 3);
this.myTablePanel2.Controls.Add(this.offsetBody, 1, 1);
this.myTablePanel2.Controls.Add(this.offsetLegs, 1, 2);
this.myTablePanel2.Controls.Add(this.label10, 0, 0);
this.myTablePanel2.Controls.Add(this.label13, 0, 2);
this.myTablePanel2.Controls.Add(this.offsetHead, 1, 0);
this.myTablePanel2.Controls.Add(this.label12, 0, 1);
this.myTablePanel2.Name = "myTablePanel2";
//
// offsetArms
//
resources.ApplyResources(this.offsetArms, "offsetArms");
this.offsetArms.Name = "offsetArms";
this.offsetArms.TextChanged += new System.EventHandler(this.offsetHead_TextChanged);
//
// label14
//
resources.ApplyResources(this.label14, "label14");
this.label14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label14.Name = "label14";
//
// offsetBody
//
resources.ApplyResources(this.offsetBody, "offsetBody");
this.offsetBody.Name = "offsetBody";
this.offsetBody.TextChanged += new System.EventHandler(this.offsetHead_TextChanged);
//
// offsetLegs
//
resources.ApplyResources(this.offsetLegs, "offsetLegs");
this.offsetLegs.Name = "offsetLegs";
this.offsetLegs.TextChanged += new System.EventHandler(this.offsetHead_TextChanged);
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.label10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.label10.Name = "label10";
//
// label13
//
resources.ApplyResources(this.label13, "label13");
this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
this.label13.Name = "label13";
//
// offsetHead
//
resources.ApplyResources(this.offsetHead, "offsetHead");
this.offsetHead.Name = "offsetHead";
this.offsetHead.TextChanged += new System.EventHandler(this.offsetHead_TextChanged);
//
// label12
//
resources.ApplyResources(this.label12, "label12");
this.label12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.label12.Name = "label12";
//
// tabArmor
//
this.tabArmor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(17)))), ((int)(((byte)(17)))));
this.tabArmor.Controls.Add(this.myTablePanel1);
resources.ApplyResources(this.tabArmor, "tabArmor");
this.tabArmor.Name = "tabArmor";
//
// myTablePanel1
//
resources.ApplyResources(this.myTablePanel1, "myTablePanel1");
this.myTablePanel1.Controls.Add(this.offsetBoots, 1, 3);
this.myTablePanel1.Controls.Add(this.offsetPants, 1, 2);
this.myTablePanel1.Controls.Add(this.offsetTool, 1, 1);
this.myTablePanel1.Controls.Add(this.label4, 0, 1);
this.myTablePanel1.Controls.Add(this.label9, 0, 0);
this.myTablePanel1.Controls.Add(this.offsetHelmet, 1, 0);
this.myTablePanel1.Controls.Add(this.label15, 0, 3);
this.myTablePanel1.Controls.Add(this.label16, 0, 2);
this.myTablePanel1.Name = "myTablePanel1";
//
// offsetBoots
//
resources.ApplyResources(this.offsetBoots, "offsetBoots");
this.offsetBoots.Name = "offsetBoots";
this.offsetBoots.TextChanged += new System.EventHandler(this.offsetBoots_TextChanged);
//
// offsetPants
//
resources.ApplyResources(this.offsetPants, "offsetPants");
this.offsetPants.Name = "offsetPants";
this.offsetPants.TextChanged += new System.EventHandler(this.offsetPants_TextChanged);
//
// offsetTool
//
resources.ApplyResources(this.offsetTool, "offsetTool");
this.offsetTool.Name = "offsetTool";
this.offsetTool.TextChanged += new System.EventHandler(this.offsetTool_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.label4.Name = "label4";
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.label9.Name = "label9";
//
// offsetHelmet
//
resources.ApplyResources(this.offsetHelmet, "offsetHelmet");
this.offsetHelmet.Name = "offsetHelmet";
this.offsetHelmet.TextChanged += new System.EventHandler(this.offsetHelmet_TextChanged);
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
this.label15.Name = "label15";
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.label16.Name = "label16";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.label6.ForeColor = System.Drawing.Color.White;
this.label6.Name = "label6";
//
// comboParent
//
this.comboParent.FormattingEnabled = true;
this.comboParent.Items.AddRange(new object[] {
resources.GetString("comboParent.Items"),
resources.GetString("comboParent.Items1"),
resources.GetString("comboParent.Items2"),
resources.GetString("comboParent.Items3"),
resources.GetString("comboParent.Items4"),
resources.GetString("comboParent.Items5")});
resources.ApplyResources(this.comboParent, "comboParent");
this.comboParent.Name = "comboParent";
this.comboParent.SelectedValueChanged += new System.EventHandler(this.comboParent_SelectedIndexChanged);
//
// labelModeParts
//
resources.ApplyResources(this.labelModeParts, "labelModeParts");
this.labelModeParts.ForeColor = System.Drawing.Color.White;
this.labelModeParts.Name = "labelModeParts";
//
// listViewBoxes
//
this.listViewBoxes.Activation = System.Windows.Forms.ItemActivation.OneClick;
this.listViewBoxes.ContextMenuStrip = this.contextMenuStrip1;
resources.ApplyResources(this.listViewBoxes, "listViewBoxes");
this.listViewBoxes.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.listViewBoxes.HideSelection = false;
this.listViewBoxes.LabelEdit = true;
this.listViewBoxes.MultiSelect = false;
this.listViewBoxes.Name = "listViewBoxes";
this.tableLayoutPanelMain.SetRowSpan(this.listViewBoxes, 14);
this.listViewBoxes.UseCompatibleStateImageBehavior = false;
this.listViewBoxes.View = System.Windows.Forms.View.Details;
this.listViewBoxes.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
this.listViewBoxes.Click += new System.EventHandler(this.listView1_Click);
this.listViewBoxes.DoubleClick += new System.EventHandler(this.listView1_DoubleClick_1);
this.listViewBoxes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.delStuffUsingDelKey);
//
// contextMenuStrip1
//
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.createToolStripMenuItem,
this.cloneToolStripMenuItem,
this.deleteToolStripMenuItem,
this.changeColorToolStripMenuItem});
this.contextMenuStrip1.Name = "contextMenuStrip1";
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
//
// createToolStripMenuItem
//
resources.ApplyResources(this.createToolStripMenuItem, "createToolStripMenuItem");
this.createToolStripMenuItem.Name = "createToolStripMenuItem";
this.createToolStripMenuItem.Click += new System.EventHandler(this.createToolStripMenuItem_Click);
//
// cloneToolStripMenuItem
//
resources.ApplyResources(this.cloneToolStripMenuItem, "cloneToolStripMenuItem");
this.cloneToolStripMenuItem.Name = "cloneToolStripMenuItem";
this.cloneToolStripMenuItem.Click += new System.EventHandler(this.cloneToolStripMenuItem_Click);
//
// deleteToolStripMenuItem
//
resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
//
// changeColorToolStripMenuItem
//
resources.ApplyResources(this.changeColorToolStripMenuItem, "changeColorToolStripMenuItem");
this.changeColorToolStripMenuItem.Name = "changeColorToolStripMenuItem";
this.changeColorToolStripMenuItem.Click += new System.EventHandler(this.changeColorToolStripMenuItem_Click);
//
// labelFullSkinPreview
//
resources.ApplyResources(this.labelFullSkinPreview, "labelFullSkinPreview");
this.labelFullSkinPreview.ForeColor = System.Drawing.Color.White;
this.labelFullSkinPreview.Name = "labelFullSkinPreview";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.tableLayoutPanelMain.SetColumnSpan(this.label3, 2);
this.label3.ForeColor = System.Drawing.Color.White;
this.label3.Name = "label3";
//
// checkBoxArmor
//
resources.ApplyResources(this.checkBoxArmor, "checkBoxArmor");
this.checkBoxArmor.ForeColor = System.Drawing.Color.White;
this.checkBoxArmor.Name = "checkBoxArmor";
this.checkBoxArmor.UseVisualStyleBackColor = true;
this.checkBoxArmor.Click += new System.EventHandler(this.checkBoxArmor_Click);
//
// labelTheme
//
resources.ApplyResources(this.labelTheme, "labelTheme");
this.labelTheme.ForeColor = System.Drawing.Color.White;
this.labelTheme.Name = "labelTheme";
//
// listViewBGs
//
resources.ApplyResources(this.listViewBGs, "listViewBGs");
this.listViewBGs.HideSelection = false;
this.listViewBGs.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items1"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items2"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items3"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items4"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items5"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items6"))),
((System.Windows.Forms.ListViewItem)(resources.GetObject("listViewBGs.Items7")))});
this.listViewBGs.Name = "listViewBGs";
this.listViewBGs.UseCompatibleStateImageBehavior = false;
this.listViewBGs.SelectedIndexChanged += new System.EventHandler(this.listViewBGs_SelectedIndexChanged);
this.listViewBGs.Click += new System.EventHandler(this.listViewBGs_Click);
//
// tableLayoutPanelMain
//
resources.ApplyResources(this.tableLayoutPanelMain, "tableLayoutPanelMain");
this.tableLayoutPanelMain.Controls.Add(this.labelModeParts, 0, 0);
this.tableLayoutPanelMain.Controls.Add(this.listViewBoxes, 0, 1);
this.tableLayoutPanelMain.Controls.Add(this.buttonExportModel, 3, 0);
this.tableLayoutPanelMain.Controls.Add(this.displayBox, 1, 1);
this.tableLayoutPanelMain.Controls.Add(this.buttonImportModel, 2, 0);
this.tableLayoutPanelMain.Controls.Add(this.labelFullSkinPreview, 1, 0);
this.tableLayoutPanelMain.Controls.Add(this.labelTextureMappingPreview, 5, 0);
this.tableLayoutPanelMain.Controls.Add(this.texturePreview, 5, 1);
this.tableLayoutPanelMain.Controls.Add(this.buttonIMPORT, 5, 6);
this.tableLayoutPanelMain.Controls.Add(this.label7, 5, 7);
this.tableLayoutPanelMain.Controls.Add(this.buttonEXPORT, 8, 6);
this.tableLayoutPanelMain.Controls.Add(this.textTextureY, 6, 7);
this.tableLayoutPanelMain.Controls.Add(this.textTextureX, 8, 7);
this.tableLayoutPanelMain.Controls.Add(this.label3, 5, 8);
this.tableLayoutPanelMain.Controls.Add(this.buttonXfplus, 5, 9);
this.tableLayoutPanelMain.Controls.Add(this.textXf, 5, 10);
this.tableLayoutPanelMain.Controls.Add(this.buttonXfminus, 5, 11);
this.tableLayoutPanelMain.Controls.Add(this.label5, 5, 12);
this.tableLayoutPanelMain.Controls.Add(this.buttonXcplus, 5, 13);
this.tableLayoutPanelMain.Controls.Add(this.textXc, 5, 14);
this.tableLayoutPanelMain.Controls.Add(this.buttonXcminus, 5, 15);
this.tableLayoutPanelMain.Controls.Add(this.buttonYfplus, 7, 9);
this.tableLayoutPanelMain.Controls.Add(this.textYf, 7, 10);
this.tableLayoutPanelMain.Controls.Add(this.buttonYfminus, 7, 11);
this.tableLayoutPanelMain.Controls.Add(this.buttonYcplus, 7, 13);
this.tableLayoutPanelMain.Controls.Add(this.textYc, 7, 14);
this.tableLayoutPanelMain.Controls.Add(this.buttonYcminus, 7, 15);
this.tableLayoutPanelMain.Controls.Add(this.buttonZfplus, 9, 9);
this.tableLayoutPanelMain.Controls.Add(this.textZf, 9, 10);
this.tableLayoutPanelMain.Controls.Add(this.buttonZfminus, 9, 11);
this.tableLayoutPanelMain.Controls.Add(this.buttonZcplus, 9, 13);
this.tableLayoutPanelMain.Controls.Add(this.textZc, 9, 14);
this.tableLayoutPanelMain.Controls.Add(this.buttonZcminus, 9, 15);
this.tableLayoutPanelMain.Controls.Add(this.comboParent, 0, 18);
this.tableLayoutPanelMain.Controls.Add(this.label6, 0, 17);
this.tableLayoutPanelMain.Controls.Add(this.buttonTemplate, 0, 19);
this.tableLayoutPanelMain.Controls.Add(this.groupBox1, 5, 16);
this.tableLayoutPanelMain.Controls.Add(this.labelTheme, 0, 15);
this.tableLayoutPanelMain.Controls.Add(this.listViewBGs, 0, 16);
this.tableLayoutPanelMain.Controls.Add(this.button2, 1, 18);
this.tableLayoutPanelMain.Controls.Add(this.button1, 3, 18);
this.tableLayoutPanelMain.Controls.Add(this.labelView, 2, 18);
this.tableLayoutPanelMain.Controls.Add(this.checkGuide, 1, 19);
this.tableLayoutPanelMain.Controls.Add(this.checkTextureGenerate, 2, 19);
this.tableLayoutPanelMain.Controls.Add(this.checkBoxArmor, 3, 19);
this.tableLayoutPanelMain.Controls.Add(this.buttonDone, 8, 19);
this.tableLayoutPanelMain.Name = "tableLayoutPanelMain";
//
// displayBox
//
this.displayBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanelMain.SetColumnSpan(this.displayBox, 3);
resources.ApplyResources(this.displayBox, "displayBox");
this.displayBox.Image = global::minekampf.Properties.Resources.bg2;
this.displayBox.Name = "displayBox";
this.tableLayoutPanelMain.SetRowSpan(this.displayBox, 17);
this.displayBox.TabStop = false;
//
// texturePreview
//
this.texturePreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tableLayoutPanelMain.SetColumnSpan(this.texturePreview, 6);
resources.ApplyResources(this.texturePreview, "texturePreview");
this.texturePreview.Name = "texturePreview";
this.tableLayoutPanelMain.SetRowSpan(this.texturePreview, 5);
this.texturePreview.TabStop = false;
//
// generateModel
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanelMain);
this.MaximizeBox = false;
this.Name = "generateModel";
this.Style = MetroFramework.MetroColorStyle.Silver;
this.Theme = MetroFramework.MetroThemeStyle.Dark;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.generateModel_FormClosing);
this.Load += new System.EventHandler(this.generateModel_Load);
this.ResizeBegin += new System.EventHandler(this.generateModel_ResizeBegin);
this.ResizeEnd += new System.EventHandler(this.generateModel_ResizeEnd);
this.SizeChanged += new System.EventHandler(this.generateModel_SizeChanged);
this.groupBox1.ResumeLayout(false);
this.tabBody.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.myTablePanel2.ResumeLayout(false);
this.myTablePanel2.PerformLayout();
this.tabArmor.ResumeLayout(false);
this.myTablePanel1.ResumeLayout(false);
this.myTablePanel1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.tableLayoutPanelMain.ResumeLayout(false);
this.tableLayoutPanelMain.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.displayBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.texturePreview)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonImportModel;
private System.Windows.Forms.Button buttonExportModel;
private System.Windows.Forms.PictureBox displayBox;
private System.Windows.Forms.CheckBox checkTextureGenerate;
private System.Windows.Forms.CheckBox checkGuide;
private System.Windows.Forms.Label labelView;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox textTextureY;
private System.Windows.Forms.TextBox textTextureX;
private System.Windows.Forms.Button buttonIMPORT;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button buttonZcplus;
private System.Windows.Forms.Button buttonXcminus;
private System.Windows.Forms.Button buttonYcminus;
private System.Windows.Forms.Button buttonZcminus;
private System.Windows.Forms.Button buttonYcplus;
private System.Windows.Forms.Button buttonXcplus;
private System.Windows.Forms.Button buttonZfplus;
private System.Windows.Forms.Button buttonXfminus;
private System.Windows.Forms.Button buttonYfminus;
private System.Windows.Forms.Button buttonZfminus;
private System.Windows.Forms.Button buttonYfplus;
private System.Windows.Forms.Button buttonXfplus;
private System.Windows.Forms.Button buttonEXPORT;
private System.Windows.Forms.Label labelTextureMappingPreview;
private System.Windows.Forms.PictureBox texturePreview;
private System.Windows.Forms.Button buttonDone;
private System.Windows.Forms.TextBox textYc;
private System.Windows.Forms.TextBox textZc;
private System.Windows.Forms.TextBox textXf;
private System.Windows.Forms.TextBox textYf;
private System.Windows.Forms.TextBox textZf;
private System.Windows.Forms.TextBox textXc;
private System.Windows.Forms.Button buttonTemplate;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox offsetBody;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox offsetLegs;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox offsetArms;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox offsetHead;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.ComboBox comboParent;
private System.Windows.Forms.Label labelModeParts;
private System.Windows.Forms.ListView listViewBoxes;
private System.Windows.Forms.Label labelFullSkinPreview;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem createToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem cloneToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem;
private System.Windows.Forms.TabControl tabBody;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabArmor;
private System.Windows.Forms.CheckBox checkBoxArmor;
private System.Windows.Forms.ToolStripMenuItem changeColorToolStripMenuItem;
private System.Windows.Forms.TextBox offsetPants;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox offsetHelmet;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.TextBox offsetBoots;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox offsetTool;
private System.Windows.Forms.Label labelTheme;
private System.Windows.Forms.ListView listViewBGs;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelMain;
private Forms.MyTablePanel myTablePanel2;
private Forms.MyTablePanel myTablePanel1;
}
}