Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1418 added plugin for symbolic data analysis views.

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