[17404] | 1 | namespace HeuristicLab.JsonInterface.OptimizerIntegration {
|
---|
| 2 | partial class JsonItemBaseControl {
|
---|
| 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() {
|
---|
[17444] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[17464] | 27 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[17471] | 28 | this.textBoxName = new System.Windows.Forms.TextBox();
|
---|
[17464] | 29 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
[17473] | 30 | this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
|
---|
[17464] | 31 | this.textBoxDescription = new System.Windows.Forms.TextBox();
|
---|
[17473] | 32 | this.checkBoxActive = new System.Windows.Forms.CheckBox();
|
---|
[17404] | 33 | this.label1 = new System.Windows.Forms.Label();
|
---|
[17473] | 34 | this.labelDescription = new System.Windows.Forms.Label();
|
---|
[17464] | 35 | this.labelEnable = new System.Windows.Forms.Label();
|
---|
[17444] | 36 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[17464] | 37 | this.tableLayoutPanel1.SuspendLayout();
|
---|
[17471] | 38 | this.tableLayoutPanel5.SuspendLayout();
|
---|
[17404] | 39 | this.SuspendLayout();
|
---|
| 40 | //
|
---|
[17464] | 41 | // errorProvider
|
---|
[17404] | 42 | //
|
---|
[17464] | 43 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
| 44 | this.errorProvider.ContainerControl = this;
|
---|
[17404] | 45 | //
|
---|
[17471] | 46 | // textBoxName
|
---|
| 47 | //
|
---|
| 48 | this.textBoxName.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 49 | this.errorProvider.SetIconAlignment(this.textBoxName, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[17473] | 50 | this.textBoxName.Location = new System.Drawing.Point(100, 25);
|
---|
[17471] | 51 | this.textBoxName.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 52 | this.textBoxName.Name = "textBoxName";
|
---|
| 53 | this.textBoxName.Size = new System.Drawing.Size(394, 20);
|
---|
| 54 | this.textBoxName.TabIndex = 10;
|
---|
| 55 | this.textBoxName.Validating += new System.ComponentModel.CancelEventHandler(this.textBoxName_Validating);
|
---|
| 56 | //
|
---|
[17464] | 57 | // tableLayoutPanel1
|
---|
[17404] | 58 | //
|
---|
[17464] | 59 | this.tableLayoutPanel1.ColumnCount = 1;
|
---|
| 60 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
[17471] | 61 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0);
|
---|
[17464] | 62 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 63 | this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
|
---|
| 64 | this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 65 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
[17471] | 66 | this.tableLayoutPanel1.RowCount = 2;
|
---|
| 67 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 75F));
|
---|
| 68 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 69 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 70 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 71 | this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 594);
|
---|
[17464] | 72 | this.tableLayoutPanel1.TabIndex = 16;
|
---|
[17404] | 73 | //
|
---|
[17473] | 74 | // tableLayoutPanel5
|
---|
[17464] | 75 | //
|
---|
[17473] | 76 | this.tableLayoutPanel5.ColumnCount = 2;
|
---|
| 77 | this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
---|
| 78 | this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 79 | this.tableLayoutPanel5.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
---|
| 80 | this.tableLayoutPanel5.Controls.Add(this.textBoxDescription, 1, 2);
|
---|
| 81 | this.tableLayoutPanel5.Controls.Add(this.textBoxName, 1, 1);
|
---|
| 82 | this.tableLayoutPanel5.Controls.Add(this.checkBoxActive, 1, 0);
|
---|
| 83 | this.tableLayoutPanel5.Controls.Add(this.label1, 0, 1);
|
---|
| 84 | this.tableLayoutPanel5.Controls.Add(this.labelDescription, 0, 2);
|
---|
| 85 | this.tableLayoutPanel5.Controls.Add(this.labelEnable, 0, 0);
|
---|
| 86 | this.tableLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 87 | this.tableLayoutPanel5.Location = new System.Drawing.Point(0, 0);
|
---|
| 88 | this.tableLayoutPanel5.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 89 | this.tableLayoutPanel5.Name = "tableLayoutPanel5";
|
---|
| 90 | this.tableLayoutPanel5.RowCount = 3;
|
---|
| 91 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
---|
| 92 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
---|
| 93 | this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
|
---|
| 94 | this.tableLayoutPanel5.Size = new System.Drawing.Size(494, 75);
|
---|
| 95 | this.tableLayoutPanel5.TabIndex = 17;
|
---|
[17464] | 96 | //
|
---|
| 97 | // textBoxDescription
|
---|
| 98 | //
|
---|
[17471] | 99 | this.textBoxDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[17473] | 100 | this.textBoxDescription.Location = new System.Drawing.Point(100, 52);
|
---|
[17471] | 101 | this.textBoxDescription.Margin = new System.Windows.Forms.Padding(0, 2, 0, 0);
|
---|
[17464] | 102 | this.textBoxDescription.Name = "textBoxDescription";
|
---|
[17471] | 103 | this.textBoxDescription.Size = new System.Drawing.Size(394, 20);
|
---|
[17464] | 104 | this.textBoxDescription.TabIndex = 14;
|
---|
| 105 | //
|
---|
[17473] | 106 | // checkBoxActive
|
---|
| 107 | //
|
---|
| 108 | this.checkBoxActive.AutoSize = true;
|
---|
| 109 | this.checkBoxActive.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 110 | this.checkBoxActive.Location = new System.Drawing.Point(100, 0);
|
---|
| 111 | this.checkBoxActive.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 112 | this.checkBoxActive.Name = "checkBoxActive";
|
---|
| 113 | this.checkBoxActive.Size = new System.Drawing.Size(394, 25);
|
---|
| 114 | this.checkBoxActive.TabIndex = 2;
|
---|
| 115 | this.checkBoxActive.UseVisualStyleBackColor = true;
|
---|
| 116 | //
|
---|
[17404] | 117 | // label1
|
---|
| 118 | //
|
---|
| 119 | this.label1.AutoSize = true;
|
---|
[17471] | 120 | this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[17473] | 121 | this.label1.Location = new System.Drawing.Point(0, 25);
|
---|
[17471] | 122 | this.label1.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17404] | 123 | this.label1.Name = "label1";
|
---|
[17473] | 124 | this.label1.Size = new System.Drawing.Size(100, 25);
|
---|
[17404] | 125 | this.label1.TabIndex = 9;
|
---|
| 126 | this.label1.Text = "Name";
|
---|
[17471] | 127 | this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
[17404] | 128 | //
|
---|
[17473] | 129 | // labelDescription
|
---|
| 130 | //
|
---|
| 131 | this.labelDescription.AutoSize = true;
|
---|
| 132 | this.labelDescription.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 133 | this.labelDescription.Location = new System.Drawing.Point(0, 50);
|
---|
| 134 | this.labelDescription.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 135 | this.labelDescription.Name = "labelDescription";
|
---|
| 136 | this.labelDescription.Size = new System.Drawing.Size(100, 25);
|
---|
| 137 | this.labelDescription.TabIndex = 13;
|
---|
| 138 | this.labelDescription.Text = "Description";
|
---|
| 139 | this.labelDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
| 140 | //
|
---|
[17464] | 141 | // labelEnable
|
---|
[17433] | 142 | //
|
---|
[17464] | 143 | this.labelEnable.AutoSize = true;
|
---|
[17471] | 144 | this.labelEnable.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 145 | this.labelEnable.Location = new System.Drawing.Point(0, 0);
|
---|
| 146 | this.labelEnable.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17464] | 147 | this.labelEnable.Name = "labelEnable";
|
---|
[17473] | 148 | this.labelEnable.Size = new System.Drawing.Size(100, 25);
|
---|
[17464] | 149 | this.labelEnable.TabIndex = 3;
|
---|
| 150 | this.labelEnable.Text = "Enable";
|
---|
[17471] | 151 | this.labelEnable.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
[17433] | 152 | //
|
---|
[17404] | 153 | // JsonItemBaseControl
|
---|
| 154 | //
|
---|
| 155 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 156 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[17464] | 157 | this.Controls.Add(this.tableLayoutPanel1);
|
---|
[17444] | 158 | this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[17404] | 159 | this.Name = "JsonItemBaseControl";
|
---|
| 160 | this.Padding = new System.Windows.Forms.Padding(3);
|
---|
[17471] | 161 | this.Size = new System.Drawing.Size(500, 600);
|
---|
[17444] | 162 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[17464] | 163 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
[17471] | 164 | this.tableLayoutPanel5.ResumeLayout(false);
|
---|
| 165 | this.tableLayoutPanel5.PerformLayout();
|
---|
[17404] | 166 | this.ResumeLayout(false);
|
---|
| 167 |
|
---|
| 168 | }
|
---|
| 169 |
|
---|
| 170 | #endregion
|
---|
[17444] | 171 | protected System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[17464] | 172 | protected System.Windows.Forms.Label labelEnable;
|
---|
| 173 | protected System.Windows.Forms.CheckBox checkBoxActive;
|
---|
| 174 | protected System.Windows.Forms.TextBox textBoxName;
|
---|
| 175 | protected System.Windows.Forms.Label label1;
|
---|
| 176 | protected System.Windows.Forms.Label labelDescription;
|
---|
| 177 | protected System.Windows.Forms.TextBox textBoxDescription;
|
---|
| 178 | protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
[17471] | 179 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5;
|
---|
[17404] | 180 | }
|
---|
| 181 | }
|
---|