resize support working

This commit is contained in:
Chris Forbes
2010-05-09 13:35:27 +12:00
parent b7e6dc90c3
commit 5be3da3d12
4 changed files with 30 additions and 3 deletions

View File

@@ -196,6 +196,7 @@
this.Controls.Add(this.width);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "ResizeDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Resize Map";
((System.ComponentModel.ISupportInitialize)(this.width)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cordonLeft)).EndInit();