Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 10269 was 10269, checked in by bburlacu, 10 years ago

#1772: Added HeuristicLab.Problems.DataAnalysis.Symbolic and HeuristicLab.Problems.DataAnalysis.Symbolic.Views and integrated some modifications from the old branch.

File size: 16.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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      this.tabControl = new System.Windows.Forms.TabControl();
58      this.variableNamesTabPage = new System.Windows.Forms.TabPage();
59      this.parametersTabPage = new System.Windows.Forms.TabPage();
60      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
61      this.initializationGroupBox.SuspendLayout();
62      this.mutationGroupBox.SuspendLayout();
63      this.tabControl.SuspendLayout();
64      this.parametersTabPage.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(311, 20);
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(311, 20);
88      //
89      // maximumArityTextBox
90      //
91      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
92      this.maximumArityTextBox.Size = new System.Drawing.Size(311, 20);
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(290, 20);
99      //
100      // infoLabel
101      //
102      this.infoLabel.Location = new System.Drawing.Point(389, 3);
103      //
104      // weightMuLabel
105      //
106      this.weightMuLabel.AutoSize = true;
107      this.weightMuLabel.Location = new System.Drawing.Point(6, 22);
108      this.weightMuLabel.Name = "weightMuLabel";
109      this.weightMuLabel.Size = new System.Drawing.Size(67, 13);
110      this.weightMuLabel.TabIndex = 0;
111      this.weightMuLabel.Text = "Weight (mu):";
112      this.toolTip.SetToolTip(this.weightMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
113      //
114      // weightInitializationMuTextBox
115      //
116      this.weightInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
117            | System.Windows.Forms.AnchorStyles.Right)));
118      this.weightInitializationMuTextBox.Location = new System.Drawing.Point(92, 19);
119      this.weightInitializationMuTextBox.Name = "weightInitializationMuTextBox";
120      this.weightInitializationMuTextBox.Size = new System.Drawing.Size(290, 20);
121      this.weightInitializationMuTextBox.TabIndex = 1;
122      this.toolTip.SetToolTip(this.weightInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
123        "al weights.");
124      this.weightInitializationMuTextBox.TextChanged += new System.EventHandler(this.WeightMuTextBox_TextChanged);
125      //
126      // initializationGroupBox
127      //
128      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129            | System.Windows.Forms.AnchorStyles.Right)));
130      this.initializationGroupBox.Controls.Add(this.weightSigmaLabel);
131      this.initializationGroupBox.Controls.Add(this.weightInitializationSigmaTextBox);
132      this.initializationGroupBox.Controls.Add(this.weightMuLabel);
133      this.initializationGroupBox.Controls.Add(this.weightInitializationMuTextBox);
134      this.initializationGroupBox.Location = new System.Drawing.Point(6, 6);
135      this.initializationGroupBox.Name = "initializationGroupBox";
136      this.initializationGroupBox.Size = new System.Drawing.Size(388, 73);
137      this.initializationGroupBox.TabIndex = 0;
138      this.initializationGroupBox.TabStop = false;
139      this.initializationGroupBox.Text = "Initialization";
140      //
141      // weightSigmaLabel
142      //
143      this.weightSigmaLabel.AutoSize = true;
144      this.weightSigmaLabel.Location = new System.Drawing.Point(6, 48);
145      this.weightSigmaLabel.Name = "weightSigmaLabel";
146      this.weightSigmaLabel.Size = new System.Drawing.Size(80, 13);
147      this.weightSigmaLabel.TabIndex = 2;
148      this.weightSigmaLabel.Text = "Weight (sigma):";
149      this.toolTip.SetToolTip(this.weightSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
150      //
151      // weightInitializationSigmaTextBox
152      //
153      this.weightInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
154            | System.Windows.Forms.AnchorStyles.Right)));
155      this.weightInitializationSigmaTextBox.Location = new System.Drawing.Point(92, 45);
156      this.weightInitializationSigmaTextBox.Name = "weightInitializationSigmaTextBox";
157      this.weightInitializationSigmaTextBox.Size = new System.Drawing.Size(290, 20);
158      this.weightInitializationSigmaTextBox.TabIndex = 3;
159      this.toolTip.SetToolTip(this.weightInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
160        "weights.");
161      this.weightInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.WeightSigmaTextBox_TextChanged);
162      //
163      // mutationGroupBox
164      //
165      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
166            | System.Windows.Forms.AnchorStyles.Right)));
167      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeLabel);
168      this.mutationGroupBox.Controls.Add(this.multiplicativeWeightChangeSigmaTextBox);
169      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeLabel);
170      this.mutationGroupBox.Controls.Add(this.additiveWeightChangeSigmaTextBox);
171      this.mutationGroupBox.Location = new System.Drawing.Point(6, 85);
172      this.mutationGroupBox.Name = "mutationGroupBox";
173      this.mutationGroupBox.Size = new System.Drawing.Size(391, 73);
174      this.mutationGroupBox.TabIndex = 1;
175      this.mutationGroupBox.TabStop = false;
176      this.mutationGroupBox.Text = "Mutation";
177      //
178      // multiplicativeWeightChangeLabel
179      //
180      this.multiplicativeWeightChangeLabel.AutoSize = true;
181      this.multiplicativeWeightChangeLabel.Location = new System.Drawing.Point(6, 48);
182      this.multiplicativeWeightChangeLabel.Name = "multiplicativeWeightChangeLabel";
183      this.multiplicativeWeightChangeLabel.Size = new System.Drawing.Size(180, 13);
184      this.multiplicativeWeightChangeLabel.TabIndex = 2;
185      this.multiplicativeWeightChangeLabel.Text = "Multiplicative weight change (sigma):";
186      this.toolTip.SetToolTip(this.multiplicativeWeightChangeLabel, "The sigma parameter for the normal distribution to use to sample a multiplicative" +
187        " change in weight.");
188      //
189      // multiplicativeWeightChangeSigmaTextBox
190      //
191      this.multiplicativeWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
192            | System.Windows.Forms.AnchorStyles.Right)));
193      this.multiplicativeWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 45);
194      this.multiplicativeWeightChangeSigmaTextBox.Name = "multiplicativeWeightChangeSigmaTextBox";
195      this.multiplicativeWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
196      this.multiplicativeWeightChangeSigmaTextBox.TabIndex = 3;
197      this.toolTip.SetToolTip(this.multiplicativeWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample a multiplica" +
198        "tive change in weight.");
199      this.multiplicativeWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.MultiplicativeWeightChangeSigmaTextBox_TextChanged);
200      //
201      // additiveWeightChangeLabel
202      //
203      this.additiveWeightChangeLabel.AutoSize = true;
204      this.additiveWeightChangeLabel.Location = new System.Drawing.Point(6, 22);
205      this.additiveWeightChangeLabel.Name = "additiveWeightChangeLabel";
206      this.additiveWeightChangeLabel.Size = new System.Drawing.Size(157, 13);
207      this.additiveWeightChangeLabel.TabIndex = 0;
208      this.additiveWeightChangeLabel.Text = "Additive weight change (sigma):";
209      this.toolTip.SetToolTip(this.additiveWeightChangeLabel, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
210        "change in weight.");
211      //
212      // additiveWeightChangeSigmaTextBox
213      //
214      this.additiveWeightChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
215            | System.Windows.Forms.AnchorStyles.Right)));
216      this.additiveWeightChangeSigmaTextBox.Location = new System.Drawing.Point(201, 19);
217      this.additiveWeightChangeSigmaTextBox.Name = "additiveWeightChangeSigmaTextBox";
218      this.additiveWeightChangeSigmaTextBox.Size = new System.Drawing.Size(184, 20);
219      this.additiveWeightChangeSigmaTextBox.TabIndex = 1;
220      this.toolTip.SetToolTip(this.additiveWeightChangeSigmaTextBox, "The sigma (std.dev.) parameter for the normal distribution to sample an additive " +
221        "change in weight.");
222      this.additiveWeightChangeSigmaTextBox.TextChanged += new System.EventHandler(this.AdditiveWeightChangeSigmaTextBox_TextChanged);
223      //
224      // tabControl
225      //
226      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
227            | System.Windows.Forms.AnchorStyles.Left)
228            | System.Windows.Forms.AnchorStyles.Right)));
229      this.tabControl.Controls.Add(this.variableNamesTabPage);
230      this.tabControl.Controls.Add(this.parametersTabPage);
231      this.tabControl.Location = new System.Drawing.Point(0, 127);
232      this.tabControl.Name = "tabControl";
233      this.tabControl.SelectedIndex = 0;
234      this.tabControl.Size = new System.Drawing.Size(408, 190);
235      this.tabControl.TabIndex = 5;
236      //
237      // variableNamesTabPage
238      //
239      this.variableNamesTabPage.Location = new System.Drawing.Point(4, 22);
240      this.variableNamesTabPage.Name = "variableNamesTabPage";
241      this.variableNamesTabPage.Padding = new System.Windows.Forms.Padding(3);
242      this.variableNamesTabPage.Size = new System.Drawing.Size(400, 164);
243      this.variableNamesTabPage.TabIndex = 0;
244      this.variableNamesTabPage.Text = "Variable Names";
245      this.variableNamesTabPage.UseVisualStyleBackColor = true;
246      //
247      // parametersTabPage
248      //
249      this.parametersTabPage.Controls.Add(this.mutationGroupBox);
250      this.parametersTabPage.Controls.Add(this.initializationGroupBox);
251      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
252      this.parametersTabPage.Name = "parametersTabPage";
253      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
254      this.parametersTabPage.Size = new System.Drawing.Size(400, 164);
255      this.parametersTabPage.TabIndex = 1;
256      this.parametersTabPage.Text = "Parameters";
257      this.parametersTabPage.UseVisualStyleBackColor = true;
258      //
259      // VariableView
260      //
261      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
262      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
263      this.Controls.Add(this.tabControl);
264      this.Name = "VariableView";
265      this.Size = new System.Drawing.Size(408, 317);
266      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
267      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
268      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
269      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
270      this.Controls.SetChildIndex(this.infoLabel, 0);
271      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
272      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
273      this.Controls.SetChildIndex(this.nameLabel, 0);
274      this.Controls.SetChildIndex(this.nameTextBox, 0);
275      this.Controls.SetChildIndex(this.tabControl, 0);
276      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
277      this.initializationGroupBox.ResumeLayout(false);
278      this.initializationGroupBox.PerformLayout();
279      this.mutationGroupBox.ResumeLayout(false);
280      this.mutationGroupBox.PerformLayout();
281      this.tabControl.ResumeLayout(false);
282      this.parametersTabPage.ResumeLayout(false);
283      this.ResumeLayout(false);
284      this.PerformLayout();
285
286    }
287
288    #endregion
289
290    protected System.Windows.Forms.Label weightMuLabel;
291    protected System.Windows.Forms.TextBox weightInitializationMuTextBox;
292    protected System.Windows.Forms.GroupBox initializationGroupBox;
293    protected System.Windows.Forms.Label weightSigmaLabel;
294    protected System.Windows.Forms.TextBox weightInitializationSigmaTextBox;
295    protected System.Windows.Forms.GroupBox mutationGroupBox;
296    protected System.Windows.Forms.Label multiplicativeWeightChangeLabel;
297    protected System.Windows.Forms.TextBox multiplicativeWeightChangeSigmaTextBox;
298    protected System.Windows.Forms.Label additiveWeightChangeLabel;
299    protected System.Windows.Forms.TextBox additiveWeightChangeSigmaTextBox;
300    protected System.Windows.Forms.TabPage variableNamesTabPage;
301    protected System.Windows.Forms.TabPage parametersTabPage;
302    protected System.Windows.Forms.TabControl tabControl;
303  }
304}
Note: See TracBrowser for help on using the repository browser.