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() {
|
---|
26 | this.components = new System.ComponentModel.Container();
|
---|
27 | this.comboBoxValues = new System.Windows.Forms.ComboBox();
|
---|
28 | this.label2 = new System.Windows.Forms.Label();
|
---|
29 | this.groupBoxRange = new System.Windows.Forms.GroupBox();
|
---|
30 | this.concreteItemsRestrictor = new HeuristicLab.JsonInterface.OptimizerIntegration.ConcreteItemsRestrictor();
|
---|
31 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
32 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
33 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
---|
34 | this.groupBoxRange.SuspendLayout();
|
---|
35 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
36 | this.tableLayoutPanel1.SuspendLayout();
|
---|
37 | this.tableLayoutPanel2.SuspendLayout();
|
---|
38 | this.SuspendLayout();
|
---|
39 | //
|
---|
40 | // comboBoxValues
|
---|
41 | //
|
---|
42 | this.comboBoxValues.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
43 | this.comboBoxValues.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
44 | this.comboBoxValues.FormattingEnabled = true;
|
---|
45 | this.comboBoxValues.Location = new System.Drawing.Point(100, 0);
|
---|
46 | this.comboBoxValues.Margin = new System.Windows.Forms.Padding(0);
|
---|
47 | this.comboBoxValues.Name = "comboBoxValues";
|
---|
48 | this.comboBoxValues.Size = new System.Drawing.Size(400, 21);
|
---|
49 | this.comboBoxValues.TabIndex = 15;
|
---|
50 | //
|
---|
51 | // label2
|
---|
52 | //
|
---|
53 | this.label2.AutoSize = true;
|
---|
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);
|
---|
57 | this.label2.Name = "label2";
|
---|
58 | this.label2.Size = new System.Drawing.Size(100, 22);
|
---|
59 | this.label2.TabIndex = 16;
|
---|
60 | this.label2.Text = "Value";
|
---|
61 | this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
62 | //
|
---|
63 | // groupBoxRange
|
---|
64 | //
|
---|
65 | this.groupBoxRange.Controls.Add(this.concreteItemsRestrictor);
|
---|
66 | this.groupBoxRange.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
67 | this.groupBoxRange.Location = new System.Drawing.Point(0, 22);
|
---|
68 | this.groupBoxRange.Margin = new System.Windows.Forms.Padding(0);
|
---|
69 | this.groupBoxRange.Name = "groupBoxRange";
|
---|
70 | this.groupBoxRange.Size = new System.Drawing.Size(500, 236);
|
---|
71 | this.groupBoxRange.TabIndex = 17;
|
---|
72 | this.groupBoxRange.TabStop = false;
|
---|
73 | this.groupBoxRange.Text = "Range";
|
---|
74 | //
|
---|
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 | //
|
---|
84 | // errorProvider
|
---|
85 | //
|
---|
86 | this.errorProvider.ContainerControl = this;
|
---|
87 | //
|
---|
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));
|
---|
117 | this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F));
|
---|
118 | this.tableLayoutPanel2.Size = new System.Drawing.Size(500, 22);
|
---|
119 | this.tableLayoutPanel2.TabIndex = 19;
|
---|
120 | //
|
---|
121 | // JsonItemValidValuesControl
|
---|
122 | //
|
---|
123 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
124 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
125 | this.Controls.Add(this.tableLayoutPanel1);
|
---|
126 | this.ForeColor = System.Drawing.Color.Black;
|
---|
127 | this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
128 | this.Margin = new System.Windows.Forms.Padding(0);
|
---|
129 | this.Name = "JsonItemValidValuesControl";
|
---|
130 | this.Size = new System.Drawing.Size(500, 258);
|
---|
131 | this.groupBoxRange.ResumeLayout(false);
|
---|
132 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
133 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
134 | this.tableLayoutPanel2.ResumeLayout(false);
|
---|
135 | this.tableLayoutPanel2.PerformLayout();
|
---|
136 | this.ResumeLayout(false);
|
---|
137 |
|
---|
138 | }
|
---|
139 |
|
---|
140 | #endregion
|
---|
141 | private System.Windows.Forms.ComboBox comboBoxValues;
|
---|
142 | private System.Windows.Forms.Label label2;
|
---|
143 | private System.Windows.Forms.GroupBox groupBoxRange;
|
---|
144 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
145 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
---|
146 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
147 | private ConcreteItemsRestrictor concreteItemsRestrictor;
|
---|
148 | }
|
---|
149 | }
|
---|