UltimateZoneBuilder/Source/Core/Controls/LinedefInfoPanel.Designer.cs
MaxED 1b6f8c97f9 Builder 1.13:
UDMF: changing brightness of a wall or ceiling in GZDoom Visual mode will change brightness of selected surface, not sector brightness.
Sector and Sidedef info panels show additional info if a map is in UDMF format.
Fixed: GZDoom menu panel wasn't updated when a map was opened via "recent files" item click.
2012-10-03 18:46:13 +00:00

1043 lines
44 KiB
C#

namespace CodeImp.DoomBuilder.Controls
{
partial class LinedefInfoPanel
{
/// <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 Component 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()
{
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label2;
this.infopanel = new System.Windows.Forms.GroupBox();
this.unpegged = new System.Windows.Forms.Label();
this.label6 = 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.frontsector = new System.Windows.Forms.Label();
this.flowLayoutPanelFront = new System.Windows.Forms.FlowLayoutPanel();
this.panel4 = new System.Windows.Forms.Panel();
this.fronthightex = new System.Windows.Forms.Panel();
this.fronthighname = new System.Windows.Forms.Label();
this.panelUDMFFrontTop = new System.Windows.Forms.Panel();
this.frontTopUDMFScale = new System.Windows.Forms.Label();
this.frontTopUDMFOffset = new System.Windows.Forms.Label();
this.frontTopUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontTopUDMFOffsetLabel = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.frontmidtex = new System.Windows.Forms.Panel();
this.frontmidname = new System.Windows.Forms.Label();
this.panelUDMFFrontMid = new System.Windows.Forms.Panel();
this.frontMidUDMFScale = new System.Windows.Forms.Label();
this.frontMidUDMFOffset = new System.Windows.Forms.Label();
this.frontMidUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontMidUDMFOffsetLabel = new System.Windows.Forms.Label();
this.panelFrontLowTex = new System.Windows.Forms.Panel();
this.frontlowtex = new System.Windows.Forms.Panel();
this.frontlowname = new System.Windows.Forms.Label();
this.panelUDMFFrontBottom = new System.Windows.Forms.Panel();
this.frontBottomUDMFScale = new System.Windows.Forms.Label();
this.frontBottomUDMFOffset = new System.Windows.Forms.Label();
this.frontBottomUDMFScaleLabel = new System.Windows.Forms.Label();
this.frontBottomUDMFOffsetLabel = new System.Windows.Forms.Label();
this.backpanel = new System.Windows.Forms.GroupBox();
this.backsector = new System.Windows.Forms.Label();
this.flowLayoutPanelBack = new System.Windows.Forms.FlowLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.backhightex = new System.Windows.Forms.Panel();
this.backhighname = new System.Windows.Forms.Label();
this.panelUDMFBackTop = new System.Windows.Forms.Panel();
this.backTopUDMFScale = new System.Windows.Forms.Label();
this.backTopUDMFOffset = new System.Windows.Forms.Label();
this.backTopUDMFScaleLabel = new System.Windows.Forms.Label();
this.backTopUDMFOffsetLabel = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.backmidtex = new System.Windows.Forms.Panel();
this.backmidname = new System.Windows.Forms.Label();
this.panelUDMFBackMid = new System.Windows.Forms.Panel();
this.backMidUDMFScale = new System.Windows.Forms.Label();
this.backMidUDMFOffset = new System.Windows.Forms.Label();
this.backMidUDMFScaleLabel = new System.Windows.Forms.Label();
this.backMidUDMFOffsetLabel = new System.Windows.Forms.Label();
this.panelBackLowTex = new System.Windows.Forms.Panel();
this.backlowtex = new System.Windows.Forms.Panel();
this.backlowname = new System.Windows.Forms.Label();
this.panelUDMFBackBottom = new System.Windows.Forms.Panel();
this.backBottomUDMFScale = new System.Windows.Forms.Label();
this.backBottomUDMFOffset = new System.Windows.Forms.Label();
this.backBottomUDMFScaleLabel = new System.Windows.Forms.Label();
this.backBottomUDMFOffsetLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label3 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
this.infopanel.SuspendLayout();
this.frontpanel.SuspendLayout();
this.flowLayoutPanelFront.SuspendLayout();
this.panel4.SuspendLayout();
this.panelUDMFFrontTop.SuspendLayout();
this.panel7.SuspendLayout();
this.panelUDMFFrontMid.SuspendLayout();
this.panelFrontLowTex.SuspendLayout();
this.panelUDMFFrontBottom.SuspendLayout();
this.backpanel.SuspendLayout();
this.flowLayoutPanelBack.SuspendLayout();
this.panel1.SuspendLayout();
this.panelUDMFBackTop.SuspendLayout();
this.panel2.SuspendLayout();
this.panelUDMFBackMid.SuspendLayout();
this.panelBackLowTex.SuspendLayout();
this.panelUDMFBackBottom.SuspendLayout();
this.SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(11, 19);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(41, 14);
label1.TabIndex = 0;
label1.Text = "Action:";
//
// label4
//
label4.AutoSize = true;
label4.Location = new System.Drawing.Point(24, 77);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(27, 14);
label4.TabIndex = 4;
label4.Text = "Tag:";
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(14, 58);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(38, 14);
label3.TabIndex = 3;
label3.Text = "Angle:";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(9, 39);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(43, 14);
label2.TabIndex = 2;
label2.Text = "Length:";
//
// infopanel
//
this.infopanel.Controls.Add(this.unpegged);
this.infopanel.Controls.Add(this.label6);
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(label4);
this.infopanel.Controls.Add(label3);
this.infopanel.Controls.Add(label2);
this.infopanel.Controls.Add(this.action);
this.infopanel.Controls.Add(label1);
this.infopanel.Location = new System.Drawing.Point(0, 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 ";
//
// unpegged
//
this.unpegged.AutoSize = true;
this.unpegged.Location = new System.Drawing.Point(180, 39);
this.unpegged.Name = "unpegged";
this.unpegged.Size = new System.Drawing.Size(32, 14);
this.unpegged.TabIndex = 29;
this.unpegged.Text = "None";
this.unpegged.UseMnemonic = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(118, 39);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(59, 14);
this.label6.TabIndex = 28;
this.label6.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, 77);
this.backoffset.Name = "backoffset";
this.backoffset.Size = new System.Drawing.Size(49, 14);
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, 77);
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, 58);
this.frontoffset.Name = "frontoffset";
this.frontoffset.Size = new System.Drawing.Size(49, 14);
this.frontoffset.TabIndex = 11;
this.frontoffset.Text = "100, 100";
//
// frontoffsetlabel
//
this.frontoffsetlabel.Location = new System.Drawing.Point(107, 58);
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(55, 77);
this.tag.Name = "tag";
this.tag.Size = new System.Drawing.Size(13, 14);
this.tag.TabIndex = 7;
this.tag.Text = "0";
//
// angle
//
this.angle.AutoSize = true;
this.angle.Location = new System.Drawing.Point(55, 58);
this.angle.Name = "angle";
this.angle.Size = new System.Drawing.Size(25, 14);
this.angle.TabIndex = 6;
this.angle.Text = "360";
//
// length
//
this.length.AutoSize = true;
this.length.Location = new System.Drawing.Point(55, 39);
this.length.Name = "length";
this.length.Size = new System.Drawing.Size(31, 14);
this.length.TabIndex = 5;
this.length.Text = "1024";
//
// action
//
this.action.AutoEllipsis = true;
this.action.BackColor = System.Drawing.Color.Transparent;
this.action.Location = new System.Drawing.Point(55, 19);
this.action.Name = "action";
this.action.Size = new System.Drawing.Size(205, 14);
this.action.TabIndex = 1;
this.action.Text = "0 - Big Door that goes Wobbly Wobbly";
this.action.UseMnemonic = false;
//
// frontpanel
//
this.frontpanel.Controls.Add(this.frontsector);
this.frontpanel.Controls.Add(this.flowLayoutPanelFront);
this.frontpanel.Location = new System.Drawing.Point(467, 0);
this.frontpanel.Name = "frontpanel";
this.frontpanel.Size = new System.Drawing.Size(515, 100);
this.frontpanel.TabIndex = 2;
this.frontpanel.TabStop = false;
this.frontpanel.Text = " Front ";
//
// frontsector
//
this.frontsector.AutoSize = true;
this.frontsector.BackColor = System.Drawing.SystemColors.Control;
this.frontsector.Location = new System.Drawing.Point(186, 0);
this.frontsector.Name = "frontsector";
this.frontsector.Size = new System.Drawing.Size(60, 14);
this.frontsector.TabIndex = 6;
this.frontsector.Text = "Sector 666";
//
// flowLayoutPanelFront
//
this.flowLayoutPanelFront.Controls.Add(this.panel4);
this.flowLayoutPanelFront.Controls.Add(this.panelUDMFFrontTop);
this.flowLayoutPanelFront.Controls.Add(this.panel7);
this.flowLayoutPanelFront.Controls.Add(this.panelUDMFFrontMid);
this.flowLayoutPanelFront.Controls.Add(this.panelFrontLowTex);
this.flowLayoutPanelFront.Controls.Add(this.panelUDMFFrontBottom);
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(503, 80);
this.flowLayoutPanelFront.TabIndex = 13;
this.flowLayoutPanelFront.WrapContents = false;
//
// panel4
//
this.panel4.Controls.Add(this.fronthightex);
this.panel4.Controls.Add(this.fronthighname);
this.panel4.Location = new System.Drawing.Point(0, 3);
this.panel4.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(90, 76);
this.panel4.TabIndex = 5;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.fronthightex.Name = "fronthightex";
this.fronthightex.Size = new System.Drawing.Size(68, 60);
this.fronthightex.TabIndex = 0;
//
// fronthighname
//
this.fronthighname.BackColor = System.Drawing.SystemColors.Control;
this.fronthighname.Location = new System.Drawing.Point(4, 63);
this.fronthighname.Name = "fronthighname";
this.fronthighname.Size = new System.Drawing.Size(82, 13);
this.fronthighname.TabIndex = 1;
this.fronthighname.Text = "BROWNHUG";
this.fronthighname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.fronthighname.UseMnemonic = false;
//
// panelUDMFFrontTop
//
this.panelUDMFFrontTop.Controls.Add(this.frontTopUDMFScale);
this.panelUDMFFrontTop.Controls.Add(this.frontTopUDMFOffset);
this.panelUDMFFrontTop.Controls.Add(this.frontTopUDMFScaleLabel);
this.panelUDMFFrontTop.Controls.Add(this.frontTopUDMFOffsetLabel);
this.panelUDMFFrontTop.Location = new System.Drawing.Point(90, 0);
this.panelUDMFFrontTop.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFFrontTop.Name = "panelUDMFFrontTop";
this.panelUDMFFrontTop.Size = new System.Drawing.Size(64, 76);
this.panelUDMFFrontTop.TabIndex = 6;
//
// frontTopUDMFScale
//
this.frontTopUDMFScale.Location = new System.Drawing.Point(0, 61);
this.frontTopUDMFScale.Name = "frontTopUDMFScale";
this.frontTopUDMFScale.Size = new System.Drawing.Size(64, 13);
this.frontTopUDMFScale.TabIndex = 10;
this.frontTopUDMFScale.Text = "-1.6, -1.6";
//
// frontTopUDMFOffset
//
this.frontTopUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.frontTopUDMFOffset.Name = "frontTopUDMFOffset";
this.frontTopUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.frontTopUDMFOffset.TabIndex = 9;
this.frontTopUDMFOffset.Text = "-100, -100";
//
// frontTopUDMFScaleLabel
//
this.frontTopUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.frontTopUDMFScaleLabel.Name = "frontTopUDMFScaleLabel";
this.frontTopUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.frontTopUDMFScaleLabel.TabIndex = 8;
this.frontTopUDMFScaleLabel.Text = "Scale:";
//
// frontTopUDMFOffsetLabel
//
this.frontTopUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.frontTopUDMFOffsetLabel.Name = "frontTopUDMFOffsetLabel";
this.frontTopUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.frontTopUDMFOffsetLabel.TabIndex = 7;
this.frontTopUDMFOffsetLabel.Text = "Offset:";
//
// panel7
//
this.panel7.Controls.Add(this.frontmidtex);
this.panel7.Controls.Add(this.frontmidname);
this.panel7.Location = new System.Drawing.Point(154, 3);
this.panel7.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(90, 76);
this.panel7.TabIndex = 7;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.frontmidtex.Name = "frontmidtex";
this.frontmidtex.Size = new System.Drawing.Size(68, 60);
this.frontmidtex.TabIndex = 2;
//
// frontmidname
//
this.frontmidname.BackColor = System.Drawing.SystemColors.Control;
this.frontmidname.Location = new System.Drawing.Point(4, 63);
this.frontmidname.Name = "frontmidname";
this.frontmidname.Size = new System.Drawing.Size(82, 13);
this.frontmidname.TabIndex = 3;
this.frontmidname.Text = "BROWNHUG";
this.frontmidname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.frontmidname.UseMnemonic = false;
//
// panelUDMFFrontMid
//
this.panelUDMFFrontMid.Controls.Add(this.frontMidUDMFScale);
this.panelUDMFFrontMid.Controls.Add(this.frontMidUDMFOffset);
this.panelUDMFFrontMid.Controls.Add(this.frontMidUDMFScaleLabel);
this.panelUDMFFrontMid.Controls.Add(this.frontMidUDMFOffsetLabel);
this.panelUDMFFrontMid.Location = new System.Drawing.Point(244, 0);
this.panelUDMFFrontMid.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFFrontMid.Name = "panelUDMFFrontMid";
this.panelUDMFFrontMid.Size = new System.Drawing.Size(64, 76);
this.panelUDMFFrontMid.TabIndex = 11;
//
// frontMidUDMFScale
//
this.frontMidUDMFScale.Location = new System.Drawing.Point(0, 61);
this.frontMidUDMFScale.Name = "frontMidUDMFScale";
this.frontMidUDMFScale.Size = new System.Drawing.Size(64, 13);
this.frontMidUDMFScale.TabIndex = 10;
this.frontMidUDMFScale.Text = "-1.6, -1.6";
//
// frontMidUDMFOffset
//
this.frontMidUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.frontMidUDMFOffset.Name = "frontMidUDMFOffset";
this.frontMidUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.frontMidUDMFOffset.TabIndex = 9;
this.frontMidUDMFOffset.Text = "-100, -100";
//
// frontMidUDMFScaleLabel
//
this.frontMidUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.frontMidUDMFScaleLabel.Name = "frontMidUDMFScaleLabel";
this.frontMidUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.frontMidUDMFScaleLabel.TabIndex = 8;
this.frontMidUDMFScaleLabel.Text = "Scale:";
//
// frontMidUDMFOffsetLabel
//
this.frontMidUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.frontMidUDMFOffsetLabel.Name = "frontMidUDMFOffsetLabel";
this.frontMidUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.frontMidUDMFOffsetLabel.TabIndex = 7;
this.frontMidUDMFOffsetLabel.Text = "Offset:";
//
// panelFrontLowTex
//
this.panelFrontLowTex.Controls.Add(this.frontlowtex);
this.panelFrontLowTex.Controls.Add(this.frontlowname);
this.panelFrontLowTex.Location = new System.Drawing.Point(308, 3);
this.panelFrontLowTex.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panelFrontLowTex.Name = "panelFrontLowTex";
this.panelFrontLowTex.Size = new System.Drawing.Size(90, 76);
this.panelFrontLowTex.TabIndex = 12;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.frontlowtex.Name = "frontlowtex";
this.frontlowtex.Size = new System.Drawing.Size(68, 60);
this.frontlowtex.TabIndex = 4;
//
// frontlowname
//
this.frontlowname.BackColor = System.Drawing.SystemColors.Control;
this.frontlowname.Location = new System.Drawing.Point(4, 63);
this.frontlowname.Name = "frontlowname";
this.frontlowname.Size = new System.Drawing.Size(82, 13);
this.frontlowname.TabIndex = 5;
this.frontlowname.Text = "BROWNHUG";
this.frontlowname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.frontlowname.UseMnemonic = false;
//
// panelUDMFFrontBottom
//
this.panelUDMFFrontBottom.Controls.Add(this.frontBottomUDMFScale);
this.panelUDMFFrontBottom.Controls.Add(this.frontBottomUDMFOffset);
this.panelUDMFFrontBottom.Controls.Add(this.frontBottomUDMFScaleLabel);
this.panelUDMFFrontBottom.Controls.Add(this.frontBottomUDMFOffsetLabel);
this.panelUDMFFrontBottom.Location = new System.Drawing.Point(398, 0);
this.panelUDMFFrontBottom.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFFrontBottom.Name = "panelUDMFFrontBottom";
this.panelUDMFFrontBottom.Size = new System.Drawing.Size(64, 76);
this.panelUDMFFrontBottom.TabIndex = 12;
//
// frontBottomUDMFScale
//
this.frontBottomUDMFScale.Location = new System.Drawing.Point(0, 61);
this.frontBottomUDMFScale.Name = "frontBottomUDMFScale";
this.frontBottomUDMFScale.Size = new System.Drawing.Size(64, 13);
this.frontBottomUDMFScale.TabIndex = 10;
this.frontBottomUDMFScale.Text = "-1.6, -1.6";
//
// frontBottomUDMFOffset
//
this.frontBottomUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.frontBottomUDMFOffset.Name = "frontBottomUDMFOffset";
this.frontBottomUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.frontBottomUDMFOffset.TabIndex = 9;
this.frontBottomUDMFOffset.Text = "-100, -100";
//
// frontBottomUDMFScaleLabel
//
this.frontBottomUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.frontBottomUDMFScaleLabel.Name = "frontBottomUDMFScaleLabel";
this.frontBottomUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.frontBottomUDMFScaleLabel.TabIndex = 8;
this.frontBottomUDMFScaleLabel.Text = "Scale:";
//
// frontBottomUDMFOffsetLabel
//
this.frontBottomUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.frontBottomUDMFOffsetLabel.Name = "frontBottomUDMFOffsetLabel";
this.frontBottomUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.frontBottomUDMFOffsetLabel.TabIndex = 7;
this.frontBottomUDMFOffsetLabel.Text = "Offset:";
//
// backpanel
//
this.backpanel.Controls.Add(this.backsector);
this.backpanel.Controls.Add(this.flowLayoutPanelBack);
this.backpanel.Location = new System.Drawing.Point(988, 0);
this.backpanel.Name = "backpanel";
this.backpanel.Size = new System.Drawing.Size(540, 100);
this.backpanel.TabIndex = 3;
this.backpanel.TabStop = false;
this.backpanel.Text = " Back ";
//
// backsector
//
this.backsector.AutoSize = true;
this.backsector.BackColor = System.Drawing.SystemColors.Control;
this.backsector.Location = new System.Drawing.Point(186, 0);
this.backsector.Name = "backsector";
this.backsector.Size = new System.Drawing.Size(60, 14);
this.backsector.TabIndex = 7;
this.backsector.Text = "Sector 666";
//
// flowLayoutPanelBack
//
this.flowLayoutPanelBack.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.flowLayoutPanelBack.Controls.Add(this.panel1);
this.flowLayoutPanelBack.Controls.Add(this.panelUDMFBackTop);
this.flowLayoutPanelBack.Controls.Add(this.panel2);
this.flowLayoutPanelBack.Controls.Add(this.panelUDMFBackMid);
this.flowLayoutPanelBack.Controls.Add(this.panelBackLowTex);
this.flowLayoutPanelBack.Controls.Add(this.panelUDMFBackBottom);
this.flowLayoutPanelBack.Location = new System.Drawing.Point(6, 14);
this.flowLayoutPanelBack.Name = "flowLayoutPanelBack";
this.flowLayoutPanelBack.Size = new System.Drawing.Size(530, 80);
this.flowLayoutPanelBack.TabIndex = 4;
this.flowLayoutPanelBack.WrapContents = false;
//
// panel1
//
this.panel1.Controls.Add(this.backhightex);
this.panel1.Controls.Add(this.backhighname);
this.panel1.Location = new System.Drawing.Point(0, 3);
this.panel1.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(90, 76);
this.panel1.TabIndex = 5;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.backhightex.Name = "backhightex";
this.backhightex.Size = new System.Drawing.Size(68, 60);
this.backhightex.TabIndex = 0;
//
// backhighname
//
this.backhighname.BackColor = System.Drawing.SystemColors.Control;
this.backhighname.Location = new System.Drawing.Point(4, 63);
this.backhighname.Name = "backhighname";
this.backhighname.Size = new System.Drawing.Size(82, 13);
this.backhighname.TabIndex = 1;
this.backhighname.Text = "BROWNHUG";
this.backhighname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.backhighname.UseMnemonic = false;
//
// panelUDMFBackTop
//
this.panelUDMFBackTop.Controls.Add(this.backTopUDMFScale);
this.panelUDMFBackTop.Controls.Add(this.backTopUDMFOffset);
this.panelUDMFBackTop.Controls.Add(this.backTopUDMFScaleLabel);
this.panelUDMFBackTop.Controls.Add(this.backTopUDMFOffsetLabel);
this.panelUDMFBackTop.Location = new System.Drawing.Point(90, 0);
this.panelUDMFBackTop.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFBackTop.Name = "panelUDMFBackTop";
this.panelUDMFBackTop.Size = new System.Drawing.Size(64, 76);
this.panelUDMFBackTop.TabIndex = 6;
//
// backTopUDMFScale
//
this.backTopUDMFScale.Location = new System.Drawing.Point(0, 61);
this.backTopUDMFScale.Name = "backTopUDMFScale";
this.backTopUDMFScale.Size = new System.Drawing.Size(64, 13);
this.backTopUDMFScale.TabIndex = 10;
this.backTopUDMFScale.Text = "-1.6, -1.6";
//
// backTopUDMFOffset
//
this.backTopUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.backTopUDMFOffset.Name = "backTopUDMFOffset";
this.backTopUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.backTopUDMFOffset.TabIndex = 9;
this.backTopUDMFOffset.Text = "-100, -100";
//
// backTopUDMFScaleLabel
//
this.backTopUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.backTopUDMFScaleLabel.Name = "backTopUDMFScaleLabel";
this.backTopUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.backTopUDMFScaleLabel.TabIndex = 8;
this.backTopUDMFScaleLabel.Text = "Scale:";
//
// backTopUDMFOffsetLabel
//
this.backTopUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.backTopUDMFOffsetLabel.Name = "backTopUDMFOffsetLabel";
this.backTopUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.backTopUDMFOffsetLabel.TabIndex = 7;
this.backTopUDMFOffsetLabel.Text = "Offset:";
//
// panel2
//
this.panel2.Controls.Add(this.backmidtex);
this.panel2.Controls.Add(this.backmidname);
this.panel2.Location = new System.Drawing.Point(154, 3);
this.panel2.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(90, 76);
this.panel2.TabIndex = 7;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.backmidtex.Name = "backmidtex";
this.backmidtex.Size = new System.Drawing.Size(68, 60);
this.backmidtex.TabIndex = 2;
//
// backmidname
//
this.backmidname.BackColor = System.Drawing.SystemColors.Control;
this.backmidname.Location = new System.Drawing.Point(4, 63);
this.backmidname.Name = "backmidname";
this.backmidname.Size = new System.Drawing.Size(82, 13);
this.backmidname.TabIndex = 3;
this.backmidname.Text = "BROWNHUG";
this.backmidname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.backmidname.UseMnemonic = false;
//
// panelUDMFBackMid
//
this.panelUDMFBackMid.Controls.Add(this.backMidUDMFScale);
this.panelUDMFBackMid.Controls.Add(this.backMidUDMFOffset);
this.panelUDMFBackMid.Controls.Add(this.backMidUDMFScaleLabel);
this.panelUDMFBackMid.Controls.Add(this.backMidUDMFOffsetLabel);
this.panelUDMFBackMid.Location = new System.Drawing.Point(244, 0);
this.panelUDMFBackMid.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFBackMid.Name = "panelUDMFBackMid";
this.panelUDMFBackMid.Size = new System.Drawing.Size(64, 76);
this.panelUDMFBackMid.TabIndex = 11;
//
// backMidUDMFScale
//
this.backMidUDMFScale.Location = new System.Drawing.Point(0, 61);
this.backMidUDMFScale.Name = "backMidUDMFScale";
this.backMidUDMFScale.Size = new System.Drawing.Size(64, 13);
this.backMidUDMFScale.TabIndex = 10;
this.backMidUDMFScale.Text = "-1.6, -1.6";
//
// backMidUDMFOffset
//
this.backMidUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.backMidUDMFOffset.Name = "backMidUDMFOffset";
this.backMidUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.backMidUDMFOffset.TabIndex = 9;
this.backMidUDMFOffset.Text = "-100, -100";
//
// backMidUDMFScaleLabel
//
this.backMidUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.backMidUDMFScaleLabel.Name = "backMidUDMFScaleLabel";
this.backMidUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.backMidUDMFScaleLabel.TabIndex = 8;
this.backMidUDMFScaleLabel.Text = "Scale:";
//
// backMidUDMFOffsetLabel
//
this.backMidUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.backMidUDMFOffsetLabel.Name = "backMidUDMFOffsetLabel";
this.backMidUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.backMidUDMFOffsetLabel.TabIndex = 7;
this.backMidUDMFOffsetLabel.Text = "Offset:";
//
// panelBackLowTex
//
this.panelBackLowTex.Controls.Add(this.backlowtex);
this.panelBackLowTex.Controls.Add(this.backlowname);
this.panelBackLowTex.Location = new System.Drawing.Point(308, 3);
this.panelBackLowTex.Margin = new System.Windows.Forms.Padding(0, 3, 0, 0);
this.panelBackLowTex.Name = "panelBackLowTex";
this.panelBackLowTex.Size = new System.Drawing.Size(90, 76);
this.panelBackLowTex.TabIndex = 12;
//
// 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.Location = new System.Drawing.Point(11, 2);
this.backlowtex.Name = "backlowtex";
this.backlowtex.Size = new System.Drawing.Size(68, 60);
this.backlowtex.TabIndex = 4;
//
// backlowname
//
this.backlowname.BackColor = System.Drawing.SystemColors.Control;
this.backlowname.Location = new System.Drawing.Point(4, 63);
this.backlowname.Name = "backlowname";
this.backlowname.Size = new System.Drawing.Size(82, 13);
this.backlowname.TabIndex = 5;
this.backlowname.Text = "BROWNHUG";
this.backlowname.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.backlowname.UseMnemonic = false;
//
// panelUDMFBackBottom
//
this.panelUDMFBackBottom.Controls.Add(this.backBottomUDMFScale);
this.panelUDMFBackBottom.Controls.Add(this.backBottomUDMFOffset);
this.panelUDMFBackBottom.Controls.Add(this.backBottomUDMFScaleLabel);
this.panelUDMFBackBottom.Controls.Add(this.backBottomUDMFOffsetLabel);
this.panelUDMFBackBottom.Location = new System.Drawing.Point(398, 0);
this.panelUDMFBackBottom.Margin = new System.Windows.Forms.Padding(0);
this.panelUDMFBackBottom.Name = "panelUDMFBackBottom";
this.panelUDMFBackBottom.Size = new System.Drawing.Size(64, 76);
this.panelUDMFBackBottom.TabIndex = 12;
//
// backBottomUDMFScale
//
this.backBottomUDMFScale.Location = new System.Drawing.Point(0, 61);
this.backBottomUDMFScale.Name = "backBottomUDMFScale";
this.backBottomUDMFScale.Size = new System.Drawing.Size(64, 13);
this.backBottomUDMFScale.TabIndex = 10;
this.backBottomUDMFScale.Text = "-1.6, -1.6";
//
// backBottomUDMFOffset
//
this.backBottomUDMFOffset.Location = new System.Drawing.Point(0, 20);
this.backBottomUDMFOffset.Name = "backBottomUDMFOffset";
this.backBottomUDMFOffset.Size = new System.Drawing.Size(64, 13);
this.backBottomUDMFOffset.TabIndex = 9;
this.backBottomUDMFOffset.Text = "-100, -100";
//
// backBottomUDMFScaleLabel
//
this.backBottomUDMFScaleLabel.Location = new System.Drawing.Point(0, 47);
this.backBottomUDMFScaleLabel.Name = "backBottomUDMFScaleLabel";
this.backBottomUDMFScaleLabel.Size = new System.Drawing.Size(64, 14);
this.backBottomUDMFScaleLabel.TabIndex = 8;
this.backBottomUDMFScaleLabel.Text = "Scale:";
//
// backBottomUDMFOffsetLabel
//
this.backBottomUDMFOffsetLabel.Location = new System.Drawing.Point(0, 6);
this.backBottomUDMFOffsetLabel.Name = "backBottomUDMFOffsetLabel";
this.backBottomUDMFOffsetLabel.Size = new System.Drawing.Size(64, 13);
this.backBottomUDMFOffsetLabel.TabIndex = 7;
this.backBottomUDMFOffsetLabel.Text = "Offset:";
//
// LinedefInfoPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.backpanel);
this.Controls.Add(this.frontpanel);
this.Controls.Add(this.infopanel);
this.DoubleBuffered = true;
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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(1558, 100);
this.infopanel.ResumeLayout(false);
this.infopanel.PerformLayout();
this.frontpanel.ResumeLayout(false);
this.frontpanel.PerformLayout();
this.flowLayoutPanelFront.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panelUDMFFrontTop.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panelUDMFFrontMid.ResumeLayout(false);
this.panelFrontLowTex.ResumeLayout(false);
this.panelUDMFFrontBottom.ResumeLayout(false);
this.backpanel.ResumeLayout(false);
this.backpanel.PerformLayout();
this.flowLayoutPanelBack.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panelUDMFBackTop.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panelUDMFBackMid.ResumeLayout(false);
this.panelBackLowTex.ResumeLayout(false);
this.panelUDMFBackBottom.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 label6;
private System.Windows.Forms.Label frontsector;
private System.Windows.Forms.Label backsector;
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanelBack;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panelUDMFBackTop;
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 panel2;
private System.Windows.Forms.Panel panelUDMFBackMid;
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 panelBackLowTex;
private System.Windows.Forms.Panel panelUDMFBackBottom;
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 panel4;
private System.Windows.Forms.Panel panelUDMFFrontTop;
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 panel7;
private System.Windows.Forms.Panel panelUDMFFrontMid;
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 panelFrontLowTex;
private System.Windows.Forms.Panel panelUDMFFrontBottom;
private System.Windows.Forms.Label frontBottomUDMFScale;
private System.Windows.Forms.Label frontBottomUDMFOffset;
private System.Windows.Forms.Label frontBottomUDMFScaleLabel;
private System.Windows.Forms.Label frontBottomUDMFOffsetLabel;
}
}