From 558cd6f23e87c267e3ed620577e8ba20e1a482a4 Mon Sep 17 00:00:00 2001 From: MaxED Date: Fri, 17 Oct 2014 12:50:26 +0000 Subject: [PATCH] Changed FormBorderStyle from FixedToolWindow to FixedDialog. GZDB should no longer disappear from the alt-tab list when a child form is opened. --- .../Windows/ExceptionDialog.designer.cs | 4 +- .../Windows/TagStatisticsForm.Designer.cs | 138 +++++----- .../Windows/ThingStatisticsForm.Designer.cs | 28 +- Source/Core/Windows/AboutForm.Designer.cs | 2 +- .../Windows/ActionBrowserForm.Designer.cs | 2 +- Source/Core/Windows/AngleForm.Designer.cs | 2 +- Source/Core/Windows/BitFlagsForm.Designer.cs | 2 +- .../CenterOnCoordinatesForm.Designer.cs | 6 +- Source/Core/Windows/ChangeMapForm.Designer.cs | 2 +- Source/Core/Windows/ConfigForm.Designer.cs | 2 +- Source/Core/Windows/ConfigForm.resx | 2 +- .../Core/Windows/CustomFieldsForm.Designer.cs | 2 +- .../Windows/EffectBrowserForm.Designer.cs | 3 +- Source/Core/Windows/FlagsForm.Designer.cs | 2 +- Source/Core/Windows/GridSetupForm.Designer.cs | 7 +- Source/Core/Windows/GridSetupForm.resx | 42 --- .../Core/Windows/LinedefEditForm.Designer.cs | 2 +- .../Windows/LinedefEditFormUDMF.Designer.cs | 2 +- .../Core/Windows/MapOptionsForm.Designer.cs | 22 +- .../Windows/OpenMapOptionsForm.Designer.cs | 2 +- .../Core/Windows/PasteOptionsForm.Designer.cs | 3 +- .../Core/Windows/PreferencesForm.Designer.cs | 2 +- .../Windows/ResourceOptionsForm.Designer.cs | 2 +- Source/Core/Windows/ResourceOptionsForm.resx | 27 -- .../Windows/ScriptFindReplaceForm.Designer.cs | 6 +- .../Core/Windows/SectorEditForm.Designer.cs | 6 +- Source/Core/Windows/SectorEditForm.resx | 3 + .../Windows/SectorEditFormUDMF.Designer.cs | 8 +- Source/Core/Windows/SectorEditFormUDMF.resx | 15 -- .../Core/Windows/TextureSetForm.Designer.cs | 2 +- .../Core/Windows/ThingBrowserForm.Designer.cs | 4 +- Source/Core/Windows/ThingEditForm.Designer.cs | 2 +- .../Windows/ThingEditFormUDMF.Designer.cs | 2 +- .../Windows/ThingsFiltersForm.Designer.cs | 11 +- Source/Core/Windows/ThingsFiltersForm.resx | 114 ++++++++ .../Core/Windows/VertexEditForm.Designer.cs | 8 +- .../Interface/JitterSectorsForm.Designer.cs | 5 +- .../Interface/JitterThingsForm.Designer.cs | 53 ++-- .../Interface/JitterThingsForm.resx | 3 - .../Interface/JitterVerticesForm.Designer.cs | 5 +- .../ObjImportSettingsForm.Designer.cs | 4 +- .../Interface/BridgeModeForm.Designer.cs | 4 +- .../Interface/CurveLinedefsForm.Designer.cs | 2 +- .../Interface/FindReplaceForm.Designer.cs | 2 +- .../Interface/FindReplaceForm.resx | 252 +++++++++--------- .../Interface/MakeDoorForm.Designer.cs | 3 +- .../PastePropertiesOptionsForm.Designer.cs | 21 +- ...lectSimilarElementOptionsPanel.Designer.cs | 5 +- .../WavefrontSettingsForm.Designer.cs | 9 +- .../Windows/LightColorPicker.Designer.cs | 4 +- .../ColorPicker/Windows/LightColorPicker.resx | 210 +++++++-------- .../Windows/SectorColorPicker.Designer.cs | 6 +- .../Windows/SectorColorPicker.resx | 210 +++++++-------- .../Plugins/NodesViewer/NodesForm.Designer.cs | 32 ++- .../Plugins/TagRange/TagRangeForm.Designer.cs | 4 +- 55 files changed, 709 insertions(+), 614 deletions(-) diff --git a/Source/Core/GZBuilder/Windows/ExceptionDialog.designer.cs b/Source/Core/GZBuilder/Windows/ExceptionDialog.designer.cs index a6a667b8..5ff17a38 100644 --- a/Source/Core/GZBuilder/Windows/ExceptionDialog.designer.cs +++ b/Source/Core/GZBuilder/Windows/ExceptionDialog.designer.cs @@ -163,9 +163,11 @@ this.Controls.Add(this.bQuit); this.Controls.Add(this.label2); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ExceptionDialog"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "OH NOES! MOAR ERRORS!"; diff --git a/Source/Core/GZBuilder/Windows/TagStatisticsForm.Designer.cs b/Source/Core/GZBuilder/Windows/TagStatisticsForm.Designer.cs index 446becd9..456c90a7 100644 --- a/Source/Core/GZBuilder/Windows/TagStatisticsForm.Designer.cs +++ b/Source/Core/GZBuilder/Windows/TagStatisticsForm.Designer.cs @@ -25,22 +25,22 @@ /// the contents of this method with the code editor. /// private void InitializeComponent() { - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); + System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagStatisticsForm)); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle(); - System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView = new System.Windows.Forms.DataGridView(); - this.apply = new System.Windows.Forms.Button(); - this.cancel = new System.Windows.Forms.Button(); - this.hint = new System.Windows.Forms.TextBox(); this.TagColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Label = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Sectors = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Linedefs = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Things = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.apply = new System.Windows.Forms.Button(); + this.cancel = new System.Windows.Forms.Button(); + this.hint = new System.Windows.Forms.TextBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // @@ -57,14 +57,14 @@ this.dataGridView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.dataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; - dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; - dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control; - dataGridViewCellStyle19.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText; - dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight; - dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText; - dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False; - this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19; + dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; + dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; + dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); + dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; + dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; + dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; + dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; + this.dataGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.TagColumn, @@ -83,6 +83,57 @@ this.dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseClick); this.dataGridView.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseDoubleClick); // + // TagColumn + // + this.TagColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; + dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.TagColumn.DefaultCellStyle = dataGridViewCellStyle2; + this.TagColumn.HeaderText = "Tag"; + this.TagColumn.Name = "TagColumn"; + this.TagColumn.ReadOnly = true; + this.TagColumn.Width = 49; + // + // Label + // + this.Label.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True; + this.Label.DefaultCellStyle = dataGridViewCellStyle3; + this.Label.HeaderText = "Label"; + this.Label.Name = "Label"; + // + // Sectors + // + this.Sectors.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; + dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Sectors.DefaultCellStyle = dataGridViewCellStyle4; + this.Sectors.HeaderText = "Sectors"; + this.Sectors.Name = "Sectors"; + this.Sectors.ReadOnly = true; + this.Sectors.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.Sectors.Width = 70; + // + // Linedefs + // + this.Linedefs.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; + dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Linedefs.DefaultCellStyle = dataGridViewCellStyle5; + this.Linedefs.HeaderText = "Linedefs"; + this.Linedefs.Name = "Linedefs"; + this.Linedefs.ReadOnly = true; + this.Linedefs.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.Linedefs.Width = 74; + // + // Things + // + this.Things.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; + dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; + this.Things.DefaultCellStyle = dataGridViewCellStyle6; + this.Things.HeaderText = "Things"; + this.Things.Name = "Things"; + this.Things.ReadOnly = true; + this.Things.Resizable = System.Windows.Forms.DataGridViewTriState.True; + this.Things.Width = 64; + // // apply // this.apply.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); @@ -119,57 +170,6 @@ this.hint.TabIndex = 7; this.hint.Text = resources.GetString("hint.Text"); // - // TagColumn - // - this.TagColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; - dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.TagColumn.DefaultCellStyle = dataGridViewCellStyle20; - this.TagColumn.HeaderText = "Tag"; - this.TagColumn.Name = "TagColumn"; - this.TagColumn.ReadOnly = true; - this.TagColumn.Width = 49; - // - // Label - // - this.Label.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True; - this.Label.DefaultCellStyle = dataGridViewCellStyle21; - this.Label.HeaderText = "Label"; - this.Label.Name = "Label"; - // - // Sectors - // - this.Sectors.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; - dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.Sectors.DefaultCellStyle = dataGridViewCellStyle22; - this.Sectors.HeaderText = "Sectors"; - this.Sectors.Name = "Sectors"; - this.Sectors.ReadOnly = true; - this.Sectors.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.Sectors.Width = 70; - // - // Linedefs - // - this.Linedefs.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; - dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.Linedefs.DefaultCellStyle = dataGridViewCellStyle23; - this.Linedefs.HeaderText = "Linedefs"; - this.Linedefs.Name = "Linedefs"; - this.Linedefs.ReadOnly = true; - this.Linedefs.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.Linedefs.Width = 74; - // - // Things - // - this.Things.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; - dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; - this.Things.DefaultCellStyle = dataGridViewCellStyle24; - this.Things.HeaderText = "Things"; - this.Things.Name = "Things"; - this.Things.ReadOnly = true; - this.Things.Resizable = System.Windows.Forms.DataGridViewTriState.True; - this.Things.Width = 64; - // // TagStatisticsForm // this.AcceptButton = this.apply; @@ -183,8 +183,10 @@ this.Controls.Add(this.dataGridView); 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.SizableToolWindow; + this.MinimizeBox = false; this.MinimumSize = new System.Drawing.Size(120, 80); this.Name = "TagStatisticsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Tag statistics"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TagStatisticsForm_FormClosing); diff --git a/Source/Core/GZBuilder/Windows/ThingStatisticsForm.Designer.cs b/Source/Core/GZBuilder/Windows/ThingStatisticsForm.Designer.cs index 3020e084..55174e12 100644 --- a/Source/Core/GZBuilder/Windows/ThingStatisticsForm.Designer.cs +++ b/Source/Core/GZBuilder/Windows/ThingStatisticsForm.Designer.cs @@ -35,11 +35,11 @@ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); this.apply = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); - this.hideUnused = new System.Windows.Forms.CheckBox(); this.ThingType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ThingTitle = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ThingClassName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ThingCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.hideUnused = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // @@ -92,18 +92,6 @@ this.dataGridView.TabIndex = 6; this.dataGridView.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView_CellMouseClick); // - // hideUnused - // - this.hideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.hideUnused.AutoSize = true; - this.hideUnused.Location = new System.Drawing.Point(13, 322); - this.hideUnused.Name = "hideUnused"; - this.hideUnused.Size = new System.Drawing.Size(122, 18); - this.hideUnused.TabIndex = 8; - this.hideUnused.Text = "Hide Unused Things"; - this.hideUnused.UseVisualStyleBackColor = true; - this.hideUnused.CheckedChanged += new System.EventHandler(this.hideUnused_CheckedChanged); - // // ThingType // this.ThingType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; @@ -145,6 +133,18 @@ this.ThingCount.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.ThingCount.Width = 60; // + // hideUnused + // + this.hideUnused.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.hideUnused.AutoSize = true; + this.hideUnused.Location = new System.Drawing.Point(13, 322); + this.hideUnused.Name = "hideUnused"; + this.hideUnused.Size = new System.Drawing.Size(122, 18); + this.hideUnused.TabIndex = 8; + this.hideUnused.Text = "Hide Unused Things"; + this.hideUnused.UseVisualStyleBackColor = true; + this.hideUnused.CheckedChanged += new System.EventHandler(this.hideUnused_CheckedChanged); + // // ThingStatisticsForm // this.AcceptButton = this.apply; @@ -156,7 +156,9 @@ this.Controls.Add(this.dataGridView); 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.SizableToolWindow; + this.MinimizeBox = false; this.Name = "ThingStatisticsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Thing statistics"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ThingStatisticsForm_FormClosing); diff --git a/Source/Core/Windows/AboutForm.Designer.cs b/Source/Core/Windows/AboutForm.Designer.cs index 3587ce75..8679ce3e 100644 --- a/Source/Core/Windows/AboutForm.Designer.cs +++ b/Source/Core/Windows/AboutForm.Designer.cs @@ -245,7 +245,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.tabControl1); this.Controls.Add(this.close); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutForm"; diff --git a/Source/Core/Windows/ActionBrowserForm.Designer.cs b/Source/Core/Windows/ActionBrowserForm.Designer.cs index 8945cd4f..1a166506 100644 --- a/Source/Core/Windows/ActionBrowserForm.Designer.cs +++ b/Source/Core/Windows/ActionBrowserForm.Designer.cs @@ -497,7 +497,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ActionBrowserForm"; diff --git a/Source/Core/Windows/AngleForm.Designer.cs b/Source/Core/Windows/AngleForm.Designer.cs index 41020d5b..f979295b 100644 --- a/Source/Core/Windows/AngleForm.Designer.cs +++ b/Source/Core/Windows/AngleForm.Designer.cs @@ -76,7 +76,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.angle); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AngleForm"; diff --git a/Source/Core/Windows/BitFlagsForm.Designer.cs b/Source/Core/Windows/BitFlagsForm.Designer.cs index 5a0c3a25..be192ca7 100644 --- a/Source/Core/Windows/BitFlagsForm.Designer.cs +++ b/Source/Core/Windows/BitFlagsForm.Designer.cs @@ -80,7 +80,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.options); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "BitFlagsForm"; diff --git a/Source/Core/Windows/CenterOnCoordinatesForm.Designer.cs b/Source/Core/Windows/CenterOnCoordinatesForm.Designer.cs index cfd302c4..75e38741 100644 --- a/Source/Core/Windows/CenterOnCoordinatesForm.Designer.cs +++ b/Source/Core/Windows/CenterOnCoordinatesForm.Designer.cs @@ -79,6 +79,7 @@ this.gotoy.AllowRelative = false; this.gotoy.ButtonStep = 1; this.gotoy.ButtonStepFloat = 1F; + this.gotoy.ButtonStepsWrapAround = false; this.gotoy.Location = new System.Drawing.Point(32, 42); this.gotoy.Name = "gotoy"; this.gotoy.Size = new System.Drawing.Size(71, 24); @@ -92,6 +93,7 @@ this.gotox.AllowRelative = false; this.gotox.ButtonStep = 1; this.gotox.ButtonStepFloat = 1F; + this.gotox.ButtonStepsWrapAround = false; this.gotox.Location = new System.Drawing.Point(32, 12); this.gotox.Name = "gotox"; this.gotox.Size = new System.Drawing.Size(71, 24); @@ -112,7 +114,9 @@ this.Controls.Add(this.gotoy); this.Controls.Add(this.gotox); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "CenterOnCoordinatesForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; diff --git a/Source/Core/Windows/ChangeMapForm.Designer.cs b/Source/Core/Windows/ChangeMapForm.Designer.cs index a9b39188..79f8fd72 100644 --- a/Source/Core/Windows/ChangeMapForm.Designer.cs +++ b/Source/Core/Windows/ChangeMapForm.Designer.cs @@ -102,7 +102,7 @@ this.Controls.Add(this.mapslist); this.Controls.Add(label2); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChangeMapForm"; diff --git a/Source/Core/Windows/ConfigForm.Designer.cs b/Source/Core/Windows/ConfigForm.Designer.cs index 2d2df8fa..de75cb48 100644 --- a/Source/Core/Windows/ConfigForm.Designer.cs +++ b/Source/Core/Windows/ConfigForm.Designer.cs @@ -855,7 +855,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ConfigForm"; diff --git a/Source/Core/Windows/ConfigForm.resx b/Source/Core/Windows/ConfigForm.resx index 376237b6..9723d20d 100644 --- a/Source/Core/Windows/ConfigForm.resx +++ b/Source/Core/Windows/ConfigForm.resx @@ -220,7 +220,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0yLjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAA4 - CAAAAk1TRnQBSQFMAwEBAAFsAQEBbAEBARMBAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA + CAAAAk1TRnQBSQFMAwEBAAF0AQEBdAEBARMBAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA AUwDAAEQAwABAQEAAQgFAAHAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA diff --git a/Source/Core/Windows/CustomFieldsForm.Designer.cs b/Source/Core/Windows/CustomFieldsForm.Designer.cs index 2611c1a6..814245ca 100644 --- a/Source/Core/Windows/CustomFieldsForm.Designer.cs +++ b/Source/Core/Windows/CustomFieldsForm.Designer.cs @@ -89,7 +89,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.fieldslist); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CustomFieldsForm"; diff --git a/Source/Core/Windows/EffectBrowserForm.Designer.cs b/Source/Core/Windows/EffectBrowserForm.Designer.cs index 7a08dfad..4f90b0c1 100644 --- a/Source/Core/Windows/EffectBrowserForm.Designer.cs +++ b/Source/Core/Windows/EffectBrowserForm.Designer.cs @@ -393,11 +393,12 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "EffectBrowserForm"; this.Opacity = 0; + this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Effect"; diff --git a/Source/Core/Windows/FlagsForm.Designer.cs b/Source/Core/Windows/FlagsForm.Designer.cs index 1230f481..47dbe1b0 100644 --- a/Source/Core/Windows/FlagsForm.Designer.cs +++ b/Source/Core/Windows/FlagsForm.Designer.cs @@ -90,7 +90,7 @@ this.Controls.Add(this.groupBox1); this.Controls.Add(this.cancel); this.Controls.Add(this.apply); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FlagsForm"; diff --git a/Source/Core/Windows/GridSetupForm.Designer.cs b/Source/Core/Windows/GridSetupForm.Designer.cs index ba4e48e1..89727398 100644 --- a/Source/Core/Windows/GridSetupForm.Designer.cs +++ b/Source/Core/Windows/GridSetupForm.Designer.cs @@ -73,6 +73,7 @@ namespace CodeImp.DoomBuilder.Windows this.gridsize.AllowRelative = true; this.gridsize.ButtonStep = 8; this.gridsize.ButtonStepFloat = 1F; + this.gridsize.ButtonStepsWrapAround = false; this.gridsize.Location = new System.Drawing.Point(146, 26); this.gridsize.Name = "gridsize"; this.gridsize.Size = new System.Drawing.Size(75, 24); @@ -117,6 +118,7 @@ namespace CodeImp.DoomBuilder.Windows this.backscaley.AllowRelative = true; this.backscaley.ButtonStep = 1; this.backscaley.ButtonStepFloat = 1F; + this.backscaley.ButtonStepsWrapAround = false; this.backscaley.Enabled = false; this.backscaley.Location = new System.Drawing.Point(197, 212); this.backscaley.Name = "backscaley"; @@ -131,6 +133,7 @@ namespace CodeImp.DoomBuilder.Windows this.backscalex.AllowRelative = true; this.backscalex.ButtonStep = 1; this.backscalex.ButtonStepFloat = 1F; + this.backscalex.ButtonStepsWrapAround = false; this.backscalex.Enabled = false; this.backscalex.Location = new System.Drawing.Point(124, 212); this.backscalex.Name = "backscalex"; @@ -145,6 +148,7 @@ namespace CodeImp.DoomBuilder.Windows this.backoffsety.AllowRelative = true; this.backoffsety.ButtonStep = 1; this.backoffsety.ButtonStepFloat = 1F; + this.backoffsety.ButtonStepsWrapAround = false; this.backoffsety.Enabled = false; this.backoffsety.Location = new System.Drawing.Point(197, 173); this.backoffsety.Name = "backoffsety"; @@ -159,6 +163,7 @@ namespace CodeImp.DoomBuilder.Windows this.backoffsetx.AllowRelative = true; this.backoffsetx.ButtonStep = 1; this.backoffsetx.ButtonStepFloat = 1F; + this.backoffsetx.ButtonStepsWrapAround = false; this.backoffsetx.Enabled = false; this.backoffsetx.Location = new System.Drawing.Point(124, 173); this.backoffsetx.Name = "backoffsetx"; @@ -281,7 +286,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(groupBox2); this.Controls.Add(groupBox1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "GridSetupForm"; diff --git a/Source/Core/Windows/GridSetupForm.resx b/Source/Core/Windows/GridSetupForm.resx index 9c88715c..e7c0d905 100644 --- a/Source/Core/Windows/GridSetupForm.resx +++ b/Source/Core/Windows/GridSetupForm.resx @@ -132,15 +132,6 @@ False - - True - - - True - - - False - True @@ -180,39 +171,6 @@ True - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - 17, 17 diff --git a/Source/Core/Windows/LinedefEditForm.Designer.cs b/Source/Core/Windows/LinedefEditForm.Designer.cs index a7f1086e..84607e4b 100644 --- a/Source/Core/Windows/LinedefEditForm.Designer.cs +++ b/Source/Core/Windows/LinedefEditForm.Designer.cs @@ -644,7 +644,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LinedefEditForm"; diff --git a/Source/Core/Windows/LinedefEditFormUDMF.Designer.cs b/Source/Core/Windows/LinedefEditFormUDMF.Designer.cs index 6f7591ab..21fd18b0 100644 --- a/Source/Core/Windows/LinedefEditFormUDMF.Designer.cs +++ b/Source/Core/Windows/LinedefEditFormUDMF.Designer.cs @@ -1331,7 +1331,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "LinedefEditFormUDMF"; diff --git a/Source/Core/Windows/MapOptionsForm.Designer.cs b/Source/Core/Windows/MapOptionsForm.Designer.cs index 438224d2..c59a3d82 100644 --- a/Source/Core/Windows/MapOptionsForm.Designer.cs +++ b/Source/Core/Windows/MapOptionsForm.Designer.cs @@ -33,6 +33,7 @@ namespace CodeImp.DoomBuilder.Windows System.Windows.Forms.Label label1; System.Windows.Forms.GroupBox panelsettings; System.Windows.Forms.Label label4; + this.examplelabel = new System.Windows.Forms.Label(); this.scriptcompiler = new System.Windows.Forms.ComboBox(); this.scriptcompilerlabel = new System.Windows.Forms.Label(); this.levelname = new System.Windows.Forms.TextBox(); @@ -42,7 +43,6 @@ namespace CodeImp.DoomBuilder.Windows this.panelres = new System.Windows.Forms.GroupBox(); this.strictpatches = new System.Windows.Forms.CheckBox(); this.datalocations = new CodeImp.DoomBuilder.Controls.ResourceListEditor(); - this.examplelabel = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label1 = new System.Windows.Forms.Label(); @@ -98,6 +98,15 @@ namespace CodeImp.DoomBuilder.Windows panelsettings.TabStop = false; panelsettings.Text = " Settings "; // + // examplelabel + // + this.examplelabel.AutoSize = true; + this.examplelabel.Location = new System.Drawing.Point(288, 83); + this.examplelabel.Name = "examplelabel"; + this.examplelabel.Size = new System.Drawing.Size(41, 14); + this.examplelabel.TabIndex = 12; + this.examplelabel.Text = "MAP01"; + // // scriptcompiler // this.scriptcompiler.DropDownHeight = 206; @@ -208,15 +217,6 @@ namespace CodeImp.DoomBuilder.Windows this.datalocations.Size = new System.Drawing.Size(368, 130); this.datalocations.TabIndex = 0; // - // examplelabel - // - this.examplelabel.AutoSize = true; - this.examplelabel.Location = new System.Drawing.Point(288, 83); - this.examplelabel.Name = "examplelabel"; - this.examplelabel.Size = new System.Drawing.Size(41, 14); - this.examplelabel.TabIndex = 12; - this.examplelabel.Text = "MAP01"; - // // MapOptionsForm // this.AcceptButton = this.apply; @@ -229,7 +229,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(panelsettings); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MapOptionsForm"; diff --git a/Source/Core/Windows/OpenMapOptionsForm.Designer.cs b/Source/Core/Windows/OpenMapOptionsForm.Designer.cs index 7d0bbc35..ba459a50 100644 --- a/Source/Core/Windows/OpenMapOptionsForm.Designer.cs +++ b/Source/Core/Windows/OpenMapOptionsForm.Designer.cs @@ -211,7 +211,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.panelres); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "OpenMapOptionsForm"; diff --git a/Source/Core/Windows/PasteOptionsForm.Designer.cs b/Source/Core/Windows/PasteOptionsForm.Designer.cs index 993b539c..cb775daa 100644 --- a/Source/Core/Windows/PasteOptionsForm.Designer.cs +++ b/Source/Core/Windows/PasteOptionsForm.Designer.cs @@ -73,12 +73,11 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancel; this.ClientSize = new System.Drawing.Size(384, 246); - this.ControlBox = false; this.Controls.Add(this.pasteoptions); this.Controls.Add(this.cancel); this.Controls.Add(this.paste); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PasteOptionsForm"; diff --git a/Source/Core/Windows/PreferencesForm.Designer.cs b/Source/Core/Windows/PreferencesForm.Designer.cs index c79ea6de..3b60e7e4 100644 --- a/Source/Core/Windows/PreferencesForm.Designer.cs +++ b/Source/Core/Windows/PreferencesForm.Designer.cs @@ -1888,7 +1888,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.tabs); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "PreferencesForm"; diff --git a/Source/Core/Windows/ResourceOptionsForm.Designer.cs b/Source/Core/Windows/ResourceOptionsForm.Designer.cs index 35c9ed5b..d155f2fb 100644 --- a/Source/Core/Windows/ResourceOptionsForm.Designer.cs +++ b/Source/Core/Windows/ResourceOptionsForm.Designer.cs @@ -369,7 +369,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.tabs); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ResourceOptionsForm"; diff --git a/Source/Core/Windows/ResourceOptionsForm.resx b/Source/Core/Windows/ResourceOptionsForm.resx index b69a5284..763b22bc 100644 --- a/Source/Core/Windows/ResourceOptionsForm.resx +++ b/Source/Core/Windows/ResourceOptionsForm.resx @@ -189,33 +189,6 @@ True - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - 17, 17 diff --git a/Source/Core/Windows/ScriptFindReplaceForm.Designer.cs b/Source/Core/Windows/ScriptFindReplaceForm.Designer.cs index cbc010e9..a6d454a6 100644 --- a/Source/Core/Windows/ScriptFindReplaceForm.Designer.cs +++ b/Source/Core/Windows/ScriptFindReplaceForm.Designer.cs @@ -155,8 +155,12 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.findtext); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "ScriptFindReplaceForm"; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.Text = "Find and Replace"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ScriptFindReplaceForm_FormClosing); this.ResumeLayout(false); diff --git a/Source/Core/Windows/SectorEditForm.Designer.cs b/Source/Core/Windows/SectorEditForm.Designer.cs index e3df5df3..ca817d70 100644 --- a/Source/Core/Windows/SectorEditForm.Designer.cs +++ b/Source/Core/Windows/SectorEditForm.Designer.cs @@ -328,7 +328,7 @@ namespace CodeImp.DoomBuilder.Windows // 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(226, 305); + this.cancel.Location = new System.Drawing.Point(226, 306); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(112, 25); this.cancel.TabIndex = 2; @@ -339,7 +339,7 @@ namespace CodeImp.DoomBuilder.Windows // 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(344, 305); + this.apply.Location = new System.Drawing.Point(344, 306); this.apply.Name = "apply"; this.apply.Size = new System.Drawing.Size(112, 25); this.apply.TabIndex = 1; @@ -393,7 +393,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.cancel); this.Controls.Add(this.apply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SectorEditForm"; diff --git a/Source/Core/Windows/SectorEditForm.resx b/Source/Core/Windows/SectorEditForm.resx index 7bb385d6..56dedb74 100644 --- a/Source/Core/Windows/SectorEditForm.resx +++ b/Source/Core/Windows/SectorEditForm.resx @@ -135,6 +135,9 @@ False + + False + False diff --git a/Source/Core/Windows/SectorEditFormUDMF.Designer.cs b/Source/Core/Windows/SectorEditFormUDMF.Designer.cs index 4c9eef55..12f31f66 100644 --- a/Source/Core/Windows/SectorEditFormUDMF.Designer.cs +++ b/Source/Core/Windows/SectorEditFormUDMF.Designer.cs @@ -522,7 +522,7 @@ // // floorAngleControl // - this.floorAngleControl.Angle = -1080; + this.floorAngleControl.Angle = 0; this.floorAngleControl.AngleOffset = 90; this.floorAngleControl.Location = new System.Drawing.Point(186, 132); this.floorAngleControl.Name = "floorAngleControl"; @@ -722,7 +722,7 @@ // // ceilAngleControl // - this.ceilAngleControl.Angle = -1080; + this.ceilAngleControl.Angle = 0; this.ceilAngleControl.AngleOffset = 90; this.ceilAngleControl.Location = new System.Drawing.Point(186, 132); this.ceilAngleControl.Name = "ceilAngleControl"; @@ -1002,8 +1002,6 @@ this.tooltip.AutoPopDelay = 10000; this.tooltip.InitialDelay = 10; this.tooltip.ReshowDelay = 100; - this.tooltip.UseAnimation = false; - this.tooltip.UseFading = false; // // SectorEditFormUDMF // @@ -1016,7 +1014,7 @@ this.Controls.Add(this.apply); this.Controls.Add(this.tabs); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SectorEditFormUDMF"; diff --git a/Source/Core/Windows/SectorEditFormUDMF.resx b/Source/Core/Windows/SectorEditFormUDMF.resx index f12735e6..2f82d0ae 100644 --- a/Source/Core/Windows/SectorEditFormUDMF.resx +++ b/Source/Core/Windows/SectorEditFormUDMF.resx @@ -144,15 +144,6 @@ False - - False - - - False - - - False - 17, 17 @@ -171,10 +162,4 @@ True - - True - - - 17, 17 - \ No newline at end of file diff --git a/Source/Core/Windows/TextureSetForm.Designer.cs b/Source/Core/Windows/TextureSetForm.Designer.cs index 553fab39..7e11bd92 100644 --- a/Source/Core/Windows/TextureSetForm.Designer.cs +++ b/Source/Core/Windows/TextureSetForm.Designer.cs @@ -282,7 +282,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.groupBox1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TextureSetForm"; diff --git a/Source/Core/Windows/ThingBrowserForm.Designer.cs b/Source/Core/Windows/ThingBrowserForm.Designer.cs index 6c51c95d..66458b10 100644 --- a/Source/Core/Windows/ThingBrowserForm.Designer.cs +++ b/Source/Core/Windows/ThingBrowserForm.Designer.cs @@ -79,11 +79,13 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.thingslist); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ThingBrowserForm"; this.Opacity = 0; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Thing"; this.ResumeLayout(false); diff --git a/Source/Core/Windows/ThingEditForm.Designer.cs b/Source/Core/Windows/ThingEditForm.Designer.cs index 59398fb6..8a5929b0 100644 --- a/Source/Core/Windows/ThingEditForm.Designer.cs +++ b/Source/Core/Windows/ThingEditForm.Designer.cs @@ -623,7 +623,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.tabs); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ThingEditForm"; diff --git a/Source/Core/Windows/ThingEditFormUDMF.Designer.cs b/Source/Core/Windows/ThingEditFormUDMF.Designer.cs index d5dbeb6f..bea4fa5c 100644 --- a/Source/Core/Windows/ThingEditFormUDMF.Designer.cs +++ b/Source/Core/Windows/ThingEditFormUDMF.Designer.cs @@ -1002,7 +1002,7 @@ this.Controls.Add(this.apply); this.Controls.Add(this.tabs); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ThingEditFormUDMF"; diff --git a/Source/Core/Windows/ThingsFiltersForm.Designer.cs b/Source/Core/Windows/ThingsFiltersForm.Designer.cs index db2fcc48..5d5a7967 100644 --- a/Source/Core/Windows/ThingsFiltersForm.Designer.cs +++ b/Source/Core/Windows/ThingsFiltersForm.Designer.cs @@ -208,6 +208,7 @@ namespace CodeImp.DoomBuilder.Windows this.filterzheight.AllowRelative = false; this.filterzheight.ButtonStep = 1; this.filterzheight.ButtonStepFloat = 1F; + this.filterzheight.ButtonStepsWrapAround = false; this.filterzheight.Location = new System.Drawing.Point(123, 162); this.filterzheight.Name = "filterzheight"; this.filterzheight.Size = new System.Drawing.Size(72, 24); @@ -236,6 +237,7 @@ namespace CodeImp.DoomBuilder.Windows this.filterangle.AllowRelative = false; this.filterangle.ButtonStep = 45; this.filterangle.ButtonStepFloat = 1F; + this.filterangle.ButtonStepsWrapAround = false; this.filterangle.Location = new System.Drawing.Point(123, 119); this.filterangle.Name = "filterangle"; this.filterangle.Size = new System.Drawing.Size(72, 24); @@ -251,6 +253,7 @@ namespace CodeImp.DoomBuilder.Windows this.filtertype.Cursor = System.Windows.Forms.Cursors.Default; this.filtertype.Empty = false; this.filtertype.GeneralizedCategories = null; + this.filtertype.GeneralizedOptions = null; this.filtertype.Location = new System.Drawing.Point(123, 76); this.filtertype.Name = "filtertype"; this.filtertype.Size = new System.Drawing.Size(268, 21); @@ -501,6 +504,7 @@ namespace CodeImp.DoomBuilder.Windows this.filteraction.Cursor = System.Windows.Forms.Cursors.Default; this.filteraction.Empty = false; this.filteraction.GeneralizedCategories = null; + this.filteraction.GeneralizedOptions = null; this.filteraction.Location = new System.Drawing.Point(122, 30); this.filteraction.Name = "filteraction"; this.filteraction.Size = new System.Drawing.Size(268, 21); @@ -538,6 +542,7 @@ namespace CodeImp.DoomBuilder.Windows this.filtertag.AllowRelative = false; this.filtertag.ButtonStep = 1; this.filtertag.ButtonStepFloat = 1F; + this.filtertag.ButtonStepsWrapAround = false; this.filtertag.Location = new System.Drawing.Point(122, 244); this.filtertag.Name = "filtertag"; this.filtertag.Size = new System.Drawing.Size(72, 24); @@ -609,7 +614,7 @@ namespace CodeImp.DoomBuilder.Windows // 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(455, 403); + this.cancel.Location = new System.Drawing.Point(455, 405); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(112, 25); this.cancel.TabIndex = 5; @@ -620,7 +625,7 @@ namespace CodeImp.DoomBuilder.Windows // 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(573, 403); + this.apply.Location = new System.Drawing.Point(573, 405); this.apply.Name = "apply"; this.apply.Size = new System.Drawing.Size(112, 25); this.apply.TabIndex = 4; @@ -642,7 +647,7 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.addfilter); this.Controls.Add(this.listfilters); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ThingsFiltersForm"; diff --git a/Source/Core/Windows/ThingsFiltersForm.resx b/Source/Core/Windows/ThingsFiltersForm.resx index 8a7b3345..b4531a14 100644 --- a/Source/Core/Windows/ThingsFiltersForm.resx +++ b/Source/Core/Windows/ThingsFiltersForm.resx @@ -120,9 +120,63 @@ True + + True + + + True + + + True + True + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + True @@ -165,12 +219,69 @@ True + + True + + + True + True True + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + + + True + True @@ -225,6 +336,9 @@ True + + True + True diff --git a/Source/Core/Windows/VertexEditForm.Designer.cs b/Source/Core/Windows/VertexEditForm.Designer.cs index 115b63cf..1405c6dc 100644 --- a/Source/Core/Windows/VertexEditForm.Designer.cs +++ b/Source/Core/Windows/VertexEditForm.Designer.cs @@ -127,6 +127,7 @@ namespace CodeImp.DoomBuilder.Windows this.zceiling.AllowRelative = true; this.zceiling.ButtonStep = 1; this.zceiling.ButtonStepFloat = 1F; + this.zceiling.ButtonStepsWrapAround = false; this.zceiling.Location = new System.Drawing.Point(188, 0); this.zceiling.Name = "zceiling"; this.zceiling.Size = new System.Drawing.Size(120, 24); @@ -141,6 +142,7 @@ namespace CodeImp.DoomBuilder.Windows this.zfloor.AllowRelative = true; this.zfloor.ButtonStep = 1; this.zfloor.ButtonStepFloat = 1F; + this.zfloor.ButtonStepsWrapAround = false; this.zfloor.Location = new System.Drawing.Point(188, 32); this.zfloor.Name = "zfloor"; this.zfloor.Size = new System.Drawing.Size(120, 24); @@ -173,6 +175,7 @@ namespace CodeImp.DoomBuilder.Windows this.positiony.AllowRelative = true; this.positiony.ButtonStep = 1; this.positiony.ButtonStepFloat = 1F; + this.positiony.ButtonStepsWrapAround = false; this.positiony.Location = new System.Drawing.Point(236, 34); this.positiony.Name = "positiony"; this.positiony.Size = new System.Drawing.Size(120, 24); @@ -187,6 +190,7 @@ namespace CodeImp.DoomBuilder.Windows this.positionx.AllowRelative = true; this.positionx.ButtonStep = 1; this.positionx.ButtonStepFloat = 1F; + this.positionx.ButtonStepsWrapAround = false; this.positionx.Location = new System.Drawing.Point(68, 34); this.positionx.Name = "positionx"; this.positionx.Size = new System.Drawing.Size(120, 24); @@ -295,11 +299,13 @@ namespace CodeImp.DoomBuilder.Windows this.Controls.Add(this.apply); this.Controls.Add(this.tabs); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "VertexEditForm"; this.Opacity = 0; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Vertex"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VertexEditForm_FormClosing); diff --git a/Source/Plugins/BuilderEffects/Interface/JitterSectorsForm.Designer.cs b/Source/Plugins/BuilderEffects/Interface/JitterSectorsForm.Designer.cs index ab9e2fbc..c9134355 100644 --- a/Source/Plugins/BuilderEffects/Interface/JitterSectorsForm.Designer.cs +++ b/Source/Plugins/BuilderEffects/Interface/JitterSectorsForm.Designer.cs @@ -276,8 +276,11 @@ this.Controls.Add(this.bCancel); this.Controls.Add(this.bApply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "JitterSectorsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Jitter Settings"; diff --git a/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.Designer.cs b/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.Designer.cs index 2e3b0c9c..bfb0a9a2 100644 --- a/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.Designer.cs +++ b/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.Designer.cs @@ -40,6 +40,8 @@ this.bUpdateRoll = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); + this.cbNegativeRoll = new System.Windows.Forms.CheckBox(); + this.cbNegativePitch = new System.Windows.Forms.CheckBox(); this.cbRelativeRoll = new System.Windows.Forms.CheckBox(); this.cbRelativePitch = new System.Windows.Forms.CheckBox(); this.scalegroup = new System.Windows.Forms.GroupBox(); @@ -58,8 +60,6 @@ this.label2 = new System.Windows.Forms.Label(); this.minScaleX = new System.Windows.Forms.NumericUpDown(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); - this.cbNegativeRoll = new System.Windows.Forms.CheckBox(); - this.cbNegativePitch = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.scalegroup.SuspendLayout(); @@ -262,6 +262,28 @@ this.groupBox2.TabStop = false; this.groupBox2.Text = " Rotation: "; // + // cbNegativeRoll + // + this.cbNegativeRoll.AutoSize = true; + this.cbNegativeRoll.Location = new System.Drawing.Point(150, 134); + this.cbNegativeRoll.Name = "cbNegativeRoll"; + this.cbNegativeRoll.Size = new System.Drawing.Size(106, 18); + this.cbNegativeRoll.TabIndex = 20; + this.cbNegativeRoll.Text = "Use negative roll"; + this.toolTip.SetToolTip(this.cbNegativeRoll, "When checked, 50% of the time \r\nnegative roll will be used"); + this.cbNegativeRoll.UseVisualStyleBackColor = true; + // + // cbNegativePitch + // + this.cbNegativePitch.AutoSize = true; + this.cbNegativePitch.Location = new System.Drawing.Point(150, 110); + this.cbNegativePitch.Name = "cbNegativePitch"; + this.cbNegativePitch.Size = new System.Drawing.Size(115, 18); + this.cbNegativePitch.TabIndex = 19; + this.cbNegativePitch.Text = "Use negative pitch"; + this.toolTip.SetToolTip(this.cbNegativePitch, "When checked, 50% of the time \r\nnegative pitch will be used."); + this.cbNegativePitch.UseVisualStyleBackColor = true; + // // cbRelativeRoll // this.cbRelativeRoll.AutoSize = true; @@ -513,28 +535,6 @@ 0}); this.minScaleX.ValueChanged += new System.EventHandler(this.minScaleX_ValueChanged); // - // cbNegativeRoll - // - this.cbNegativeRoll.AutoSize = true; - this.cbNegativeRoll.Location = new System.Drawing.Point(150, 134); - this.cbNegativeRoll.Name = "cbNegativeRoll"; - this.cbNegativeRoll.Size = new System.Drawing.Size(106, 18); - this.cbNegativeRoll.TabIndex = 20; - this.cbNegativeRoll.Text = "Use negative roll"; - this.toolTip.SetToolTip(this.cbNegativeRoll, "When checked, 50% of the time \r\nnegative roll will be used"); - this.cbNegativeRoll.UseVisualStyleBackColor = true; - // - // cbNegativePitch - // - this.cbNegativePitch.AutoSize = true; - this.cbNegativePitch.Location = new System.Drawing.Point(150, 110); - this.cbNegativePitch.Name = "cbNegativePitch"; - this.cbNegativePitch.Size = new System.Drawing.Size(115, 18); - this.cbNegativePitch.TabIndex = 19; - this.cbNegativePitch.Text = "Use negative pitch"; - this.toolTip.SetToolTip(this.cbNegativePitch, "When checked, 50% of the time \r\nnegative pitch will be used."); - this.cbNegativePitch.UseVisualStyleBackColor = true; - // // JitterThingsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); @@ -546,8 +546,11 @@ this.Controls.Add(this.bCancel); this.Controls.Add(this.bApply); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "JitterThingsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Randomize Things!"; diff --git a/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.resx b/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.resx index 39e75e28..a5979aad 100644 --- a/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.resx +++ b/Source/Plugins/BuilderEffects/Interface/JitterThingsForm.resx @@ -120,7 +120,4 @@ 17, 17 - - 17, 17 - \ No newline at end of file diff --git a/Source/Plugins/BuilderEffects/Interface/JitterVerticesForm.Designer.cs b/Source/Plugins/BuilderEffects/Interface/JitterVerticesForm.Designer.cs index be9f5619..a9f51be2 100644 --- a/Source/Plugins/BuilderEffects/Interface/JitterVerticesForm.Designer.cs +++ b/Source/Plugins/BuilderEffects/Interface/JitterVerticesForm.Designer.cs @@ -93,8 +93,11 @@ this.Controls.Add(this.bCancel); this.Controls.Add(this.bApply); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "JitterVerticesForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Jitter Settings"; diff --git a/Source/Plugins/BuilderEffects/Interface/ObjImportSettingsForm.Designer.cs b/Source/Plugins/BuilderEffects/Interface/ObjImportSettingsForm.Designer.cs index 00b0432c..9e280e21 100644 --- a/Source/Plugins/BuilderEffects/Interface/ObjImportSettingsForm.Designer.cs +++ b/Source/Plugins/BuilderEffects/Interface/ObjImportSettingsForm.Designer.cs @@ -198,7 +198,9 @@ this.Controls.Add(this.label1); this.Controls.Add(this.browse); this.Controls.Add(this.tbImportPath); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "ObjImportSettingsForm"; this.ShowIcon = false; this.ShowInTaskbar = false; diff --git a/Source/Plugins/BuilderModes/Interface/BridgeModeForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/BridgeModeForm.Designer.cs index c0356320..eb7f4815 100644 --- a/Source/Plugins/BuilderModes/Interface/BridgeModeForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/BridgeModeForm.Designer.cs @@ -189,7 +189,9 @@ this.Controls.Add(this.cbFloorAlign); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "BridgeModeForm"; this.ShowIcon = false; this.ShowInTaskbar = false; diff --git a/Source/Plugins/BuilderModes/Interface/CurveLinedefsForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/CurveLinedefsForm.Designer.cs index 0dbf6dc0..4e8a95a1 100644 --- a/Source/Plugins/BuilderModes/Interface/CurveLinedefsForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/CurveLinedefsForm.Designer.cs @@ -219,7 +219,7 @@ namespace CodeImp.DoomBuilder.BuilderModes this.Controls.Add(this.distancelabel); this.Controls.Add(label1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "CurveLinedefsForm"; diff --git a/Source/Plugins/BuilderModes/Interface/FindReplaceForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/FindReplaceForm.Designer.cs index 780d9dd6..90f49407 100644 --- a/Source/Plugins/BuilderModes/Interface/FindReplaceForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/FindReplaceForm.Designer.cs @@ -263,7 +263,7 @@ namespace CodeImp.DoomBuilder.BuilderModes this.Controls.Add(label1); this.Controls.Add(this.resultspanel); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.KeyPreview = true; this.MaximizeBox = false; this.MinimizeBox = false; diff --git a/Source/Plugins/BuilderModes/Interface/FindReplaceForm.resx b/Source/Plugins/BuilderModes/Interface/FindReplaceForm.resx index 659395ad..294cffb5 100644 --- a/Source/Plugins/BuilderModes/Interface/FindReplaceForm.resx +++ b/Source/Plugins/BuilderModes/Interface/FindReplaceForm.resx @@ -1,183 +1,183 @@ + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - text/microsoft-resx + text/microsoft-resx - 2.0 + 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - True + True - False + False - True + True - False + False - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True - True + True \ No newline at end of file diff --git a/Source/Plugins/BuilderModes/Interface/MakeDoorForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/MakeDoorForm.Designer.cs index 4cbe848a..1c97e2c1 100644 --- a/Source/Plugins/BuilderModes/Interface/MakeDoorForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/MakeDoorForm.Designer.cs @@ -171,12 +171,13 @@ namespace CodeImp.DoomBuilder.BuilderModes.Interface this.Controls.Add(this.doortexture); this.Controls.Add(this.label1); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MakeDoorForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Make Door"; this.HelpRequested += new System.Windows.Forms.HelpEventHandler(this.MakeDoorForm_HelpRequested); diff --git a/Source/Plugins/BuilderModes/Interface/PastePropertiesOptionsForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/PastePropertiesOptionsForm.Designer.cs index 73d45aeb..91a372bf 100644 --- a/Source/Plugins/BuilderModes/Interface/PastePropertiesOptionsForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/PastePropertiesOptionsForm.Designer.cs @@ -91,7 +91,7 @@ this.linedefs.Location = new System.Drawing.Point(4, 23); this.linedefs.Name = "linedefs"; this.linedefs.Padding = new System.Windows.Forms.Padding(3); - this.linedefs.Size = new System.Drawing.Size(258, 100); + this.linedefs.Size = new System.Drawing.Size(258, 121); this.linedefs.TabIndex = 1; this.linedefs.Text = "Linedefs"; this.linedefs.UseVisualStyleBackColor = true; @@ -103,7 +103,7 @@ this.lineflags.Dock = System.Windows.Forms.DockStyle.Fill; this.lineflags.Location = new System.Drawing.Point(3, 3); this.lineflags.Name = "lineflags"; - this.lineflags.Size = new System.Drawing.Size(252, 94); + this.lineflags.Size = new System.Drawing.Size(252, 115); this.lineflags.TabIndex = 3; this.lineflags.VerticalSpacing = 1; // @@ -113,7 +113,7 @@ this.sidedefs.Location = new System.Drawing.Point(4, 23); this.sidedefs.Name = "sidedefs"; this.sidedefs.Padding = new System.Windows.Forms.Padding(3); - this.sidedefs.Size = new System.Drawing.Size(258, 100); + this.sidedefs.Size = new System.Drawing.Size(258, 121); this.sidedefs.TabIndex = 2; this.sidedefs.Text = "Sidedefs"; this.sidedefs.UseVisualStyleBackColor = true; @@ -125,7 +125,7 @@ this.sideflags.Dock = System.Windows.Forms.DockStyle.Fill; this.sideflags.Location = new System.Drawing.Point(3, 3); this.sideflags.Name = "sideflags"; - this.sideflags.Size = new System.Drawing.Size(252, 94); + this.sideflags.Size = new System.Drawing.Size(252, 115); this.sideflags.TabIndex = 2; this.sideflags.VerticalSpacing = 1; // @@ -135,7 +135,7 @@ this.things.Location = new System.Drawing.Point(4, 23); this.things.Name = "things"; this.things.Padding = new System.Windows.Forms.Padding(3); - this.things.Size = new System.Drawing.Size(258, 100); + this.things.Size = new System.Drawing.Size(258, 121); this.things.TabIndex = 3; this.things.Text = "Things"; this.things.UseVisualStyleBackColor = true; @@ -147,7 +147,7 @@ this.thingflags.Dock = System.Windows.Forms.DockStyle.Fill; this.thingflags.Location = new System.Drawing.Point(3, 3); this.thingflags.Name = "thingflags"; - this.thingflags.Size = new System.Drawing.Size(252, 94); + this.thingflags.Size = new System.Drawing.Size(252, 115); this.thingflags.TabIndex = 2; this.thingflags.VerticalSpacing = 1; // @@ -157,7 +157,7 @@ this.vertices.Location = new System.Drawing.Point(4, 23); this.vertices.Name = "vertices"; this.vertices.Padding = new System.Windows.Forms.Padding(3); - this.vertices.Size = new System.Drawing.Size(258, 100); + this.vertices.Size = new System.Drawing.Size(258, 121); this.vertices.TabIndex = 4; this.vertices.Text = "Vertices"; this.vertices.UseVisualStyleBackColor = true; @@ -169,7 +169,7 @@ this.vertexflags.Dock = System.Windows.Forms.DockStyle.Fill; this.vertexflags.Location = new System.Drawing.Point(3, 3); this.vertexflags.Name = "vertexflags"; - this.vertexflags.Size = new System.Drawing.Size(252, 94); + this.vertexflags.Size = new System.Drawing.Size(252, 115); this.vertexflags.TabIndex = 1; this.vertexflags.VerticalSpacing = 1; // @@ -219,8 +219,11 @@ 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "PastePropertiesOptionsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Paste Properties Options"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PastePropertiesOptionsForm_FormClosing); diff --git a/Source/Plugins/BuilderModes/Interface/SelectSimilarElementOptionsPanel.Designer.cs b/Source/Plugins/BuilderModes/Interface/SelectSimilarElementOptionsPanel.Designer.cs index 02a88702..5c92dd35 100644 --- a/Source/Plugins/BuilderModes/Interface/SelectSimilarElementOptionsPanel.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/SelectSimilarElementOptionsPanel.Designer.cs @@ -218,8 +218,11 @@ this.Controls.Add(this.apply); this.Controls.Add(this.cancel); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "SelectSimilarElementOptionsPanel"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Selection Options"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SelectSimilarElementOptionsPanel_FormClosing); diff --git a/Source/Plugins/BuilderModes/Interface/WavefrontSettingsForm.Designer.cs b/Source/Plugins/BuilderModes/Interface/WavefrontSettingsForm.Designer.cs index 70ce04e5..86ccb86a 100644 --- a/Source/Plugins/BuilderModes/Interface/WavefrontSettingsForm.Designer.cs +++ b/Source/Plugins/BuilderModes/Interface/WavefrontSettingsForm.Designer.cs @@ -77,7 +77,7 @@ // export // this.export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.export.Location = new System.Drawing.Point(360, 82); + this.export.Location = new System.Drawing.Point(360, 84); this.export.Name = "export"; this.export.Size = new System.Drawing.Size(75, 23); this.export.TabIndex = 4; @@ -89,7 +89,7 @@ // 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(279, 82); + this.cancel.Location = new System.Drawing.Point(279, 84); this.cancel.Name = "cancel"; this.cancel.Size = new System.Drawing.Size(75, 23); this.cancel.TabIndex = 5; @@ -162,8 +162,11 @@ this.Controls.Add(this.browse); this.Controls.Add(this.tbExportPath); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "WavefrontSettingsForm"; + this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Export to Wavefront .obj"; ((System.ComponentModel.ISupportInitialize)(this.nudScale)).EndInit(); diff --git a/Source/Plugins/ColorPicker/Windows/LightColorPicker.Designer.cs b/Source/Plugins/ColorPicker/Windows/LightColorPicker.Designer.cs index ef8d2524..47c2a47a 100644 --- a/Source/Plugins/ColorPicker/Windows/LightColorPicker.Designer.cs +++ b/Source/Plugins/ColorPicker/Windows/LightColorPicker.Designer.cs @@ -85,7 +85,9 @@ this.Controls.Add(this.cbRelativeMode); this.Controls.Add(this.colorPickerControl1); 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "LightColorPicker"; this.Opacity = 0; this.ShowIcon = false; diff --git a/Source/Plugins/ColorPicker/Windows/LightColorPicker.resx b/Source/Plugins/ColorPicker/Windows/LightColorPicker.resx index 965f82d3..ff31a6db 100644 --- a/Source/Plugins/ColorPicker/Windows/LightColorPicker.resx +++ b/Source/Plugins/ColorPicker/Windows/LightColorPicker.resx @@ -1,120 +1,120 @@ + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - text/microsoft-resx + text/microsoft-resx - 2.0 + 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/Source/Plugins/ColorPicker/Windows/SectorColorPicker.Designer.cs b/Source/Plugins/ColorPicker/Windows/SectorColorPicker.Designer.cs index e0129e6d..1ffe4852 100644 --- a/Source/Plugins/ColorPicker/Windows/SectorColorPicker.Designer.cs +++ b/Source/Plugins/ColorPicker/Windows/SectorColorPicker.Designer.cs @@ -83,9 +83,13 @@ this.Controls.Add(this.colorPickerControl1); this.DoubleBuffered = true; 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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "SectorColorPicker"; this.Opacity = 0; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "SectorColorPicker"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SectorColorPicker_FormClosing); diff --git a/Source/Plugins/ColorPicker/Windows/SectorColorPicker.resx b/Source/Plugins/ColorPicker/Windows/SectorColorPicker.resx index 965f82d3..ff31a6db 100644 --- a/Source/Plugins/ColorPicker/Windows/SectorColorPicker.resx +++ b/Source/Plugins/ColorPicker/Windows/SectorColorPicker.resx @@ -1,120 +1,120 @@ + mimetype: application/x-microsoft.net.object.bytearray.base64 + value : The object must be serialized into a byte array + : using a System.ComponentModel.TypeConverter + : and then encoded with base64 encoding. + --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - text/microsoft-resx + text/microsoft-resx - 2.0 + 2.0 - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 \ No newline at end of file diff --git a/Source/Plugins/NodesViewer/NodesForm.Designer.cs b/Source/Plugins/NodesViewer/NodesForm.Designer.cs index 9cf05e87..c9c93cc9 100644 --- a/Source/Plugins/NodesViewer/NodesForm.Designer.cs +++ b/Source/Plugins/NodesViewer/NodesForm.Designer.cs @@ -91,9 +91,9 @@ // // tabs // - this.tabs.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.tabs.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.tabs.Controls.Add(this.taboverview); this.tabs.Controls.Add(this.tabsplits); this.tabs.Controls.Add(this.tabsubsectors); @@ -135,16 +135,16 @@ // // label11 // - this.label11.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.label11.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.label11.Location = new System.Drawing.Point(31, 209); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(322, 60); this.label11.TabIndex = 14; this.label11.Text = "NOTE: This will rebuild the nodes using the settings configured for \"testing\" in " + - "the current game configuration. You can change these settings in the Game Config" + - "uration dialog (press F6)."; + "the current game configuration. You can change these settings in the Game Config" + + "uration dialog (press F6)."; // // buildnodesbutton // @@ -324,8 +324,8 @@ // // groupBox2 // - this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.rightindex); this.groupBox2.Controls.Add(this.rightarea); @@ -386,8 +386,8 @@ // // groupBox1 // - this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); + this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.leftindex); this.groupBox1.Controls.Add(this.leftarea); this.groupBox1.Controls.Add(this.lefttype); @@ -745,9 +745,13 @@ this.Controls.Add(this.closebutton); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.MaximizeBox = false; + this.MinimizeBox = false; this.Name = "NodesForm"; - this.Opacity = 0D; + this.Opacity = 0; + this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Nodes Viewer"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NodesForm_FormClosing); diff --git a/Source/Plugins/TagRange/TagRangeForm.Designer.cs b/Source/Plugins/TagRange/TagRangeForm.Designer.cs index eb32c2a8..6aa92fba 100644 --- a/Source/Plugins/TagRange/TagRangeForm.Designer.cs +++ b/Source/Plugins/TagRange/TagRangeForm.Designer.cs @@ -50,6 +50,7 @@ namespace CodeImp.DoomBuilder.TagRange this.rangestart.AllowRelative = false; this.rangestart.ButtonStep = 1; this.rangestart.ButtonStepFloat = 1F; + this.rangestart.ButtonStepsWrapAround = false; this.rangestart.Location = new System.Drawing.Point(76, 12); this.rangestart.Name = "rangestart"; this.rangestart.Size = new System.Drawing.Size(96, 24); @@ -164,6 +165,7 @@ namespace CodeImp.DoomBuilder.TagRange this.rangestep.AllowRelative = false; this.rangestep.ButtonStep = 1; this.rangestep.ButtonStepFloat = 1F; + this.rangestep.ButtonStepsWrapAround = false; this.rangestep.Location = new System.Drawing.Point(76, 42); this.rangestep.Name = "rangestep"; this.rangestep.Size = new System.Drawing.Size(96, 24); @@ -215,7 +217,7 @@ namespace CodeImp.DoomBuilder.TagRange this.Controls.Add(this.outoftagswarning); this.Controls.Add(this.bglabel); this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TagRangeForm";