// 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.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.TableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
this.infoIcon = new System.Windows.Forms.PictureBox();
this.DataGridViewControl = new Core.Common.Controls.DataGrid.DataGridViewControl();
this.TableLayoutPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.infoIcon)).BeginInit();
this.SuspendLayout();
//
// toolTip
//
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 100;
this.toolTip.ReshowDelay = 100;
//
// 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, 30F));
this.TableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
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(0, 30);
//
// infoIcon
//
this.infoIcon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.infoIcon.Dock = System.Windows.Forms.DockStyle.Right;
this.infoIcon.Location = new System.Drawing.Point(815, 7);
this.infoIcon.Margin = new System.Windows.Forms.Padding(7);
this.infoIcon.Name = "infoIcon";
this.infoIcon.Size = new System.Drawing.Size(16, 16);
//
// DataGridViewControl
//
this.DataGridViewControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataGridViewControl.MultiSelect = true;
this.DataGridViewControl.Name = "DataGridViewControl";
this.DataGridViewControl.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect;
this.DataGridViewControl.TabIndex = 0;
//
// FailureMechanismResultView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.AutoScrollMinSize = new System.Drawing.Size(500, 0);
this.Controls.Add(this.DataGridViewControl);
this.Controls.Add(this.TableLayoutPanel);
this.Name = "FailureMechanismResultView";
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.ToolTip toolTip;
protected System.Windows.Forms.TableLayoutPanel TableLayoutPanel;
private System.Windows.Forms.PictureBox infoIcon;
}
}