[mapguide-commits] r5261 - sandbox/maestro-3.0/Maestro.Base/Editor

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Oct 8 03:30:45 EDT 2010


Author: jng
Date: 2010-10-08 07:30:45 +0000 (Fri, 08 Oct 2010)
New Revision: 5261

Modified:
   sandbox/maestro-3.0/Maestro.Base/Editor/XmlEditorDialog.Designer.cs
Log:
Fix some UI size and layout problems with the XML Editor Dialog


Modified: sandbox/maestro-3.0/Maestro.Base/Editor/XmlEditorDialog.Designer.cs
===================================================================
--- sandbox/maestro-3.0/Maestro.Base/Editor/XmlEditorDialog.Designer.cs	2010-10-08 07:27:48 UTC (rev 5260)
+++ sandbox/maestro-3.0/Maestro.Base/Editor/XmlEditorDialog.Designer.cs	2010-10-08 07:30:45 UTC (rev 5261)
@@ -32,8 +32,8 @@
             this.splitContainer1 = new System.Windows.Forms.SplitContainer();
             this.contentPanel = new System.Windows.Forms.Panel();
             this.buttonPanel = new System.Windows.Forms.Panel();
+            this.btnCancel = new System.Windows.Forms.Button();
             this.btnSave = new System.Windows.Forms.Button();
-            this.btnCancel = new System.Windows.Forms.Button();
             this.splitContainer1.Panel1.SuspendLayout();
             this.splitContainer1.Panel2.SuspendLayout();
             this.splitContainer1.SuspendLayout();
@@ -55,8 +55,8 @@
             // splitContainer1.Panel2
             // 
             this.splitContainer1.Panel2.Controls.Add(this.buttonPanel);
-            this.splitContainer1.Size = new System.Drawing.Size(483, 347);
-            this.splitContainer1.SplitterDistance = 292;
+            this.splitContainer1.Size = new System.Drawing.Size(784, 562);
+            this.splitContainer1.SplitterDistance = 507;
             this.splitContainer1.TabIndex = 0;
             // 
             // contentPanel
@@ -64,7 +64,7 @@
             this.contentPanel.Dock = System.Windows.Forms.DockStyle.Fill;
             this.contentPanel.Location = new System.Drawing.Point(0, 0);
             this.contentPanel.Name = "contentPanel";
-            this.contentPanel.Size = new System.Drawing.Size(483, 292);
+            this.contentPanel.Size = new System.Drawing.Size(784, 507);
             this.contentPanel.TabIndex = 0;
             // 
             // buttonPanel
@@ -74,12 +74,24 @@
             this.buttonPanel.Dock = System.Windows.Forms.DockStyle.Fill;
             this.buttonPanel.Location = new System.Drawing.Point(0, 0);
             this.buttonPanel.Name = "buttonPanel";
-            this.buttonPanel.Size = new System.Drawing.Size(483, 51);
+            this.buttonPanel.Size = new System.Drawing.Size(784, 51);
             this.buttonPanel.TabIndex = 0;
             // 
+            // btnCancel
+            // 
+            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.btnCancel.Location = new System.Drawing.Point(697, 16);
+            this.btnCancel.Name = "btnCancel";
+            this.btnCancel.Size = new System.Drawing.Size(75, 23);
+            this.btnCancel.TabIndex = 1;
+            this.btnCancel.Text = "Cancel";
+            this.btnCancel.UseVisualStyleBackColor = true;
+            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
+            // 
             // btnSave
             // 
-            this.btnSave.Location = new System.Drawing.Point(315, 16);
+            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
+            this.btnSave.Location = new System.Drawing.Point(616, 16);
             this.btnSave.Name = "btnSave";
             this.btnSave.Size = new System.Drawing.Size(75, 23);
             this.btnSave.TabIndex = 0;
@@ -87,21 +99,11 @@
             this.btnSave.UseVisualStyleBackColor = true;
             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
             // 
-            // btnCancel
-            // 
-            this.btnCancel.Location = new System.Drawing.Point(396, 16);
-            this.btnCancel.Name = "btnCancel";
-            this.btnCancel.Size = new System.Drawing.Size(75, 23);
-            this.btnCancel.TabIndex = 1;
-            this.btnCancel.Text = "Cancel";
-            this.btnCancel.UseVisualStyleBackColor = true;
-            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
-            // 
             // XmlEditorDialog
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(483, 347);
+            this.ClientSize = new System.Drawing.Size(784, 562);
             this.Controls.Add(this.splitContainer1);
             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
             this.MaximizeBox = false;



More information about the mapguide-commits mailing list