Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/VariableConditionView.Designer.cs @ 5833

Last change on this file since 5833 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: 20.8 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      // nameTextBox
81      //
82      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
83      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
84      this.nameTextBox.Size = new System.Drawing.Size(203, 20);
85      //
86      // thresholdInitializationMuLabel
87      //
88      this.thresholdInitializationMuLabel.AutoSize = true;
89      this.thresholdInitializationMuLabel.Location = new System.Drawing.Point(6, 18);
90      this.thresholdInitializationMuLabel.Name = "thresholdInitializationMuLabel";
91      this.thresholdInitializationMuLabel.Size = new System.Drawing.Size(80, 13);
92      this.thresholdInitializationMuLabel.TabIndex = 0;
93      this.thresholdInitializationMuLabel.Text = "Threshold (mu):";
94      this.toolTip.SetToolTip(this.thresholdInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial weights.");
95      //
96      // thresholdInitializationMuTextBox
97      //
98      this.thresholdInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
99                  | System.Windows.Forms.AnchorStyles.Right)));
100      this.thresholdInitializationMuTextBox.Location = new System.Drawing.Point(114, 15);
101      this.thresholdInitializationMuTextBox.Name = "thresholdInitializationMuTextBox";
102      this.thresholdInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
103      this.thresholdInitializationMuTextBox.TabIndex = 1;
104      this.toolTip.SetToolTip(this.thresholdInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
105              "al thresholds.");
106      this.thresholdInitializationMuTextBox.TextChanged += new System.EventHandler(this.thresholdMuTextBox_TextChanged);
107      //
108      // initializationGroupBox
109      //
110      this.initializationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
111                  | System.Windows.Forms.AnchorStyles.Right)));
112      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaLabel);
113      this.initializationGroupBox.Controls.Add(this.slopeInitializationSigmaTextBox);
114      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuLabel);
115      this.initializationGroupBox.Controls.Add(this.slopeInitializationMuTextBox);
116      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaLabel);
117      this.initializationGroupBox.Controls.Add(this.thresholdInitializationSigmaTextBox);
118      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuLabel);
119      this.initializationGroupBox.Controls.Add(this.thresholdInitializationMuTextBox);
120      this.initializationGroupBox.Location = new System.Drawing.Point(0, 52);
121      this.initializationGroupBox.Name = "initializationGroupBox";
122      this.initializationGroupBox.Size = new System.Drawing.Size(326, 127);
123      this.initializationGroupBox.TabIndex = 5;
124      this.initializationGroupBox.TabStop = false;
125      this.initializationGroupBox.Text = "Initialization";
126      //
127      // slopeInitializationSigmaLabel
128      //
129      this.slopeInitializationSigmaLabel.AutoSize = true;
130      this.slopeInitializationSigmaLabel.Location = new System.Drawing.Point(6, 105);
131      this.slopeInitializationSigmaLabel.Name = "slopeInitializationSigmaLabel";
132      this.slopeInitializationSigmaLabel.Size = new System.Drawing.Size(73, 13);
133      this.slopeInitializationSigmaLabel.TabIndex = 6;
134      this.slopeInitializationSigmaLabel.Text = "Slope (sigma):";
135      this.toolTip.SetToolTip(this.slopeInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial slopes.");
136      //
137      // slopeInitializationSigmaTextBox
138      //
139      this.slopeInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.slopeInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 102);
142      this.slopeInitializationSigmaTextBox.Name = "slopeInitializationSigmaTextBox";
143      this.slopeInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
144      this.slopeInitializationSigmaTextBox.TabIndex = 7;
145      this.toolTip.SetToolTip(this.slopeInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
146              "slopes.");
147      this.slopeInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.slopeInitializationSigmaTextBox_TextChanged);
148      //
149      // slopeInitializationMuLabel
150      //
151      this.slopeInitializationMuLabel.AutoSize = true;
152      this.slopeInitializationMuLabel.Location = new System.Drawing.Point(6, 79);
153      this.slopeInitializationMuLabel.Name = "slopeInitializationMuLabel";
154      this.slopeInitializationMuLabel.Size = new System.Drawing.Size(60, 13);
155      this.slopeInitializationMuLabel.TabIndex = 4;
156      this.slopeInitializationMuLabel.Text = "Slope (mu):";
157      this.toolTip.SetToolTip(this.slopeInitializationMuLabel, "The mu (mean) parameter of the normal distribution to use for initial slopes.");
158      //
159      // slopeInitializationMuTextBox
160      //
161      this.slopeInitializationMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
162                  | System.Windows.Forms.AnchorStyles.Right)));
163      this.slopeInitializationMuTextBox.Location = new System.Drawing.Point(114, 76);
164      this.slopeInitializationMuTextBox.Name = "slopeInitializationMuTextBox";
165      this.slopeInitializationMuTextBox.Size = new System.Drawing.Size(203, 20);
166      this.slopeInitializationMuTextBox.TabIndex = 5;
167      this.toolTip.SetToolTip(this.slopeInitializationMuTextBox, "The mu (mean) parameter of the normal distribution from which to sample the initi" +
168              "al slopes.");
169      this.slopeInitializationMuTextBox.TextChanged += new System.EventHandler(this.slopeInitializationMuTextBox_TextChanged);
170      //
171      // thresholdInitializationSigmaLabel
172      //
173      this.thresholdInitializationSigmaLabel.AutoSize = true;
174      this.thresholdInitializationSigmaLabel.Location = new System.Drawing.Point(6, 44);
175      this.thresholdInitializationSigmaLabel.Name = "thresholdInitializationSigmaLabel";
176      this.thresholdInitializationSigmaLabel.Size = new System.Drawing.Size(93, 13);
177      this.thresholdInitializationSigmaLabel.TabIndex = 2;
178      this.thresholdInitializationSigmaLabel.Text = "Threshold (sigma):";
179      this.toolTip.SetToolTip(this.thresholdInitializationSigmaLabel, "The sigma parameter for the normal distribution to use for the initial weights.");
180      //
181      // thresholdInitializationSigmaTextBox
182      //
183      this.thresholdInitializationSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
184                  | System.Windows.Forms.AnchorStyles.Right)));
185      this.thresholdInitializationSigmaTextBox.Location = new System.Drawing.Point(114, 41);
186      this.thresholdInitializationSigmaTextBox.Name = "thresholdInitializationSigmaTextBox";
187      this.thresholdInitializationSigmaTextBox.Size = new System.Drawing.Size(203, 20);
188      this.thresholdInitializationSigmaTextBox.TabIndex = 3;
189      this.toolTip.SetToolTip(this.thresholdInitializationSigmaTextBox, "The sigma parameter for the normal distribution from which to sample the initial " +
190              "thresholds.");
191      this.thresholdInitializationSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdInitializationSigmaTextBox_TextChanged);
192      //
193      // mutationGroupBox
194      //
195      this.mutationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
196                  | System.Windows.Forms.AnchorStyles.Right)));
197      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaLabel);
198      this.mutationGroupBox.Controls.Add(this.slopeChangeSigmaTextBox);
199      this.mutationGroupBox.Controls.Add(this.slopeChangeMuLabel);
200      this.mutationGroupBox.Controls.Add(this.slopeChangeMuTextBox);
201      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaLabel);
202      this.mutationGroupBox.Controls.Add(this.thresholdChangeSigmaTextBox);
203      this.mutationGroupBox.Controls.Add(this.ThresholdChangeMuLabel);
204      this.mutationGroupBox.Controls.Add(this.thresholdChangeMuTextBox);
205      this.mutationGroupBox.Location = new System.Drawing.Point(0, 185);
206      this.mutationGroupBox.Name = "mutationGroupBox";
207      this.mutationGroupBox.Size = new System.Drawing.Size(326, 127);
208      this.mutationGroupBox.TabIndex = 6;
209      this.mutationGroupBox.TabStop = false;
210      this.mutationGroupBox.Text = "Mutation";
211      //
212      // slopeChangeSigmaLabel
213      //
214      this.slopeChangeSigmaLabel.AutoSize = true;
215      this.slopeChangeSigmaLabel.Location = new System.Drawing.Point(6, 102);
216      this.slopeChangeSigmaLabel.Name = "slopeChangeSigmaLabel";
217      this.slopeChangeSigmaLabel.Size = new System.Drawing.Size(112, 13);
218      this.slopeChangeSigmaLabel.TabIndex = 6;
219      this.slopeChangeSigmaLabel.Text = "Slope change (sigma):";
220      this.toolTip.SetToolTip(this.slopeChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in sl" +
221              "ope.");
222      //
223      // slopeChangeSigmaTextBox
224      //
225      this.slopeChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
226                  | System.Windows.Forms.AnchorStyles.Right)));
227      this.slopeChangeSigmaTextBox.Location = new System.Drawing.Point(149, 99);
228      this.slopeChangeSigmaTextBox.Name = "slopeChangeSigmaTextBox";
229      this.slopeChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
230      this.slopeChangeSigmaTextBox.TabIndex = 7;
231      this.toolTip.SetToolTip(this.slopeChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in sl" +
232              "ope.");
233      this.slopeChangeSigmaTextBox.TextChanged += new System.EventHandler(this.slopeChangeSigmaTextBox_TextChanged);
234      //
235      // slopeChangeMuLabel
236      //
237      this.slopeChangeMuLabel.AutoSize = true;
238      this.slopeChangeMuLabel.Location = new System.Drawing.Point(6, 76);
239      this.slopeChangeMuLabel.Name = "slopeChangeMuLabel";
240      this.slopeChangeMuLabel.Size = new System.Drawing.Size(99, 13);
241      this.slopeChangeMuLabel.TabIndex = 4;
242      this.slopeChangeMuLabel.Text = "Slope change (mu):";
243      this.toolTip.SetToolTip(this.slopeChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in slope" +
244              ".");
245      //
246      // slopeChangeMuTextBox
247      //
248      this.slopeChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
249                  | System.Windows.Forms.AnchorStyles.Right)));
250      this.slopeChangeMuTextBox.Location = new System.Drawing.Point(149, 73);
251      this.slopeChangeMuTextBox.Name = "slopeChangeMuTextBox";
252      this.slopeChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
253      this.slopeChangeMuTextBox.TabIndex = 5;
254      this.toolTip.SetToolTip(this.slopeChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in slope" +
255              ".");
256      this.slopeChangeMuTextBox.TextChanged += new System.EventHandler(this.slopeChangeMuTextBox_TextChanged);
257      //
258      // thresholdChangeSigmaLabel
259      //
260      this.thresholdChangeSigmaLabel.AutoSize = true;
261      this.thresholdChangeSigmaLabel.Location = new System.Drawing.Point(6, 44);
262      this.thresholdChangeSigmaLabel.Name = "thresholdChangeSigmaLabel";
263      this.thresholdChangeSigmaLabel.Size = new System.Drawing.Size(132, 13);
264      this.thresholdChangeSigmaLabel.TabIndex = 2;
265      this.thresholdChangeSigmaLabel.Text = "Threshold change (sigma):";
266      this.toolTip.SetToolTip(this.thresholdChangeSigmaLabel, "The sigma parameter for the normal distribution to use to sample the change in th" +
267              "reshold.");
268      //
269      // thresholdChangeSigmaTextBox
270      //
271      this.thresholdChangeSigmaTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
272                  | System.Windows.Forms.AnchorStyles.Right)));
273      this.thresholdChangeSigmaTextBox.Location = new System.Drawing.Point(149, 41);
274      this.thresholdChangeSigmaTextBox.Name = "thresholdChangeSigmaTextBox";
275      this.thresholdChangeSigmaTextBox.Size = new System.Drawing.Size(168, 20);
276      this.thresholdChangeSigmaTextBox.TabIndex = 3;
277      this.toolTip.SetToolTip(this.thresholdChangeSigmaTextBox, "The sigma parameter for the normal distribution to use to sample the change in th" +
278              "reshold.");
279      this.thresholdChangeSigmaTextBox.TextChanged += new System.EventHandler(this.thresholdChangeSigmaTextBox_TextChanged);
280      //
281      // ThresholdChangeMuLabel
282      //
283      this.ThresholdChangeMuLabel.AutoSize = true;
284      this.ThresholdChangeMuLabel.Location = new System.Drawing.Point(6, 18);
285      this.ThresholdChangeMuLabel.Name = "ThresholdChangeMuLabel";
286      this.ThresholdChangeMuLabel.Size = new System.Drawing.Size(119, 13);
287      this.ThresholdChangeMuLabel.TabIndex = 0;
288      this.ThresholdChangeMuLabel.Text = "Threshold change (mu):";
289      this.toolTip.SetToolTip(this.ThresholdChangeMuLabel, "The nu (mean) parameter for the normal distribution to sample the change in thres" +
290              "hold.");
291      //
292      // thresholdChangeMuTextBox
293      //
294      this.thresholdChangeMuTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
295                  | System.Windows.Forms.AnchorStyles.Right)));
296      this.thresholdChangeMuTextBox.Location = new System.Drawing.Point(149, 15);
297      this.thresholdChangeMuTextBox.Name = "thresholdChangeMuTextBox";
298      this.thresholdChangeMuTextBox.Size = new System.Drawing.Size(168, 20);
299      this.thresholdChangeMuTextBox.TabIndex = 1;
300      this.toolTip.SetToolTip(this.thresholdChangeMuTextBox, "The mu (mean) parameter for the normal distribution to sample the change in thres" +
301              "hold.");
302      this.thresholdChangeMuTextBox.TextChanged += new System.EventHandler(this.thresholdChangeMuTextBox_TextChanged);
303      //
304      // VariableConditionView
305      //
306      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
307      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
308      this.Controls.Add(this.mutationGroupBox);
309      this.Controls.Add(this.initializationGroupBox);
310      this.Name = "VariableConditionView";
311      this.Size = new System.Drawing.Size(326, 315);
312      this.Controls.SetChildIndex(this.infoLabel, 0);
313      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
314      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
315      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
316      this.Controls.SetChildIndex(this.nameLabel, 0);
317      this.Controls.SetChildIndex(this.nameTextBox, 0);
318      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
319      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
320      this.initializationGroupBox.ResumeLayout(false);
321      this.initializationGroupBox.PerformLayout();
322      this.mutationGroupBox.ResumeLayout(false);
323      this.mutationGroupBox.PerformLayout();
324      this.ResumeLayout(false);
325      this.PerformLayout();
326
327    }
328
329    #endregion
330
331    private System.Windows.Forms.Label thresholdInitializationMuLabel;
332    private System.Windows.Forms.TextBox thresholdInitializationMuTextBox;
333    protected System.Windows.Forms.GroupBox initializationGroupBox;
334    private System.Windows.Forms.Label thresholdInitializationSigmaLabel;
335    private System.Windows.Forms.TextBox thresholdInitializationSigmaTextBox;
336    protected System.Windows.Forms.GroupBox mutationGroupBox;
337    private System.Windows.Forms.Label thresholdChangeSigmaLabel;
338    private System.Windows.Forms.TextBox thresholdChangeSigmaTextBox;
339    private System.Windows.Forms.Label ThresholdChangeMuLabel;
340    private System.Windows.Forms.TextBox thresholdChangeMuTextBox;
341    private System.Windows.Forms.Label slopeInitializationSigmaLabel;
342    private System.Windows.Forms.TextBox slopeInitializationSigmaTextBox;
343    private System.Windows.Forms.Label slopeInitializationMuLabel;
344    private System.Windows.Forms.TextBox slopeInitializationMuTextBox;
345    private System.Windows.Forms.Label slopeChangeSigmaLabel;
346    private System.Windows.Forms.TextBox slopeChangeSigmaTextBox;
347    private System.Windows.Forms.Label slopeChangeMuLabel;
348    private System.Windows.Forms.TextBox slopeChangeMuTextBox;
349
350  }
351}
Note: See TracBrowser for help on using the repository browser.