Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Symbols/LaggedVariableView.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: 6.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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 LaggedVariableView {
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.minTimeOffsetLabel = new System.Windows.Forms.Label();
49      this.maxTimeOffsetLabel = new System.Windows.Forms.Label();
50      this.minTimeOffsetTextBox = new System.Windows.Forms.TextBox();
51      this.maxTimeOffsetTextBox = new System.Windows.Forms.TextBox();
52      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
53      this.SuspendLayout();
54      //
55      // initializationGroupBox
56      //
57      this.initializationGroupBox.Location = new System.Drawing.Point(3, 131);
58      this.initializationGroupBox.Size = new System.Drawing.Size(399, 73);
59      //
60      // mutationGroupBox
61      //
62      this.mutationGroupBox.Location = new System.Drawing.Point(6, 210);
63      this.mutationGroupBox.Size = new System.Drawing.Size(396, 73);
64      //
65      // initialFrequencyLabel
66      //
67      this.initialFrequencyLabel.Location = new System.Drawing.Point(3, 56);
68      this.toolTip.SetToolTip(this.initialFrequencyLabel, "Relative frequency of the symbol in randomly created trees");
69      //
70      // initialFrequencyTextBox
71      //
72      this.errorProvider.SetIconAlignment(this.initialFrequencyTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
73      this.initialFrequencyTextBox.Size = new System.Drawing.Size(285, 20);
74      //
75      // nameTextBox
76      //
77      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
78      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
79      this.nameTextBox.Size = new System.Drawing.Size(285, 20);
80      //
81      // descriptionTextBox
82      //
83      this.errorProvider.SetIconAlignment(this.descriptionTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
84      this.descriptionTextBox.Size = new System.Drawing.Size(285, 20);
85      //
86      // minTimeOffsetLabel
87      //
88      this.minTimeOffsetLabel.AutoSize = true;
89      this.minTimeOffsetLabel.Location = new System.Drawing.Point(3, 82);
90      this.minTimeOffsetLabel.Name = "minTimeOffsetLabel";
91      this.minTimeOffsetLabel.Size = new System.Drawing.Size(81, 13);
92      this.minTimeOffsetLabel.TabIndex = 10;
93      this.minTimeOffsetLabel.Text = "Min. time offset:";
94      //
95      // maxTimeOffsetLabel
96      //
97      this.maxTimeOffsetLabel.AutoSize = true;
98      this.maxTimeOffsetLabel.Location = new System.Drawing.Point(3, 108);
99      this.maxTimeOffsetLabel.Name = "maxTimeOffsetLabel";
100      this.maxTimeOffsetLabel.Size = new System.Drawing.Size(84, 13);
101      this.maxTimeOffsetLabel.TabIndex = 11;
102      this.maxTimeOffsetLabel.Text = "Max. time offset:";
103      //
104      // minTimeOffsetTextBox
105      //
106      this.minTimeOffsetTextBox.Location = new System.Drawing.Point(117, 79);
107      this.minTimeOffsetTextBox.Name = "minTimeOffsetTextBox";
108      this.minTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
109      this.minTimeOffsetTextBox.TabIndex = 12;
110      this.minTimeOffsetTextBox.TextChanged += new System.EventHandler(this.minTimeOffsetTextBox_TextChanged);
111      //
112      // maxTimeOffsetTextBox
113      //
114      this.maxTimeOffsetTextBox.Location = new System.Drawing.Point(117, 105);
115      this.maxTimeOffsetTextBox.Name = "maxTimeOffsetTextBox";
116      this.maxTimeOffsetTextBox.Size = new System.Drawing.Size(285, 20);
117      this.maxTimeOffsetTextBox.TabIndex = 13;
118      this.maxTimeOffsetTextBox.TextChanged += new System.EventHandler(this.maxTimeOffsetTextBox_TextChanged);
119      //
120      // LaggedVariableView
121      //
122      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
123      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
124      this.Controls.Add(this.maxTimeOffsetTextBox);
125      this.Controls.Add(this.minTimeOffsetTextBox);
126      this.Controls.Add(this.maxTimeOffsetLabel);
127      this.Controls.Add(this.minTimeOffsetLabel);
128      this.Name = "LaggedVariableView";
129      this.Size = new System.Drawing.Size(408, 292);
130      this.Controls.SetChildIndex(this.initializationGroupBox, 0);
131      this.Controls.SetChildIndex(this.initialFrequencyTextBox, 0);
132      this.Controls.SetChildIndex(this.initialFrequencyLabel, 0);
133      this.Controls.SetChildIndex(this.nameLabel, 0);
134      this.Controls.SetChildIndex(this.descriptionLabel, 0);
135      this.Controls.SetChildIndex(this.nameTextBox, 0);
136      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
137      this.Controls.SetChildIndex(this.mutationGroupBox, 0);
138      this.Controls.SetChildIndex(this.minTimeOffsetLabel, 0);
139      this.Controls.SetChildIndex(this.maxTimeOffsetLabel, 0);
140      this.Controls.SetChildIndex(this.minTimeOffsetTextBox, 0);
141      this.Controls.SetChildIndex(this.maxTimeOffsetTextBox, 0);
142      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
143      this.ResumeLayout(false);
144      this.PerformLayout();
145
146    }
147
148    #endregion
149
150    private System.Windows.Forms.Label minTimeOffsetLabel;
151    private System.Windows.Forms.Label maxTimeOffsetLabel;
152    private System.Windows.Forms.TextBox minTimeOffsetTextBox;
153    private System.Windows.Forms.TextBox maxTimeOffsetTextBox;
154
155  }
156}
Note: See TracBrowser for help on using the repository browser.