namespace HeuristicLab.OKB.ParameterTable {
partial class ParameterTable {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#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.panel = new System.Windows.Forms.TableLayoutPanel();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// panel
//
this.panel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
this.panel.ColumnCount = 2;
this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel.Location = new System.Drawing.Point(0, 0);
this.panel.Name = "panel";
this.panel.RowCount = 1;
this.panel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.panel.Size = new System.Drawing.Size(150, 150);
this.panel.TabIndex = 0;
//
// ParameterTable
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.panel);
this.Name = "ParameterTable";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel panel;
private System.Windows.Forms.ToolTip toolTip;
}
}