1 | namespace HeuristicLab.OKB.ParameterTable {
|
---|
2 | partial class ParameterTable {
|
---|
3 | /// <summary>
|
---|
4 | /// Required designer variable.
|
---|
5 | /// </summary>
|
---|
6 | private System.ComponentModel.IContainer components = null;
|
---|
7 |
|
---|
8 | /// <summary>
|
---|
9 | /// Clean up any resources being used.
|
---|
10 | /// </summary>
|
---|
11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
12 | protected override void Dispose(bool disposing) {
|
---|
13 | if (disposing && (components != null)) {
|
---|
14 | components.Dispose();
|
---|
15 | }
|
---|
16 | base.Dispose(disposing);
|
---|
17 | }
|
---|
18 |
|
---|
19 | #region Component Designer generated code
|
---|
20 |
|
---|
21 | /// <summary>
|
---|
22 | /// Required method for Designer support - do not modify
|
---|
23 | /// the contents of this method with the code editor.
|
---|
24 | /// </summary>
|
---|
25 | private void InitializeComponent() {
|
---|
26 | this.components = new System.ComponentModel.Container();
|
---|
27 | this.panel = new System.Windows.Forms.TableLayoutPanel();
|
---|
28 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
29 | this.SuspendLayout();
|
---|
30 | //
|
---|
31 | // panel
|
---|
32 | //
|
---|
33 | this.panel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single;
|
---|
34 | this.panel.ColumnCount = 2;
|
---|
35 | this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
---|
36 | this.panel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
---|
37 | this.panel.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
38 | this.panel.Location = new System.Drawing.Point(0, 0);
|
---|
39 | this.panel.Name = "panel";
|
---|
40 | this.panel.RowCount = 1;
|
---|
41 | this.panel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
42 | this.panel.Size = new System.Drawing.Size(150, 150);
|
---|
43 | this.panel.TabIndex = 0;
|
---|
44 | //
|
---|
45 | // ParameterTable
|
---|
46 | //
|
---|
47 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
48 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
49 | this.Controls.Add(this.panel);
|
---|
50 | this.Name = "ParameterTable";
|
---|
51 | this.ResumeLayout(false);
|
---|
52 |
|
---|
53 | }
|
---|
54 |
|
---|
55 | #endregion
|
---|
56 |
|
---|
57 | private System.Windows.Forms.TableLayoutPanel panel;
|
---|
58 | private System.Windows.Forms.ToolTip toolTip;
|
---|
59 | }
|
---|
60 | }
|
---|