Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.Designer.cs =================================================================== diff -u -r58e63d129c58c0247ce8918486f4e68120876bd9 -rc6609aa18c44e976105aa8f434616576aeb7f677 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.Designer.cs (.../CalculatableView.Designer.cs) (revision 58e63d129c58c0247ce8918486f4e68120876bd9) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/CalculatableView.Designer.cs (.../CalculatableView.Designer.cs) (revision c6609aa18c44e976105aa8f434616576aeb7f677) @@ -36,12 +36,15 @@ /// private void InitializeComponent() { + this.components = new System.ComponentModel.Container(); this.dataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl(); this.CalculateForSelectedButton = new System.Windows.Forms.Button(); this.DeselectAllButton = new System.Windows.Forms.Button(); this.SelectAllButton = new System.Windows.Forms.Button(); this.ButtonGroupBox = new System.Windows.Forms.GroupBox(); + this.CalculateForSelectedButtonErrorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.ButtonGroupBox.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.CalculateForSelectedButtonErrorProvider)).BeginInit(); this.SuspendLayout(); // // dataGridViewControl @@ -96,17 +99,23 @@ this.ButtonGroupBox.TabIndex = 3; this.ButtonGroupBox.TabStop = false; // - // HydraulicBoundaryLocationsView + // CalculateForSelectedButtonErrorProvider // + this.CalculateForSelectedButtonErrorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink; + this.CalculateForSelectedButtonErrorProvider.ContainerControl = this; + // + // CalculatableView + // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.AutoScrollMinSize = new System.Drawing.Size(516, 85); this.Controls.Add(this.dataGridViewControl); this.Controls.Add(this.ButtonGroupBox); - this.Name = "HydraulicBoundaryLocationsView"; + this.Name = "CalculatableView"; this.Size = new System.Drawing.Size(533, 146); this.ButtonGroupBox.ResumeLayout(false); + ((System.ComponentModel.ISupportInitialize)(this.CalculateForSelectedButtonErrorProvider)).EndInit(); this.ResumeLayout(false); } @@ -118,5 +127,6 @@ private System.Windows.Forms.Button DeselectAllButton; private System.Windows.Forms.Button SelectAllButton; protected System.Windows.Forms.GroupBox ButtonGroupBox; + private System.Windows.Forms.ErrorProvider CalculateForSelectedButtonErrorProvider; } } \ No newline at end of file