Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableView.Designer.cs @ 5693

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

#1418 added plugin for symbolic data analysis views.

File size: 13.4 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 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.weightInitializationMuTextBox = new System.Windows.Forms.TextBox();
49      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
50      this.weightSigmaLabel = new System.Windows.Forms.Label();
51      this.weightInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
52      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
53      this.multiplicativeWeightChangeLabel = new System.Windows.Forms.Label();
54      this.multiplicativeWeightChangeSigmaTextBox = new System.Windows.Forms.TextBox();
55      this.additiveWeightChangeLabel = new System.Windows.Forms.Label();
56      this.additiveWeightChangeSigmaTextBox = 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      // weightInitializationMuTextBox
93      //
94      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
95                  | System.Windows.Forms.AnchorStyles.Right)));
96      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
97      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
98      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(222, 20);
99      this.weightInitializationMuTextBox.TabIndex = 7;
100      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
101              "al weights.");
102      this.weightInitializationMuTextBox.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.weightInitializationSigmaTextBox);
110      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
111      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
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      // weightInitializationSigmaTextBox
130      //
131      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
132                  | System.Windows.Forms.AnchorStyles.Right)));
133      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
134      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
135      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(222, 20);
136      this.weightInitializationSigmaTextBox.TabIndex = 9;
137      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
138              "weights.");
139      this.weightInitializationSigmaTextBox.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.multiplicativeWeightChangeLabel);
146      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
147      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
148      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
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      // multiplicativeWeightChangeLabel
157      //
158      this.multiplicativeWeightChangeLabel.AutoSize = true;
159      this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
160      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
161      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
162      this.multiplicativeWeightChangeLabel.TabIndex = 8;
163      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
164      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
165              " change in weight.");
166      //
167      // multiplicativeWeightChangeSigmaTextBox
168      //
169      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
170                  | System.Windows.Forms.AnchorStyles.Right)));
171      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
172      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
173      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
174      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 9;
175      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
176              "tive change in weight.");
177      this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.multiplicativeWeightChangeSigmaTextBox_TextChanged);
178      //
179      // additiveWeightChangeLabel
180      //
181      this.additiveWeightChangeLabel.AutoSize = true;
182      this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
183      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
184      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
185      this.additiveWeightChangeLabel.TabIndex = 6;
186      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
187      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
188              "change in weight.");
189      //
190      // additiveWeightChangeSigmaTextBox
191      //
192      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
193                  | System.Windows.Forms.AnchorStyles.Right)));
194      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
195      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
196      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(113, 20);
197      this.additiveWeightChangeSigmaTextBox.TabIndex = 7;
198      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
199              "change in weight.");
200      this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.additiveWeightChangeSigmaTextBox_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 weightInitializationMuTextBox;
232    protected System.Windows.Forms.GroupBox initializationGroupBox;
233    private System.Windows.Forms.Label weightSigmaLabel;
234    private System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
235    protected System.Windows.Forms.GroupBox mutationGroupBox;
236    private System.Windows.Forms.Label multiplicativeWeightChangeLabel;
237    private System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
238    private System.Windows.Forms.Label additiveWeightChangeLabel;
239    private System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
240
241  }
242}
Note: See TracBrowser for help on using the repository browser.