mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-14 16:41:26 +00:00
268 lines
No EOL
11 KiB
C#
268 lines
No EOL
11 KiB
C#
namespace CodeImp.DoomBuilder.BuilderModes.Interface
|
|
{
|
|
partial class PastePropertiesOptionsForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if(disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.tabcontrol = new System.Windows.Forms.TabControl();
|
|
this.sectors = new System.Windows.Forms.TabPage();
|
|
this.sectorflags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.linedefs = new System.Windows.Forms.TabPage();
|
|
this.lineflags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.sidedefs = new System.Windows.Forms.TabPage();
|
|
this.sideflags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.things = new System.Windows.Forms.TabPage();
|
|
this.thingflags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.vertices = new System.Windows.Forms.TabPage();
|
|
this.vertexflags = new CodeImp.DoomBuilder.Controls.CheckboxArrayControl();
|
|
this.cancel = new System.Windows.Forms.Button();
|
|
this.apply = new System.Windows.Forms.Button();
|
|
this.enableall = new System.Windows.Forms.Button();
|
|
this.tabcontrol.SuspendLayout();
|
|
this.sectors.SuspendLayout();
|
|
this.linedefs.SuspendLayout();
|
|
this.sidedefs.SuspendLayout();
|
|
this.things.SuspendLayout();
|
|
this.vertices.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tabcontrol
|
|
//
|
|
this.tabcontrol.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabcontrol.Controls.Add(this.sectors);
|
|
this.tabcontrol.Controls.Add(this.linedefs);
|
|
this.tabcontrol.Controls.Add(this.sidedefs);
|
|
this.tabcontrol.Controls.Add(this.things);
|
|
this.tabcontrol.Controls.Add(this.vertices);
|
|
this.tabcontrol.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.tabcontrol.Location = new System.Drawing.Point(12, 12);
|
|
this.tabcontrol.Name = "tabcontrol";
|
|
this.tabcontrol.Padding = new System.Drawing.Point(20, 3);
|
|
this.tabcontrol.SelectedIndex = 0;
|
|
this.tabcontrol.Size = new System.Drawing.Size(430, 178);
|
|
this.tabcontrol.TabIndex = 0;
|
|
//
|
|
// sectors
|
|
//
|
|
this.sectors.Controls.Add(this.sectorflags);
|
|
this.sectors.Location = new System.Drawing.Point(4, 22);
|
|
this.sectors.Name = "sectors";
|
|
this.sectors.Padding = new System.Windows.Forms.Padding(3);
|
|
this.sectors.Size = new System.Drawing.Size(422, 152);
|
|
this.sectors.TabIndex = 0;
|
|
this.sectors.Text = "Sectors";
|
|
this.sectors.UseVisualStyleBackColor = true;
|
|
//
|
|
// sectorflags
|
|
//
|
|
this.sectorflags.AutoScroll = true;
|
|
this.sectorflags.Columns = 2;
|
|
this.sectorflags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sectorflags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sectorflags.Location = new System.Drawing.Point(3, 3);
|
|
this.sectorflags.Name = "sectorflags";
|
|
this.sectorflags.Size = new System.Drawing.Size(416, 146);
|
|
this.sectorflags.TabIndex = 3;
|
|
this.sectorflags.VerticalSpacing = 1;
|
|
//
|
|
// linedefs
|
|
//
|
|
this.linedefs.Controls.Add(this.lineflags);
|
|
this.linedefs.Location = new System.Drawing.Point(4, 22);
|
|
this.linedefs.Name = "linedefs";
|
|
this.linedefs.Padding = new System.Windows.Forms.Padding(3);
|
|
this.linedefs.Size = new System.Drawing.Size(422, 152);
|
|
this.linedefs.TabIndex = 1;
|
|
this.linedefs.Text = "Linedefs";
|
|
this.linedefs.UseVisualStyleBackColor = true;
|
|
//
|
|
// lineflags
|
|
//
|
|
this.lineflags.AutoScroll = true;
|
|
this.lineflags.Columns = 2;
|
|
this.lineflags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.lineflags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.lineflags.Location = new System.Drawing.Point(3, 3);
|
|
this.lineflags.Name = "lineflags";
|
|
this.lineflags.Size = new System.Drawing.Size(416, 146);
|
|
this.lineflags.TabIndex = 3;
|
|
this.lineflags.VerticalSpacing = 1;
|
|
//
|
|
// sidedefs
|
|
//
|
|
this.sidedefs.Controls.Add(this.sideflags);
|
|
this.sidedefs.Location = new System.Drawing.Point(4, 22);
|
|
this.sidedefs.Name = "sidedefs";
|
|
this.sidedefs.Padding = new System.Windows.Forms.Padding(3);
|
|
this.sidedefs.Size = new System.Drawing.Size(422, 152);
|
|
this.sidedefs.TabIndex = 2;
|
|
this.sidedefs.Text = "Sidedefs";
|
|
this.sidedefs.UseVisualStyleBackColor = true;
|
|
//
|
|
// sideflags
|
|
//
|
|
this.sideflags.AutoScroll = true;
|
|
this.sideflags.Columns = 2;
|
|
this.sideflags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.sideflags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.sideflags.Location = new System.Drawing.Point(3, 3);
|
|
this.sideflags.Name = "sideflags";
|
|
this.sideflags.Size = new System.Drawing.Size(416, 146);
|
|
this.sideflags.TabIndex = 2;
|
|
this.sideflags.VerticalSpacing = 1;
|
|
//
|
|
// things
|
|
//
|
|
this.things.Controls.Add(this.thingflags);
|
|
this.things.Location = new System.Drawing.Point(4, 22);
|
|
this.things.Name = "things";
|
|
this.things.Padding = new System.Windows.Forms.Padding(3);
|
|
this.things.Size = new System.Drawing.Size(422, 152);
|
|
this.things.TabIndex = 3;
|
|
this.things.Text = "Things";
|
|
this.things.UseVisualStyleBackColor = true;
|
|
//
|
|
// thingflags
|
|
//
|
|
this.thingflags.AutoScroll = true;
|
|
this.thingflags.Columns = 2;
|
|
this.thingflags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.thingflags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.thingflags.Location = new System.Drawing.Point(3, 3);
|
|
this.thingflags.Name = "thingflags";
|
|
this.thingflags.Size = new System.Drawing.Size(416, 146);
|
|
this.thingflags.TabIndex = 2;
|
|
this.thingflags.VerticalSpacing = 1;
|
|
//
|
|
// vertices
|
|
//
|
|
this.vertices.Controls.Add(this.vertexflags);
|
|
this.vertices.Location = new System.Drawing.Point(4, 22);
|
|
this.vertices.Name = "vertices";
|
|
this.vertices.Padding = new System.Windows.Forms.Padding(3);
|
|
this.vertices.Size = new System.Drawing.Size(422, 152);
|
|
this.vertices.TabIndex = 4;
|
|
this.vertices.Text = "Vertices";
|
|
this.vertices.UseVisualStyleBackColor = true;
|
|
//
|
|
// vertexflags
|
|
//
|
|
this.vertexflags.AutoScroll = true;
|
|
this.vertexflags.Columns = 2;
|
|
this.vertexflags.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.vertexflags.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.vertexflags.Location = new System.Drawing.Point(3, 3);
|
|
this.vertexflags.Name = "vertexflags";
|
|
this.vertexflags.Size = new System.Drawing.Size(416, 146);
|
|
this.vertexflags.TabIndex = 1;
|
|
this.vertexflags.VerticalSpacing = 1;
|
|
//
|
|
// cancel
|
|
//
|
|
this.cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancel.Location = new System.Drawing.Point(330, 194);
|
|
this.cancel.Name = "cancel";
|
|
this.cancel.Size = new System.Drawing.Size(112, 25);
|
|
this.cancel.TabIndex = 0;
|
|
this.cancel.Text = "Cancel";
|
|
this.cancel.UseVisualStyleBackColor = true;
|
|
this.cancel.Click += new System.EventHandler(this.cancel_Click);
|
|
//
|
|
// apply
|
|
//
|
|
this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.apply.Location = new System.Drawing.Point(212, 194);
|
|
this.apply.Name = "apply";
|
|
this.apply.Size = new System.Drawing.Size(112, 25);
|
|
this.apply.TabIndex = 1;
|
|
this.apply.Text = "OK";
|
|
this.apply.UseVisualStyleBackColor = true;
|
|
this.apply.Click += new System.EventHandler(this.apply_Click);
|
|
//
|
|
// enableall
|
|
//
|
|
this.enableall.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.enableall.Location = new System.Drawing.Point(12, 194);
|
|
this.enableall.Name = "enableall";
|
|
this.enableall.Size = new System.Drawing.Size(120, 25);
|
|
this.enableall.TabIndex = 2;
|
|
this.enableall.Text = "Toggle All";
|
|
this.enableall.UseVisualStyleBackColor = true;
|
|
this.enableall.Click += new System.EventHandler(this.enableall_Click);
|
|
//
|
|
// PastePropertiesOptionsForm
|
|
//
|
|
this.AcceptButton = this.apply;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.cancel;
|
|
this.ClientSize = new System.Drawing.Size(454, 222);
|
|
this.Controls.Add(this.enableall);
|
|
this.Controls.Add(this.apply);
|
|
this.Controls.Add(this.cancel);
|
|
this.Controls.Add(this.tabcontrol);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.MinimumSize = new System.Drawing.Size(300, 200);
|
|
this.Name = "PastePropertiesOptionsForm";
|
|
this.Opacity = 1;
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "Paste Properties Special";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PastePropertiesOptionsForm_FormClosing);
|
|
this.tabcontrol.ResumeLayout(false);
|
|
this.sectors.ResumeLayout(false);
|
|
this.linedefs.ResumeLayout(false);
|
|
this.sidedefs.ResumeLayout(false);
|
|
this.things.ResumeLayout(false);
|
|
this.vertices.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TabControl tabcontrol;
|
|
private System.Windows.Forms.TabPage sectors;
|
|
private System.Windows.Forms.TabPage linedefs;
|
|
private System.Windows.Forms.Button cancel;
|
|
private System.Windows.Forms.Button apply;
|
|
private System.Windows.Forms.TabPage sidedefs;
|
|
private System.Windows.Forms.TabPage things;
|
|
private System.Windows.Forms.TabPage vertices;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl vertexflags;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl sectorflags;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl lineflags;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl sideflags;
|
|
private CodeImp.DoomBuilder.Controls.CheckboxArrayControl thingflags;
|
|
private System.Windows.Forms.Button enableall;
|
|
}
|
|
} |