Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/CalculationsView.Designer.cs =================================================================== diff -u -r9821911d27e7995e4cfdc9b644bf1a21e6f49c1c -r4ce9677133435e95e10445e794ae49de7c4879e6 --- Riskeer/Common/src/Riskeer.Common.Forms/Views/CalculationsView.Designer.cs (.../CalculationsView.Designer.cs) (revision 9821911d27e7995e4cfdc9b644bf1a21e6f49c1c) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/CalculationsView.Designer.cs (.../CalculationsView.Designer.cs) (revision 4ce9677133435e95e10445e794ae49de7c4879e6) @@ -40,10 +40,10 @@ this.listBox = new System.Windows.Forms.ListBox(); this.sectionsLabel = new System.Windows.Forms.Label(); this.dataGridTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); - this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); this.calculationsLabel = new System.Windows.Forms.Label(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.generateButton = new System.Windows.Forms.Button(); + this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit(); this.splitContainer.Panel1.SuspendLayout(); this.splitContainer.Panel2.SuspendLayout(); @@ -67,8 +67,8 @@ // this.splitContainer.Panel2.Controls.Add(this.dataGridTableLayoutPanel); this.splitContainer.Panel2.Controls.Add(this.calculationsLabel); - this.splitContainer.Size = new System.Drawing.Size(1162, 470); - this.splitContainer.SplitterDistance = 331; + this.splitContainer.Size = new System.Drawing.Size(1343, 598); + this.splitContainer.SplitterDistance = 250; this.splitContainer.TabIndex = 0; // // listBox @@ -77,7 +77,7 @@ this.listBox.FormattingEnabled = true; this.listBox.Location = new System.Drawing.Point(0, 13); this.listBox.Name = "listBox"; - this.listBox.Size = new System.Drawing.Size(331, 457); + this.listBox.Size = new System.Drawing.Size(250, 585); this.listBox.TabIndex = 1; // // sectionsLabel @@ -100,19 +100,9 @@ this.dataGridTableLayoutPanel.Name = "dataGridTableLayoutPanel"; this.dataGridTableLayoutPanel.RowCount = 1; this.dataGridTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.dataGridTableLayoutPanel.Size = new System.Drawing.Size(827, 457); + this.dataGridTableLayoutPanel.Size = new System.Drawing.Size(1089, 585); this.dataGridTableLayoutPanel.TabIndex = 1; // - // dataGridViewControl - // - this.dataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; - this.dataGridViewControl.Location = new System.Drawing.Point(3, 3); - this.dataGridViewControl.MultiSelect = true; - this.dataGridViewControl.Name = "dataGridViewControl"; - this.dataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect; - this.dataGridViewControl.Size = new System.Drawing.Size(821, 451); - this.dataGridViewControl.TabIndex = 0; - // // calculationsLabel // this.calculationsLabel.AutoSize = true; @@ -134,26 +124,36 @@ this.tableLayoutPanel.Name = "tableLayoutPanel"; this.tableLayoutPanel.RowCount = 2; 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(1168, 508); + this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F)); + this.tableLayoutPanel.Size = new System.Drawing.Size(1349, 644); this.tableLayoutPanel.TabIndex = 0; // // generateButton // - this.generateButton.Location = new System.Drawing.Point(3, 479); + this.generateButton.Location = new System.Drawing.Point(3, 607); this.generateButton.Name = "generateButton"; this.generateButton.Padding = new System.Windows.Forms.Padding(2); - this.generateButton.Size = new System.Drawing.Size(147, 26); + this.generateButton.Size = new System.Drawing.Size(170, 34); this.generateButton.TabIndex = 1; this.generateButton.Text = global::Riskeer.Common.Forms.Properties.Resources.CalculationGroup_Generate_calculations; this.generateButton.UseVisualStyleBackColor = true; this.generateButton.Click += new System.EventHandler(this.generateButton_Click); // + // dataGridViewControl + // + this.dataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill; + this.dataGridViewControl.Location = new System.Drawing.Point(3, 3); + this.dataGridViewControl.MultiSelect = true; + this.dataGridViewControl.Name = "dataGridViewControl"; + this.dataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect; + this.dataGridViewControl.Size = new System.Drawing.Size(1083, 579); + this.dataGridViewControl.TabIndex = 0; + // // CalculationsView // this.Controls.Add(this.tableLayoutPanel); this.Name = "CalculationsView"; - this.Size = new System.Drawing.Size(1168, 508); + this.Size = new System.Drawing.Size(1349, 644); this.splitContainer.Panel1.ResumeLayout(false); this.splitContainer.Panel1.PerformLayout(); this.splitContainer.Panel2.ResumeLayout(false);