Index: Riskeer/DuneErosion/src/Riskeer.DuneErosion.Forms/Views/DuneLocationCalculationsView.Designer.cs =================================================================== diff -u -r3e3524fde636f1e5ca35b337bd4dcb45b59bcc1a -r0dc1ac6eefcb9c6c245003df6e786cda123d561d --- Riskeer/DuneErosion/src/Riskeer.DuneErosion.Forms/Views/DuneLocationCalculationsView.Designer.cs (.../DuneLocationCalculationsView.Designer.cs) (revision 3e3524fde636f1e5ca35b337bd4dcb45b59bcc1a) +++ Riskeer/DuneErosion/src/Riskeer.DuneErosion.Forms/Views/DuneLocationCalculationsView.Designer.cs (.../DuneLocationCalculationsView.Designer.cs) (revision 0dc1ac6eefcb9c6c245003df6e786cda123d561d) @@ -39,41 +39,66 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox = new System.Windows.Forms.CheckBox(); this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); + this.buttonGroupBox = new System.Windows.Forms.GroupBox(); this.calculateForSelectedButton = new Core.Common.Controls.Forms.EnhancedButton(); this.deselectAllButton = new Core.Common.Controls.Forms.EnhancedButton(); this.selectAllButton = new Core.Common.Controls.Forms.EnhancedButton(); - this.buttonGroupBox = new System.Windows.Forms.GroupBox(); - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox = new System.Windows.Forms.CheckBox(); this.calculateForSelectedButtonErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); + this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.buttonGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize) (this.calculateForSelectedButtonErrorProvider)).BeginInit(); this.tableLayoutPanel.SuspendLayout(); this.SuspendLayout(); // + // showHydraulicBoundaryDatabaseFileNameColumnCheckBox + // + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.AutoSize = true; + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Location = new System.Drawing.Point(3, 3); + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Name = "showHydraulicBoundaryDatabaseFileNameColumnCheckBox"; + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0); + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Size = new System.Drawing.Size(23, 14); + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.TabIndex = 3; + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.UseVisualStyleBackColor = true; + this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.CheckedChanged += new System.EventHandler(this.ShowHydraulicBoundaryDatabaseFileNameColumnCheckBox_CheckedChanged); + // // dataGridViewControl // this.dataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataGridViewControl.Location = new System.Drawing.Point(0, 40); + this.dataGridViewControl.Location = new System.Drawing.Point(3, 23); this.dataGridViewControl.MultiSelect = true; this.dataGridViewControl.Name = "dataGridViewControl"; this.dataGridViewControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 5); this.dataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect; - this.dataGridViewControl.Size = new System.Drawing.Size(533, 45); + this.dataGridViewControl.Size = new System.Drawing.Size(554, 326); this.dataGridViewControl.TabIndex = 2; // - // CalculateForSelectedButton + // buttonGroupBox // + this.buttonGroupBox.Controls.Add(this.calculateForSelectedButton); + this.buttonGroupBox.Controls.Add(this.deselectAllButton); + this.buttonGroupBox.Controls.Add(this.selectAllButton); + this.buttonGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; + this.buttonGroupBox.Location = new System.Drawing.Point(3, 355); + this.buttonGroupBox.MinimumSize = new System.Drawing.Size(445, 61); + this.buttonGroupBox.Name = "buttonGroupBox"; + this.buttonGroupBox.Size = new System.Drawing.Size(554, 61); + this.buttonGroupBox.TabIndex = 3; + this.buttonGroupBox.TabStop = false; + // + // calculateForSelectedButton + // this.calculateForSelectedButton.Enabled = false; + this.calculateForSelectedButtonErrorProvider.SetIconPadding(this.calculateForSelectedButton, 2); this.calculateForSelectedButton.Location = new System.Drawing.Point(227, 29); this.calculateForSelectedButton.Name = "calculateForSelectedButton"; this.calculateForSelectedButton.Size = new System.Drawing.Size(207, 23); this.calculateForSelectedButton.TabIndex = 2; this.calculateForSelectedButton.UseVisualStyleBackColor = true; this.calculateForSelectedButton.Click += new System.EventHandler(this.CalculateForSelectedButton_Click); // - // DeselectAllButton + // deselectAllButton // this.deselectAllButton.Location = new System.Drawing.Point(110, 29); this.deselectAllButton.Name = "deselectAllButton"; @@ -82,7 +107,7 @@ this.deselectAllButton.UseVisualStyleBackColor = true; this.deselectAllButton.Click += new System.EventHandler(this.DeselectAllButton_Click); // - // SelectAllButton + // selectAllButton // this.selectAllButton.Location = new System.Drawing.Point(6, 29); this.selectAllButton.Name = "selectAllButton"; @@ -91,53 +116,27 @@ this.selectAllButton.UseVisualStyleBackColor = true; this.selectAllButton.Click += new System.EventHandler(this.SelectAllButton_Click); // - // ButtonGroupBox + // calculateForSelectedButtonErrorProvider // - this.buttonGroupBox.Controls.Add(this.calculateForSelectedButton); - this.buttonGroupBox.Controls.Add(this.deselectAllButton); - this.buttonGroupBox.Controls.Add(this.selectAllButton); - this.buttonGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; - this.buttonGroupBox.Location = new System.Drawing.Point(0, 85); - this.buttonGroupBox.MinimumSize = new System.Drawing.Size(445, 61); - this.buttonGroupBox.Name = "buttonGroupBox"; - this.buttonGroupBox.Size = new System.Drawing.Size(533, 61); - this.buttonGroupBox.TabIndex = 3; - this.buttonGroupBox.TabStop = false; - // - // showHydraulicBoundaryDatabaseFileNameColumnCheckBox - // - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.AutoSize = true; - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Location = new System.Drawing.Point(0, 0); - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Name = "showHydraulicBoundaryDatabaseFileNameColumnCheckBox"; - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Padding = new System.Windows.Forms.Padding(8, 0, 0, 0); - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.Size = new System.Drawing.Size(533, 40); - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.TabIndex = 3; - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.UseVisualStyleBackColor = true; - this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox.CheckedChanged += new System.EventHandler(this.ShowHydraulicBoundaryDatabaseFileNameColumnCheckBox_CheckedChanged); - // - // CalculateForSelectedButtonErrorProvider - // this.calculateForSelectedButtonErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; this.calculateForSelectedButtonErrorProvider.ContainerControl = this; - this.calculateForSelectedButtonErrorProvider.Icon = Core.Gui.Properties.Resources.warning; - this.calculateForSelectedButtonErrorProvider.SetIconPadding(calculateForSelectedButton, 2); // // tableLayoutPanel // this.tableLayoutPanel.ColumnCount = 1; - this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel.Controls.Add(this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox, 0, 0); - this.tableLayoutPanel.Controls.Add(this.dataGridViewControl, 0, 1); + this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.Controls.Add(this.buttonGroupBox, 0, 2); + this.tableLayoutPanel.Controls.Add(this.dataGridViewControl, 0, 1); + this.tableLayoutPanel.Controls.Add(this.showHydraulicBoundaryDatabaseFileNameColumnCheckBox, 0, 0); this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 3; this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel.Size = new System.Drawing.Size(536, 425); - this.tableLayoutPanel.TabIndex = 4; + this.tableLayoutPanel.Size = new System.Drawing.Size(560, 419); + this.tableLayoutPanel.TabIndex = 5; // // DuneLocationCalculationsView // @@ -147,17 +146,18 @@ this.AutoScrollMinSize = new System.Drawing.Size(526, 85); this.Controls.Add(this.tableLayoutPanel); this.Name = "DuneLocationCalculationsView"; - this.Size = new System.Drawing.Size(533, 146); + this.Size = new System.Drawing.Size(560, 419); this.buttonGroupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize) (this.calculateForSelectedButtonErrorProvider)).EndInit(); this.tableLayoutPanel.ResumeLayout(false); + this.tableLayoutPanel.PerformLayout(); this.ResumeLayout(false); - this.PerformLayout(); } + private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; + #endregion - private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; protected Core.Common.Controls.DataGrid.DataGridViewControl dataGridViewControl; private Core.Common.Controls.Forms.EnhancedButton calculateForSelectedButton; private Core.Common.Controls.Forms.EnhancedButton deselectAllButton;