mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 20:32:34 +00:00
fa4dd4e399
Added, Game configurations: added "thingclasshelp" property. It's used to open a website when thing class name is clicked in the Thing Edit form. Changed, "Raise/Lower sector to nearest" action: 3d floors are now taken into account when using the action on things. Updated documentation.
885 lines
No EOL
45 KiB
C#
885 lines
No EOL
45 KiB
C#
namespace CodeImp.DoomBuilder.BuilderModes
|
|
{
|
|
partial class MenusForm
|
|
{
|
|
/// <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.menustrip = new System.Windows.Forms.MenuStrip();
|
|
this.linedefsmenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.placethingsl = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectInSectorsItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectsinglesideditem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectdoublesideditem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.fliplinedefsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.flipsidedefsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.curvelinedefsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.splitlinedefsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.updatelightfogitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.aligntexturesitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.alignFloorToFrontItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.alignFloorToBackItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.alignCeilingToFrontItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.alignCeilingToBackItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectSimilarLinesItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.sectorsmenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.placethingss = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectInSectorsItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.joinsectorsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.mergesectorsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.flipsectorlinedefsitem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.makedooritem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectSimilarSectors = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.thingsmenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.selectInSectorsItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.filterSelectionItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.alignToWallItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.pointAtCursorItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectSimilarThingsItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.vertsmenu = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.placethingsv = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.selectSimilarVertsItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.globalstrip = new System.Windows.Forms.ToolStrip();
|
|
this.manualstrip = new System.Windows.Forms.ToolStrip();
|
|
this.buttoncopyproperties = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonpasteproperties = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonpastepropertiesoptions = new System.Windows.Forms.ToolStripButton();
|
|
this.seperatorcopypaste = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buttonselectionnumbers = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonselectioneffects = new System.Windows.Forms.ToolStripButton();
|
|
this.separatorsectors1 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buttonMakeDoor = new System.Windows.Forms.ToolStripButton();
|
|
this.separatorsectors2 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buttonbrightnessgradient = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonfloorgradient = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonceilinggradient = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonflipselectionh = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonflipselectionv = new System.Windows.Forms.ToolStripButton();
|
|
this.buttoncurvelinedefs = new System.Windows.Forms.ToolStripButton();
|
|
this.gradientModeMenu = new System.Windows.Forms.ToolStripComboBox();
|
|
this.gradientInterpolationMenu = new System.Windows.Forms.ToolStripComboBox();
|
|
this.separatorsectors3 = new System.Windows.Forms.ToolStripSeparator();
|
|
this.buttonMarqueSelectTouching = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonDragThingsInSelectedSectors = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonAlignThingsToWall = new System.Windows.Forms.ToolStripButton();
|
|
this.buttonTextureOffsetLock = new System.Windows.Forms.ToolStripButton();
|
|
this.fileMenuStrip = new System.Windows.Forms.MenuStrip();
|
|
this.exportStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menustrip.SuspendLayout();
|
|
this.manualstrip.SuspendLayout();
|
|
this.fileMenuStrip.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// menustrip
|
|
//
|
|
this.menustrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.linedefsmenu,
|
|
this.sectorsmenu,
|
|
this.thingsmenu,
|
|
this.vertsmenu});
|
|
this.menustrip.Location = new System.Drawing.Point(0, 24);
|
|
this.menustrip.Name = "menustrip";
|
|
this.menustrip.Size = new System.Drawing.Size(794, 24);
|
|
this.menustrip.TabIndex = 0;
|
|
this.menustrip.Text = "menustrip";
|
|
//
|
|
// linedefsmenu
|
|
//
|
|
this.linedefsmenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.placethingsl,
|
|
this.selectInSectorsItem3,
|
|
this.toolStripSeparator2,
|
|
this.selectsinglesideditem,
|
|
this.selectdoublesideditem,
|
|
this.toolStripMenuItem4,
|
|
this.fliplinedefsitem,
|
|
this.flipsidedefsitem,
|
|
this.toolStripMenuItem1,
|
|
this.curvelinedefsitem,
|
|
this.toolStripMenuItem3,
|
|
this.splitlinedefsitem,
|
|
this.updatelightfogitem,
|
|
this.aligntexturesitem,
|
|
this.toolStripSeparator5,
|
|
this.selectSimilarLinesItem});
|
|
this.linedefsmenu.Name = "linedefsmenu";
|
|
this.linedefsmenu.Size = new System.Drawing.Size(63, 20);
|
|
this.linedefsmenu.Text = "&Linedefs";
|
|
this.linedefsmenu.Visible = false;
|
|
this.linedefsmenu.DropDownOpening += new System.EventHandler(this.linedefsmenu_DropDownOpening);
|
|
//
|
|
// placethingsl
|
|
//
|
|
this.placethingsl.Name = "placethingsl";
|
|
this.placethingsl.Size = new System.Drawing.Size(245, 22);
|
|
this.placethingsl.Tag = "placethings";
|
|
this.placethingsl.Text = "&Place Things...";
|
|
this.placethingsl.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// selectInSectorsItem3
|
|
//
|
|
this.selectInSectorsItem3.Name = "selectInSectorsItem3";
|
|
this.selectInSectorsItem3.Size = new System.Drawing.Size(245, 22);
|
|
this.selectInSectorsItem3.Tag = "thingsselectinsectors";
|
|
this.selectInSectorsItem3.Text = "&Select Things in Selected Sectors";
|
|
//
|
|
// toolStripSeparator2
|
|
//
|
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
this.toolStripSeparator2.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// selectsinglesideditem
|
|
//
|
|
this.selectsinglesideditem.Name = "selectsinglesideditem";
|
|
this.selectsinglesideditem.Size = new System.Drawing.Size(245, 22);
|
|
this.selectsinglesideditem.Tag = "selectsinglesided";
|
|
this.selectsinglesideditem.Text = "Select &Single-sided only";
|
|
this.selectsinglesideditem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// selectdoublesideditem
|
|
//
|
|
this.selectdoublesideditem.Name = "selectdoublesideditem";
|
|
this.selectdoublesideditem.Size = new System.Drawing.Size(245, 22);
|
|
this.selectdoublesideditem.Tag = "selectdoublesided";
|
|
this.selectdoublesideditem.Text = "Select &Double-sided only";
|
|
this.selectdoublesideditem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripMenuItem4
|
|
//
|
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// fliplinedefsitem
|
|
//
|
|
this.fliplinedefsitem.Name = "fliplinedefsitem";
|
|
this.fliplinedefsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.fliplinedefsitem.Tag = "fliplinedefs";
|
|
this.fliplinedefsitem.Text = "&Flip Linedefs";
|
|
this.fliplinedefsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// flipsidedefsitem
|
|
//
|
|
this.flipsidedefsitem.Name = "flipsidedefsitem";
|
|
this.flipsidedefsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.flipsidedefsitem.Tag = "flipsidedefs";
|
|
this.flipsidedefsitem.Text = "F&lip Sidedefs";
|
|
this.flipsidedefsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripMenuItem1
|
|
//
|
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// curvelinedefsitem
|
|
//
|
|
this.curvelinedefsitem.Name = "curvelinedefsitem";
|
|
this.curvelinedefsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.curvelinedefsitem.Tag = "curvelinesmode";
|
|
this.curvelinedefsitem.Text = "&Curve Linedefs...";
|
|
this.curvelinedefsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripMenuItem3
|
|
//
|
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// splitlinedefsitem
|
|
//
|
|
this.splitlinedefsitem.Name = "splitlinedefsitem";
|
|
this.splitlinedefsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.splitlinedefsitem.Tag = "splitlinedefs";
|
|
this.splitlinedefsitem.Text = "S&plit Linedefs";
|
|
this.splitlinedefsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// updatelightfogitem
|
|
//
|
|
this.updatelightfogitem.Name = "updatelightfogitem";
|
|
this.updatelightfogitem.Size = new System.Drawing.Size(245, 22);
|
|
this.updatelightfogitem.Tag = "applylightfogflag";
|
|
this.updatelightfogitem.Text = "&Update \'lightfog\' flag";
|
|
this.updatelightfogitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// aligntexturesitem
|
|
//
|
|
this.aligntexturesitem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.alignFloorToFrontItem,
|
|
this.alignFloorToBackItem,
|
|
this.alignCeilingToFrontItem,
|
|
this.alignCeilingToBackItem});
|
|
this.aligntexturesitem.Name = "aligntexturesitem";
|
|
this.aligntexturesitem.Size = new System.Drawing.Size(245, 22);
|
|
this.aligntexturesitem.Text = "&Align Textures";
|
|
//
|
|
// alignFloorToFrontItem
|
|
//
|
|
this.alignFloorToFrontItem.Name = "alignFloorToFrontItem";
|
|
this.alignFloorToFrontItem.Size = new System.Drawing.Size(181, 22);
|
|
this.alignFloorToFrontItem.Tag = "alignfloortofront";
|
|
this.alignFloorToFrontItem.Text = "Floor to Front Side";
|
|
this.alignFloorToFrontItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// alignFloorToBackItem
|
|
//
|
|
this.alignFloorToBackItem.Name = "alignFloorToBackItem";
|
|
this.alignFloorToBackItem.Size = new System.Drawing.Size(181, 22);
|
|
this.alignFloorToBackItem.Tag = "alignfloortoback";
|
|
this.alignFloorToBackItem.Text = "Floor to Back Side";
|
|
this.alignFloorToBackItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// alignCeilingToFrontItem
|
|
//
|
|
this.alignCeilingToFrontItem.Name = "alignCeilingToFrontItem";
|
|
this.alignCeilingToFrontItem.Size = new System.Drawing.Size(181, 22);
|
|
this.alignCeilingToFrontItem.Tag = "alignceilingtofront";
|
|
this.alignCeilingToFrontItem.Text = "Ceiling to Front Side";
|
|
this.alignCeilingToFrontItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// alignCeilingToBackItem
|
|
//
|
|
this.alignCeilingToBackItem.Name = "alignCeilingToBackItem";
|
|
this.alignCeilingToBackItem.Size = new System.Drawing.Size(181, 22);
|
|
this.alignCeilingToBackItem.Tag = "alignceilingtoback";
|
|
this.alignCeilingToBackItem.Text = "Ceiling to Back Side";
|
|
this.alignCeilingToBackItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator5
|
|
//
|
|
this.toolStripSeparator5.Name = "toolStripSeparator5";
|
|
this.toolStripSeparator5.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// selectSimilarLinesItem
|
|
//
|
|
this.selectSimilarLinesItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Similar;
|
|
this.selectSimilarLinesItem.Name = "selectSimilarLinesItem";
|
|
this.selectSimilarLinesItem.Size = new System.Drawing.Size(245, 22);
|
|
this.selectSimilarLinesItem.Tag = "selectsimilar";
|
|
this.selectSimilarLinesItem.Text = "Select Similar...";
|
|
this.selectSimilarLinesItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// sectorsmenu
|
|
//
|
|
this.sectorsmenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.placethingss,
|
|
this.selectInSectorsItem2,
|
|
this.toolStripSeparator1,
|
|
this.joinsectorsitem,
|
|
this.mergesectorsitem,
|
|
this.toolStripMenuItem2,
|
|
this.flipsectorlinedefsitem,
|
|
this.toolStripSeparator8,
|
|
this.makedooritem,
|
|
this.toolStripSeparator4,
|
|
this.selectSimilarSectors});
|
|
this.sectorsmenu.Name = "sectorsmenu";
|
|
this.sectorsmenu.Size = new System.Drawing.Size(57, 20);
|
|
this.sectorsmenu.Text = "&Sectors";
|
|
this.sectorsmenu.Visible = false;
|
|
//
|
|
// placethingss
|
|
//
|
|
this.placethingss.Name = "placethingss";
|
|
this.placethingss.Size = new System.Drawing.Size(245, 22);
|
|
this.placethingss.Tag = "placethings";
|
|
this.placethingss.Text = "&Place Things...";
|
|
this.placethingss.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// selectInSectorsItem2
|
|
//
|
|
this.selectInSectorsItem2.Name = "selectInSectorsItem2";
|
|
this.selectInSectorsItem2.Size = new System.Drawing.Size(245, 22);
|
|
this.selectInSectorsItem2.Tag = "thingsselectinsectors";
|
|
this.selectInSectorsItem2.Text = "&Select Things in Selected Sectors";
|
|
//
|
|
// toolStripSeparator1
|
|
//
|
|
this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
this.toolStripSeparator1.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// joinsectorsitem
|
|
//
|
|
this.joinsectorsitem.Name = "joinsectorsitem";
|
|
this.joinsectorsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.joinsectorsitem.Tag = "joinsectors";
|
|
this.joinsectorsitem.Text = "&Join Sectors";
|
|
this.joinsectorsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// mergesectorsitem
|
|
//
|
|
this.mergesectorsitem.Name = "mergesectorsitem";
|
|
this.mergesectorsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.mergesectorsitem.Tag = "mergesectors";
|
|
this.mergesectorsitem.Text = "&Merge Sectors";
|
|
this.mergesectorsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripMenuItem2
|
|
//
|
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// flipsectorlinedefsitem
|
|
//
|
|
this.flipsectorlinedefsitem.Name = "flipsectorlinedefsitem";
|
|
this.flipsectorlinedefsitem.Size = new System.Drawing.Size(245, 22);
|
|
this.flipsectorlinedefsitem.Tag = "fliplinedefs";
|
|
this.flipsectorlinedefsitem.Text = "&Flip Linedefs";
|
|
this.flipsectorlinedefsitem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator8
|
|
//
|
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
|
this.toolStripSeparator8.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// makedooritem
|
|
//
|
|
this.makedooritem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Door;
|
|
this.makedooritem.Name = "makedooritem";
|
|
this.makedooritem.Size = new System.Drawing.Size(245, 22);
|
|
this.makedooritem.Tag = "makedoor";
|
|
this.makedooritem.Text = "Make &Door";
|
|
this.makedooritem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator4
|
|
//
|
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
|
this.toolStripSeparator4.Size = new System.Drawing.Size(242, 6);
|
|
this.toolStripSeparator4.Visible = false;
|
|
//
|
|
// selectSimilarSectors
|
|
//
|
|
this.selectSimilarSectors.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Similar;
|
|
this.selectSimilarSectors.Name = "selectSimilarSectors";
|
|
this.selectSimilarSectors.Size = new System.Drawing.Size(245, 22);
|
|
this.selectSimilarSectors.Tag = "selectsimilar";
|
|
this.selectSimilarSectors.Text = "Select Similar...";
|
|
this.selectSimilarSectors.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// thingsmenu
|
|
//
|
|
this.thingsmenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.selectInSectorsItem,
|
|
this.filterSelectionItem,
|
|
this.toolStripSeparator3,
|
|
this.alignToWallItem,
|
|
this.pointAtCursorItem,
|
|
this.toolStripSeparator6,
|
|
this.selectSimilarThingsItem});
|
|
this.thingsmenu.Name = "thingsmenu";
|
|
this.thingsmenu.Size = new System.Drawing.Size(55, 20);
|
|
this.thingsmenu.Text = "Things";
|
|
this.thingsmenu.Visible = false;
|
|
//
|
|
// selectInSectorsItem
|
|
//
|
|
this.selectInSectorsItem.Name = "selectInSectorsItem";
|
|
this.selectInSectorsItem.Size = new System.Drawing.Size(245, 22);
|
|
this.selectInSectorsItem.Tag = "thingsselectinsectors";
|
|
this.selectInSectorsItem.Text = "&Select Things in Selected Sectors";
|
|
this.selectInSectorsItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// filterSelectionItem
|
|
//
|
|
this.filterSelectionItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.FilterThings;
|
|
this.filterSelectionItem.Name = "filterSelectionItem";
|
|
this.filterSelectionItem.Size = new System.Drawing.Size(245, 22);
|
|
this.filterSelectionItem.Tag = "filterselectedthings";
|
|
this.filterSelectionItem.Text = "Filter Selection...";
|
|
this.filterSelectionItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator3
|
|
//
|
|
this.toolStripSeparator3.Name = "toolStripSeparator3";
|
|
this.toolStripSeparator3.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// alignToWallItem
|
|
//
|
|
this.alignToWallItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.AlignThings;
|
|
this.alignToWallItem.Name = "alignToWallItem";
|
|
this.alignToWallItem.Size = new System.Drawing.Size(245, 22);
|
|
this.alignToWallItem.Tag = "thingaligntowall";
|
|
this.alignToWallItem.Text = "&Align To Closest Linedef";
|
|
this.alignToWallItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// pointAtCursorItem
|
|
//
|
|
this.pointAtCursorItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.ThingPointAtCursor;
|
|
this.pointAtCursorItem.Name = "pointAtCursorItem";
|
|
this.pointAtCursorItem.Size = new System.Drawing.Size(245, 22);
|
|
this.pointAtCursorItem.Tag = "thinglookatcursor";
|
|
this.pointAtCursorItem.Text = "&Point to Cursor";
|
|
this.pointAtCursorItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator6
|
|
//
|
|
this.toolStripSeparator6.Name = "toolStripSeparator6";
|
|
this.toolStripSeparator6.Size = new System.Drawing.Size(242, 6);
|
|
//
|
|
// selectSimilarThingsItem
|
|
//
|
|
this.selectSimilarThingsItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Similar;
|
|
this.selectSimilarThingsItem.Name = "selectSimilarThingsItem";
|
|
this.selectSimilarThingsItem.Size = new System.Drawing.Size(245, 22);
|
|
this.selectSimilarThingsItem.Tag = "selectsimilar";
|
|
this.selectSimilarThingsItem.Text = "Select Similar...";
|
|
this.selectSimilarThingsItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// vertsmenu
|
|
//
|
|
this.vertsmenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.placethingsv,
|
|
this.toolStripSeparator7,
|
|
this.selectSimilarVertsItem});
|
|
this.vertsmenu.Name = "vertsmenu";
|
|
this.vertsmenu.Size = new System.Drawing.Size(60, 20);
|
|
this.vertsmenu.Text = "Vertices";
|
|
this.vertsmenu.Visible = false;
|
|
//
|
|
// placethingsv
|
|
//
|
|
this.placethingsv.Name = "placethingsv";
|
|
this.placethingsv.Size = new System.Drawing.Size(153, 22);
|
|
this.placethingsv.Tag = "placethings";
|
|
this.placethingsv.Text = "&Place Things...";
|
|
this.placethingsv.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// toolStripSeparator7
|
|
//
|
|
this.toolStripSeparator7.Name = "toolStripSeparator7";
|
|
this.toolStripSeparator7.Size = new System.Drawing.Size(150, 6);
|
|
//
|
|
// selectSimilarVertsItem
|
|
//
|
|
this.selectSimilarVertsItem.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Similar;
|
|
this.selectSimilarVertsItem.Name = "selectSimilarVertsItem";
|
|
this.selectSimilarVertsItem.Size = new System.Drawing.Size(153, 22);
|
|
this.selectSimilarVertsItem.Tag = "selectsimilar";
|
|
this.selectSimilarVertsItem.Text = "Select Similar...";
|
|
this.selectSimilarVertsItem.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// globalstrip
|
|
//
|
|
this.globalstrip.Location = new System.Drawing.Point(0, 48);
|
|
this.globalstrip.Name = "globalstrip";
|
|
this.globalstrip.Size = new System.Drawing.Size(794, 25);
|
|
this.globalstrip.TabIndex = 1;
|
|
this.globalstrip.Text = "toolstrip";
|
|
//
|
|
// manualstrip
|
|
//
|
|
this.manualstrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.buttoncopyproperties,
|
|
this.buttonpasteproperties,
|
|
this.buttonpastepropertiesoptions,
|
|
this.seperatorcopypaste,
|
|
this.buttonselectionnumbers,
|
|
this.buttonselectioneffects,
|
|
this.separatorsectors1,
|
|
this.buttonMakeDoor,
|
|
this.separatorsectors2,
|
|
this.buttonbrightnessgradient,
|
|
this.buttonfloorgradient,
|
|
this.buttonceilinggradient,
|
|
this.buttonflipselectionh,
|
|
this.buttonflipselectionv,
|
|
this.buttoncurvelinedefs,
|
|
this.gradientModeMenu,
|
|
this.gradientInterpolationMenu,
|
|
this.separatorsectors3,
|
|
this.buttonMarqueSelectTouching,
|
|
this.buttonDragThingsInSelectedSectors,
|
|
this.buttonAlignThingsToWall,
|
|
this.buttonTextureOffsetLock});
|
|
this.manualstrip.Location = new System.Drawing.Point(0, 73);
|
|
this.manualstrip.Name = "manualstrip";
|
|
this.manualstrip.Size = new System.Drawing.Size(794, 25);
|
|
this.manualstrip.TabIndex = 2;
|
|
this.manualstrip.Text = "toolStrip1";
|
|
//
|
|
// buttoncopyproperties
|
|
//
|
|
this.buttoncopyproperties.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttoncopyproperties.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.CopyProperties;
|
|
this.buttoncopyproperties.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttoncopyproperties.Name = "buttoncopyproperties";
|
|
this.buttoncopyproperties.Size = new System.Drawing.Size(23, 22);
|
|
this.buttoncopyproperties.Tag = "classiccopyproperties";
|
|
this.buttoncopyproperties.Text = "Copy Properties";
|
|
this.buttoncopyproperties.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonpasteproperties
|
|
//
|
|
this.buttonpasteproperties.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonpasteproperties.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.PasteProperties;
|
|
this.buttonpasteproperties.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonpasteproperties.Name = "buttonpasteproperties";
|
|
this.buttonpasteproperties.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonpasteproperties.Tag = "classicpasteproperties";
|
|
this.buttonpasteproperties.Text = "Paste Properties";
|
|
this.buttonpasteproperties.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonpastepropertiesoptions
|
|
//
|
|
this.buttonpastepropertiesoptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonpastepropertiesoptions.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.PastePropertiesOptions;
|
|
this.buttonpastepropertiesoptions.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonpastepropertiesoptions.Name = "buttonpastepropertiesoptions";
|
|
this.buttonpastepropertiesoptions.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonpastepropertiesoptions.Tag = "pastepropertiesoptions";
|
|
this.buttonpastepropertiesoptions.Text = "Choose Properties to Paste";
|
|
this.buttonpastepropertiesoptions.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// seperatorcopypaste
|
|
//
|
|
this.seperatorcopypaste.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.seperatorcopypaste.Name = "seperatorcopypaste";
|
|
this.seperatorcopypaste.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// buttonselectionnumbers
|
|
//
|
|
this.buttonselectionnumbers.CheckOnClick = true;
|
|
this.buttonselectionnumbers.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonselectionnumbers.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.ViewSelectionIndex;
|
|
this.buttonselectionnumbers.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonselectionnumbers.Name = "buttonselectionnumbers";
|
|
this.buttonselectionnumbers.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonselectionnumbers.Text = "View Selection Numbering";
|
|
this.buttonselectionnumbers.Click += new System.EventHandler(this.buttonselectionnumbers_Click);
|
|
//
|
|
// buttonselectioneffects
|
|
//
|
|
this.buttonselectioneffects.CheckOnClick = true;
|
|
this.buttonselectioneffects.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonselectioneffects.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.ViewSelectionEffects;
|
|
this.buttonselectioneffects.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonselectioneffects.Name = "buttonselectioneffects";
|
|
this.buttonselectioneffects.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonselectioneffects.Text = "View Tags and Effects";
|
|
this.buttonselectioneffects.Click += new System.EventHandler(this.buttonselectioneffects_Click);
|
|
//
|
|
// separatorsectors1
|
|
//
|
|
this.separatorsectors1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.separatorsectors1.Name = "separatorsectors1";
|
|
this.separatorsectors1.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// buttonMakeDoor
|
|
//
|
|
this.buttonMakeDoor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonMakeDoor.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.Door;
|
|
this.buttonMakeDoor.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonMakeDoor.Name = "buttonMakeDoor";
|
|
this.buttonMakeDoor.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonMakeDoor.Tag = "makedoor";
|
|
this.buttonMakeDoor.Text = "Make Door From Selection";
|
|
this.buttonMakeDoor.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// separatorsectors2
|
|
//
|
|
this.separatorsectors2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.separatorsectors2.Name = "separatorsectors2";
|
|
this.separatorsectors2.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// buttonbrightnessgradient
|
|
//
|
|
this.buttonbrightnessgradient.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonbrightnessgradient.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.BrightnessGradient;
|
|
this.buttonbrightnessgradient.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
|
this.buttonbrightnessgradient.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonbrightnessgradient.Name = "buttonbrightnessgradient";
|
|
this.buttonbrightnessgradient.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonbrightnessgradient.Tag = "gradientbrightness";
|
|
this.buttonbrightnessgradient.Text = "Make Brightness Gradient";
|
|
this.buttonbrightnessgradient.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonfloorgradient
|
|
//
|
|
this.buttonfloorgradient.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonfloorgradient.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.FloorsGradient;
|
|
this.buttonfloorgradient.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonfloorgradient.Name = "buttonfloorgradient";
|
|
this.buttonfloorgradient.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonfloorgradient.Tag = "gradientfloors";
|
|
this.buttonfloorgradient.Text = "Make Floor Heights Gradient";
|
|
this.buttonfloorgradient.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonceilinggradient
|
|
//
|
|
this.buttonceilinggradient.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonceilinggradient.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.CeilsGradient;
|
|
this.buttonceilinggradient.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonceilinggradient.Name = "buttonceilinggradient";
|
|
this.buttonceilinggradient.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonceilinggradient.Tag = "gradientceilings";
|
|
this.buttonceilinggradient.Text = "Make Ceiling Heights Gradient";
|
|
this.buttonceilinggradient.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonflipselectionh
|
|
//
|
|
this.buttonflipselectionh.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonflipselectionh.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.FlipSelectionH;
|
|
this.buttonflipselectionh.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonflipselectionh.Name = "buttonflipselectionh";
|
|
this.buttonflipselectionh.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonflipselectionh.Tag = "flipselectionh";
|
|
this.buttonflipselectionh.Text = "Flip Selection Horizontally";
|
|
this.buttonflipselectionh.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonflipselectionv
|
|
//
|
|
this.buttonflipselectionv.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonflipselectionv.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.FlipSelectionV;
|
|
this.buttonflipselectionv.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonflipselectionv.Name = "buttonflipselectionv";
|
|
this.buttonflipselectionv.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonflipselectionv.Tag = "flipselectionv";
|
|
this.buttonflipselectionv.Text = "Flip Selection Vertically";
|
|
this.buttonflipselectionv.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttoncurvelinedefs
|
|
//
|
|
this.buttoncurvelinedefs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttoncurvelinedefs.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.CurveLines;
|
|
this.buttoncurvelinedefs.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttoncurvelinedefs.Name = "buttoncurvelinedefs";
|
|
this.buttoncurvelinedefs.Size = new System.Drawing.Size(23, 22);
|
|
this.buttoncurvelinedefs.Tag = "curvelinesmode";
|
|
this.buttoncurvelinedefs.Text = "Curve Linedefs";
|
|
this.buttoncurvelinedefs.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// gradientModeMenu
|
|
//
|
|
this.gradientModeMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.gradientModeMenu.Name = "gradientModeMenu";
|
|
this.gradientModeMenu.Size = new System.Drawing.Size(144, 25);
|
|
this.gradientModeMenu.ToolTipText = "Brightness Gradient Target";
|
|
this.gradientModeMenu.DropDownClosed += new System.EventHandler(this.gradientMode_DropDownClosed);
|
|
//
|
|
// gradientInterpolationMenu
|
|
//
|
|
this.gradientInterpolationMenu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.gradientInterpolationMenu.Name = "gradientInterpolationMenu";
|
|
this.gradientInterpolationMenu.Size = new System.Drawing.Size(108, 25);
|
|
this.gradientInterpolationMenu.ToolTipText = "Brightness and Height Gradient Interpolation Mode";
|
|
this.gradientInterpolationMenu.DropDownClosed += new System.EventHandler(this.gradientMode_DropDownClosed);
|
|
//
|
|
// separatorsectors3
|
|
//
|
|
this.separatorsectors3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.separatorsectors3.Name = "separatorsectors3";
|
|
this.separatorsectors3.Size = new System.Drawing.Size(6, 25);
|
|
//
|
|
// buttonMarqueSelectTouching
|
|
//
|
|
this.buttonMarqueSelectTouching.CheckOnClick = true;
|
|
this.buttonMarqueSelectTouching.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonMarqueSelectTouching.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.SelectTouching;
|
|
this.buttonMarqueSelectTouching.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonMarqueSelectTouching.Name = "buttonMarqueSelectTouching";
|
|
this.buttonMarqueSelectTouching.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonMarqueSelectTouching.Text = "Select Touching";
|
|
this.buttonMarqueSelectTouching.ToolTipText = "Toggle between \"select touching\" and \"select inside\"\r\nrectangular selection modes" +
|
|
"";
|
|
this.buttonMarqueSelectTouching.Click += new System.EventHandler(this.buttonMarqueSelectTouching_Click);
|
|
//
|
|
// buttonDragThingsInSelectedSectors
|
|
//
|
|
this.buttonDragThingsInSelectedSectors.CheckOnClick = true;
|
|
this.buttonDragThingsInSelectedSectors.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonDragThingsInSelectedSectors.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.MoveThingsInSectors;
|
|
this.buttonDragThingsInSelectedSectors.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonDragThingsInSelectedSectors.Name = "buttonDragThingsInSelectedSectors";
|
|
this.buttonDragThingsInSelectedSectors.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonDragThingsInSelectedSectors.Text = "Move Things in Selected Sectors";
|
|
this.buttonDragThingsInSelectedSectors.ToolTipText = "When enabled, all things inside of selected sectors \r\nwill be dragged when draggi" +
|
|
"ng sectors.\r\nOtherwise, selected things will be dragged.";
|
|
this.buttonDragThingsInSelectedSectors.Click += new System.EventHandler(this.buttonDragThingsInSelectedSectors_Click);
|
|
//
|
|
// buttonAlignThingsToWall
|
|
//
|
|
this.buttonAlignThingsToWall.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonAlignThingsToWall.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.AlignThings;
|
|
this.buttonAlignThingsToWall.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonAlignThingsToWall.Name = "buttonAlignThingsToWall";
|
|
this.buttonAlignThingsToWall.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonAlignThingsToWall.Tag = "thingaligntowall";
|
|
this.buttonAlignThingsToWall.ToolTipText = "Align selected things to closest linedef";
|
|
this.buttonAlignThingsToWall.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// buttonTextureOffsetLock
|
|
//
|
|
this.buttonTextureOffsetLock.CheckOnClick = true;
|
|
this.buttonTextureOffsetLock.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
this.buttonTextureOffsetLock.Image = global::CodeImp.DoomBuilder.BuilderModes.Properties.Resources.TextureLock;
|
|
this.buttonTextureOffsetLock.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
this.buttonTextureOffsetLock.Name = "buttonTextureOffsetLock";
|
|
this.buttonTextureOffsetLock.Size = new System.Drawing.Size(23, 22);
|
|
this.buttonTextureOffsetLock.ToolTipText = "Pin Texture Offsets.\r\nWhen enabled, keeps floor and ceiling texture offsets\r\ncons" +
|
|
"tant while sector is dragged";
|
|
this.buttonTextureOffsetLock.Click += new System.EventHandler(this.buttonTextureOffsetLock_Click);
|
|
//
|
|
// fileMenuStrip
|
|
//
|
|
this.fileMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.exportStripMenuItem});
|
|
this.fileMenuStrip.Location = new System.Drawing.Point(0, 0);
|
|
this.fileMenuStrip.Name = "fileMenuStrip";
|
|
this.fileMenuStrip.Size = new System.Drawing.Size(794, 24);
|
|
this.fileMenuStrip.TabIndex = 3;
|
|
this.fileMenuStrip.Text = "menuStrip1";
|
|
//
|
|
// exportStripMenuItem
|
|
//
|
|
this.exportStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.toolStripMenuItem5});
|
|
this.exportStripMenuItem.Name = "exportStripMenuItem";
|
|
this.exportStripMenuItem.Size = new System.Drawing.Size(52, 20);
|
|
this.exportStripMenuItem.Text = "Export";
|
|
//
|
|
// toolStripMenuItem5
|
|
//
|
|
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
|
|
this.toolStripMenuItem5.Size = new System.Drawing.Size(226, 22);
|
|
this.toolStripMenuItem5.Tag = "exporttoobj";
|
|
this.toolStripMenuItem5.Text = "Selection to Wavefront .obj...";
|
|
this.toolStripMenuItem5.Click += new System.EventHandler(this.InvokeTaggedAction);
|
|
//
|
|
// MenusForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(794, 100);
|
|
this.Controls.Add(this.manualstrip);
|
|
this.Controls.Add(this.globalstrip);
|
|
this.Controls.Add(this.menustrip);
|
|
this.Controls.Add(this.fileMenuStrip);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.MainMenuStrip = this.menustrip;
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "MenusForm";
|
|
this.ShowIcon = false;
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "MenusForm";
|
|
this.menustrip.ResumeLayout(false);
|
|
this.menustrip.PerformLayout();
|
|
this.manualstrip.ResumeLayout(false);
|
|
this.manualstrip.PerformLayout();
|
|
this.fileMenuStrip.ResumeLayout(false);
|
|
this.fileMenuStrip.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.MenuStrip menustrip;
|
|
private System.Windows.Forms.ToolStripMenuItem linedefsmenu;
|
|
private System.Windows.Forms.ToolStripMenuItem sectorsmenu;
|
|
private System.Windows.Forms.ToolStripMenuItem fliplinedefsitem;
|
|
private System.Windows.Forms.ToolStripMenuItem flipsidedefsitem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
|
|
private System.Windows.Forms.ToolStripMenuItem curvelinedefsitem;
|
|
private System.Windows.Forms.ToolStripMenuItem joinsectorsitem;
|
|
private System.Windows.Forms.ToolStripMenuItem mergesectorsitem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem splitlinedefsitem;
|
|
private System.Windows.Forms.ToolStrip globalstrip;
|
|
private System.Windows.Forms.ToolStrip manualstrip;
|
|
private System.Windows.Forms.ToolStripButton buttonbrightnessgradient;
|
|
private System.Windows.Forms.ToolStripMenuItem selectsinglesideditem;
|
|
private System.Windows.Forms.ToolStripMenuItem selectdoublesideditem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
|
|
private System.Windows.Forms.ToolStripButton buttonflipselectionh;
|
|
private System.Windows.Forms.ToolStripButton buttonflipselectionv;
|
|
private System.Windows.Forms.ToolStripButton buttonselectionnumbers;
|
|
private System.Windows.Forms.ToolStripSeparator separatorsectors1;
|
|
private System.Windows.Forms.ToolStripButton buttonfloorgradient;
|
|
private System.Windows.Forms.ToolStripButton buttonceilinggradient;
|
|
private System.Windows.Forms.ToolStripButton buttoncurvelinedefs;
|
|
private System.Windows.Forms.ToolStripButton buttoncopyproperties;
|
|
private System.Windows.Forms.ToolStripButton buttonpasteproperties;
|
|
private System.Windows.Forms.ToolStripSeparator seperatorcopypaste;
|
|
private System.Windows.Forms.ToolStripComboBox gradientModeMenu;
|
|
private System.Windows.Forms.ToolStripButton buttonMarqueSelectTouching;
|
|
private System.Windows.Forms.ToolStripMenuItem thingsmenu;
|
|
private System.Windows.Forms.ToolStripMenuItem alignToWallItem;
|
|
private System.Windows.Forms.ToolStripButton buttonAlignThingsToWall;
|
|
private System.Windows.Forms.ToolStripMenuItem pointAtCursorItem;
|
|
private System.Windows.Forms.ToolStripButton buttonTextureOffsetLock;
|
|
private System.Windows.Forms.ToolStripMenuItem selectInSectorsItem;
|
|
private System.Windows.Forms.ToolStripMenuItem aligntexturesitem;
|
|
private System.Windows.Forms.ToolStripMenuItem alignFloorToFrontItem;
|
|
private System.Windows.Forms.ToolStripMenuItem alignFloorToBackItem;
|
|
private System.Windows.Forms.ToolStripMenuItem alignCeilingToFrontItem;
|
|
private System.Windows.Forms.ToolStripMenuItem alignCeilingToBackItem;
|
|
private System.Windows.Forms.ToolStripMenuItem vertsmenu;
|
|
private System.Windows.Forms.ToolStripMenuItem placethingsv;
|
|
private System.Windows.Forms.ToolStripMenuItem placethingsl;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
private System.Windows.Forms.ToolStripMenuItem placethingss;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
private System.Windows.Forms.ToolStripButton buttonselectioneffects;
|
|
private System.Windows.Forms.ToolStripMenuItem selectInSectorsItem3;
|
|
private System.Windows.Forms.ToolStripMenuItem selectInSectorsItem2;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
|
|
private System.Windows.Forms.ToolStripButton buttonMakeDoor;
|
|
private System.Windows.Forms.ToolStripMenuItem makedooritem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
|
private System.Windows.Forms.MenuStrip fileMenuStrip;
|
|
private System.Windows.Forms.ToolStripMenuItem exportStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem5;
|
|
private System.Windows.Forms.ToolStripButton buttonpastepropertiesoptions;
|
|
private System.Windows.Forms.ToolStripMenuItem filterSelectionItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
|
|
private System.Windows.Forms.ToolStripMenuItem selectSimilarLinesItem;
|
|
private System.Windows.Forms.ToolStripMenuItem selectSimilarSectors;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
|
|
private System.Windows.Forms.ToolStripMenuItem selectSimilarThingsItem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
|
|
private System.Windows.Forms.ToolStripMenuItem selectSimilarVertsItem;
|
|
private System.Windows.Forms.ToolStripMenuItem flipsectorlinedefsitem;
|
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
|
private System.Windows.Forms.ToolStripButton buttonDragThingsInSelectedSectors;
|
|
private System.Windows.Forms.ToolStripComboBox gradientInterpolationMenu;
|
|
private System.Windows.Forms.ToolStripSeparator separatorsectors2;
|
|
private System.Windows.Forms.ToolStripSeparator separatorsectors3;
|
|
private System.Windows.Forms.ToolStripMenuItem updatelightfogitem;
|
|
}
|
|
} |