Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.4/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/ConstantView.Designer.cs @ 13398

Last change on this file since 13398 was 5832, checked in by swagner, 13 years ago

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

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