Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/ConstantView.Designer.cs @ 6805

Last change on this file since 6805 was 6803, checked in by mkommend, 13 years ago

#1479: Merged grammar editor branch into trunk.

File size: 13.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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 ConstantView {
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.weightNuLabel = new System.Windows.Forms.Label();
48      this.minValueTextBox = new System.Windows.Forms.TextBox();
49      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
50      this.weightSigmaLabel = new System.Windows.Forms.Label();
51      this.maxValueTextBox = new System.Windows.Forms.TextBox();
52      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
53      this.multiplicativeChangeLabel = new System.Windows.Forms.Label();
54      this.multiplicativeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
55      this.additiveChangeLabel = new System.Windows.Forms.Label();
56      this.additiveChangeSigmaTextBox = new System.Windows.Forms.TextBox();
57      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
58      this.initializationGroupBox.SuspendLayout();
59      this.mutationGroupBox.SuspendLayout();
60      this.SuspendLayout();
61      //
62      // initialFrequencyLabel
63      //
64      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
65      //
66      // initialFrequencyTextBox
67      //
68      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
69      this.initialFrequencyTextBox.Size = new System.Drawing.Size(280, 20);
70      //
71      // minimumArityLabel
72      //
73      this.toolTip.SetToolTip(this.minimumArityLabel, "Relative frequency of the symbol in randomly created trees");
74      //
75      // maximumArityLabel
76      //
77      this.toolTip.SetToolTip(this.maximumArityLabel, "Relative frequency of the symbol in randomly created trees");
78      //
79      // minimumArityTextBox
80      //
81      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
82      this.minimumArityTextBox.Size = new System.Drawing.Size(280, 20);
83      //
84      // maximumArityTextBox
85      //
86      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
87      this.maximumArityTextBox.Size = new System.Drawing.Size(280, 20);
88      //
89      // nameTextBox
90      //
91      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
92      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
93      this.nameTextBox.Size = new System.Drawing.Size(280, 20);
94      //
95      // infoLabel
96      //
97      this.infoLabel.Location = new System.Drawing.Point(379, 3);
98      //
99      // weightNuLabel
100      //
101      this.weightNuLabel.AutoSize = true;
102      this.weightNuLabel.Location = new System.Drawing.Point(6, 22);
103      this.weightNuLabel.Name = "weightNuLabel";
104      this.weightNuLabel.Size = new System.Drawing.Size(56, 13);
105      this.weightNuLabel.TabIndex = 0;
106      this.weightNuLabel.Text = "Min value:";
107      this.toolTip.SetToolTip(this.weightNuLabel, "The minimal value to use for random initialization of constants.");
108      //
109      // minValueTextBox
110      //
111      this.minValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
112            | System.Windows.Forms.AnchorStyles.Right)));
113      this.errorProvider.SetIconAlignment(this.minValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
114      this.minValueTextBox.Location = new System.Drawing.Point(92, 19);
115      this.minValueTextBox.Name = "minValueTextBox";
116      this.minValueTextBox.Size = new System.Drawing.Size(300, 20);
117      this.minValueTextBox.TabIndex = 1;
118      this.toolTip.SetToolTip(this.minValueTextBox, "The minimal value to use for random initialization of constants.");
119      this.minValueTextBox.TextChanged += new System.EventHandler(this.minValueTextBox_TextChanged);
120      //
121      // initializationGroupBox
122      //
123      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
124            | System.Windows.Forms.AnchorStyles.Right)));
125      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
126      this.initializationGroupBox.Controls.Add(this.maxValueTextBox);
127      this.initializationGroupBox.Controls.Add(this.weightNuLabel);
128      this.initializationGroupBox.Controls.Add(this.minValueTextBox);
129      this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
130      this.initializationGroupBox.Name = "initializationGroupBox";
131      this.initializationGroupBox.Size = new System.Drawing.Size(398, 73);
132      this.initializationGroupBox.TabIndex = 5;
133      this.initializationGroupBox.TabStop = false;
134      this.initializationGroupBox.Text = "Initialization";
135      //
136      // weightSigmaLabel
137      //
138      this.weightSigmaLabel.AutoSize = true;
139      this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
140      this.weightSigmaLabel.Name = "weightSigmaLabel";
141      this.weightSigmaLabel.Size = new System.Drawing.Size(59, 13);
142      this.weightSigmaLabel.TabIndex = 2;
143      this.weightSigmaLabel.Text = "Max value:";
144      this.toolTip.SetToolTip(this.weightSigmaLabel, "The maximal value to use for random initialization of constants.");
145      //
146      // maxValueTextBox
147      //
148      this.maxValueTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149            | System.Windows.Forms.AnchorStyles.Right)));
150      this.errorProvider.SetIconAlignment(this.maxValueTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
151      this.maxValueTextBox.Location = new System.Drawing.Point(92, 45);
152      this.maxValueTextBox.Name = "maxValueTextBox";
153      this.maxValueTextBox.Size = new System.Drawing.Size(300, 20);
154      this.maxValueTextBox.TabIndex = 3;
155      this.toolTip.SetToolTip(this.maxValueTextBox, "The maximal value to use for random initialization of constants.");
156      this.maxValueTextBox.TextChanged += new System.EventHandler(this.maxValueTextBox_TextChanged);
157      //
158      // mutationGroupBox
159      //
160      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
161            | System.Windows.Forms.AnchorStyles.Right)));
162      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeLabel);
163      this.mutationGroupBox.Controls.Add(this.multiplicativeChangeSigmaTextBox);
164      this.mutationGroupBox.Controls.Add(this.additiveChangeLabel);
165      this.mutationGroupBox.Controls.Add(this.additiveChangeSigmaTextBox);
166      this.mutationGroupBox.Location = new System.Drawing.Point(0, 206);
167      this.mutationGroupBox.Name = "mutationGroupBox";
168      this.mutationGroupBox.Size = new System.Drawing.Size(398, 73);
169      this.mutationGroupBox.TabIndex = 6;
170      this.mutationGroupBox.TabStop = false;
171      this.mutationGroupBox.Text = "Mutation";
172      //
173      // multiplicativeChangeLabel
174      //
175      this.multiplicativeChangeLabel.AutoSize = true;
176      this.multiplicativeChangeLabel.Location = new System.Drawing.Point(6, 48);
177      this.multiplicativeChangeLabel.Name = "multiplicativeChangeLabel";
178      this.multiplicativeChangeLabel.Size = new System.Drawing.Size(146, 13);
179      this.multiplicativeChangeLabel.TabIndex = 2;
180      this.multiplicativeChangeLabel.Text = "Multiplicative change (sigma):";
181      this.toolTip.SetToolTip(this.multiplicativeChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to use to sample the " +
182        "multiplicative change.");
183      //
184      // multiplicativeChangeSigmaTextBox
185      //
186      this.multiplicativeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.errorProvider.SetIconAlignment(this.multiplicativeChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
189      this.multiplicativeChangeSigmaTextBox.Location = new System.Drawing.Point(168, 45);
190      this.multiplicativeChangeSigmaTextBox.Name = "multiplicativeChangeSigmaTextBox";
191      this.multiplicativeChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
192      this.multiplicativeChangeSigmaTextBox.TabIndex = 3;
193      this.toolTip.SetToolTip(this.multiplicativeChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample a mu" +
194        "ltiplicative change.");
195      this.multiplicativeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeChangeSigmaTextBox_TextChanged);
196      //
197      // additiveChangeLabel
198      //
199      this.additiveChangeLabel.AutoSize = true;
200      this.additiveChangeLabel.Location = new System.Drawing.Point(6, 22);
201      this.additiveChangeLabel.Name = "additiveChangeLabel";
202      this.additiveChangeLabel.Size = new System.Drawing.Size(123, 13);
203      this.additiveChangeLabel.TabIndex = 0;
204      this.additiveChangeLabel.Text = "Additive change (sigma):";
205      this.toolTip.SetToolTip(this.additiveChangeLabel, "The sigma (std. dev.) parameter for the normal distribution to sample the additiv" +
206        "e change.");
207      //
208      // additiveChangeSigmaTextBox
209      //
210      this.additiveChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
211            | System.Windows.Forms.AnchorStyles.Right)));
212      this.errorProvider.SetIconAlignment(this.additiveChangeSigmaTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
213      this.additiveChangeSigmaTextBox.Location = new System.Drawing.Point(168, 19);
214      this.additiveChangeSigmaTextBox.Name = "additiveChangeSigmaTextBox";
215      this.additiveChangeSigmaTextBox.Size = new System.Drawing.Size(224, 20);
216      this.additiveChangeSigmaTextBox.TabIndex = 1;
217      this.toolTip.SetToolTip(this.additiveChangeSigmaTextBox, "The sigma (std. dev.) parameter for the normal distribution to use to sample an a" +
218        "dditive change.");
219      this.additiveChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveChangeSigmaTextBox_TextChanged);
220      //
221      // ConstantView
222      //
223      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
224      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
225      this.Controls.Add(this.mutationGroupBox);
226      this.Controls.Add(this.initializationGroupBox);
227      this.Name = "ConstantView";
228      this.Size = new System.Drawing.Size(398, 284);
229      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
230      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
231      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
232      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
233      this.Controls.SetChildIndex(this.infoLabel, 0);
234      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
235      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
236      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
237      this.Controls.SetChildIndex(this.nameLabel, 0);
238      this.Controls.SetChildIndex(this.nameTextBox, 0);
239      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
240      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
241      this.initializationGroupBox.ResumeLayout(false);
242      this.initializationGroupBox.PerformLayout();
243      this.mutationGroupBox.ResumeLayout(false);
244      this.mutationGroupBox.PerformLayout();
245      this.ResumeLayout(false);
246      this.PerformLayout();
247
248    }
249
250    #endregion
251
252    private System.Windows.Forms.Label weightNuLabel;
253    private System.Windows.Forms.TextBox minValueTextBox;
254    protected System.Windows.Forms.GroupBox initializationGroupBox;
255    private System.Windows.Forms.Label weightSigmaLabel;
256    private System.Windows.Forms.TextBox maxValueTextBox;
257    protected System.Windows.Forms.GroupBox mutationGroupBox;
258    private System.Windows.Forms.Label multiplicativeChangeLabel;
259    private System.Windows.Forms.TextBox multiplicativeChangeSigmaTextBox;
260    private System.Windows.Forms.Label additiveChangeLabel;
261    private System.Windows.Forms.TextBox additiveChangeSigmaTextBox;
262
263  }
264}
Note: See TracBrowser for help on using the repository browser.