Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableView.Designer.cs @ 4990

Last change on this file since 4990 was 4990, checked in by gkronber, 13 years ago

renamed event handlers. #1302

File size: 12.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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 VariableView {
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.weightMuLabel = new System.Windows.Forms.Label();
48      this.weightMuTextBox = new System.Windows.Forms.TextBox();
49      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
50      this.weightSigmaLabel = new System.Windows.Forms.Label();
51      this.weightSigmaTextBox = new System.Windows.Forms.TextBox();
52      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
53      this.stdDevWeightChangeLabel = new System.Windows.Forms.Label();
54      this.weightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
55      this.meanWeightChangeLabel = new System.Windows.Forms.Label();
56      this.weightChangeMuTextBox = 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(203, 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(203, 20);
76      //
77      // descriptionTextBox
78      //
79      this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
80      this.descriptionTextBox.Size = new System.Drawing.Size(203, 20);
81      //
82      // weightMuLabel
83      //
84      this.weightMuLabel.AutoSize = true;
85      this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
86      this.weightMuLabel.Name = "weightMuLabel";
87      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
88      this.weightMuLabel.TabIndex = 6;
89      this.weightMuLabel.Text = "Weight (mu):";
90      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
91      //
92      // weightMuTextBox
93      //
94      this.weightMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.weightMuTextBox.Location = new System.Drawing.Point(92, 19);
97      this.weightMuTextBox.Name = "weightMuTextBox";
98      this.weightMuTextBox.Size = new System.Drawing.Size(201, 20);
99      this.weightMuTextBox.TabIndex = 7;
100      this.toolTip.SetToolTip(this.weightMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
101              "al weights.");
102      this.weightMuTextBox.TextChanged += new System.EventHandler(this.weightMuTextBox_TextChanged);
103      //
104      // initializationGroupBox
105      //
106      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
107                  | System.Windows.Forms.AnchorStyles.Right)));
108      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
109      this.initializationGroupBox.Controls.Add(this.weightSigmaTextBox);
110      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
111      this.initializationGroupBox.Controls.Add(this.weightMuTextBox);
112      this.initializationGroupBox.Location = new System.Drawing.Point(3, 79);
113      this.initializationGroupBox.Name = "initializationGroupBox";
114      this.initializationGroupBox.Size = new System.Drawing.Size(320, 73);
115      this.initializationGroupBox.TabIndex = 8;
116      this.initializationGroupBox.TabStop = false;
117      this.initializationGroupBox.Text = "Initialization";
118      //
119      // weightSigmaLabel
120      //
121      this.weightSigmaLabel.AutoSize = true;
122      this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
123      this.weightSigmaLabel.Name = "weightSigmaLabel";
124      this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
125      this.weightSigmaLabel.TabIndex = 8;
126      this.weightSigmaLabel.Text = "Weight (sigma):";
127      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
128      //
129      // weightSigmaTextBox
130      //
131      this.weightSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
132                  | System.Windows.Forms.AnchorStyles.Right)));
133      this.weightSigmaTextBox.Location = new System.Drawing.Point(92, 45);
134      this.weightSigmaTextBox.Name = "weightSigmaTextBox";
135      this.weightSigmaTextBox.Size = new System.Drawing.Size(201, 20);
136      this.weightSigmaTextBox.TabIndex = 9;
137      this.toolTip.SetToolTip(this.weightSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
138              "weights.");
139      this.weightSigmaTextBox.TextChanged += new System.EventHandler(this.weightSigmaTextBox_TextChanged);
140      //
141      // mutationGroupBox
142      //
143      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144                  | System.Windows.Forms.AnchorStyles.Right)));
145      this.mutationGroupBox.Controls.Add(this.stdDevWeightChangeLabel);
146      this.mutationGroupBox.Controls.Add(this.weightChangeSigmaTextBox);
147      this.mutationGroupBox.Controls.Add(this.meanWeightChangeLabel);
148      this.mutationGroupBox.Controls.Add(this.weightChangeMuTextBox);
149      this.mutationGroupBox.Location = new System.Drawing.Point(3, 158);
150      this.mutationGroupBox.Name = "mutationGroupBox";
151      this.mutationGroupBox.Size = new System.Drawing.Size(320, 73);
152      this.mutationGroupBox.TabIndex = 9;
153      this.mutationGroupBox.TabStop = false;
154      this.mutationGroupBox.Text = "Mutation";
155      //
156      // stdDevWeightChangeLabel
157      //
158      this.stdDevWeightChangeLabel.AutoSize = true;
159      this.stdDevWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
160      this.stdDevWeightChangeLabel.Name = "stdDevWeightChangeLabel";
161      this.stdDevWeightChangeLabel.Size = new System.Drawing.Size(119, 13);
162      this.stdDevWeightChangeLabel.TabIndex = 8;
163      this.stdDevWeightChangeLabel.Text = "Weight change (sigma):";
164      this.toolTip.SetToolTip(this.stdDevWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample the change in we" +
165              "ight.");
166      //
167      // weightChangeSigmaTextBox
168      //
169      this.weightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
170                  | System.Windows.Forms.AnchorStyles.Right)));
171      this.weightChangeSigmaTextBox.Location = new System.Drawing.Point(131, 45);
172      this.weightChangeSigmaTextBox.Name = "weightChangeSigmaTextBox";
173      this.weightChangeSigmaTextBox.Size = new System.Drawing.Size(162, 20);
174      this.weightChangeSigmaTextBox.TabIndex = 9;
175      this.toolTip.SetToolTip(this.weightChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in we" +
176              "ight.");
177      this.weightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.weightChangeSigmaTextBox_TextChanged);
178      //
179      // meanWeightChangeLabel
180      //
181      this.meanWeightChangeLabel.AutoSize = true;
182      this.meanWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
183      this.meanWeightChangeLabel.Name = "meanWeightChangeLabel";
184      this.meanWeightChangeLabel.Size = new System.Drawing.Size(106, 13);
185      this.meanWeightChangeLabel.TabIndex = 6;
186      this.meanWeightChangeLabel.Text = "Weight change (mu):";
187      this.toolTip.SetToolTip(this.meanWeightChangeLabel, "The nu (mean) parameter for the normal distribution to sample the change in weigh" +
188              "t.");
189      //
190      // weightChangeMuTextBox
191      //
192      this.weightChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
193                  | System.Windows.Forms.AnchorStyles.Right)));
194      this.weightChangeMuTextBox.Location = new System.Drawing.Point(131, 19);
195      this.weightChangeMuTextBox.Name = "weightChangeMuTextBox";
196      this.weightChangeMuTextBox.Size = new System.Drawing.Size(162, 20);
197      this.weightChangeMuTextBox.TabIndex = 7;
198      this.toolTip.SetToolTip(this.weightChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in weigh" +
199              "t.");
200      this.weightChangeMuTextBox.TextChanged += new System.EventHandler(this.weightChangeMuTextBox_TextChanged);
201      //
202      // VariableView
203      //
204      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
205      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
206      this.Controls.Add(this.mutationGroupBox);
207      this.Controls.Add(this.initializationGroupBox);
208      this.Name = "VariableView";
209      this.Size = new System.Drawing.Size(326, 235);
210      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
211      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
212      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
213      this.Controls.SetChildIndex(this.nameLabel, 0);
214      this.Controls.SetChildIndex(this.descriptionLabel, 0);
215      this.Controls.SetChildIndex(this.nameTextBox, 0);
216      this.Controls.SetChildIndex(this.descriptionTextBox, 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 weightMuLabel;
231    private System.Windows.Forms.TextBox weightMuTextBox;
232    protected System.Windows.Forms.GroupBox initializationGroupBox;
233    private System.Windows.Forms.Label weightSigmaLabel;
234    private System.Windows.Forms.TextBox weightSigmaTextBox;
235    protected System.Windows.Forms.GroupBox mutationGroupBox;
236    private System.Windows.Forms.Label stdDevWeightChangeLabel;
237    private System.Windows.Forms.TextBox weightChangeSigmaTextBox;
238    private System.Windows.Forms.Label meanWeightChangeLabel;
239    private System.Windows.Forms.TextBox weightChangeMuTextBox;
240
241  }
242}
Note: See TracBrowser for help on using the repository browser.