// Copyright (C) Stichting Deltares 2017. All rights reserved.
//
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
//
// All names, logos, and references to "Deltares" are registered trademarks of
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
namespace Ringtoets.Common.Forms.Views
{
partial class FailureMechanismResultView
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.DataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl();
this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.infoIcon = new System.Windows.Forms.PictureBox();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.tableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.infoIcon)).BeginInit();
this.SuspendLayout();
//
// DataGridViewControl
//
this.DataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataGridViewControl.Location = new System.Drawing.Point(0, 30);
this.DataGridViewControl.MultiSelect = true;
this.DataGridViewControl.Name = "DataGridViewControl";
this.DataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect;
this.DataGridViewControl.Size = new System.Drawing.Size(522, 120);
this.DataGridViewControl.TabIndex = 0;
//
// tableLayoutPanel
//
this.tableLayoutPanel.ColumnCount = 2;
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel.Controls.Add(this.infoIcon, 1, 0);
this.tableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.tableLayoutPanel.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel.Name = "tableLayoutPanel";
this.tableLayoutPanel.RowCount = 1;
this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel.Size = new System.Drawing.Size(522, 30);
this.tableLayoutPanel.TabIndex = 1;
//
// infoIcon
//
this.infoIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.infoIcon.Dock = System.Windows.Forms.DockStyle.Fill;
this.infoIcon.Location = new System.Drawing.Point(505, 3);
this.infoIcon.Name = "infoIcon";
this.infoIcon.Size = new System.Drawing.Size(14, 24);
this.infoIcon.TabIndex = 0;
this.infoIcon.TabStop = false;
//
// toolTip
//
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 100;
this.toolTip.IsBalloon = true;
this.toolTip.ReshowDelay = 100;
//
// FailureMechanismResultView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.DataGridViewControl);
this.Controls.Add(this.tableLayoutPanel);
this.Name = "FailureMechanismResultView";
this.Size = new System.Drawing.Size(522, 150);
this.tableLayoutPanel.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.infoIcon)).EndInit();
this.ResumeLayout(false);
}
#endregion
protected Core.Common.Controls.DataGrid.DataGridViewControl DataGridViewControl;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;
private System.Windows.Forms.PictureBox infoIcon;
private System.Windows.Forms.ToolTip toolTip;
}
}