Index: DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs =================================================================== diff -u -r6857 -r6929 --- DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../DamNewProjectDialog.Designer.cs) (revision 6857) +++ DamClients/DamUI/trunk/src/Dam/Forms/DamNewProjectDialog.Designer.cs (.../DamNewProjectDialog.Designer.cs) (revision 6929) @@ -84,7 +84,7 @@ // // ProjectSpecificationsGroupControl // - this.ProjectSpecificationsGroupControl.AutoSize = true; + this.ProjectSpecificationsGroupControl.AutoSize = false; this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameButton); this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameLabel); this.ProjectSpecificationsGroupControl.Controls.Add(this.SensorConfigurationFilenameTextEdit); @@ -100,7 +100,7 @@ this.ProjectSpecificationsGroupControl.Location = new System.Drawing.Point(0, 0); this.ProjectSpecificationsGroupControl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.ProjectSpecificationsGroupControl.Name = "ProjectSpecificationsGroupControl"; - this.ProjectSpecificationsGroupControl.Size = new System.Drawing.Size(657, 277); + this.ProjectSpecificationsGroupControl.Size = new System.Drawing.Size(657, 295); this.ProjectSpecificationsGroupControl.TabIndex = 4; this.ProjectSpecificationsGroupControl.Text = "Project specification"; // @@ -224,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, 410); + this.panelControl1.Location = new System.Drawing.Point(0, 359); 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); @@ -271,10 +271,10 @@ // projectionGroupControl // this.projectionGroupControl.Controls.Add(this.projectionMemoEdit); - this.projectionGroupControl.Location = new System.Drawing.Point(16, 305); + this.projectionGroupControl.Location = new System.Drawing.Point(0, 262); 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); + this.projectionGroupControl.Size = new System.Drawing.Size(657, 95); this.projectionGroupControl.TabIndex = 8; this.projectionGroupControl.Text = "Projection"; // @@ -291,7 +291,7 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(657, 453); + this.ClientSize = new System.Drawing.Size(657, 397); this.Controls.Add(this.projectionGroupControl); this.Controls.Add(this.ProjectSpecificationsGroupControl); this.Controls.Add(this.panelControl1);