2014-04-09 10:16:33 +00:00
|
|
|
|
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
|
|
|
|
|
//
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
2014-04-09 10:16:33 +00:00
|
|
|
|
| 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.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.tabControl.Name = "tabControl";
|
|
|
|
|
this.tabControl.SelectedIndex = 0;
|
2014-04-09 10:52:31 +00:00
|
|
|
|
this.tabControl.Size = new System.Drawing.Size(266, 127);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.tabControl.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// sectors
|
|
|
|
|
//
|
|
|
|
|
this.sectors.Controls.Add(this.sectorflags);
|
|
|
|
|
this.sectors.Location = new System.Drawing.Point(4, 23);
|
|
|
|
|
this.sectors.Name = "sectors";
|
|
|
|
|
this.sectors.Padding = new System.Windows.Forms.Padding(3);
|
2014-04-09 10:52:31 +00:00
|
|
|
|
this.sectors.Size = new System.Drawing.Size(258, 100);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.sectorflags.Name = "sectorflags";
|
2014-04-09 10:52:31 +00:00
|
|
|
|
this.sectorflags.Size = new System.Drawing.Size(252, 94);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.sectorflags.TabIndex = 3;
|
|
|
|
|
this.sectorflags.VerticalSpacing = 1;
|
|
|
|
|
//
|
|
|
|
|
// linedefs
|
|
|
|
|
//
|
|
|
|
|
this.linedefs.Controls.Add(this.lineflags);
|
|
|
|
|
this.linedefs.Location = new System.Drawing.Point(4, 23);
|
|
|
|
|
this.linedefs.Name = "linedefs";
|
|
|
|
|
this.linedefs.Padding = new System.Windows.Forms.Padding(3);
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.linedefs.Size = new System.Drawing.Size(258, 100);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.lineflags.Name = "lineflags";
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.lineflags.Size = new System.Drawing.Size(252, 94);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.lineflags.TabIndex = 3;
|
|
|
|
|
this.lineflags.VerticalSpacing = 1;
|
|
|
|
|
//
|
|
|
|
|
// sidedefs
|
|
|
|
|
//
|
|
|
|
|
this.sidedefs.Controls.Add(this.sideflags);
|
|
|
|
|
this.sidedefs.Location = new System.Drawing.Point(4, 23);
|
|
|
|
|
this.sidedefs.Name = "sidedefs";
|
|
|
|
|
this.sidedefs.Padding = new System.Windows.Forms.Padding(3);
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.sidedefs.Size = new System.Drawing.Size(258, 100);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.sideflags.Name = "sideflags";
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.sideflags.Size = new System.Drawing.Size(252, 94);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.sideflags.TabIndex = 2;
|
|
|
|
|
this.sideflags.VerticalSpacing = 1;
|
|
|
|
|
//
|
|
|
|
|
// things
|
|
|
|
|
//
|
|
|
|
|
this.things.Controls.Add(this.thingflags);
|
|
|
|
|
this.things.Location = new System.Drawing.Point(4, 23);
|
|
|
|
|
this.things.Name = "things";
|
|
|
|
|
this.things.Padding = new System.Windows.Forms.Padding(3);
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.things.Size = new System.Drawing.Size(258, 100);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.thingflags.Name = "thingflags";
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.thingflags.Size = new System.Drawing.Size(252, 94);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.thingflags.TabIndex = 2;
|
|
|
|
|
this.thingflags.VerticalSpacing = 1;
|
|
|
|
|
//
|
|
|
|
|
// vertices
|
|
|
|
|
//
|
|
|
|
|
this.vertices.Controls.Add(this.vertexflags);
|
|
|
|
|
this.vertices.Location = new System.Drawing.Point(4, 23);
|
|
|
|
|
this.vertices.Name = "vertices";
|
|
|
|
|
this.vertices.Padding = new System.Windows.Forms.Padding(3);
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.vertices.Size = new System.Drawing.Size(258, 100);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.vertexflags.Name = "vertexflags";
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.vertexflags.Size = new System.Drawing.Size(252, 94);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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;
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.cancel.Location = new System.Drawing.Point(122, 144);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.cancel.Name = "cancel";
|
|
|
|
|
this.cancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
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)));
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.apply.Location = new System.Drawing.Point(203, 144);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.apply.Name = "apply";
|
|
|
|
|
this.apply.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
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)));
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.enableall.Location = new System.Drawing.Point(11, 144);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.enableall.Name = "enableall";
|
|
|
|
|
this.enableall.Size = new System.Drawing.Size(70, 23);
|
|
|
|
|
this.enableall.TabIndex = 2;
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.enableall.Text = "Toggle All";
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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;
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(290, 171);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
this.Controls.Add(this.enableall);
|
|
|
|
|
this.Controls.Add(this.apply);
|
|
|
|
|
this.Controls.Add(this.cancel);
|
|
|
|
|
this.Controls.Add(this.tabControl);
|
|
|
|
|
this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
|
|
this.Name = "PastePropertiesOptionsForm";
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
this.Text = "Paste Properties Options";
|
2014-05-08 09:24:32 +00:00
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PastePropertiesOptionsForm_FormClosing);
|
2014-04-09 10:16:33 +00:00
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|