Free cookie consent management tool by TermsFeed Policy Generator

source: branches/VNS/HeuristicLab.Problems.DataAnalysis.Views/3.3/Symbolic/Symbols/VariableConditionView.Designer.cs @ 5698

Last change on this file since 5698 was 5467, checked in by gkronber, 14 years ago

#1325: Merged r5060 from branch into trunk.

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