1 | namespace HeuristicLab.JsonInterface.OptimizerIntegration {
|
---|
2 | partial class JsonItemRangeControl {
|
---|
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.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
28 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
---|
29 | this.label2 = new System.Windows.Forms.Label();
|
---|
30 | this.textBoxValueTo = new System.Windows.Forms.TextBox();
|
---|
31 | this.textBoxValueFrom = new System.Windows.Forms.TextBox();
|
---|
32 | this.label4 = new System.Windows.Forms.Label();
|
---|
33 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
34 | this.numericRangeControl = new HeuristicLab.JsonInterface.OptimizerIntegration.NumericRangeControl();
|
---|
35 | this.groupBox1.SuspendLayout();
|
---|
36 | this.tableLayoutPanel1.SuspendLayout();
|
---|
37 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
38 | this.SuspendLayout();
|
---|
39 | //
|
---|
40 | // groupBox1
|
---|
41 | //
|
---|
42 | this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
43 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
44 | this.groupBox1.Controls.Add(this.tableLayoutPanel1);
|
---|
45 | this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
---|
46 | this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
|
---|
47 | this.groupBox1.Name = "groupBox1";
|
---|
48 | this.groupBox1.Size = new System.Drawing.Size(500, 68);
|
---|
49 | this.groupBox1.TabIndex = 17;
|
---|
50 | this.groupBox1.TabStop = false;
|
---|
51 | this.groupBox1.Text = "Value";
|
---|
52 | //
|
---|
53 | // tableLayoutPanel1
|
---|
54 | //
|
---|
55 | this.tableLayoutPanel1.ColumnCount = 2;
|
---|
56 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
|
---|
57 | this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
---|
58 | this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
---|
59 | this.tableLayoutPanel1.Controls.Add(this.textBoxValueTo, 1, 1);
|
---|
60 | this.tableLayoutPanel1.Controls.Add(this.textBoxValueFrom, 1, 0);
|
---|
61 | this.tableLayoutPanel1.Controls.Add(this.label4, 0, 1);
|
---|
62 | this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
63 | this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 16);
|
---|
64 | this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
---|
65 | this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
---|
66 | this.tableLayoutPanel1.RowCount = 2;
|
---|
67 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
68 | this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
---|
69 | this.tableLayoutPanel1.Size = new System.Drawing.Size(494, 49);
|
---|
70 | this.tableLayoutPanel1.TabIndex = 19;
|
---|
71 | //
|
---|
72 | // label2
|
---|
73 | //
|
---|
74 | this.label2.AutoSize = true;
|
---|
75 | this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
76 | this.label2.Location = new System.Drawing.Point(0, 0);
|
---|
77 | this.label2.Margin = new System.Windows.Forms.Padding(0);
|
---|
78 | this.label2.Name = "label2";
|
---|
79 | this.label2.Size = new System.Drawing.Size(100, 24);
|
---|
80 | this.label2.TabIndex = 0;
|
---|
81 | this.label2.Text = "From:";
|
---|
82 | this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
83 | //
|
---|
84 | // textBoxValueTo
|
---|
85 | //
|
---|
86 | this.textBoxValueTo.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
87 | this.textBoxValueTo.Location = new System.Drawing.Point(100, 24);
|
---|
88 | this.textBoxValueTo.Margin = new System.Windows.Forms.Padding(0);
|
---|
89 | this.textBoxValueTo.Name = "textBoxValueTo";
|
---|
90 | this.textBoxValueTo.Size = new System.Drawing.Size(394, 20);
|
---|
91 | this.textBoxValueTo.TabIndex = 3;
|
---|
92 | //
|
---|
93 | // textBoxValueFrom
|
---|
94 | //
|
---|
95 | this.textBoxValueFrom.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
96 | this.textBoxValueFrom.Location = new System.Drawing.Point(100, 0);
|
---|
97 | this.textBoxValueFrom.Margin = new System.Windows.Forms.Padding(0);
|
---|
98 | this.textBoxValueFrom.Name = "textBoxValueFrom";
|
---|
99 | this.textBoxValueFrom.Size = new System.Drawing.Size(394, 20);
|
---|
100 | this.textBoxValueFrom.TabIndex = 2;
|
---|
101 | //
|
---|
102 | // label4
|
---|
103 | //
|
---|
104 | this.label4.AutoSize = true;
|
---|
105 | this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
106 | this.label4.Location = new System.Drawing.Point(0, 24);
|
---|
107 | this.label4.Margin = new System.Windows.Forms.Padding(0);
|
---|
108 | this.label4.Name = "label4";
|
---|
109 | this.label4.Size = new System.Drawing.Size(100, 25);
|
---|
110 | this.label4.TabIndex = 1;
|
---|
111 | this.label4.Text = "To:";
|
---|
112 | this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
---|
113 | //
|
---|
114 | // errorProvider
|
---|
115 | //
|
---|
116 | this.errorProvider.ContainerControl = this;
|
---|
117 | //
|
---|
118 | // numericRangeControl
|
---|
119 | //
|
---|
120 | this.numericRangeControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
121 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
122 | this.numericRangeControl.Location = new System.Drawing.Point(0, 71);
|
---|
123 | this.numericRangeControl.Margin = new System.Windows.Forms.Padding(0);
|
---|
124 | this.numericRangeControl.Name = "numericRangeControl";
|
---|
125 | this.numericRangeControl.Size = new System.Drawing.Size(500, 74);
|
---|
126 | this.numericRangeControl.TabIndex = 18;
|
---|
127 | //
|
---|
128 | // JsonItemRangeControl
|
---|
129 | //
|
---|
130 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
131 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
132 | this.Controls.Add(this.numericRangeControl);
|
---|
133 | this.Controls.Add(this.groupBox1);
|
---|
134 | this.errorProvider.SetIconAlignment(this, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
135 | this.Margin = new System.Windows.Forms.Padding(0);
|
---|
136 | this.Name = "JsonItemRangeControl";
|
---|
137 | this.Size = new System.Drawing.Size(500, 147);
|
---|
138 | this.groupBox1.ResumeLayout(false);
|
---|
139 | this.tableLayoutPanel1.ResumeLayout(false);
|
---|
140 | this.tableLayoutPanel1.PerformLayout();
|
---|
141 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
142 | this.ResumeLayout(false);
|
---|
143 |
|
---|
144 | }
|
---|
145 |
|
---|
146 | #endregion
|
---|
147 |
|
---|
148 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
149 | private System.Windows.Forms.TextBox textBoxValueTo;
|
---|
150 | private System.Windows.Forms.Label label4;
|
---|
151 | private System.Windows.Forms.Label label2;
|
---|
152 | private NumericRangeControl numericRangeControl;
|
---|
153 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
154 | private System.Windows.Forms.TextBox textBoxValueFrom;
|
---|
155 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
---|
156 | }
|
---|
157 | }
|
---|