Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveHiveEngine/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs @ 7284

Last change on this file since 7284 was 6819, checked in by mkommend, 13 years ago

#1479: Corrected tooltips in symbol views and minor typo in TypeCoherentGrammar.

File size: 21.2 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
22
23namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
24  partial class VariableConditionView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing && (components != null)) {
36        components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.thresholdInitializationMuLabel = new System.Windows.Forms.Label();
49      this.thresholdInitializationMuTextBox = new System.Windows.Forms.TextBox();
50      this.initializationGroupBox = new System.Windows.Forms.GroupBox();
51      this.slopeInitializationSigmaLabel = new System.Windows.Forms.Label();
52      this.slopeInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
53      this.slopeInitializationMuLabel = new System.Windows.Forms.Label();
54      this.slopeInitializationMuTextBox = new System.Windows.Forms.TextBox();
55      this.thresholdInitializationSigmaLabel = new System.Windows.Forms.Label();
56      this.thresholdInitializationSigmaTextBox = new System.Windows.Forms.TextBox();
57      this.mutationGroupBox = new System.Windows.Forms.GroupBox();
58      this.slopeChangeSigmaLabel = new System.Windows.Forms.Label();
59      this.slopeChangeSigmaTextBox = new System.Windows.Forms.TextBox();
60      this.slopeChangeMuLabel = new System.Windows.Forms.Label();
61      this.slopeChangeMuTextBox = new System.Windows.Forms.TextBox();
62      this.thresholdChangeSigmaLabel = new System.Windows.Forms.Label();
63      this.thresholdChangeSigmaTextBox = new System.Windows.Forms.TextBox();
64      this.ThresholdChangeMuLabel = new System.Windows.Forms.Label();
65      this.thresholdChangeMuTextBox = new System.Windows.Forms.TextBox();
66      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
67      this.initializationGroupBox.SuspendLayout();
68      this.mutationGroupBox.SuspendLayout();
69      this.SuspendLayout();
70      //
71      // initialFrequencyLabel
72      //
73      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
74      //
75      // initialFrequencyTextBox
76      //
77      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
78      this.initialFrequencyTextBox.Size = new System.Drawing.Size(233, 20);
79      //
80      // minimumArityTextBox
81      //
82      this.errorProvider.SetIconAlignment(this.minimumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
83      //
84      // maximumArityTextBox
85      //
86      this.errorProvider.SetIconAlignment(this.maximumArityTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
87      //
88      // nameTextBox
89      //
90      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
91      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
92      this.nameTextBox.Size = new System.Drawing.Size(203, 20);
93      //
94      // thresholdInitializationMuLabel
95      //
96      this.thresholdInitializationMuLabel.AutoSize = true;
97      this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
98      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
99      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
100      this.thresholdInitializationMuLabel.TabIndex = 0;
101      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
102      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
103      //
104      // thresholdInitializationMuTextBox
105      //
106      this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
107            | System.Windows.Forms.AnchorStyles.Right)));
108      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
109      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
110      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
111      this.thresholdInitializationMuTextBox.TabIndex = 1;
112      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
113        "al thresholds.");
114      this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
115      //
116      // initializationGroupBox
117      //
118      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119            | System.Windows.Forms.AnchorStyles.Right)));
120      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
121      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
122      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
123      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
124      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
125      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
126      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
127      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
128      this.initializationGroupBox.Location = new System.Drawing.Point(0, 127);
129      this.initializationGroupBox.Name = "initializationGroupBox";
130      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
131      this.initializationGroupBox.TabIndex = 5;
132      this.initializationGroupBox.TabStop = false;
133      this.initializationGroupBox.Text = "Initialization";
134      //
135      // slopeInitializationSigmaLabel
136      //
137      this.slopeInitializationSigmaLabel.AutoSize = true;
138      this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
139      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
140      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
141      this.slopeInitializationSigmaLabel.TabIndex = 6;
142      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
143      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
144      //
145      // slopeInitializationSigmaTextBox
146      //
147      this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
148            | System.Windows.Forms.AnchorStyles.Right)));
149      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
150      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
151      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
152      this.slopeInitializationSigmaTextBox.TabIndex = 7;
153      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
154        "slopes.");
155      this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
156      //
157      // slopeInitializationMuLabel
158      //
159      this.slopeInitializationMuLabel.AutoSize = true;
160      this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
161      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
162      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
163      this.slopeInitializationMuLabel.TabIndex = 4;
164      this.slopeInitializationMuLabel.Text = "Slope (mu):";
165      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
166      //
167      // slopeInitializationMuTextBox
168      //
169      this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
170            | System.Windows.Forms.AnchorStyles.Right)));
171      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
172      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
173      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
174      this.slopeInitializationMuTextBox.TabIndex = 5;
175      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
176        "al slopes.");
177      this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
178      //
179      // thresholdInitializationSigmaLabel
180      //
181      this.thresholdInitializationSigmaLabel.AutoSize = true;
182      this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
183      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
184      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
185      this.thresholdInitializationSigmaLabel.TabIndex = 2;
186      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
187      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
188      //
189      // thresholdInitializationSigmaTextBox
190      //
191      this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
192            | System.Windows.Forms.AnchorStyles.Right)));
193      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
194      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
195      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
196      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
197      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
198        "thresholds.");
199      this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
200      //
201      // mutationGroupBox
202      //
203      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
204            | System.Windows.Forms.AnchorStyles.Right)));
205      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
206      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
207      this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
208      this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
209      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
210      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
211      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
212      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
213      this.mutationGroupBox.Location = new System.Drawing.Point(0, 260);
214      this.mutationGroupBox.Name = "mutationGroupBox";
215      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
216      this.mutationGroupBox.TabIndex = 6;
217      this.mutationGroupBox.TabStop = false;
218      this.mutationGroupBox.Text = "Mutation";
219      //
220      // slopeChangeSigmaLabel
221      //
222      this.slopeChangeSigmaLabel.AutoSize = true;
223      this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
224      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
225      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
226      this.slopeChangeSigmaLabel.TabIndex = 6;
227      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
228      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
229        "ope.");
230      //
231      // slopeChangeSigmaTextBox
232      //
233      this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
234            | System.Windows.Forms.AnchorStyles.Right)));
235      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
236      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
237      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
238      this.slopeChangeSigmaTextBox.TabIndex = 7;
239      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
240        "ope.");
241      this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
242      //
243      // slopeChangeMuLabel
244      //
245      this.slopeChangeMuLabel.AutoSize = true;
246      this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
247      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
248      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
249      this.slopeChangeMuLabel.TabIndex = 4;
250      this.slopeChangeMuLabel.Text = "Slope change (mu):";
251      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
252        ".");
253      //
254      // slopeChangeMuTextBox
255      //
256      this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
257            | System.Windows.Forms.AnchorStyles.Right)));
258      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
259      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
260      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
261      this.slopeChangeMuTextBox.TabIndex = 5;
262      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
263        ".");
264      this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
265      //
266      // thresholdChangeSigmaLabel
267      //
268      this.thresholdChangeSigmaLabel.AutoSize = true;
269      this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
270      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
271      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
272      this.thresholdChangeSigmaLabel.TabIndex = 2;
273      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
274      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
275        "reshold.");
276      //
277      // thresholdChangeSigmaTextBox
278      //
279      this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
280            | System.Windows.Forms.AnchorStyles.Right)));
281      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
282      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
283      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
284      this.thresholdChangeSigmaTextBox.TabIndex = 3;
285      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
286        "reshold.");
287      this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
288      //
289      // ThresholdChangeMuLabel
290      //
291      this.ThresholdChangeMuLabel.AutoSize = true;
292      this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
293      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
294      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
295      this.ThresholdChangeMuLabel.TabIndex = 0;
296      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
297      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
298        "hold.");
299      //
300      // thresholdChangeMuTextBox
301      //
302      this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
303            | System.Windows.Forms.AnchorStyles.Right)));
304      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
305      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
306      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
307      this.thresholdChangeMuTextBox.TabIndex = 1;
308      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
309        "hold.");
310      this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
311      //
312      // VariableConditionView
313      //
314      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
315      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
316      this.Controls.Add(this.mutationGroupBox);
317      this.Controls.Add(this.initializationGroupBox);
318      this.Name = "VariableConditionView";
319      this.Size = new System.Drawing.Size(326, 376);
320      this.Controls.SetChildIndex(this.maximumArityLabel, 0);
321      this.Controls.SetChildIndex(this.maximumArityTextBox, 0);
322      this.Controls.SetChildIndex(this.minimumArityLabel, 0);
323      this.Controls.SetChildIndex(this.minimumArityTextBox, 0);
324      this.Controls.SetChildIndex(this.infoLabel, 0);
325      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
326      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
327      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
328      this.Controls.SetChildIndex(this.nameLabel, 0);
329      this.Controls.SetChildIndex(this.nameTextBox, 0);
330      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
331      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
332      this.initializationGroupBox.ResumeLayout(false);
333      this.initializationGroupBox.PerformLayout();
334      this.mutationGroupBox.ResumeLayout(false);
335      this.mutationGroupBox.PerformLayout();
336      this.ResumeLayout(false);
337      this.PerformLayout();
338
339    }
340
341    #endregion
342
343    private System.Windows.Forms.Label thresholdInitializationMuLabel;
344    private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
345    protected System.Windows.Forms.GroupBox initializationGroupBox;
346    private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
347    private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
348    protected System.Windows.Forms.GroupBox mutationGroupBox;
349    private System.Windows.Forms.Label thresholdChangeSigmaLabel;
350    private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
351    private System.Windows.Forms.Label ThresholdChangeMuLabel;
352    private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
353    private System.Windows.Forms.Label slopeInitializationSigmaLabel;
354    private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
355    private System.Windows.Forms.Label slopeInitializationMuLabel;
356    private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
357    private System.Windows.Forms.Label slopeChangeSigmaLabel;
358    private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
359    private System.Windows.Forms.Label slopeChangeMuLabel;
360    private System.Windows.Forms.TextBox slopeChangeMuTextBox;
361
362  }
363}
Note: See TracBrowser for help on using the repository browser.