[mapguide-commits] r6280 - trunk/Tools/Maestro/Maestro.Editors/WebLayout

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Dec 2 08:39:53 EST 2011


Author: jng
Date: 2011-12-02 05:39:53 -0800 (Fri, 02 Dec 2011)
New Revision: 6280

Modified:
   trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.Designer.cs
   trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.cs
   trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.resx
Log:
Fix Web Layout not setting task bar visibility

Modified: trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.Designer.cs	2011-12-02 13:35:56 UTC (rev 6279)
+++ trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.Designer.cs	2011-12-02 13:39:53 UTC (rev 6280)
@@ -345,9 +345,8 @@
             // WebLayoutSettingsCtrl
             // 
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
-            this.HeaderText = "General Settings";
-            this.Name = "WebLayoutSettingsCtrl";
             resources.ApplyResources(this, "$this");
+            this.Name = "WebLayoutSettingsCtrl";
             this.contentPanel.ResumeLayout(false);
             this.contentPanel.PerformLayout();
             this.groupBox1.ResumeLayout(false);

Modified: trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.cs	2011-12-02 13:35:56 UTC (rev 6279)
+++ trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.cs	2011-12-02 13:39:53 UTC (rev 6280)
@@ -93,6 +93,7 @@
             CheckBoxBinder.BindChecked(chkStatusBar, _wl.StatusBar, "Visible");
 
             CheckBoxBinder.BindChecked(chkTaskPane, _wl.TaskPane, "Visible");
+            CheckBoxBinder.BindChecked(chkTaskBar, _wl.TaskPane.TaskBar, "Visible");
             CheckBoxBinder.BindChecked(chkToolbar, _wl.ToolBar, "Visible");
             CheckBoxBinder.BindChecked(chkZoomControl, _wl.ZoomControl, "Visible");
 

Modified: trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.resx	2011-12-02 13:35:56 UTC (rev 6279)
+++ trunk/Tools/Maestro/Maestro.Editors/WebLayout/WebLayoutSettingsCtrl.resx	2011-12-02 13:39:53 UTC (rev 6280)
@@ -1133,6 +1133,9 @@
   <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
     <value>True</value>
   </metadata>
+  <data name="$this.HeaderText" xml:space="preserve">
+    <value>General Settings</value>
+  </data>
   <data name="$this.Size" type="System.Drawing.Size, System.Drawing">
     <value>662, 453</value>
   </data>
@@ -1140,6 +1143,6 @@
     <value>WebLayoutSettingsCtrl</value>
   </data>
   <data name="&gt;&gt;$this.Type" xml:space="preserve">
-    <value>Maestro.Editors.Common.EditorBindableCollapsiblePanel, Maestro.Editors, Version=3.0.0.5676, Culture=neutral, PublicKeyToken=null</value>
+    <value>Maestro.Editors.Common.EditorBindableCollapsiblePanel, Maestro.Editors, Version=4.0.0.6216, Culture=neutral, PublicKeyToken=f526c48929fda856</value>
   </data>
 </root>
\ No newline at end of file



More information about the mapguide-commits mailing list