Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 6243 was 5832, checked in by swagner, 14 years ago

Moved description from textbox to icon in NamedItemView and adapted all derived views (#1416)

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