[17404] | 1 | namespace HeuristicLab.JsonInterface.OptimizerIntegration {
|
---|
| 2 | partial class JsonItemValidValuesControl {
|
---|
| 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() {
|
---|
[17464] | 26 | this.components = new System.ComponentModel.Container();
|
---|
[17404] | 27 | this.comboBoxValues = new System.Windows.Forms.ComboBox();
|
---|
[17405] | 28 | this.label2 = new System.Windows.Forms.Label();
|
---|
[17443] | 29 | this.groupBoxRange = new System.Windows.Forms.GroupBox();
|
---|
[17519] | 30 | this.concreteItemsRestrictor = new HeuristicLab.JsonInterface.OptimizerIntegration.ConcreteItemsRestrictor();
|
---|
[17464] | 31 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[17471] | 32 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
| 33 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
---|
[17405] | 34 | this.groupBoxRange.SuspendLayout();
|
---|
[17464] | 35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[17471] | 36 | this.tableLayoutPanel1.SuspendLayout();
|
---|
| 37 | this.tableLayoutPanel2.SuspendLayout();
|
---|
[17404] | 38 | this.SuspendLayout();
|
---|
| 39 | //
|
---|
| 40 | // comboBoxValues
|
---|
| 41 | //
|
---|
[17471] | 42 | this.comboBoxValues.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[17404] | 43 | this.comboBoxValues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 44 | this.comboBoxValues.FormattingEnabled = true;
|
---|
[17471] | 45 | this.comboBoxValues.Location = new System.Drawing.Point(100, 0);
|
---|
[17464] | 46 | this.comboBoxValues.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17404] | 47 | this.comboBoxValues.Name = "comboBoxValues";
|
---|
[17471] | 48 | this.comboBoxValues.Size = new System.Drawing.Size(400, 21);
|
---|
[17404] | 49 | this.comboBoxValues.TabIndex = 15;
|
---|
| 50 | //
|
---|
[17405] | 51 | // label2
|
---|
| 52 | //
|
---|
| 53 | this.label2.AutoSize = true;
|
---|
[17471] | 54 | this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 55 | this.label2.Location = new System.Drawing.Point(0, 0);
|
---|
| 56 | this.label2.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17405] | 57 | this.label2.Name = "label2";
|
---|
[17471] | 58 | this.label2.Size = new System.Drawing.Size(100, 22);
|
---|
[17405] | 59 | this.label2.TabIndex = 16;
|
---|
| 60 | this.label2.Text = "Value";
|
---|
[17471] | 61 | this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
[17405] | 62 | //
|
---|
[17443] | 63 | // groupBoxRange
|
---|
| 64 | //
|
---|
[17519] | 65 | this.groupBoxRange.Controls.Add(this.concreteItemsRestrictor);
|
---|
[17471] | 66 | this.groupBoxRange.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[17464] | 67 | this.groupBoxRange.Location = new System.Drawing.Point(0, 22);
|
---|
[17471] | 68 | this.groupBoxRange.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17443] | 69 | this.groupBoxRange.Name = "groupBoxRange";
|
---|
[17471] | 70 | this.groupBoxRange.Size = new System.Drawing.Size(500, 236);
|
---|
[17443] | 71 | this.groupBoxRange.TabIndex = 17;
|
---|
| 72 | this.groupBoxRange.TabStop = false;
|
---|
| 73 | this.groupBoxRange.Text = "Range";
|
---|
| 74 | //
|
---|
[17519] | 75 | // concreteItemsRestrictor
|
---|
| 76 | //
|
---|
| 77 | this.concreteItemsRestrictor.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 78 | this.concreteItemsRestrictor.Location = new System.Drawing.Point(3, 16);
|
---|
| 79 | this.concreteItemsRestrictor.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 80 | this.concreteItemsRestrictor.Name = "concreteItemsRestrictor";
|
---|
| 81 | this.concreteItemsRestrictor.Size = new System.Drawing.Size(494, 217);
|
---|
| 82 | this.concreteItemsRestrictor.TabIndex = 0;
|
---|
| 83 | //
|
---|
[17464] | 84 | // errorProvider
|
---|
| 85 | //
|
---|
| 86 | this.errorProvider.ContainerControl = this;
|
---|
| 87 | //
|
---|
[17471] | 88 | // tableLayoutPanel1
|
---|
| 89 | //
|
---|
| 90 | this.tableLayoutPanel1.ColumnCount = 1;
|
---|
| 91 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 92 | this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
|
---|
| 93 | this.tableLayoutPanel1.Controls.Add(this.groupBoxRange, 0, 1);
|
---|
| 94 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 95 | this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
---|
| 96 | this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 97 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
| 98 | this.tableLayoutPanel1.RowCount = 2;
|
---|
| 99 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
---|
| 100 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 101 | this.tableLayoutPanel1.Size = new System.Drawing.Size(500, 258);
|
---|
| 102 | this.tableLayoutPanel1.TabIndex = 18;
|
---|
| 103 | //
|
---|
| 104 | // tableLayoutPanel2
|
---|
| 105 | //
|
---|
| 106 | this.tableLayoutPanel2.ColumnCount = 2;
|
---|
| 107 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
---|
| 108 | this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
| 109 | this.tableLayoutPanel2.Controls.Add(this.label2, 0, 0);
|
---|
| 110 | this.tableLayoutPanel2.Controls.Add(this.comboBoxValues, 1, 0);
|
---|
| 111 | this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 112 | this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
---|
| 113 | this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
---|
| 114 | this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
---|
| 115 | this.tableLayoutPanel2.RowCount = 1;
|
---|
| 116 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
[17519] | 117 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
---|
[17471] | 118 | this.tableLayoutPanel2.Size = new System.Drawing.Size(500, 22);
|
---|
| 119 | this.tableLayoutPanel2.TabIndex = 19;
|
---|
| 120 | //
|
---|
[17404] | 121 | // JsonItemValidValuesControl
|
---|
| 122 | //
|
---|
| 123 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 124 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[17471] | 125 | this.Controls.Add(this.tableLayoutPanel1);
|
---|
[17404] | 126 | this.ForeColor = System.Drawing.Color.Black;
|
---|
[17464] | 127 | this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
[17471] | 128 | this.Margin = new System.Windows.Forms.Padding(0);
|
---|
[17404] | 129 | this.Name = "JsonItemValidValuesControl";
|
---|
[17471] | 130 | this.Size = new System.Drawing.Size(500, 258);
|
---|
[17405] | 131 | this.groupBoxRange.ResumeLayout(false);
|
---|
[17464] | 132 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[17471] | 133 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
| 134 | this.tableLayoutPanel2.ResumeLayout(false);
|
---|
| 135 | this.tableLayoutPanel2.PerformLayout();
|
---|
[17404] | 136 | this.ResumeLayout(false);
|
---|
| 137 |
|
---|
| 138 | }
|
---|
| 139 |
|
---|
| 140 | #endregion
|
---|
| 141 | private System.Windows.Forms.ComboBox comboBoxValues;
|
---|
[17405] | 142 | private System.Windows.Forms.Label label2;
|
---|
[17443] | 143 | private System.Windows.Forms.GroupBox groupBoxRange;
|
---|
[17464] | 144 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[17471] | 145 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
---|
| 146 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
[17519] | 147 | private ConcreteItemsRestrictor concreteItemsRestrictor;
|
---|
[17404] | 148 | }
|
---|
| 149 | }
|
---|