Index: DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs =================================================================== diff -u -r6439 -r6857 --- DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../DamNewProjectDialog.Designer.cs) (revision 6439) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../DamNewProjectDialog.Designer.cs) (revision 6857) @@ -67,8 +67,6 @@ this.ProjectionButton = new DevExpress.XtraEditors.SimpleButton(); this.cancelButton = new DevExpress.XtraEditors.SimpleButton(); this.okButton = new DevExpress.XtraEditors.SimpleButton(); - this.DikeRingsCheckedListBox = new DevExpress.XtraEditors.CheckedListBoxControl(); - this.SelectDikeRingsLabel = new DevExpress.XtraEditors.LabelControl(); this.projectionGroupControl = new DevExpress.XtraEditors.GroupControl(); this.projectionMemoEdit = new DevExpress.XtraEditors.MemoEdit(); ((System.ComponentModel.ISupportInitialize)(this.ProjectSpecificationsGroupControl)).BeginInit(); @@ -79,7 +77,6 @@ ((System.ComponentModel.ISupportInitialize)(this.DamCalculationTypeComboBox.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit(); this.panelControl1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.DikeRingsCheckedListBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).BeginInit(); this.projectionGroupControl.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).BeginInit(); @@ -227,7 +224,7 @@ this.panelControl1.Controls.Add(this.cancelButton); this.panelControl1.Controls.Add(this.okButton); this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom; - this.panelControl1.Location = new System.Drawing.Point(0, 652); + this.panelControl1.Location = new System.Drawing.Point(0, 410); this.panelControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelControl1.Name = "panelControl1"; this.panelControl1.Size = new System.Drawing.Size(657, 43); @@ -269,29 +266,12 @@ this.okButton.TabIndex = 0; this.okButton.Text = "Ok"; this.okButton.Click += new System.EventHandler(this.OkButtonClick); + // - // DikeRingsCheckedListBox - // - this.DikeRingsCheckedListBox.Location = new System.Drawing.Point(16, 312); - this.DikeRingsCheckedListBox.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.DikeRingsCheckedListBox.Name = "DikeRingsCheckedListBox"; - this.DikeRingsCheckedListBox.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; - this.DikeRingsCheckedListBox.Size = new System.Drawing.Size(623, 226); - this.DikeRingsCheckedListBox.TabIndex = 6; - // - // SelectDikeRingsLabel - // - this.SelectDikeRingsLabel.Location = new System.Drawing.Point(16, 289); - this.SelectDikeRingsLabel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); - this.SelectDikeRingsLabel.Name = "SelectDikeRingsLabel"; - this.SelectDikeRingsLabel.Size = new System.Drawing.Size(90, 16); - this.SelectDikeRingsLabel.TabIndex = 7; - this.SelectDikeRingsLabel.Text = "Select dikerings"; - // // projectionGroupControl // this.projectionGroupControl.Controls.Add(this.projectionMemoEdit); - this.projectionGroupControl.Location = new System.Drawing.Point(16, 547); + this.projectionGroupControl.Location = new System.Drawing.Point(16, 305); this.projectionGroupControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.projectionGroupControl.Name = "projectionGroupControl"; this.projectionGroupControl.Size = new System.Drawing.Size(623, 95); @@ -311,10 +291,8 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(657, 695); + this.ClientSize = new System.Drawing.Size(657, 453); this.Controls.Add(this.projectionGroupControl); - this.Controls.Add(this.SelectDikeRingsLabel); - this.Controls.Add(this.DikeRingsCheckedListBox); this.Controls.Add(this.ProjectSpecificationsGroupControl); this.Controls.Add(this.panelControl1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; @@ -334,7 +312,6 @@ ((System.ComponentModel.ISupportInitialize)(this.DamCalculationTypeComboBox.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit(); this.panelControl1.ResumeLayout(false); - ((System.ComponentModel.ISupportInitialize)(this.DikeRingsCheckedListBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.projectionGroupControl)).EndInit(); this.projectionGroupControl.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.projectionMemoEdit.Properties)).EndInit(); @@ -355,8 +332,6 @@ private DevExpress.XtraEditors.PanelControl panelControl1; private DevExpress.XtraEditors.SimpleButton cancelButton; private DevExpress.XtraEditors.SimpleButton okButton; - private DevExpress.XtraEditors.CheckedListBoxControl DikeRingsCheckedListBox; - private DevExpress.XtraEditors.LabelControl SelectDikeRingsLabel; private DevExpress.XtraEditors.SimpleButton DestinationProjectFilenameButton; private DevExpress.XtraEditors.LabelControl DestinationProjectFilenameLabel; private DevExpress.XtraEditors.TextEdit DestinationProjectFilenameTextEdit;