From: Latif Khalifa Date: Sun, 9 Aug 2009 08:55:54 +0000 (+0000) Subject: Added checkerboard pattern image (will be used for image backgrounds later on). X-Git-Tag: release-1.8~58 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b1f8a2409323034fa0b42a0ce9c805d6191f851c;p=radegast%2Fradegast.git Added checkerboard pattern image (will be used for image backgrounds later on). git-svn-id: https://radegast.googlecode.com/svn/trunk@139 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- diff --git a/Radegast/Core/RadegastInstance.cs b/Radegast/Core/RadegastInstance.cs index a71c5b9..03bc4a7 100644 --- a/Radegast/Core/RadegastInstance.cs +++ b/Radegast/Core/RadegastInstance.cs @@ -105,7 +105,7 @@ namespace Radegast public const string INCOMPLETE_NAME = "Loading..."; - public readonly bool advancedDebugging = false; + public readonly bool advancedDebugging = true; public readonly List PluginsLoaded = new List(); diff --git a/Radegast/GUI/Consoles/Assets/SLImageHandler.Designer.cs b/Radegast/GUI/Consoles/Assets/SLImageHandler.Designer.cs index 1f788c4..0082159 100644 --- a/Radegast/GUI/Consoles/Assets/SLImageHandler.Designer.cs +++ b/Radegast/GUI/Consoles/Assets/SLImageHandler.Designer.cs @@ -76,7 +76,7 @@ namespace Radegast this.lblProgress.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.lblProgress.AutoSize = true; this.lblProgress.ForeColor = System.Drawing.SystemColors.ControlText; - this.lblProgress.Location = new System.Drawing.Point(130, 6); + this.lblProgress.Location = new System.Drawing.Point(132, 6); this.lblProgress.Name = "lblProgress"; this.lblProgress.Size = new System.Drawing.Size(51, 13); this.lblProgress.TabIndex = 2; @@ -89,7 +89,7 @@ namespace Radegast this.pictureBox1.Enabled = false; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(301, 286); + this.pictureBox1.Size = new System.Drawing.Size(304, 286); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; @@ -139,7 +139,7 @@ namespace Radegast this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom; this.progressBar1.Location = new System.Drawing.Point(0, 264); this.progressBar1.Name = "progressBar1"; - this.progressBar1.Size = new System.Drawing.Size(301, 22); + this.progressBar1.Size = new System.Drawing.Size(304, 22); this.progressBar1.Step = 100; this.progressBar1.TabIndex = 6; // diff --git a/Radegast/Properties/Resources.Designer.cs b/Radegast/Properties/Resources.Designer.cs index e4ee2f1..2e529f9 100644 --- a/Radegast/Properties/Resources.Designer.cs +++ b/Radegast/Properties/Resources.Designer.cs @@ -95,6 +95,13 @@ namespace Radegast.Properties { } } + public static System.Drawing.Bitmap checkerboard { + get { + object obj = ResourceManager.GetObject("checkerboard", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + public static System.Drawing.Bitmap computer_16 { get { object obj = ResourceManager.GetObject("computer_16", resourceCulture); diff --git a/Radegast/Properties/Resources.resx b/Radegast/Properties/Resources.resx index 5bc8f37..88e429c 100644 --- a/Radegast/Properties/Resources.resx +++ b/Radegast/Properties/Resources.resx @@ -352,4 +352,7 @@ ../radegast.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Radegast/Radegast.csproj b/Radegast/Radegast.csproj index d42c5a6..a350413 100644 --- a/Radegast/Radegast.csproj +++ b/Radegast/Radegast.csproj @@ -1069,6 +1069,7 @@ + Always diff --git a/Radegast/Resources/checkerboard.png b/Radegast/Resources/checkerboard.png new file mode 100644 index 0000000..d56d259 Binary files /dev/null and b/Radegast/Resources/checkerboard.png differ