From 3cc6e82fe878801c43b52f5b55d847f60b5552d9 Mon Sep 17 00:00:00 2001 From: codeimp Date: Wed, 26 Dec 2007 01:33:46 +0000 Subject: [PATCH] adjustments --- Source/Builder.csproj | 2 -- Source/Interface/ActionSelectorControl.cs | 2 +- Source/Interface/ConfigForm.Designer.cs | 1 + Source/Interface/FlatBrowserForm.Designer.cs | 1 + Source/Interface/GridSetupForm.Designer.cs | 1 + Source/Interface/LinedefEditForm.Designer.cs | 3 +++ Source/Interface/PreferencesForm.Designer.cs | 1 + Source/Interface/TextureBrowserForm.Designer.cs | 1 + 8 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Source/Builder.csproj b/Source/Builder.csproj index f977d2e6..1c85a9be 100644 --- a/Source/Builder.csproj +++ b/Source/Builder.csproj @@ -274,10 +274,8 @@ - - diff --git a/Source/Interface/ActionSelectorControl.cs b/Source/Interface/ActionSelectorControl.cs index cf37d3ab..254c8fdc 100644 --- a/Source/Interface/ActionSelectorControl.cs +++ b/Source/Interface/ActionSelectorControl.cs @@ -33,7 +33,7 @@ namespace CodeImp.DoomBuilder.Interface public partial class ActionSelectorControl : UserControl { // Constants - private const string NUMBER_SEPERATOR = ":\t"; + private const string NUMBER_SEPERATOR = "\t"; // Properties public bool Empty { get { return (number.Text.Length == 0); } set { if(value) number.Text = ""; } } diff --git a/Source/Interface/ConfigForm.Designer.cs b/Source/Interface/ConfigForm.Designer.cs index b11746de..a608bdf2 100644 --- a/Source/Interface/ConfigForm.Designer.cs +++ b/Source/Interface/ConfigForm.Designer.cs @@ -409,6 +409,7 @@ namespace CodeImp.DoomBuilder.Interface this.Name = "ConfigForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Game Configurations"; this.tabs.ResumeLayout(false); diff --git a/Source/Interface/FlatBrowserForm.Designer.cs b/Source/Interface/FlatBrowserForm.Designer.cs index 2b11bf1d..6ed4b072 100644 --- a/Source/Interface/FlatBrowserForm.Designer.cs +++ b/Source/Interface/FlatBrowserForm.Designer.cs @@ -83,6 +83,7 @@ namespace CodeImp.DoomBuilder.Interface this.Name = "FlatBrowserForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Browse Flats"; this.Activated += new System.EventHandler(this.FlatBrowserForm_Activated); diff --git a/Source/Interface/GridSetupForm.Designer.cs b/Source/Interface/GridSetupForm.Designer.cs index 68c873e6..afd4f8d5 100644 --- a/Source/Interface/GridSetupForm.Designer.cs +++ b/Source/Interface/GridSetupForm.Designer.cs @@ -226,6 +226,7 @@ namespace CodeImp.DoomBuilder.Interface this.Name = "GridSetupForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Custom Grid Setup"; groupBox1.ResumeLayout(false); diff --git a/Source/Interface/LinedefEditForm.Designer.cs b/Source/Interface/LinedefEditForm.Designer.cs index 811b5669..10632af0 100644 --- a/Source/Interface/LinedefEditForm.Designer.cs +++ b/Source/Interface/LinedefEditForm.Designer.cs @@ -78,10 +78,12 @@ namespace CodeImp.DoomBuilder.Interface // this.action.BackColor = System.Drawing.SystemColors.Control; this.action.Cursor = System.Windows.Forms.Cursors.Default; + this.action.Empty = false; this.action.Location = new System.Drawing.Point(18, 27); this.action.Name = "action"; this.action.Size = new System.Drawing.Size(430, 21); this.action.TabIndex = 5; + this.action.Value = 402; // // browseaction // @@ -139,6 +141,7 @@ namespace CodeImp.DoomBuilder.Interface this.MinimizeBox = false; this.Name = "LinedefEditForm"; this.Opacity = 0; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Edit Linedefs"; this.actiongroup.ResumeLayout(false); diff --git a/Source/Interface/PreferencesForm.Designer.cs b/Source/Interface/PreferencesForm.Designer.cs index 9cf4fbcf..0b038f91 100644 --- a/Source/Interface/PreferencesForm.Designer.cs +++ b/Source/Interface/PreferencesForm.Designer.cs @@ -605,6 +605,7 @@ namespace CodeImp.DoomBuilder.Interface this.Name = "PreferencesForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Preferences"; this.colorsgroup1.ResumeLayout(false); diff --git a/Source/Interface/TextureBrowserForm.Designer.cs b/Source/Interface/TextureBrowserForm.Designer.cs index 80db0fae..43cee799 100644 --- a/Source/Interface/TextureBrowserForm.Designer.cs +++ b/Source/Interface/TextureBrowserForm.Designer.cs @@ -83,6 +83,7 @@ namespace CodeImp.DoomBuilder.Interface this.Name = "TextureBrowserForm"; this.Opacity = 0; this.ShowIcon = false; + this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Browse Textures"; this.Activated += new System.EventHandler(this.TextureBrowserForm_Activated);