UltimateZoneBuilder/Source/Plugins/3DFloorMode/Controls/ThreeDFloorTooltipControl.Designer.cs

192 lines
8.4 KiB
C#

namespace CodeImp.DoomBuilder.ThreeDFloorMode
{
partial class ThreeDFloorHelperTooltipElementControl
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.bottomHeight = new System.Windows.Forms.Label();
this.topHeight = new System.Windows.Forms.Label();
this.borderHeight = new System.Windows.Forms.Label();
this.sectorTopFlat = new CodeImp.DoomBuilder.Controls.ConfigurablePictureBox();
this.sectorBorderTexture = new CodeImp.DoomBuilder.Controls.ConfigurablePictureBox();
this.sectorBottomFlat = new CodeImp.DoomBuilder.Controls.ConfigurablePictureBox();
((System.ComponentModel.ISupportInitialize)(this.sectorTopFlat)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sectorBorderTexture)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sectorBottomFlat)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(80, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 13);
this.label3.TabIndex = 19;
this.label3.Text = "Border";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Location = new System.Drawing.Point(151, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(40, 13);
this.label2.TabIndex = 18;
this.label2.Text = "Bottom";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Location = new System.Drawing.Point(9, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(26, 13);
this.label1.TabIndex = 17;
this.label1.Text = "Top";
//
// bottomHeight
//
this.bottomHeight.BackColor = System.Drawing.Color.Transparent;
this.bottomHeight.Location = new System.Drawing.Point(189, 0);
this.bottomHeight.Name = "bottomHeight";
this.bottomHeight.Size = new System.Drawing.Size(30, 13);
this.bottomHeight.TabIndex = 23;
this.bottomHeight.Text = "X";
this.bottomHeight.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// topHeight
//
this.topHeight.BackColor = System.Drawing.Color.Transparent;
this.topHeight.Location = new System.Drawing.Point(47, 0);
this.topHeight.Name = "topHeight";
this.topHeight.Size = new System.Drawing.Size(30, 13);
this.topHeight.TabIndex = 24;
this.topHeight.Text = "X";
this.topHeight.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// borderHeight
//
this.borderHeight.BackColor = System.Drawing.Color.Transparent;
this.borderHeight.Location = new System.Drawing.Point(114, 0);
this.borderHeight.Name = "borderHeight";
this.borderHeight.Size = new System.Drawing.Size(30, 13);
this.borderHeight.TabIndex = 25;
this.borderHeight.Text = "X";
this.borderHeight.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// sectorTopFlat
//
this.sectorTopFlat.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.sectorTopFlat.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.sectorTopFlat.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.Default;
this.sectorTopFlat.Highlighted = false;
this.sectorTopFlat.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor;
this.sectorTopFlat.Location = new System.Drawing.Point(12, 16);
this.sectorTopFlat.Name = "sectorTopFlat";
this.sectorTopFlat.PageUnit = System.Drawing.GraphicsUnit.Pixel;
this.sectorTopFlat.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.None;
this.sectorTopFlat.Size = new System.Drawing.Size(64, 64);
this.sectorTopFlat.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.sectorTopFlat.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
this.sectorTopFlat.TabIndex = 31;
this.sectorTopFlat.TabStop = false;
//
// sectorBorderTexture
//
this.sectorBorderTexture.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.sectorBorderTexture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.sectorBorderTexture.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.Default;
this.sectorBorderTexture.Highlighted = false;
this.sectorBorderTexture.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor;
this.sectorBorderTexture.Location = new System.Drawing.Point(83, 16);
this.sectorBorderTexture.Name = "sectorBorderTexture";
this.sectorBorderTexture.PageUnit = System.Drawing.GraphicsUnit.Pixel;
this.sectorBorderTexture.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.None;
this.sectorBorderTexture.Size = new System.Drawing.Size(64, 64);
this.sectorBorderTexture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.sectorBorderTexture.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
this.sectorBorderTexture.TabIndex = 32;
this.sectorBorderTexture.TabStop = false;
//
// sectorBottomFlat
//
this.sectorBottomFlat.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.sectorBottomFlat.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.sectorBottomFlat.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.Default;
this.sectorBottomFlat.Highlighted = false;
this.sectorBottomFlat.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.NearestNeighbor;
this.sectorBottomFlat.Location = new System.Drawing.Point(154, 16);
this.sectorBottomFlat.Name = "sectorBottomFlat";
this.sectorBottomFlat.PageUnit = System.Drawing.GraphicsUnit.Pixel;
this.sectorBottomFlat.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.None;
this.sectorBottomFlat.Size = new System.Drawing.Size(64, 64);
this.sectorBottomFlat.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.sectorBottomFlat.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.Default;
this.sectorBottomFlat.TabIndex = 33;
this.sectorBottomFlat.TabStop = false;
//
// ThreeDFloorHelperTooltipElementControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.sectorBottomFlat);
this.Controls.Add(this.sectorBorderTexture);
this.Controls.Add(this.sectorTopFlat);
this.Controls.Add(this.borderHeight);
this.Controls.Add(this.topHeight);
this.Controls.Add(this.bottomHeight);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "ThreeDFloorHelperTooltipElementControl";
this.Size = new System.Drawing.Size(222, 82);
this.Paint += new System.Windows.Forms.PaintEventHandler(this.ThreeDFloorHelperTooltipElementControl_Paint);
((System.ComponentModel.ISupportInitialize)(this.sectorTopFlat)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sectorBorderTexture)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sectorBottomFlat)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
public System.Windows.Forms.Label bottomHeight;
public System.Windows.Forms.Label topHeight;
public System.Windows.Forms.Label borderHeight;
public Controls.ConfigurablePictureBox sectorTopFlat;
public Controls.ConfigurablePictureBox sectorBorderTexture;
public Controls.ConfigurablePictureBox sectorBottomFlat;
}
}