Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/WindowedSymbolView.Designer.cs @ 17877

Last change on this file since 17877 was 17573, checked in by pfleck, 5 years ago

#3040 Added first draft for WindowedSymbol.

File size: 17.1 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
23  partial class WindowedSymbolView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.initOffsetLabel = new System.Windows.Forms.Label();
48      this.initOffsetSigTextBox = new System.Windows.Forms.TextBox();
49      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
50      this.initLengthMuTextBox = new System.Windows.Forms.TextBox();
51      this.initOffsetMuTextBox = new System.Windows.Forms.TextBox();
52      this.initLengthLabel = new System.Windows.Forms.Label();
53      this.initLengthSigTextBox = new System.Windows.Forms.TextBox();
54      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
55      this.mutLengthMuTextBox = new System.Windows.Forms.TextBox();
56      this.mutOffsetMuTextBox = new System.Windows.Forms.TextBox();
57      this.mutLengthLabel = new System.Windows.Forms.Label();
58      this.mutLengthSigTextBox = new System.Windows.Forms.TextBox();
59      this.mutOffsetLabel = new System.Windows.Forms.Label();
60      this.mutOffsetSigTextBox = new System.Windows.Forms.TextBox();
61      this.enableWindowedCheckBox = new System.Windows.Forms.CheckBox();
62      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
63      this.initializationGroupBox.SuspendLayout();
64      this.mutationGroupBox.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // initialFrequencyLabel
68      //
69      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
70      //
71      // initialFrequencyTextBox
72      //
73      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
74      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 26);
75      //
76      // minimumArityLabel
77      //
78      this.toolTip.SetToolTip(this.minimumArityLabel, "The minimum arity of the symbol");
79      //
80      // maximumArityLabel
81      //
82      this.toolTip.SetToolTip(this.maximumArityLabel, "The maximum arity of the symbol");
83      //
84      // minimumArityTextBox
85      //
86      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
87      this.minimumArityTextBox.Size = new System.Drawing.Size(280, 26);
88      //
89      // maximumArityTextBox
90      //
91      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
92      this.maximumArityTextBox.Size = new System.Drawing.Size(280, 26);
93      //
94      // nameTextBox
95      //
96      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
97      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
98      this.nameTextBox.Size = new System.Drawing.Size(280, 26);
99      //
100      // infoLabel
101      //
102      this.infoLabel.Location = new System.Drawing.Point(379, 3);
103      //
104      // initOffsetLabel
105      //
106      this.initOffsetLabel.AutoSize = true;
107      this.initOffsetLabel.Location = new System.Drawing.Point(6, 22);
108      this.initOffsetLabel.Name = "initOffsetLabel";
109      this.initOffsetLabel.Size = new System.Drawing.Size(121, 20);
110      this.initOffsetLabel.TabIndex = 0;
111      this.initOffsetLabel.Text = "Offset (mu, sig):";
112      this.toolTip.SetToolTip(this.initOffsetLabel, "The minimal value to use for random initialization of constants.");
113      //
114      // initOffsetSigTextBox
115      //
116      this.errorProvider.SetIconAlignment(this.initOffsetSigTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
117      this.initOffsetSigTextBox.Location = new System.Drawing.Point(268, 19);
118      this.initOffsetSigTextBox.Name = "initOffsetSigTextBox";
119      this.initOffsetSigTextBox.Size = new System.Drawing.Size(124, 26);
120      this.initOffsetSigTextBox.TabIndex = 1;
121      this.toolTip.SetToolTip(this.initOffsetSigTextBox, "The minimal value to use for random initialization of constants.");
122      this.initOffsetSigTextBox.TextChanged += new System.EventHandler(this.initOffsetSigTextBox_TextChanged);
123      //
124      // initializationGroupBox
125      //
126      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.initializationGroupBox.Controls.Add(this.initLengthMuTextBox);
129      this.initializationGroupBox.Controls.Add(this.initOffsetMuTextBox);
130      this.initializationGroupBox.Controls.Add(this.initLengthLabel);
131      this.initializationGroupBox.Controls.Add(this.initLengthSigTextBox);
132      this.initializationGroupBox.Controls.Add(this.initOffsetLabel);
133      this.initializationGroupBox.Controls.Add(this.initOffsetSigTextBox);
134      this.initializationGroupBox.Location = new System.Drawing.Point(0, 164);
135      this.initializationGroupBox.Name = "initializationGroupBox";
136      this.initializationGroupBox.Size = new System.Drawing.Size(398, 84);
137      this.initializationGroupBox.TabIndex = 5;
138      this.initializationGroupBox.TabStop = false;
139      this.initializationGroupBox.Text = "Initialization";
140      //
141      // initLengthMuTextBox
142      //
143      this.errorProvider.SetIconAlignment(this.initLengthMuTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
144      this.initLengthMuTextBox.Location = new System.Drawing.Point(138, 45);
145      this.initLengthMuTextBox.Name = "initLengthMuTextBox";
146      this.initLengthMuTextBox.Size = new System.Drawing.Size(124, 26);
147      this.initLengthMuTextBox.TabIndex = 5;
148      this.toolTip.SetToolTip(this.initLengthMuTextBox, "The maximal value to use for random initialization of constants.");
149      this.initLengthMuTextBox.TextChanged += new System.EventHandler(this.initLengthMuTextBox_TextChanged);
150      //
151      // initOffsetMuTextBox
152      //
153      this.errorProvider.SetIconAlignment(this.initOffsetMuTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
154      this.initOffsetMuTextBox.Location = new System.Drawing.Point(138, 19);
155      this.initOffsetMuTextBox.Name = "initOffsetMuTextBox";
156      this.initOffsetMuTextBox.Size = new System.Drawing.Size(124, 26);
157      this.initOffsetMuTextBox.TabIndex = 4;
158      this.toolTip.SetToolTip(this.initOffsetMuTextBox, "The minimal value to use for random initialization of constants.");
159      this.initOffsetMuTextBox.TextChanged += new System.EventHandler(this.initOffsetMuTextBox_TextChanged);
160      //
161      // initLengthLabel
162      //
163      this.initLengthLabel.AutoSize = true;
164      this.initLengthLabel.Location = new System.Drawing.Point(6, 48);
165      this.initLengthLabel.Name = "initLengthLabel";
166      this.initLengthLabel.Size = new System.Drawing.Size(127, 20);
167      this.initLengthLabel.TabIndex = 2;
168      this.initLengthLabel.Text = "Length (mu, sig):";
169      this.toolTip.SetToolTip(this.initLengthLabel, "The maximal value to use for random initialization of constants.");
170      //
171      // initLengthSigTextBox
172      //
173      this.errorProvider.SetIconAlignment(this.initLengthSigTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
174      this.initLengthSigTextBox.Location = new System.Drawing.Point(268, 45);
175      this.initLengthSigTextBox.Name = "initLengthSigTextBox";
176      this.initLengthSigTextBox.Size = new System.Drawing.Size(124, 26);
177      this.initLengthSigTextBox.TabIndex = 3;
178      this.toolTip.SetToolTip(this.initLengthSigTextBox, "The maximal value to use for random initialization of constants.");
179      this.initLengthSigTextBox.TextChanged += new System.EventHandler(this.initLengthSigTextBox_TextChanged);
180      //
181      // mutationGroupBox
182      //
183      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
184            | System.Windows.Forms.AnchorStyles.Right)));
185      this.mutationGroupBox.Controls.Add(this.mutLengthMuTextBox);
186      this.mutationGroupBox.Controls.Add(this.mutOffsetMuTextBox);
187      this.mutationGroupBox.Controls.Add(this.mutLengthLabel);
188      this.mutationGroupBox.Controls.Add(this.mutLengthSigTextBox);
189      this.mutationGroupBox.Controls.Add(this.mutOffsetLabel);
190      this.mutationGroupBox.Controls.Add(this.mutOffsetSigTextBox);
191      this.mutationGroupBox.Location = new System.Drawing.Point(0, 254);
192      this.mutationGroupBox.Name = "mutationGroupBox";
193      this.mutationGroupBox.Size = new System.Drawing.Size(398, 82);
194      this.mutationGroupBox.TabIndex = 6;
195      this.mutationGroupBox.TabStop = false;
196      this.mutationGroupBox.Text = "Mutation";
197      //
198      // mutLengthMuTextBox
199      //
200      this.errorProvider.SetIconAlignment(this.mutLengthMuTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
201      this.mutLengthMuTextBox.Location = new System.Drawing.Point(138, 45);
202      this.mutLengthMuTextBox.Name = "mutLengthMuTextBox";
203      this.mutLengthMuTextBox.Size = new System.Drawing.Size(124, 26);
204      this.mutLengthMuTextBox.TabIndex = 5;
205      this.toolTip.SetToolTip(this.mutLengthMuTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
206        "ltiplicative change.");
207      this.mutLengthMuTextBox.TextChanged += new System.EventHandler(this.mutLengthMuTextBox_TextChanged);
208      //
209      // mutOffsetMuTextBox
210      //
211      this.errorProvider.SetIconAlignment(this.mutOffsetMuTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
212      this.mutOffsetMuTextBox.Location = new System.Drawing.Point(138, 19);
213      this.mutOffsetMuTextBox.Name = "mutOffsetMuTextBox";
214      this.mutOffsetMuTextBox.Size = new System.Drawing.Size(124, 26);
215      this.mutOffsetMuTextBox.TabIndex = 4;
216      this.toolTip.SetToolTip(this.mutOffsetMuTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
217        "dditive change.");
218      this.mutOffsetMuTextBox.TextChanged += new System.EventHandler(this.mutOffsetMuTextBox_TextChanged);
219      //
220      // mutLengthLabel
221      //
222      this.mutLengthLabel.AutoSize = true;
223      this.mutLengthLabel.Location = new System.Drawing.Point(6, 48);
224      this.mutLengthLabel.Name = "mutLengthLabel";
225      this.mutLengthLabel.Size = new System.Drawing.Size(127, 20);
226      this.mutLengthLabel.TabIndex = 2;
227      this.mutLengthLabel.Text = "Length (mu, sig):";
228      this.toolTip.SetToolTip(this.mutLengthLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
229        "multiplicative change.");
230      //
231      // mutLengthSigTextBox
232      //
233      this.errorProvider.SetIconAlignment(this.mutLengthSigTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
234      this.mutLengthSigTextBox.Location = new System.Drawing.Point(268, 45);
235      this.mutLengthSigTextBox.Name = "mutLengthSigTextBox";
236      this.mutLengthSigTextBox.Size = new System.Drawing.Size(124, 26);
237      this.mutLengthSigTextBox.TabIndex = 3;
238      this.toolTip.SetToolTip(this.mutLengthSigTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
239        "ltiplicative change.");
240      this.mutLengthSigTextBox.TextChanged += new System.EventHandler(this.mutLengthSigTextBox_TextChanged);
241      //
242      // mutOffsetLabel
243      //
244      this.mutOffsetLabel.AutoSize = true;
245      this.mutOffsetLabel.Location = new System.Drawing.Point(6, 22);
246      this.mutOffsetLabel.Name = "mutOffsetLabel";
247      this.mutOffsetLabel.Size = new System.Drawing.Size(121, 20);
248      this.mutOffsetLabel.TabIndex = 0;
249      this.mutOffsetLabel.Text = "Offset (mu, sig):";
250      this.toolTip.SetToolTip(this.mutOffsetLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
251        "e change.");
252      //
253      // mutOffsetSigTextBox
254      //
255      this.errorProvider.SetIconAlignment(this.mutOffsetSigTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
256      this.mutOffsetSigTextBox.Location = new System.Drawing.Point(268, 19);
257      this.mutOffsetSigTextBox.Name = "mutOffsetSigTextBox";
258      this.mutOffsetSigTextBox.Size = new System.Drawing.Size(124, 26);
259      this.mutOffsetSigTextBox.TabIndex = 1;
260      this.toolTip.SetToolTip(this.mutOffsetSigTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
261        "dditive change.");
262      this.mutOffsetSigTextBox.TextChanged += new System.EventHandler(this.mutOffsetSigTextBox_TextChanged);
263      //
264      // enableWindowedCheckBox
265      //
266      this.enableWindowedCheckBox.AutoSize = true;
267      this.enableWindowedCheckBox.Location = new System.Drawing.Point(3, 134);
268      this.enableWindowedCheckBox.Name = "enableWindowedCheckBox";
269      this.enableWindowedCheckBox.Size = new System.Drawing.Size(175, 24);
270      this.enableWindowedCheckBox.TabIndex = 10;
271      this.enableWindowedCheckBox.Text = "Windowing Enabled";
272      this.enableWindowedCheckBox.UseVisualStyleBackColor = true;
273      this.enableWindowedCheckBox.CheckedChanged += new System.EventHandler(this.enableWindowedCheckBox_CheckedChanged);
274      //
275      // WindowedSymbolView
276      //
277      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
278      this.Controls.Add(this.enableWindowedCheckBox);
279      this.Controls.Add(this.mutationGroupBox);
280      this.Controls.Add(this.initializationGroupBox);
281      this.Name = "WindowedSymbolView";
282      this.Size = new System.Drawing.Size(398, 340);
283      this.Controls.SetChildIndex(this.enabledCheckBox, 0);
284      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
285      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
286      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
287      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
288      this.Controls.SetChildIndex(this.infoLabel, 0);
289      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
290      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
291      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
292      this.Controls.SetChildIndex(this.nameLabel, 0);
293      this.Controls.SetChildIndex(this.nameTextBox, 0);
294      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
295      this.Controls.SetChildIndex(this.enableWindowedCheckBox, 0);
296      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
297      this.initializationGroupBox.ResumeLayout(false);
298      this.initializationGroupBox.PerformLayout();
299      this.mutationGroupBox.ResumeLayout(false);
300      this.mutationGroupBox.PerformLayout();
301      this.ResumeLayout(false);
302      this.PerformLayout();
303
304    }
305
306    #endregion
307
308    private System.Windows.Forms.Label initOffsetLabel;
309    private System.Windows.Forms.TextBox initOffsetSigTextBox;
310    protected System.Windows.Forms.GroupBox initializationGroupBox;
311    private System.Windows.Forms.Label initLengthLabel;
312    private System.Windows.Forms.TextBox initLengthSigTextBox;
313    protected System.Windows.Forms.GroupBox mutationGroupBox;
314    private System.Windows.Forms.Label mutLengthLabel;
315    private System.Windows.Forms.TextBox mutLengthSigTextBox;
316    private System.Windows.Forms.Label mutOffsetLabel;
317    private System.Windows.Forms.TextBox mutOffsetSigTextBox;
318    private System.Windows.Forms.TextBox initLengthMuTextBox;
319    private System.Windows.Forms.TextBox initOffsetMuTextBox;
320    private System.Windows.Forms.TextBox mutLengthMuTextBox;
321    private System.Windows.Forms.TextBox mutOffsetMuTextBox;
322    private System.Windows.Forms.CheckBox enableWindowedCheckBox;
323  }
324}
Note: See TracBrowser for help on using the repository browser.