[mapguide-commits] r5942 - trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jun 22 13:13:42 EDT 2011


Author: jng
Date: 2011-06-22 10:13:41 -0700 (Wed, 22 Jun 2011)
New Revision: 5942

Modified:
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.Designer.cs
   trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.resx
Log:
#1726: Flip on localizable flag


Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.Designer.cs
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.Designer.cs	2011-06-22 17:13:00 UTC (rev 5941)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.Designer.cs	2011-06-22 17:13:41 UTC (rev 5942)
@@ -28,6 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VectorScaleRangeCtrl));
             this.chkPoint = new System.Windows.Forms.CheckBox();
             this.chkLine = new System.Windows.Forms.CheckBox();
             this.chkArea = new System.Windows.Forms.CheckBox();
@@ -40,89 +41,59 @@
             // 
             // chkPoint
             // 
-            this.chkPoint.Dock = System.Windows.Forms.DockStyle.Top;
-            this.chkPoint.Location = new System.Drawing.Point(0, 0);
+            resources.ApplyResources(this.chkPoint, "chkPoint");
             this.chkPoint.Name = "chkPoint";
-            this.chkPoint.Size = new System.Drawing.Size(598, 24);
-            this.chkPoint.TabIndex = 0;
-            this.chkPoint.Text = "Display Points (Note: Symbol previews only show the symbol. It doesn\'t consider c" +
-                "olor overrides or size/rotation settings)";
             this.chkPoint.UseVisualStyleBackColor = true;
             this.chkPoint.CheckedChanged += new System.EventHandler(this.chkPoint_CheckedChanged);
             // 
             // chkLine
             // 
-            this.chkLine.Dock = System.Windows.Forms.DockStyle.Top;
-            this.chkLine.Location = new System.Drawing.Point(0, 121);
+            resources.ApplyResources(this.chkLine, "chkLine");
             this.chkLine.Name = "chkLine";
-            this.chkLine.Size = new System.Drawing.Size(598, 24);
-            this.chkLine.TabIndex = 2;
-            this.chkLine.Text = "Display Lines";
             this.chkLine.UseVisualStyleBackColor = true;
             this.chkLine.CheckedChanged += new System.EventHandler(this.chkLine_CheckedChanged);
             // 
             // chkArea
             // 
-            this.chkArea.Dock = System.Windows.Forms.DockStyle.Top;
-            this.chkArea.Location = new System.Drawing.Point(0, 242);
+            resources.ApplyResources(this.chkArea, "chkArea");
             this.chkArea.Name = "chkArea";
-            this.chkArea.Size = new System.Drawing.Size(598, 24);
-            this.chkArea.TabIndex = 4;
-            this.chkArea.Text = "Display Areas";
             this.chkArea.UseVisualStyleBackColor = true;
             this.chkArea.CheckedChanged += new System.EventHandler(this.chkArea_CheckedChanged);
             // 
             // chkComposite
             // 
-            this.chkComposite.Dock = System.Windows.Forms.DockStyle.Top;
-            this.chkComposite.Location = new System.Drawing.Point(0, 363);
+            resources.ApplyResources(this.chkComposite, "chkComposite");
             this.chkComposite.Name = "chkComposite";
-            this.chkComposite.Size = new System.Drawing.Size(598, 24);
-            this.chkComposite.TabIndex = 6;
-            this.chkComposite.Text = "Display Composite";
             this.chkComposite.UseVisualStyleBackColor = true;
             this.chkComposite.CheckedChanged += new System.EventHandler(this.chkComposite_CheckedChanged);
             // 
             // compList
             // 
-            this.compList.Dock = System.Windows.Forms.DockStyle.Fill;
-            this.compList.Location = new System.Drawing.Point(0, 387);
+            resources.ApplyResources(this.compList, "compList");
             this.compList.Name = "compList";
-            this.compList.Size = new System.Drawing.Size(598, 108);
-            this.compList.TabIndex = 7;
             this.compList.ItemChanged += new System.EventHandler(this.OnItemChanged);
             // 
             // areaList
             // 
-            this.areaList.Dock = System.Windows.Forms.DockStyle.Top;
-            this.areaList.Location = new System.Drawing.Point(0, 266);
+            resources.ApplyResources(this.areaList, "areaList");
             this.areaList.Name = "areaList";
-            this.areaList.Size = new System.Drawing.Size(598, 97);
-            this.areaList.TabIndex = 5;
             this.areaList.ItemChanged += new System.EventHandler(this.OnItemChanged);
             // 
             // lineList
             // 
-            this.lineList.Dock = System.Windows.Forms.DockStyle.Top;
-            this.lineList.Location = new System.Drawing.Point(0, 145);
+            resources.ApplyResources(this.lineList, "lineList");
             this.lineList.Name = "lineList";
-            this.lineList.Size = new System.Drawing.Size(598, 97);
-            this.lineList.TabIndex = 3;
             this.lineList.ItemChanged += new System.EventHandler(this.OnItemChanged);
             // 
             // pointList
             // 
-            this.pointList.Dock = System.Windows.Forms.DockStyle.Top;
-            this.pointList.Location = new System.Drawing.Point(0, 24);
+            resources.ApplyResources(this.pointList, "pointList");
             this.pointList.Name = "pointList";
-            this.pointList.Size = new System.Drawing.Size(598, 97);
-            this.pointList.TabIndex = 1;
             this.pointList.ItemChanged += new System.EventHandler(this.OnItemChanged);
             // 
             // VectorScaleRangeCtrl
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
-            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
             this.Controls.Add(this.compList);
             this.Controls.Add(this.chkComposite);
             this.Controls.Add(this.areaList);
@@ -132,7 +103,7 @@
             this.Controls.Add(this.pointList);
             this.Controls.Add(this.chkPoint);
             this.Name = "VectorScaleRangeCtrl";
-            this.Size = new System.Drawing.Size(598, 495);
+            resources.ApplyResources(this, "$this");
             this.ResumeLayout(false);
 
         }

Modified: trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.resx
===================================================================
--- trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.resx	2011-06-22 17:13:00 UTC (rev 5941)
+++ trunk/Tools/Maestro/Maestro.Editors/LayerDefinition/Vector/Scales/VectorScaleRangeCtrl.resx	2011-06-22 17:13:41 UTC (rev 5942)
@@ -117,4 +117,223 @@
   <resheader name="writer">
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
   </resheader>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="chkPoint.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+  <data name="chkPoint.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 0</value>
+  </data>
+  <data name="chkPoint.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 24</value>
+  </data>
+  <assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="chkPoint.TabIndex" type="System.Int32, mscorlib">
+    <value>0</value>
+  </data>
+  <data name="chkPoint.Text" xml:space="preserve">
+    <value>Display Points (Note: Symbol previews only show the symbol. It doesn't consider color overrides or size/rotation settings)</value>
+  </data>
+  <data name="&gt;&gt;chkPoint.Name" xml:space="preserve">
+    <value>chkPoint</value>
+  </data>
+  <data name="&gt;&gt;chkPoint.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;chkPoint.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;chkPoint.ZOrder" xml:space="preserve">
+    <value>7</value>
+  </data>
+  <data name="chkLine.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="chkLine.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 121</value>
+  </data>
+  <data name="chkLine.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 24</value>
+  </data>
+  <data name="chkLine.TabIndex" type="System.Int32, mscorlib">
+    <value>2</value>
+  </data>
+  <data name="chkLine.Text" xml:space="preserve">
+    <value>Display Lines</value>
+  </data>
+  <data name="&gt;&gt;chkLine.Name" xml:space="preserve">
+    <value>chkLine</value>
+  </data>
+  <data name="&gt;&gt;chkLine.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;chkLine.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;chkLine.ZOrder" xml:space="preserve">
+    <value>5</value>
+  </data>
+  <data name="chkArea.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="chkArea.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 242</value>
+  </data>
+  <data name="chkArea.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 24</value>
+  </data>
+  <data name="chkArea.TabIndex" type="System.Int32, mscorlib">
+    <value>4</value>
+  </data>
+  <data name="chkArea.Text" xml:space="preserve">
+    <value>Display Areas</value>
+  </data>
+  <data name="&gt;&gt;chkArea.Name" xml:space="preserve">
+    <value>chkArea</value>
+  </data>
+  <data name="&gt;&gt;chkArea.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;chkArea.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;chkArea.ZOrder" xml:space="preserve">
+    <value>3</value>
+  </data>
+  <data name="chkComposite.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="chkComposite.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 363</value>
+  </data>
+  <data name="chkComposite.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 24</value>
+  </data>
+  <data name="chkComposite.TabIndex" type="System.Int32, mscorlib">
+    <value>6</value>
+  </data>
+  <data name="chkComposite.Text" xml:space="preserve">
+    <value>Display Composite</value>
+  </data>
+  <data name="&gt;&gt;chkComposite.Name" xml:space="preserve">
+    <value>chkComposite</value>
+  </data>
+  <data name="&gt;&gt;chkComposite.Type" xml:space="preserve">
+    <value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
+  <data name="&gt;&gt;chkComposite.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;chkComposite.ZOrder" xml:space="preserve">
+    <value>1</value>
+  </data>
+  <data name="compList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Fill</value>
+  </data>
+  <data name="compList.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 387</value>
+  </data>
+  <data name="compList.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 108</value>
+  </data>
+  <data name="compList.TabIndex" type="System.Int32, mscorlib">
+    <value>7</value>
+  </data>
+  <data name="&gt;&gt;compList.Name" xml:space="preserve">
+    <value>compList</value>
+  </data>
+  <data name="&gt;&gt;compList.Type" xml:space="preserve">
+    <value>Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons, Maestro.Editors, Version=3.1.0.5859, Culture=neutral, PublicKeyToken=null</value>
+  </data>
+  <data name="&gt;&gt;compList.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;compList.ZOrder" xml:space="preserve">
+    <value>0</value>
+  </data>
+  <data name="areaList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="areaList.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 266</value>
+  </data>
+  <data name="areaList.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 97</value>
+  </data>
+  <data name="areaList.TabIndex" type="System.Int32, mscorlib">
+    <value>5</value>
+  </data>
+  <data name="&gt;&gt;areaList.Name" xml:space="preserve">
+    <value>areaList</value>
+  </data>
+  <data name="&gt;&gt;areaList.Type" xml:space="preserve">
+    <value>Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons, Maestro.Editors, Version=3.1.0.5859, Culture=neutral, PublicKeyToken=null</value>
+  </data>
+  <data name="&gt;&gt;areaList.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;areaList.ZOrder" xml:space="preserve">
+    <value>2</value>
+  </data>
+  <data name="lineList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="lineList.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 145</value>
+  </data>
+  <data name="lineList.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 97</value>
+  </data>
+  <data name="lineList.TabIndex" type="System.Int32, mscorlib">
+    <value>3</value>
+  </data>
+  <data name="&gt;&gt;lineList.Name" xml:space="preserve">
+    <value>lineList</value>
+  </data>
+  <data name="&gt;&gt;lineList.Type" xml:space="preserve">
+    <value>Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons, Maestro.Editors, Version=3.1.0.5859, Culture=neutral, PublicKeyToken=null</value>
+  </data>
+  <data name="&gt;&gt;lineList.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;lineList.ZOrder" xml:space="preserve">
+    <value>4</value>
+  </data>
+  <data name="pointList.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
+    <value>Top</value>
+  </data>
+  <data name="pointList.Location" type="System.Drawing.Point, System.Drawing">
+    <value>0, 24</value>
+  </data>
+  <data name="pointList.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 97</value>
+  </data>
+  <data name="pointList.TabIndex" type="System.Int32, mscorlib">
+    <value>1</value>
+  </data>
+  <data name="&gt;&gt;pointList.Name" xml:space="preserve">
+    <value>pointList</value>
+  </data>
+  <data name="&gt;&gt;pointList.Type" xml:space="preserve">
+    <value>Maestro.Editors.LayerDefinition.Vector.Scales.ConditionListButtons, Maestro.Editors, Version=3.1.0.5859, Culture=neutral, PublicKeyToken=null</value>
+  </data>
+  <data name="&gt;&gt;pointList.Parent" xml:space="preserve">
+    <value>$this</value>
+  </data>
+  <data name="&gt;&gt;pointList.ZOrder" xml:space="preserve">
+    <value>6</value>
+  </data>
+  <metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
+    <value>True</value>
+  </metadata>
+  <data name="$this.Size" type="System.Drawing.Size, System.Drawing">
+    <value>598, 495</value>
+  </data>
+  <data name="&gt;&gt;$this.Name" xml:space="preserve">
+    <value>VectorScaleRangeCtrl</value>
+  </data>
+  <data name="&gt;&gt;$this.Type" xml:space="preserve">
+    <value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </data>
 </root>
\ No newline at end of file



More information about the mapguide-commits mailing list