namespace CodeImp.DoomBuilder.Controls
{
partial class LinedefInfoPanel
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if(disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.actionlabel = new System.Windows.Forms.Label();
this.activationlabel = new System.Windows.Forms.Label();
this.taglabel = new System.Windows.Forms.Label();
this.anglelabel = new System.Windows.Forms.Label();
this.lengthlabel = new System.Windows.Forms.Label();
this.infopanel = new System.Windows.Forms.GroupBox();
this.activation = new System.Windows.Forms.Label();
this.unpegged = new System.Windows.Forms.Label();
this.peglabel = new System.Windows.Forms.Label();
this.arg5 = new System.Windows.Forms.Label();
this.arglbl5 = new System.Windows.Forms.Label();
this.arglbl4 = new System.Windows.Forms.Label();
this.arg4 = new System.Windows.Forms.Label();
this.arglbl3 = new System.Windows.Forms.Label();
this.arglbl2 = new System.Windows.Forms.Label();
this.arg3 = new System.Windows.Forms.Label();
this.arglbl1 = new System.Windows.Forms.Label();
this.arg2 = new System.Windows.Forms.Label();
this.backoffset = new System.Windows.Forms.Label();
this.arg1 = new System.Windows.Forms.Label();
this.backoffsetlabel = new System.Windows.Forms.Label();
this.frontoffset = new System.Windows.Forms.Label();
this.frontoffsetlabel = new System.Windows.Forms.Label();
this.tag = new System.Windows.Forms.Label();
this.angle = new System.Windows.Forms.Label();
this.length = new System.Windows.Forms.Label();
this.action = new System.Windows.Forms.Label();
this.frontpanel = new System.Windows.Forms.GroupBox();
this.flowLayoutPanelFront = new System.Windows.Forms.FlowLayoutPanel();
this.panelFrontTop = new System.Windows.Forms.Panel();
this.frontTopUDMFOffsetLabel = new System.Windows.Forms.Label();
this.frontTopUDMFOffset = new System.Windows.Forms.Label();
this.frontTopUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontTopUDMFScale = new System.Windows.Forms.Label();
this.fronthightex = new System.Windows.Forms.Panel();
this.labelTextureFrontTop = new System.Windows.Forms.Label();
this.fronthighname = new System.Windows.Forms.Label();
this.panelFrontMid = new System.Windows.Forms.Panel();
this.frontMidUDMFOffsetLabel = new System.Windows.Forms.Label();
this.frontMidUDMFOffset = new System.Windows.Forms.Label();
this.frontMidUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontMidUDMFScale = new System.Windows.Forms.Label();
this.frontmidtex = new System.Windows.Forms.Panel();
this.labelTextureFrontMid = new System.Windows.Forms.Label();
this.frontmidname = new System.Windows.Forms.Label();
this.panelFrontLow = new System.Windows.Forms.Panel();
this.frontBottomUDMFOffsetLabel = new System.Windows.Forms.Label();
this.frontBottomUDMFOffset = new System.Windows.Forms.Label();
this.frontBottomUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontBottomUDMFScale = new System.Windows.Forms.Label();
this.frontlowtex = new System.Windows.Forms.Panel();
this.labelTextureFrontBottom = new System.Windows.Forms.Label();
this.frontlowname = new System.Windows.Forms.Label();
this.backpanel = new System.Windows.Forms.GroupBox();
this.flowLayoutPanelBack = new System.Windows.Forms.FlowLayoutPanel();
this.panelBackTop = new System.Windows.Forms.Panel();
this.backTopUDMFOffsetLabel = new System.Windows.Forms.Label();
this.backTopUDMFOffset = new System.Windows.Forms.Label();
this.backTopUDMFScaleLabel = new System.Windows.Forms.Label();
this.backTopUDMFScale = new System.Windows.Forms.Label();
this.backhightex = new System.Windows.Forms.Panel();
this.labelTextureBackTop = new System.Windows.Forms.Label();
this.backhighname = new System.Windows.Forms.Label();
this.panelBackMid = new System.Windows.Forms.Panel();
this.backMidUDMFOffsetLabel = new System.Windows.Forms.Label();
this.backMidUDMFOffset = new System.Windows.Forms.Label();
this.backMidUDMFScaleLabel = new System.Windows.Forms.Label();
this.backMidUDMFScale = new System.Windows.Forms.Label();
this.backmidtex = new System.Windows.Forms.Panel();
this.labelTextureBackMid = new System.Windows.Forms.Label();
this.backmidname = new System.Windows.Forms.Label();
this.panelBackLow = new System.Windows.Forms.Panel();
this.backBottomUDMFOffsetLabel = new System.Windows.Forms.Label();
this.backBottomUDMFOffset = new System.Windows.Forms.Label();
this.backBottomUDMFScaleLabel = new System.Windows.Forms.Label();
this.backBottomUDMFScale = new System.Windows.Forms.Label();
this.backlowtex = new System.Windows.Forms.Panel();
this.labelTextureBackBottom = new System.Windows.Forms.Label();
this.backlowname = new System.Windows.Forms.Label();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.flagsPanel = new System.Windows.Forms.GroupBox();
this.flags = new System.Windows.Forms.ListView();
this.infopanel.SuspendLayout();
this.frontpanel.SuspendLayout();
this.flowLayoutPanelFront.SuspendLayout();
this.panelFrontTop.SuspendLayout();
this.fronthightex.SuspendLayout();
this.panelFrontMid.SuspendLayout();
this.frontmidtex.SuspendLayout();
this.panelFrontLow.SuspendLayout();
this.frontlowtex.SuspendLayout();
this.backpanel.SuspendLayout();
this.flowLayoutPanelBack.SuspendLayout();
this.panelBackTop.SuspendLayout();
this.backhightex.SuspendLayout();
this.panelBackMid.SuspendLayout();
this.backmidtex.SuspendLayout();
this.panelBackLow.SuspendLayout();
this.backlowtex.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
this.flagsPanel.SuspendLayout();
this.SuspendLayout();
//
// actionlabel
//
this.actionlabel.Location = new System.Drawing.Point(8, 19);
this.actionlabel.Name = "actionlabel";
this.actionlabel.Size = new System.Drawing.Size(58, 14);
this.actionlabel.TabIndex = 0;
this.actionlabel.Text = "Action:";
this.actionlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// activationlabel
//
this.activationlabel.Location = new System.Drawing.Point(8, 34);
this.activationlabel.Name = "activationlabel";
this.activationlabel.Size = new System.Drawing.Size(58, 14);
this.activationlabel.TabIndex = 30;
this.activationlabel.Text = "Activation:";
this.activationlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// taglabel
//
this.taglabel.Location = new System.Drawing.Point(8, 79);
this.taglabel.Name = "taglabel";
this.taglabel.Size = new System.Drawing.Size(58, 14);
this.taglabel.TabIndex = 4;
this.taglabel.Text = "Tag:";
this.taglabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// anglelabel
//
this.anglelabel.Location = new System.Drawing.Point(8, 64);
this.anglelabel.Name = "anglelabel";
this.anglelabel.Size = new System.Drawing.Size(58, 14);
this.anglelabel.TabIndex = 3;
this.anglelabel.Text = "Angle:";
this.anglelabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// lengthlabel
//
this.lengthlabel.Location = new System.Drawing.Point(8, 49);
this.lengthlabel.Name = "lengthlabel";
this.lengthlabel.Size = new System.Drawing.Size(58, 14);
this.lengthlabel.TabIndex = 2;
this.lengthlabel.Text = "Length:";
this.lengthlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// infopanel
//
this.infopanel.Controls.Add(this.activation);
this.infopanel.Controls.Add(this.activationlabel);
this.infopanel.Controls.Add(this.unpegged);
this.infopanel.Controls.Add(this.peglabel);
this.infopanel.Controls.Add(this.arg5);
this.infopanel.Controls.Add(this.arglbl5);
this.infopanel.Controls.Add(this.arglbl4);
this.infopanel.Controls.Add(this.arg4);
this.infopanel.Controls.Add(this.arglbl3);
this.infopanel.Controls.Add(this.arglbl2);
this.infopanel.Controls.Add(this.arg3);
this.infopanel.Controls.Add(this.arglbl1);
this.infopanel.Controls.Add(this.arg2);
this.infopanel.Controls.Add(this.backoffset);
this.infopanel.Controls.Add(this.arg1);
this.infopanel.Controls.Add(this.backoffsetlabel);
this.infopanel.Controls.Add(this.frontoffset);
this.infopanel.Controls.Add(this.frontoffsetlabel);
this.infopanel.Controls.Add(this.tag);
this.infopanel.Controls.Add(this.angle);
this.infopanel.Controls.Add(this.length);
this.infopanel.Controls.Add(this.taglabel);
this.infopanel.Controls.Add(this.anglelabel);
this.infopanel.Controls.Add(this.lengthlabel);
this.infopanel.Controls.Add(this.action);
this.infopanel.Controls.Add(this.actionlabel);
this.infopanel.Location = new System.Drawing.Point(0, 0);
this.infopanel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.infopanel.Name = "infopanel";
this.infopanel.Size = new System.Drawing.Size(461, 100);
this.infopanel.TabIndex = 1;
this.infopanel.TabStop = false;
this.infopanel.Text = " Linedef ";
//
// activation
//
this.activation.AutoSize = true;
this.activation.BackColor = System.Drawing.Color.Transparent;
this.activation.Location = new System.Drawing.Point(66, 34);
this.activation.Name = "activation";
this.activation.Size = new System.Drawing.Size(162, 13);
this.activation.TabIndex = 31;
this.activation.Text = "0 - When player does a barrel roll";
this.activation.UseMnemonic = false;
//
// unpegged
//
this.unpegged.AutoSize = true;
this.unpegged.Location = new System.Drawing.Point(180, 49);
this.unpegged.Name = "unpegged";
this.unpegged.Size = new System.Drawing.Size(33, 13);
this.unpegged.TabIndex = 29;
this.unpegged.Text = "None";
this.unpegged.UseMnemonic = false;
//
// peglabel
//
this.peglabel.AutoSize = true;
this.peglabel.Location = new System.Drawing.Point(118, 49);
this.peglabel.Name = "peglabel";
this.peglabel.Size = new System.Drawing.Size(60, 13);
this.peglabel.TabIndex = 28;
this.peglabel.Text = "Unpegged:";
//
// arg5
//
this.arg5.AutoEllipsis = true;
this.arg5.Location = new System.Drawing.Point(373, 79);
this.arg5.Name = "arg5";
this.arg5.Size = new System.Drawing.Size(83, 14);
this.arg5.TabIndex = 27;
this.arg5.Text = "Arg 1:";
this.arg5.UseMnemonic = false;
//
// arglbl5
//
this.arglbl5.AutoEllipsis = true;
this.arglbl5.BackColor = System.Drawing.Color.Transparent;
this.arglbl5.Location = new System.Drawing.Point(246, 79);
this.arglbl5.Name = "arglbl5";
this.arglbl5.Size = new System.Drawing.Size(121, 14);
this.arglbl5.TabIndex = 22;
this.arglbl5.Text = "Arg 1:";
this.arglbl5.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.arglbl5.UseMnemonic = false;
//
// arglbl4
//
this.arglbl4.AutoEllipsis = true;
this.arglbl4.BackColor = System.Drawing.Color.Transparent;
this.arglbl4.Location = new System.Drawing.Point(246, 64);
this.arglbl4.Name = "arglbl4";
this.arglbl4.Size = new System.Drawing.Size(121, 14);
this.arglbl4.TabIndex = 21;
this.arglbl4.Text = "Arg 1:";
this.arglbl4.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.arglbl4.UseMnemonic = false;
//
// arg4
//
this.arg4.AutoEllipsis = true;
this.arg4.Location = new System.Drawing.Point(373, 64);
this.arg4.Name = "arg4";
this.arg4.Size = new System.Drawing.Size(83, 14);
this.arg4.TabIndex = 26;
this.arg4.Text = "Arg 1:";
this.arg4.UseMnemonic = false;
//
// arglbl3
//
this.arglbl3.AutoEllipsis = true;
this.arglbl3.BackColor = System.Drawing.Color.Transparent;
this.arglbl3.Location = new System.Drawing.Point(246, 49);
this.arglbl3.Name = "arglbl3";
this.arglbl3.Size = new System.Drawing.Size(121, 14);
this.arglbl3.TabIndex = 20;
this.arglbl3.Text = "Arg 1:";
this.arglbl3.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.arglbl3.UseMnemonic = false;
//
// arglbl2
//
this.arglbl2.AutoEllipsis = true;
this.arglbl2.BackColor = System.Drawing.Color.Transparent;
this.arglbl2.Location = new System.Drawing.Point(246, 34);
this.arglbl2.Name = "arglbl2";
this.arglbl2.Size = new System.Drawing.Size(121, 14);
this.arglbl2.TabIndex = 19;
this.arglbl2.Text = "Arg 1:";
this.arglbl2.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.arglbl2.UseMnemonic = false;
//
// arg3
//
this.arg3.AutoEllipsis = true;
this.arg3.Location = new System.Drawing.Point(373, 49);
this.arg3.Name = "arg3";
this.arg3.Size = new System.Drawing.Size(83, 14);
this.arg3.TabIndex = 25;
this.arg3.Text = "Arg 1:";
this.arg3.UseMnemonic = false;
//
// arglbl1
//
this.arglbl1.AutoEllipsis = true;
this.arglbl1.BackColor = System.Drawing.Color.Transparent;
this.arglbl1.Location = new System.Drawing.Point(246, 19);
this.arglbl1.Name = "arglbl1";
this.arglbl1.Size = new System.Drawing.Size(121, 14);
this.arglbl1.TabIndex = 18;
this.arglbl1.Text = "Arg 1:";
this.arglbl1.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.arglbl1.UseMnemonic = false;
//
// arg2
//
this.arg2.AutoEllipsis = true;
this.arg2.Location = new System.Drawing.Point(373, 34);
this.arg2.Name = "arg2";
this.arg2.Size = new System.Drawing.Size(83, 14);
this.arg2.TabIndex = 24;
this.arg2.Text = "Arg 1:";
this.arg2.UseMnemonic = false;
//
// backoffset
//
this.backoffset.AutoSize = true;
this.backoffset.Location = new System.Drawing.Point(180, 79);
this.backoffset.Name = "backoffset";
this.backoffset.Size = new System.Drawing.Size(49, 13);
this.backoffset.TabIndex = 17;
this.backoffset.Text = "100, 100";
//
// arg1
//
this.arg1.AutoEllipsis = true;
this.arg1.Location = new System.Drawing.Point(373, 19);
this.arg1.Name = "arg1";
this.arg1.Size = new System.Drawing.Size(83, 14);
this.arg1.TabIndex = 23;
this.arg1.Text = "Arg 1:";
this.arg1.UseMnemonic = false;
//
// backoffsetlabel
//
this.backoffsetlabel.Location = new System.Drawing.Point(107, 79);
this.backoffsetlabel.Name = "backoffsetlabel";
this.backoffsetlabel.Size = new System.Drawing.Size(70, 14);
this.backoffsetlabel.TabIndex = 14;
this.backoffsetlabel.Text = "Back offset:";
this.backoffsetlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontoffset
//
this.frontoffset.AutoSize = true;
this.frontoffset.Location = new System.Drawing.Point(180, 64);
this.frontoffset.Name = "frontoffset";
this.frontoffset.Size = new System.Drawing.Size(49, 13);
this.frontoffset.TabIndex = 11;
this.frontoffset.Text = "100, 100";
//
// frontoffsetlabel
//
this.frontoffsetlabel.Location = new System.Drawing.Point(107, 64);
this.frontoffsetlabel.Name = "frontoffsetlabel";
this.frontoffsetlabel.Size = new System.Drawing.Size(70, 14);
this.frontoffsetlabel.TabIndex = 8;
this.frontoffsetlabel.Text = "Front offset:";
this.frontoffsetlabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// tag
//
this.tag.AutoSize = true;
this.tag.Location = new System.Drawing.Point(66, 79);
this.tag.Name = "tag";
this.tag.Size = new System.Drawing.Size(13, 13);
this.tag.TabIndex = 7;
this.tag.Text = "0";
//
// angle
//
this.angle.AutoSize = true;
this.angle.Location = new System.Drawing.Point(66, 64);
this.angle.Name = "angle";
this.angle.Size = new System.Drawing.Size(25, 13);
this.angle.TabIndex = 6;
this.angle.Text = "360";
//
// length
//
this.length.AutoSize = true;
this.length.Location = new System.Drawing.Point(66, 49);
this.length.Name = "length";
this.length.Size = new System.Drawing.Size(31, 13);
this.length.TabIndex = 5;
this.length.Text = "1024";
//
// action
//
this.action.AutoSize = true;
this.action.BackColor = System.Drawing.Color.Transparent;
this.action.Location = new System.Drawing.Point(66, 19);
this.action.Name = "action";
this.action.Size = new System.Drawing.Size(188, 13);
this.action.TabIndex = 1;
this.action.Text = "0 - Big Door that goes Wobbly Wobbly";
this.action.UseMnemonic = false;
//
// frontpanel
//
this.frontpanel.Controls.Add(this.flowLayoutPanelFront);
this.frontpanel.Location = new System.Drawing.Point(464, 0);
this.frontpanel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.frontpanel.Name = "frontpanel";
this.frontpanel.Size = new System.Drawing.Size(495, 100);
this.frontpanel.TabIndex = 2;
this.frontpanel.TabStop = false;
this.frontpanel.Text = " Front ";
//
// flowLayoutPanelFront
//
this.flowLayoutPanelFront.Controls.Add(this.panelFrontTop);
this.flowLayoutPanelFront.Controls.Add(this.panelFrontMid);
this.flowLayoutPanelFront.Controls.Add(this.panelFrontLow);
this.flowLayoutPanelFront.Location = new System.Drawing.Point(6, 14);
this.flowLayoutPanelFront.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanelFront.Name = "flowLayoutPanelFront";
this.flowLayoutPanelFront.Size = new System.Drawing.Size(484, 82);
this.flowLayoutPanelFront.TabIndex = 13;
this.flowLayoutPanelFront.WrapContents = false;
//
// panelFrontTop
//
this.panelFrontTop.Controls.Add(this.frontTopUDMFOffsetLabel);
this.panelFrontTop.Controls.Add(this.frontTopUDMFOffset);
this.panelFrontTop.Controls.Add(this.frontTopUDMFScaleLabel);
this.panelFrontTop.Controls.Add(this.frontTopUDMFScale);
this.panelFrontTop.Controls.Add(this.fronthightex);
this.panelFrontTop.Controls.Add(this.fronthighname);
this.panelFrontTop.Location = new System.Drawing.Point(0, 0);
this.panelFrontTop.Margin = new System.Windows.Forms.Padding(0);
this.panelFrontTop.Name = "panelFrontTop";
this.panelFrontTop.Size = new System.Drawing.Size(160, 82);
this.panelFrontTop.TabIndex = 5;
//
// frontTopUDMFOffsetLabel
//
this.frontTopUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.frontTopUDMFOffsetLabel.Name = "frontTopUDMFOffsetLabel";
this.frontTopUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.frontTopUDMFOffsetLabel.TabIndex = 7;
this.frontTopUDMFOffsetLabel.Text = "Offset:";
this.frontTopUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontTopUDMFOffset
//
this.frontTopUDMFOffset.AutoSize = true;
this.frontTopUDMFOffset.Location = new System.Drawing.Point(118, 2);
this.frontTopUDMFOffset.Name = "frontTopUDMFOffset";
this.frontTopUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.frontTopUDMFOffset.TabIndex = 9;
this.frontTopUDMFOffset.Text = "--, --";
//
// frontTopUDMFScaleLabel
//
this.frontTopUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.frontTopUDMFScaleLabel.Name = "frontTopUDMFScaleLabel";
this.frontTopUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.frontTopUDMFScaleLabel.TabIndex = 8;
this.frontTopUDMFScaleLabel.Text = "Scale:";
this.frontTopUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontTopUDMFScale
//
this.frontTopUDMFScale.AutoSize = true;
this.frontTopUDMFScale.Location = new System.Drawing.Point(118, 20);
this.frontTopUDMFScale.Name = "frontTopUDMFScale";
this.frontTopUDMFScale.Size = new System.Drawing.Size(25, 13);
this.frontTopUDMFScale.TabIndex = 10;
this.frontTopUDMFScale.Text = "--, --";
//
// fronthightex
//
this.fronthightex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.fronthightex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.fronthightex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.fronthightex.Controls.Add(this.labelTextureFrontTop);
this.fronthightex.Location = new System.Drawing.Point(3, 0);
this.fronthightex.Name = "fronthightex";
this.fronthightex.Size = new System.Drawing.Size(64, 64);
this.fronthightex.TabIndex = 0;
//
// labelTextureFrontTop
//
this.labelTextureFrontTop.AutoSize = true;
this.labelTextureFrontTop.BackColor = System.Drawing.Color.Black;
this.labelTextureFrontTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureFrontTop.ForeColor = System.Drawing.Color.White;
this.labelTextureFrontTop.Location = new System.Drawing.Point(1, 1);
this.labelTextureFrontTop.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureFrontTop.Name = "labelTextureFrontTop";
this.labelTextureFrontTop.Size = new System.Drawing.Size(48, 13);
this.labelTextureFrontTop.TabIndex = 0;
this.labelTextureFrontTop.Text = "128x128";
//
// fronthighname
//
this.fronthighname.AutoSize = true;
this.fronthighname.BackColor = System.Drawing.SystemColors.Control;
this.fronthighname.Location = new System.Drawing.Point(3, 67);
this.fronthighname.Name = "fronthighname";
this.fronthighname.Size = new System.Drawing.Size(73, 13);
this.fronthighname.TabIndex = 1;
this.fronthighname.Text = "BROWNHUG";
this.fronthighname.UseMnemonic = false;
//
// panelFrontMid
//
this.panelFrontMid.Controls.Add(this.frontMidUDMFOffsetLabel);
this.panelFrontMid.Controls.Add(this.frontMidUDMFOffset);
this.panelFrontMid.Controls.Add(this.frontMidUDMFScaleLabel);
this.panelFrontMid.Controls.Add(this.frontMidUDMFScale);
this.panelFrontMid.Controls.Add(this.frontmidtex);
this.panelFrontMid.Controls.Add(this.frontmidname);
this.panelFrontMid.Location = new System.Drawing.Point(160, 0);
this.panelFrontMid.Margin = new System.Windows.Forms.Padding(0);
this.panelFrontMid.Name = "panelFrontMid";
this.panelFrontMid.Size = new System.Drawing.Size(160, 82);
this.panelFrontMid.TabIndex = 7;
//
// frontMidUDMFOffsetLabel
//
this.frontMidUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.frontMidUDMFOffsetLabel.Name = "frontMidUDMFOffsetLabel";
this.frontMidUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.frontMidUDMFOffsetLabel.TabIndex = 7;
this.frontMidUDMFOffsetLabel.Text = "Offset:";
this.frontMidUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontMidUDMFOffset
//
this.frontMidUDMFOffset.AutoSize = true;
this.frontMidUDMFOffset.Location = new System.Drawing.Point(118, 3);
this.frontMidUDMFOffset.Name = "frontMidUDMFOffset";
this.frontMidUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.frontMidUDMFOffset.TabIndex = 9;
this.frontMidUDMFOffset.Text = "--, --";
//
// frontMidUDMFScaleLabel
//
this.frontMidUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.frontMidUDMFScaleLabel.Name = "frontMidUDMFScaleLabel";
this.frontMidUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.frontMidUDMFScaleLabel.TabIndex = 8;
this.frontMidUDMFScaleLabel.Text = "Scale:";
this.frontMidUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontMidUDMFScale
//
this.frontMidUDMFScale.AutoSize = true;
this.frontMidUDMFScale.Location = new System.Drawing.Point(118, 20);
this.frontMidUDMFScale.Name = "frontMidUDMFScale";
this.frontMidUDMFScale.Size = new System.Drawing.Size(25, 13);
this.frontMidUDMFScale.TabIndex = 10;
this.frontMidUDMFScale.Text = "--, --";
//
// frontmidtex
//
this.frontmidtex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.frontmidtex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.frontmidtex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.frontmidtex.Controls.Add(this.labelTextureFrontMid);
this.frontmidtex.Location = new System.Drawing.Point(3, 0);
this.frontmidtex.Name = "frontmidtex";
this.frontmidtex.Size = new System.Drawing.Size(64, 64);
this.frontmidtex.TabIndex = 2;
//
// labelTextureFrontMid
//
this.labelTextureFrontMid.AutoSize = true;
this.labelTextureFrontMid.BackColor = System.Drawing.Color.Black;
this.labelTextureFrontMid.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureFrontMid.ForeColor = System.Drawing.Color.White;
this.labelTextureFrontMid.Location = new System.Drawing.Point(1, 1);
this.labelTextureFrontMid.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureFrontMid.Name = "labelTextureFrontMid";
this.labelTextureFrontMid.Size = new System.Drawing.Size(48, 13);
this.labelTextureFrontMid.TabIndex = 1;
this.labelTextureFrontMid.Text = "128x128";
//
// frontmidname
//
this.frontmidname.AutoSize = true;
this.frontmidname.BackColor = System.Drawing.SystemColors.Control;
this.frontmidname.Location = new System.Drawing.Point(3, 67);
this.frontmidname.Name = "frontmidname";
this.frontmidname.Size = new System.Drawing.Size(73, 13);
this.frontmidname.TabIndex = 3;
this.frontmidname.Text = "BROWNHUG";
this.frontmidname.UseMnemonic = false;
//
// panelFrontLow
//
this.panelFrontLow.Controls.Add(this.frontBottomUDMFOffsetLabel);
this.panelFrontLow.Controls.Add(this.frontBottomUDMFOffset);
this.panelFrontLow.Controls.Add(this.frontBottomUDMFScaleLabel);
this.panelFrontLow.Controls.Add(this.frontBottomUDMFScale);
this.panelFrontLow.Controls.Add(this.frontlowtex);
this.panelFrontLow.Controls.Add(this.frontlowname);
this.panelFrontLow.Location = new System.Drawing.Point(320, 0);
this.panelFrontLow.Margin = new System.Windows.Forms.Padding(0);
this.panelFrontLow.Name = "panelFrontLow";
this.panelFrontLow.Size = new System.Drawing.Size(160, 82);
this.panelFrontLow.TabIndex = 12;
//
// frontBottomUDMFOffsetLabel
//
this.frontBottomUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.frontBottomUDMFOffsetLabel.Name = "frontBottomUDMFOffsetLabel";
this.frontBottomUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.frontBottomUDMFOffsetLabel.TabIndex = 7;
this.frontBottomUDMFOffsetLabel.Text = "Offset:";
this.frontBottomUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontBottomUDMFOffset
//
this.frontBottomUDMFOffset.AutoSize = true;
this.frontBottomUDMFOffset.Location = new System.Drawing.Point(118, 3);
this.frontBottomUDMFOffset.Name = "frontBottomUDMFOffset";
this.frontBottomUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.frontBottomUDMFOffset.TabIndex = 9;
this.frontBottomUDMFOffset.Text = "--, --";
//
// frontBottomUDMFScaleLabel
//
this.frontBottomUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.frontBottomUDMFScaleLabel.Name = "frontBottomUDMFScaleLabel";
this.frontBottomUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.frontBottomUDMFScaleLabel.TabIndex = 8;
this.frontBottomUDMFScaleLabel.Text = "Scale:";
this.frontBottomUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// frontBottomUDMFScale
//
this.frontBottomUDMFScale.AutoSize = true;
this.frontBottomUDMFScale.Location = new System.Drawing.Point(118, 20);
this.frontBottomUDMFScale.Name = "frontBottomUDMFScale";
this.frontBottomUDMFScale.Size = new System.Drawing.Size(25, 13);
this.frontBottomUDMFScale.TabIndex = 10;
this.frontBottomUDMFScale.Text = "--, --";
//
// frontlowtex
//
this.frontlowtex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.frontlowtex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.frontlowtex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.frontlowtex.Controls.Add(this.labelTextureFrontBottom);
this.frontlowtex.Location = new System.Drawing.Point(3, 0);
this.frontlowtex.Name = "frontlowtex";
this.frontlowtex.Size = new System.Drawing.Size(64, 64);
this.frontlowtex.TabIndex = 4;
//
// labelTextureFrontBottom
//
this.labelTextureFrontBottom.AutoSize = true;
this.labelTextureFrontBottom.BackColor = System.Drawing.Color.Black;
this.labelTextureFrontBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureFrontBottom.ForeColor = System.Drawing.Color.White;
this.labelTextureFrontBottom.Location = new System.Drawing.Point(1, 1);
this.labelTextureFrontBottom.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureFrontBottom.Name = "labelTextureFrontBottom";
this.labelTextureFrontBottom.Size = new System.Drawing.Size(48, 13);
this.labelTextureFrontBottom.TabIndex = 2;
this.labelTextureFrontBottom.Text = "128x128";
//
// frontlowname
//
this.frontlowname.AutoSize = true;
this.frontlowname.BackColor = System.Drawing.SystemColors.Control;
this.frontlowname.Location = new System.Drawing.Point(3, 67);
this.frontlowname.Name = "frontlowname";
this.frontlowname.Size = new System.Drawing.Size(73, 13);
this.frontlowname.TabIndex = 5;
this.frontlowname.Text = "BROWNHUG";
this.frontlowname.UseMnemonic = false;
//
// backpanel
//
this.backpanel.Controls.Add(this.flowLayoutPanelBack);
this.backpanel.Location = new System.Drawing.Point(962, 0);
this.backpanel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.backpanel.Name = "backpanel";
this.backpanel.Size = new System.Drawing.Size(495, 100);
this.backpanel.TabIndex = 3;
this.backpanel.TabStop = false;
this.backpanel.Text = " Back ";
//
// flowLayoutPanelBack
//
this.flowLayoutPanelBack.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanelBack.Controls.Add(this.panelBackTop);
this.flowLayoutPanelBack.Controls.Add(this.panelBackMid);
this.flowLayoutPanelBack.Controls.Add(this.panelBackLow);
this.flowLayoutPanelBack.Location = new System.Drawing.Point(6, 14);
this.flowLayoutPanelBack.Name = "flowLayoutPanelBack";
this.flowLayoutPanelBack.Size = new System.Drawing.Size(484, 82);
this.flowLayoutPanelBack.TabIndex = 4;
this.flowLayoutPanelBack.WrapContents = false;
//
// panelBackTop
//
this.panelBackTop.Controls.Add(this.backTopUDMFOffsetLabel);
this.panelBackTop.Controls.Add(this.backTopUDMFOffset);
this.panelBackTop.Controls.Add(this.backTopUDMFScaleLabel);
this.panelBackTop.Controls.Add(this.backTopUDMFScale);
this.panelBackTop.Controls.Add(this.backhightex);
this.panelBackTop.Controls.Add(this.backhighname);
this.panelBackTop.Location = new System.Drawing.Point(0, 0);
this.panelBackTop.Margin = new System.Windows.Forms.Padding(0);
this.panelBackTop.Name = "panelBackTop";
this.panelBackTop.Size = new System.Drawing.Size(160, 82);
this.panelBackTop.TabIndex = 5;
//
// backTopUDMFOffsetLabel
//
this.backTopUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.backTopUDMFOffsetLabel.Name = "backTopUDMFOffsetLabel";
this.backTopUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.backTopUDMFOffsetLabel.TabIndex = 7;
this.backTopUDMFOffsetLabel.Text = "Offset:";
this.backTopUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backTopUDMFOffset
//
this.backTopUDMFOffset.AutoSize = true;
this.backTopUDMFOffset.Location = new System.Drawing.Point(118, 3);
this.backTopUDMFOffset.Name = "backTopUDMFOffset";
this.backTopUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.backTopUDMFOffset.TabIndex = 9;
this.backTopUDMFOffset.Text = "--, --";
//
// backTopUDMFScaleLabel
//
this.backTopUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.backTopUDMFScaleLabel.Name = "backTopUDMFScaleLabel";
this.backTopUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.backTopUDMFScaleLabel.TabIndex = 8;
this.backTopUDMFScaleLabel.Text = "Scale:";
this.backTopUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backTopUDMFScale
//
this.backTopUDMFScale.AutoSize = true;
this.backTopUDMFScale.Location = new System.Drawing.Point(118, 20);
this.backTopUDMFScale.Name = "backTopUDMFScale";
this.backTopUDMFScale.Size = new System.Drawing.Size(25, 13);
this.backTopUDMFScale.TabIndex = 10;
this.backTopUDMFScale.Text = "--, --";
//
// backhightex
//
this.backhightex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.backhightex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.backhightex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.backhightex.Controls.Add(this.labelTextureBackTop);
this.backhightex.Location = new System.Drawing.Point(3, 0);
this.backhightex.Name = "backhightex";
this.backhightex.Size = new System.Drawing.Size(64, 64);
this.backhightex.TabIndex = 0;
//
// labelTextureBackTop
//
this.labelTextureBackTop.AutoSize = true;
this.labelTextureBackTop.BackColor = System.Drawing.Color.Black;
this.labelTextureBackTop.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureBackTop.ForeColor = System.Drawing.Color.White;
this.labelTextureBackTop.Location = new System.Drawing.Point(1, 1);
this.labelTextureBackTop.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureBackTop.Name = "labelTextureBackTop";
this.labelTextureBackTop.Size = new System.Drawing.Size(48, 13);
this.labelTextureBackTop.TabIndex = 3;
this.labelTextureBackTop.Text = "128x128";
//
// backhighname
//
this.backhighname.AutoSize = true;
this.backhighname.BackColor = System.Drawing.SystemColors.Control;
this.backhighname.Location = new System.Drawing.Point(3, 67);
this.backhighname.Name = "backhighname";
this.backhighname.Size = new System.Drawing.Size(73, 13);
this.backhighname.TabIndex = 1;
this.backhighname.Text = "BROWNHUG";
this.backhighname.UseMnemonic = false;
//
// panelBackMid
//
this.panelBackMid.Controls.Add(this.backMidUDMFOffsetLabel);
this.panelBackMid.Controls.Add(this.backMidUDMFOffset);
this.panelBackMid.Controls.Add(this.backMidUDMFScaleLabel);
this.panelBackMid.Controls.Add(this.backMidUDMFScale);
this.panelBackMid.Controls.Add(this.backmidtex);
this.panelBackMid.Controls.Add(this.backmidname);
this.panelBackMid.Location = new System.Drawing.Point(160, 0);
this.panelBackMid.Margin = new System.Windows.Forms.Padding(0);
this.panelBackMid.Name = "panelBackMid";
this.panelBackMid.Size = new System.Drawing.Size(160, 82);
this.panelBackMid.TabIndex = 7;
//
// backMidUDMFOffsetLabel
//
this.backMidUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.backMidUDMFOffsetLabel.Name = "backMidUDMFOffsetLabel";
this.backMidUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.backMidUDMFOffsetLabel.TabIndex = 7;
this.backMidUDMFOffsetLabel.Text = "Offset:";
this.backMidUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backMidUDMFOffset
//
this.backMidUDMFOffset.AutoSize = true;
this.backMidUDMFOffset.Location = new System.Drawing.Point(118, 3);
this.backMidUDMFOffset.Name = "backMidUDMFOffset";
this.backMidUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.backMidUDMFOffset.TabIndex = 9;
this.backMidUDMFOffset.Text = "--, --";
//
// backMidUDMFScaleLabel
//
this.backMidUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.backMidUDMFScaleLabel.Name = "backMidUDMFScaleLabel";
this.backMidUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.backMidUDMFScaleLabel.TabIndex = 8;
this.backMidUDMFScaleLabel.Text = "Scale:";
this.backMidUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backMidUDMFScale
//
this.backMidUDMFScale.AutoSize = true;
this.backMidUDMFScale.Location = new System.Drawing.Point(118, 20);
this.backMidUDMFScale.Name = "backMidUDMFScale";
this.backMidUDMFScale.Size = new System.Drawing.Size(25, 13);
this.backMidUDMFScale.TabIndex = 10;
this.backMidUDMFScale.Text = "--, --";
//
// backmidtex
//
this.backmidtex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.backmidtex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.backmidtex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.backmidtex.Controls.Add(this.labelTextureBackMid);
this.backmidtex.Location = new System.Drawing.Point(3, 0);
this.backmidtex.Name = "backmidtex";
this.backmidtex.Size = new System.Drawing.Size(64, 64);
this.backmidtex.TabIndex = 2;
//
// labelTextureBackMid
//
this.labelTextureBackMid.AutoSize = true;
this.labelTextureBackMid.BackColor = System.Drawing.Color.Black;
this.labelTextureBackMid.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureBackMid.ForeColor = System.Drawing.Color.White;
this.labelTextureBackMid.Location = new System.Drawing.Point(1, 1);
this.labelTextureBackMid.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureBackMid.Name = "labelTextureBackMid";
this.labelTextureBackMid.Size = new System.Drawing.Size(48, 13);
this.labelTextureBackMid.TabIndex = 2;
this.labelTextureBackMid.Text = "128x128";
//
// backmidname
//
this.backmidname.AutoSize = true;
this.backmidname.BackColor = System.Drawing.SystemColors.Control;
this.backmidname.Location = new System.Drawing.Point(3, 67);
this.backmidname.Name = "backmidname";
this.backmidname.Size = new System.Drawing.Size(73, 13);
this.backmidname.TabIndex = 3;
this.backmidname.Text = "BROWNHUG";
this.backmidname.UseMnemonic = false;
//
// panelBackLow
//
this.panelBackLow.Controls.Add(this.backBottomUDMFOffsetLabel);
this.panelBackLow.Controls.Add(this.backBottomUDMFOffset);
this.panelBackLow.Controls.Add(this.backBottomUDMFScaleLabel);
this.panelBackLow.Controls.Add(this.backBottomUDMFScale);
this.panelBackLow.Controls.Add(this.backlowtex);
this.panelBackLow.Controls.Add(this.backlowname);
this.panelBackLow.Location = new System.Drawing.Point(320, 0);
this.panelBackLow.Margin = new System.Windows.Forms.Padding(0);
this.panelBackLow.Name = "panelBackLow";
this.panelBackLow.Size = new System.Drawing.Size(160, 82);
this.panelBackLow.TabIndex = 12;
//
// backBottomUDMFOffsetLabel
//
this.backBottomUDMFOffsetLabel.Location = new System.Drawing.Point(71, 3);
this.backBottomUDMFOffsetLabel.Name = "backBottomUDMFOffsetLabel";
this.backBottomUDMFOffsetLabel.Size = new System.Drawing.Size(41, 14);
this.backBottomUDMFOffsetLabel.TabIndex = 7;
this.backBottomUDMFOffsetLabel.Text = "Offset:";
this.backBottomUDMFOffsetLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backBottomUDMFOffset
//
this.backBottomUDMFOffset.AutoSize = true;
this.backBottomUDMFOffset.Location = new System.Drawing.Point(118, 3);
this.backBottomUDMFOffset.Name = "backBottomUDMFOffset";
this.backBottomUDMFOffset.Size = new System.Drawing.Size(25, 13);
this.backBottomUDMFOffset.TabIndex = 9;
this.backBottomUDMFOffset.Text = "--, --";
//
// backBottomUDMFScaleLabel
//
this.backBottomUDMFScaleLabel.Location = new System.Drawing.Point(71, 20);
this.backBottomUDMFScaleLabel.Name = "backBottomUDMFScaleLabel";
this.backBottomUDMFScaleLabel.Size = new System.Drawing.Size(41, 14);
this.backBottomUDMFScaleLabel.TabIndex = 8;
this.backBottomUDMFScaleLabel.Text = "Scale:";
this.backBottomUDMFScaleLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// backBottomUDMFScale
//
this.backBottomUDMFScale.AutoSize = true;
this.backBottomUDMFScale.Location = new System.Drawing.Point(118, 20);
this.backBottomUDMFScale.Name = "backBottomUDMFScale";
this.backBottomUDMFScale.Size = new System.Drawing.Size(25, 13);
this.backBottomUDMFScale.TabIndex = 10;
this.backBottomUDMFScale.Text = "--, --";
//
// backlowtex
//
this.backlowtex.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.backlowtex.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.backlowtex.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.backlowtex.Controls.Add(this.labelTextureBackBottom);
this.backlowtex.Location = new System.Drawing.Point(3, 0);
this.backlowtex.Name = "backlowtex";
this.backlowtex.Size = new System.Drawing.Size(64, 64);
this.backlowtex.TabIndex = 4;
//
// labelTextureBackBottom
//
this.labelTextureBackBottom.AutoSize = true;
this.labelTextureBackBottom.BackColor = System.Drawing.Color.Black;
this.labelTextureBackBottom.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelTextureBackBottom.ForeColor = System.Drawing.Color.White;
this.labelTextureBackBottom.Location = new System.Drawing.Point(1, 1);
this.labelTextureBackBottom.MaximumSize = new System.Drawing.Size(0, 13);
this.labelTextureBackBottom.Name = "labelTextureBackBottom";
this.labelTextureBackBottom.Size = new System.Drawing.Size(48, 13);
this.labelTextureBackBottom.TabIndex = 3;
this.labelTextureBackBottom.Text = "128x128";
//
// backlowname
//
this.backlowname.AutoSize = true;
this.backlowname.BackColor = System.Drawing.SystemColors.Control;
this.backlowname.Location = new System.Drawing.Point(3, 67);
this.backlowname.Name = "backlowname";
this.backlowname.Size = new System.Drawing.Size(73, 13);
this.backlowname.TabIndex = 5;
this.backlowname.Text = "BROWNHUG";
this.backlowname.UseMnemonic = false;
//
// flowLayoutPanel1
//
this.flowLayoutPanel1.Controls.Add(this.infopanel);
this.flowLayoutPanel1.Controls.Add(this.frontpanel);
this.flowLayoutPanel1.Controls.Add(this.backpanel);
this.flowLayoutPanel1.Controls.Add(this.flagsPanel);
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
this.flowLayoutPanel1.Size = new System.Drawing.Size(2000, 100);
this.flowLayoutPanel1.TabIndex = 4;
this.flowLayoutPanel1.WrapContents = false;
//
// flagsPanel
//
this.flagsPanel.Controls.Add(this.flags);
this.flagsPanel.Location = new System.Drawing.Point(1460, 0);
this.flagsPanel.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
this.flagsPanel.Name = "flagsPanel";
this.flagsPanel.Size = new System.Drawing.Size(455, 100);
this.flagsPanel.TabIndex = 8;
this.flagsPanel.TabStop = false;
this.flagsPanel.Text = " Flags";
//
// flags
//
this.flags.BackColor = System.Drawing.SystemColors.Control;
this.flags.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.flags.CheckBoxes = true;
this.flags.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
this.flags.Location = new System.Drawing.Point(6, 18);
this.flags.Name = "flags";
this.flags.Scrollable = false;
this.flags.ShowGroups = false;
this.flags.Size = new System.Drawing.Size(443, 73);
this.flags.TabIndex = 0;
this.flags.UseCompatibleStateImageBehavior = false;
this.flags.View = System.Windows.Forms.View.List;
//
// LinedefInfoPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.flowLayoutPanel1);
this.DoubleBuffered = true;
this.MaximumSize = new System.Drawing.Size(10000, 100);
this.MinimumSize = new System.Drawing.Size(100, 100);
this.Name = "LinedefInfoPanel";
this.Size = new System.Drawing.Size(2000, 100);
this.infopanel.ResumeLayout(false);
this.infopanel.PerformLayout();
this.frontpanel.ResumeLayout(false);
this.flowLayoutPanelFront.ResumeLayout(false);
this.panelFrontTop.ResumeLayout(false);
this.panelFrontTop.PerformLayout();
this.fronthightex.ResumeLayout(false);
this.fronthightex.PerformLayout();
this.panelFrontMid.ResumeLayout(false);
this.panelFrontMid.PerformLayout();
this.frontmidtex.ResumeLayout(false);
this.frontmidtex.PerformLayout();
this.panelFrontLow.ResumeLayout(false);
this.panelFrontLow.PerformLayout();
this.frontlowtex.ResumeLayout(false);
this.frontlowtex.PerformLayout();
this.backpanel.ResumeLayout(false);
this.flowLayoutPanelBack.ResumeLayout(false);
this.panelBackTop.ResumeLayout(false);
this.panelBackTop.PerformLayout();
this.backhightex.ResumeLayout(false);
this.backhightex.PerformLayout();
this.panelBackMid.ResumeLayout(false);
this.panelBackMid.PerformLayout();
this.backmidtex.ResumeLayout(false);
this.backmidtex.PerformLayout();
this.panelBackLow.ResumeLayout(false);
this.panelBackLow.PerformLayout();
this.backlowtex.ResumeLayout(false);
this.backlowtex.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
this.flagsPanel.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label action;
private System.Windows.Forms.Label tag;
private System.Windows.Forms.Label angle;
private System.Windows.Forms.Label length;
private System.Windows.Forms.Label frontoffset;
private System.Windows.Forms.Label backoffset;
private System.Windows.Forms.Panel fronthightex;
private System.Windows.Forms.Label frontlowname;
private System.Windows.Forms.Panel frontlowtex;
private System.Windows.Forms.Label frontmidname;
private System.Windows.Forms.Panel frontmidtex;
private System.Windows.Forms.Label fronthighname;
private System.Windows.Forms.Label backlowname;
private System.Windows.Forms.Panel backlowtex;
private System.Windows.Forms.Label backmidname;
private System.Windows.Forms.Panel backmidtex;
private System.Windows.Forms.Label backhighname;
private System.Windows.Forms.Panel backhightex;
private System.Windows.Forms.GroupBox frontpanel;
private System.Windows.Forms.GroupBox backpanel;
private System.Windows.Forms.Label backoffsetlabel;
private System.Windows.Forms.Label frontoffsetlabel;
private System.Windows.Forms.Label arglbl5;
private System.Windows.Forms.Label arglbl4;
private System.Windows.Forms.Label arglbl3;
private System.Windows.Forms.Label arglbl2;
private System.Windows.Forms.Label arglbl1;
private System.Windows.Forms.Label arg5;
private System.Windows.Forms.Label arg4;
private System.Windows.Forms.Label arg3;
private System.Windows.Forms.Label arg2;
private System.Windows.Forms.Label arg1;
private System.Windows.Forms.GroupBox infopanel;
private System.Windows.Forms.Label unpegged;
private System.Windows.Forms.Label peglabel;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelBack;
private System.Windows.Forms.Panel panelBackTop;
private System.Windows.Forms.Label backTopUDMFScale;
private System.Windows.Forms.Label backTopUDMFOffset;
private System.Windows.Forms.Label backTopUDMFScaleLabel;
private System.Windows.Forms.Label backTopUDMFOffsetLabel;
private System.Windows.Forms.Panel panelBackMid;
private System.Windows.Forms.Label backMidUDMFScale;
private System.Windows.Forms.Label backMidUDMFOffset;
private System.Windows.Forms.Label backMidUDMFScaleLabel;
private System.Windows.Forms.Label backMidUDMFOffsetLabel;
private System.Windows.Forms.Panel panelBackLow;
private System.Windows.Forms.Label backBottomUDMFScale;
private System.Windows.Forms.Label backBottomUDMFOffset;
private System.Windows.Forms.Label backBottomUDMFScaleLabel;
private System.Windows.Forms.Label backBottomUDMFOffsetLabel;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelFront;
private System.Windows.Forms.Panel panelFrontTop;
private System.Windows.Forms.Label frontTopUDMFScale;
private System.Windows.Forms.Label frontTopUDMFOffset;
private System.Windows.Forms.Label frontTopUDMFScaleLabel;
private System.Windows.Forms.Label frontTopUDMFOffsetLabel;
private System.Windows.Forms.Panel panelFrontMid;
private System.Windows.Forms.Label frontMidUDMFScale;
private System.Windows.Forms.Label frontMidUDMFOffset;
private System.Windows.Forms.Label frontMidUDMFScaleLabel;
private System.Windows.Forms.Label frontMidUDMFOffsetLabel;
private System.Windows.Forms.Panel panelFrontLow;
private System.Windows.Forms.Label frontBottomUDMFScale;
private System.Windows.Forms.Label frontBottomUDMFOffset;
private System.Windows.Forms.Label frontBottomUDMFScaleLabel;
private System.Windows.Forms.Label frontBottomUDMFOffsetLabel;
private System.Windows.Forms.Label labelTextureFrontTop;
private System.Windows.Forms.Label labelTextureFrontMid;
private System.Windows.Forms.Label labelTextureFrontBottom;
private System.Windows.Forms.Label labelTextureBackTop;
private System.Windows.Forms.Label labelTextureBackMid;
private System.Windows.Forms.Label labelTextureBackBottom;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.GroupBox flagsPanel;
private System.Windows.Forms.ListView flags;
private System.Windows.Forms.Label taglabel;
private System.Windows.Forms.Label anglelabel;
private System.Windows.Forms.Label lengthlabel;
private System.Windows.Forms.Label activation;
private System.Windows.Forms.Label activationlabel;
private System.Windows.Forms.Label actionlabel;
}
}