1 | namespace HeuristicLab.Problems.ExternalEvaluation.GP.Views {
|
---|
2 | partial class VariableSymbolView {
|
---|
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.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
27 | this.variableNamesTabPage = new System.Windows.Forms.TabPage();
|
---|
28 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
29 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
---|
30 | this.weightManipulatorNuTextBox = new System.Windows.Forms.TextBox();
|
---|
31 | this.label3 = new System.Windows.Forms.Label();
|
---|
32 | this.weightManipulatorSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
33 | this.label4 = new System.Windows.Forms.Label();
|
---|
34 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
---|
35 | this.weightNuTextBox = new System.Windows.Forms.TextBox();
|
---|
36 | this.label1 = new System.Windows.Forms.Label();
|
---|
37 | this.label2 = new System.Windows.Forms.Label();
|
---|
38 | this.weightSigmaTextBox = new System.Windows.Forms.TextBox();
|
---|
39 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
40 | this.tabControl.SuspendLayout();
|
---|
41 | this.parametersTabPage.SuspendLayout();
|
---|
42 | this.groupBox2.SuspendLayout();
|
---|
43 | this.groupBox1.SuspendLayout();
|
---|
44 | this.SuspendLayout();
|
---|
45 | //
|
---|
46 | // nameTextBox
|
---|
47 | //
|
---|
48 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
49 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
50 | this.nameTextBox.Size = new System.Drawing.Size(477, 20);
|
---|
51 | //
|
---|
52 | // descriptionTextBox
|
---|
53 | //
|
---|
54 | this.descriptionTextBox.Size = new System.Drawing.Size(477, 20);
|
---|
55 | //
|
---|
56 | // tabControl
|
---|
57 | //
|
---|
58 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
59 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
60 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
61 | this.tabControl.Controls.Add(this.variableNamesTabPage);
|
---|
62 | this.tabControl.Controls.Add(this.parametersTabPage);
|
---|
63 | this.tabControl.Location = new System.Drawing.Point(0, 52);
|
---|
64 | this.tabControl.Name = "tabControl";
|
---|
65 | this.tabControl.SelectedIndex = 0;
|
---|
66 | this.tabControl.Size = new System.Drawing.Size(549, 367);
|
---|
67 | this.tabControl.TabIndex = 4;
|
---|
68 | //
|
---|
69 | // variableNamesTabPage
|
---|
70 | //
|
---|
71 | this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
72 | this.variableNamesTabPage.Name = "variableNamesTabPage";
|
---|
73 | this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
74 | this.variableNamesTabPage.Size = new System.Drawing.Size(541, 341);
|
---|
75 | this.variableNamesTabPage.TabIndex = 0;
|
---|
76 | this.variableNamesTabPage.Text = "Variable Names";
|
---|
77 | this.variableNamesTabPage.UseVisualStyleBackColor = true;
|
---|
78 | //
|
---|
79 | // parametersTabPage
|
---|
80 | //
|
---|
81 | this.parametersTabPage.Controls.Add(this.groupBox2);
|
---|
82 | this.parametersTabPage.Controls.Add(this.groupBox1);
|
---|
83 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
84 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
85 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
86 | this.parametersTabPage.Size = new System.Drawing.Size(541, 341);
|
---|
87 | this.parametersTabPage.TabIndex = 1;
|
---|
88 | this.parametersTabPage.Text = "Parameters";
|
---|
89 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
90 | //
|
---|
91 | // groupBox2
|
---|
92 | //
|
---|
93 | this.groupBox2.Controls.Add(this.weightManipulatorNuTextBox);
|
---|
94 | this.groupBox2.Controls.Add(this.label3);
|
---|
95 | this.groupBox2.Controls.Add(this.weightManipulatorSigmaTextBox);
|
---|
96 | this.groupBox2.Controls.Add(this.label4);
|
---|
97 | this.groupBox2.Location = new System.Drawing.Point(6, 100);
|
---|
98 | this.groupBox2.Name = "groupBox2";
|
---|
99 | this.groupBox2.Size = new System.Drawing.Size(200, 94);
|
---|
100 | this.groupBox2.TabIndex = 2;
|
---|
101 | this.groupBox2.TabStop = false;
|
---|
102 | this.groupBox2.Text = "Weight Manipulator";
|
---|
103 | //
|
---|
104 | // weightManipulatorNuTextBox
|
---|
105 | //
|
---|
106 | this.weightManipulatorNuTextBox.Location = new System.Drawing.Point(61, 31);
|
---|
107 | this.weightManipulatorNuTextBox.Name = "weightManipulatorNuTextBox";
|
---|
108 | this.weightManipulatorNuTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
109 | this.weightManipulatorNuTextBox.TabIndex = 1;
|
---|
110 | this.weightManipulatorNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
|
---|
111 | //
|
---|
112 | // label3
|
---|
113 | //
|
---|
114 | this.label3.AutoSize = true;
|
---|
115 | this.label3.Location = new System.Drawing.Point(27, 34);
|
---|
116 | this.label3.Name = "label3";
|
---|
117 | this.label3.Size = new System.Drawing.Size(16, 13);
|
---|
118 | this.label3.TabIndex = 0;
|
---|
119 | this.label3.Text = "µ:";
|
---|
120 | //
|
---|
121 | // weightManipulatorSigmaTextBox
|
---|
122 | //
|
---|
123 | this.weightManipulatorSigmaTextBox.Location = new System.Drawing.Point(61, 57);
|
---|
124 | this.weightManipulatorSigmaTextBox.Name = "weightManipulatorSigmaTextBox";
|
---|
125 | this.weightManipulatorSigmaTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
126 | this.weightManipulatorSigmaTextBox.TabIndex = 1;
|
---|
127 | this.weightManipulatorSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
|
---|
128 | //
|
---|
129 | // label4
|
---|
130 | //
|
---|
131 | this.label4.AutoSize = true;
|
---|
132 | this.label4.Location = new System.Drawing.Point(27, 60);
|
---|
133 | this.label4.Name = "label4";
|
---|
134 | this.label4.Size = new System.Drawing.Size(17, 13);
|
---|
135 | this.label4.TabIndex = 0;
|
---|
136 | this.label4.Text = "σ:";
|
---|
137 | //
|
---|
138 | // groupBox1
|
---|
139 | //
|
---|
140 | this.groupBox1.Controls.Add(this.weightNuTextBox);
|
---|
141 | this.groupBox1.Controls.Add(this.label1);
|
---|
142 | this.groupBox1.Controls.Add(this.label2);
|
---|
143 | this.groupBox1.Controls.Add(this.weightSigmaTextBox);
|
---|
144 | this.groupBox1.Location = new System.Drawing.Point(6, 11);
|
---|
145 | this.groupBox1.Name = "groupBox1";
|
---|
146 | this.groupBox1.Size = new System.Drawing.Size(200, 83);
|
---|
147 | this.groupBox1.TabIndex = 2;
|
---|
148 | this.groupBox1.TabStop = false;
|
---|
149 | this.groupBox1.Text = "Weight";
|
---|
150 | //
|
---|
151 | // weightNuTextBox
|
---|
152 | //
|
---|
153 | this.weightNuTextBox.Location = new System.Drawing.Point(61, 19);
|
---|
154 | this.weightNuTextBox.Name = "weightNuTextBox";
|
---|
155 | this.weightNuTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
156 | this.weightNuTextBox.TabIndex = 1;
|
---|
157 | this.weightNuTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
|
---|
158 | //
|
---|
159 | // label1
|
---|
160 | //
|
---|
161 | this.label1.AutoSize = true;
|
---|
162 | this.label1.Location = new System.Drawing.Point(27, 22);
|
---|
163 | this.label1.Name = "label1";
|
---|
164 | this.label1.Size = new System.Drawing.Size(16, 13);
|
---|
165 | this.label1.TabIndex = 0;
|
---|
166 | this.label1.Text = "µ:";
|
---|
167 | //
|
---|
168 | // label2
|
---|
169 | //
|
---|
170 | this.label2.AutoSize = true;
|
---|
171 | this.label2.Location = new System.Drawing.Point(27, 48);
|
---|
172 | this.label2.Name = "label2";
|
---|
173 | this.label2.Size = new System.Drawing.Size(17, 13);
|
---|
174 | this.label2.TabIndex = 0;
|
---|
175 | this.label2.Text = "σ:";
|
---|
176 | //
|
---|
177 | // weightSigmaTextBox
|
---|
178 | //
|
---|
179 | this.weightSigmaTextBox.Location = new System.Drawing.Point(61, 45);
|
---|
180 | this.weightSigmaTextBox.Name = "weightSigmaTextBox";
|
---|
181 | this.weightSigmaTextBox.Size = new System.Drawing.Size(100, 20);
|
---|
182 | this.weightSigmaTextBox.TabIndex = 1;
|
---|
183 | this.weightSigmaTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.weightTextBox_Validating);
|
---|
184 | //
|
---|
185 | // VariableSymbolView
|
---|
186 | //
|
---|
187 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
188 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
189 | this.Controls.Add(this.tabControl);
|
---|
190 | this.Name = "VariableSymbolView";
|
---|
191 | this.Size = new System.Drawing.Size(549, 419);
|
---|
192 | this.Controls.SetChildIndex(this.tabControl, 0);
|
---|
193 | this.Controls.SetChildIndex(this.nameLabel, 0);
|
---|
194 | this.Controls.SetChildIndex(this.descriptionLabel, 0);
|
---|
195 | this.Controls.SetChildIndex(this.nameTextBox, 0);
|
---|
196 | this.Controls.SetChildIndex(this.descriptionTextBox, 0);
|
---|
197 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
198 | this.tabControl.ResumeLayout(false);
|
---|
199 | this.parametersTabPage.ResumeLayout(false);
|
---|
200 | this.groupBox2.ResumeLayout(false);
|
---|
201 | this.groupBox2.PerformLayout();
|
---|
202 | this.groupBox1.ResumeLayout(false);
|
---|
203 | this.groupBox1.PerformLayout();
|
---|
204 | this.ResumeLayout(false);
|
---|
205 | this.PerformLayout();
|
---|
206 |
|
---|
207 | }
|
---|
208 |
|
---|
209 | #endregion
|
---|
210 |
|
---|
211 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
212 | private System.Windows.Forms.TabPage variableNamesTabPage;
|
---|
213 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
214 | private System.Windows.Forms.GroupBox groupBox2;
|
---|
215 | private System.Windows.Forms.TextBox weightManipulatorNuTextBox;
|
---|
216 | private System.Windows.Forms.Label label3;
|
---|
217 | private System.Windows.Forms.TextBox weightManipulatorSigmaTextBox;
|
---|
218 | private System.Windows.Forms.Label label4;
|
---|
219 | private System.Windows.Forms.GroupBox groupBox1;
|
---|
220 | private System.Windows.Forms.TextBox weightNuTextBox;
|
---|
221 | private System.Windows.Forms.Label label1;
|
---|
222 | private System.Windows.Forms.Label label2;
|
---|
223 | private System.Windows.Forms.TextBox weightSigmaTextBox;
|
---|
224 | }
|
---|
225 | }
|
---|