Index: DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs =================================================================== diff -u -r6785 -r6940 --- DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs (.../LocationPropertyControl.Designer.cs) (revision 6785) +++ DamClients/DamUI/trunk/src/Dam/Forms/LocationPropertyControl.Designer.cs (.../LocationPropertyControl.Designer.cs) (revision 6940) @@ -55,8 +55,6 @@ this.TrafficLoadDistributionAngleEdit = new DevExpress.XtraEditors.SpinEdit(); this.TrafficLoadDistributionAngleLabel = new DevExpress.XtraEditors.LabelControl(); this.IdentificationGroupControl = new DevExpress.XtraEditors.GroupControl(); - this.DikeEdit = new DevExpress.XtraEditors.TextEdit(); - this.DikeLabel = new DevExpress.XtraEditors.LabelControl(); this.YEdit = new DevExpress.XtraEditors.SpinEdit(); this.YLabel = new DevExpress.XtraEditors.LabelControl(); this.XEdit = new DevExpress.XtraEditors.SpinEdit(); @@ -87,7 +85,6 @@ ((System.ComponentModel.ISupportInitialize)(this.TrafficLoadDistributionAngleEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).BeginInit(); this.IdentificationGroupControl.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.DikeEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.YEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize) (this.NameValue.Properties)).BeginInit(); @@ -176,8 +173,6 @@ // // IdentificationGroupControl // - this.IdentificationGroupControl.Controls.Add(this.DikeEdit); - this.IdentificationGroupControl.Controls.Add(this.DikeLabel); this.IdentificationGroupControl.Controls.Add(this.YEdit); this.IdentificationGroupControl.Controls.Add(this.YLabel); this.IdentificationGroupControl.Controls.Add(this.XEdit); @@ -187,27 +182,10 @@ this.IdentificationGroupControl.Dock = System.Windows.Forms.DockStyle.Top; this.IdentificationGroupControl.Location = new System.Drawing.Point(0, 0); this.IdentificationGroupControl.Name = "IdentificationGroupControl"; - this.IdentificationGroupControl.Size = new System.Drawing.Size(287, 155); + this.IdentificationGroupControl.Size = new System.Drawing.Size(287, 129); this.IdentificationGroupControl.TabIndex = 47; this.IdentificationGroupControl.Text = "Identification"; - // - // DikeEdit - // - this.DikeEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) - | System.Windows.Forms.AnchorStyles.Right))); - this.DikeEdit.Location = new System.Drawing.Point(129, 39); - this.DikeEdit.Name = "DikeEdit"; - this.DikeEdit.Size = new System.Drawing.Size(144, 20); - this.DikeEdit.TabIndex = 56; - // - // DikeLabel - // - this.DikeLabel.Location = new System.Drawing.Point(12, 42); - this.DikeLabel.Name = "DikeLabel"; - this.DikeLabel.Size = new System.Drawing.Size(20, 13); - this.DikeLabel.TabIndex = 55; - this.DikeLabel.Text = "Dike"; - // + // // YEdit // this.YEdit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) @@ -218,7 +196,7 @@ 0, 0}); this.YEdit.EnterMoveNextControl = true; - this.YEdit.Location = new System.Drawing.Point(129, 117); + this.YEdit.Location = new System.Drawing.Point(129, 91); this.YEdit.Name = "YEdit"; this.YEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.YEdit.Properties.EditFormat.FormatString = "F3"; @@ -230,7 +208,7 @@ // // YLabel // - this.YLabel.Location = new System.Drawing.Point(12, 120); + this.YLabel.Location = new System.Drawing.Point(12, 94); this.YLabel.Name = "YLabel"; this.YLabel.Size = new System.Drawing.Size(6, 13); this.YLabel.TabIndex = 53; @@ -246,7 +224,7 @@ 0, 0}); this.XEdit.EnterMoveNextControl = true; - this.XEdit.Location = new System.Drawing.Point(129, 91); + this.XEdit.Location = new System.Drawing.Point(129, 65); this.XEdit.Name = "XEdit"; this.XEdit.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; this.XEdit.Properties.EditFormat.FormatString = "F3"; @@ -258,7 +236,7 @@ // // XLabel // - this.XLabel.Location = new System.Drawing.Point(12, 94); + this.XLabel.Location = new System.Drawing.Point(12, 68); this.XLabel.Name = "XLabel"; this.XLabel.Size = new System.Drawing.Size(6, 13); this.XLabel.TabIndex = 51; @@ -268,14 +246,14 @@ // this.NameValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.NameValue.Location = new System.Drawing.Point(129, 65); + this.NameValue.Location = new System.Drawing.Point(129, 39); this.NameValue.Name = "NameValue"; this.NameValue.Size = new System.Drawing.Size(144, 20); this.NameValue.TabIndex = 50; // // NameLabel // - this.NameLabel.Location = new System.Drawing.Point(12, 68); + this.NameLabel.Location = new System.Drawing.Point(12, 42); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(27, 13); this.NameLabel.TabIndex = 34; @@ -512,7 +490,6 @@ ((System.ComponentModel.ISupportInitialize)(this.IdentificationGroupControl)).EndInit(); this.IdentificationGroupControl.ResumeLayout(false); this.IdentificationGroupControl.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.DikeEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.YEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.XEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.NameValue.Properties)).EndInit(); @@ -561,8 +538,6 @@ private DevExpress.XtraEditors.GroupControl CalculationGroupControl; private DevExpress.XtraEditors.LabelControl ZoneLabel; private DevExpress.XtraEditors.ComboBoxEdit ZoneEdit; - private DevExpress.XtraEditors.TextEdit DikeEdit; - private DevExpress.XtraEditors.LabelControl DikeLabel; private DevExpress.XtraEditors.LabelControl MininumCircleDepthLabel; private DevExpress.XtraEditors.ComboBoxEdit PLLineCreationMethodComboBox; private DevExpress.XtraEditors.LabelControl PLLineCreationMethodLabel;