OSDN Git Service

Added checkerboard pattern image (will be used for image backgrounds later on).
authorLatif Khalifa <latifer@streamgrid.net>
Sun, 9 Aug 2009 08:55:54 +0000 (08:55 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sun, 9 Aug 2009 08:55:54 +0000 (08:55 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@139 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/Core/RadegastInstance.cs
Radegast/GUI/Consoles/Assets/SLImageHandler.Designer.cs
Radegast/Properties/Resources.Designer.cs
Radegast/Properties/Resources.resx
Radegast/Radegast.csproj
Radegast/Resources/checkerboard.png [new file with mode: 0644]

index a71c5b9..03bc4a7 100644 (file)
@@ -105,7 +105,7 @@ namespace Radegast
 \r
         public const string INCOMPLETE_NAME = "Loading...";\r
 \r
-        public readonly bool advancedDebugging = false;\r
+        public readonly bool advancedDebugging = true;\r
 \r
         public readonly List<IRadegastPlugin> PluginsLoaded = new List<IRadegastPlugin>();\r
 \r
index 1f788c4..0082159 100644 (file)
@@ -76,7 +76,7 @@ namespace Radegast
             this.lblProgress.Anchor = System.Windows.Forms.AnchorStyles.Bottom;\r
             this.lblProgress.AutoSize = true;\r
             this.lblProgress.ForeColor = System.Drawing.SystemColors.ControlText;\r
-            this.lblProgress.Location = new System.Drawing.Point(130, 6);\r
+            this.lblProgress.Location = new System.Drawing.Point(132, 6);\r
             this.lblProgress.Name = "lblProgress";\r
             this.lblProgress.Size = new System.Drawing.Size(51, 13);\r
             this.lblProgress.TabIndex = 2;\r
@@ -89,7 +89,7 @@ namespace Radegast
             this.pictureBox1.Enabled = false;\r
             this.pictureBox1.Location = new System.Drawing.Point(0, 0);\r
             this.pictureBox1.Name = "pictureBox1";\r
-            this.pictureBox1.Size = new System.Drawing.Size(301, 286);\r
+            this.pictureBox1.Size = new System.Drawing.Size(304, 286);\r
             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;\r
             this.pictureBox1.TabIndex = 5;\r
             this.pictureBox1.TabStop = false;\r
@@ -139,7 +139,7 @@ namespace Radegast
             this.progressBar1.Dock = System.Windows.Forms.DockStyle.Bottom;\r
             this.progressBar1.Location = new System.Drawing.Point(0, 264);\r
             this.progressBar1.Name = "progressBar1";\r
-            this.progressBar1.Size = new System.Drawing.Size(301, 22);\r
+            this.progressBar1.Size = new System.Drawing.Size(304, 22);\r
             this.progressBar1.Step = 100;\r
             this.progressBar1.TabIndex = 6;\r
             // \r
index e4ee2f1..2e529f9 100644 (file)
@@ -95,6 +95,13 @@ namespace Radegast.Properties {
             }\r
         }\r
         \r
+        public static System.Drawing.Bitmap checkerboard {\r
+            get {\r
+                object obj = ResourceManager.GetObject("checkerboard", resourceCulture);\r
+                return ((System.Drawing.Bitmap)(obj));\r
+            }\r
+        }\r
+        \r
         public static System.Drawing.Bitmap computer_16 {\r
             get {\r
                 object obj = ResourceManager.GetObject("computer_16", resourceCulture);\r
index 5bc8f37..88e429c 100644 (file)
   <data name="radegast_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
     <value>../radegast.ico;System.Drawing.Icon, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
   </data>\r
+  <data name="checkerboard" type="System.Resources.ResXFileRef, System.Windows.Forms">\r
+    <value>..\Resources\checkerboard.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\r
+  </data>\r
 </root>
\ No newline at end of file
index d42c5a6..a350413 100644 (file)
     <None Include="Resources\lsl_keywords.txt" />\r
     <None Include="Resources\del_trans.png" />\r
     <None Include="Resources\radegast_icon.ico" />\r
+    <None Include="Resources\checkerboard.png" />\r
     <Content Include="slmap.html">\r
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>\r
     </Content>\r
diff --git a/Radegast/Resources/checkerboard.png b/Radegast/Resources/checkerboard.png
new file mode 100644 (file)
index 0000000..d56d259
Binary files /dev/null and b/Radegast/Resources/checkerboard.png differ