Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.EvolutionTracking/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarSampleExpressionTreeView.Designer.cs @ 14312

Last change on this file since 14312 was 14312, checked in by bburlacu, 8 years ago

#1772: Merge trunk changes. Delete unnecessary files (sliding window).

File size: 10.9 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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.Encodings.SymbolicExpressionTreeEncoding.Views {
23  partial class SymbolicExpressionGrammarSampleExpressionTreeView {
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.sampleTreeGroupBox = new System.Windows.Forms.GroupBox();
48      this.sampleTreeView = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.GraphicalSymbolicExpressionTreeView();
49      this.maxTreeLengthLabel = new System.Windows.Forms.Label();
50      this.maxTreeDepthLabel = new System.Windows.Forms.Label();
51      this.maxTreeLengthTextBox = new System.Windows.Forms.TextBox();
52      this.maxTreeDepthTextBox = new System.Windows.Forms.TextBox();
53      this.generateSampleTreeButton = new System.Windows.Forms.Button();
54      this.treeCreatorComboBox = new System.Windows.Forms.ComboBox();
55      this.treeCreatorLabel = new System.Windows.Forms.Label();
56      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
57      this.sampleTreeGroupBox.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // nameTextBox
61      //
62      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
63      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
64      this.nameTextBox.Location = new System.Drawing.Point(93, 0);
65      this.nameTextBox.Size = new System.Drawing.Size(319, 20);
66      //
67      // infoLabel
68      //
69      this.infoLabel.Location = new System.Drawing.Point(418, 3);
70      //
71      // sampleTreeGroupBox
72      //
73      this.sampleTreeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
74                  | System.Windows.Forms.AnchorStyles.Left)
75                  | System.Windows.Forms.AnchorStyles.Right)));
76      this.sampleTreeGroupBox.Controls.Add(this.sampleTreeView);
77      this.sampleTreeGroupBox.Location = new System.Drawing.Point(3, 134);
78      this.sampleTreeGroupBox.Name = "sampleTreeGroupBox";
79      this.sampleTreeGroupBox.Size = new System.Drawing.Size(431, 265);
80      this.sampleTreeGroupBox.TabIndex = 3;
81      this.sampleTreeGroupBox.TabStop = false;
82      this.sampleTreeGroupBox.Text = "Sample SymbolicExpressionTree";
83      //
84      // sampleTreeView
85      //
86      this.sampleTreeView.AllowDrop = true;
87      this.sampleTreeView.Caption = "Graphical SymbolicExpressionTree View";
88      this.sampleTreeView.Content = null;
89      this.sampleTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
90      this.sampleTreeView.Location = new System.Drawing.Point(3, 16);
91      this.sampleTreeView.Name = "sampleTreeView";
92      this.sampleTreeView.ReadOnly = false;
93      this.sampleTreeView.Size = new System.Drawing.Size(425, 246);
94      this.sampleTreeView.TabIndex = 0;
95      //
96      // maxTreeLengthLabel
97      //
98      this.maxTreeLengthLabel.AutoSize = true;
99      this.maxTreeLengthLabel.Location = new System.Drawing.Point(3, 29);
100      this.maxTreeLengthLabel.Name = "maxTreeLengthLabel";
101      this.maxTreeLengthLabel.Size = new System.Drawing.Size(88, 13);
102      this.maxTreeLengthLabel.TabIndex = 4;
103      this.maxTreeLengthLabel.Text = "Max TreeLength:";
104      //
105      // maxTreeDepthLabel
106      //
107      this.maxTreeDepthLabel.AutoSize = true;
108      this.maxTreeDepthLabel.Location = new System.Drawing.Point(3, 55);
109      this.maxTreeDepthLabel.Name = "maxTreeDepthLabel";
110      this.maxTreeDepthLabel.Size = new System.Drawing.Size(84, 13);
111      this.maxTreeDepthLabel.TabIndex = 5;
112      this.maxTreeDepthLabel.Text = "Max TreeDepth:";
113      //
114      // maxTreeLengthTextBox
115      //
116      this.maxTreeLengthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
117                  | System.Windows.Forms.AnchorStyles.Right)));
118      this.maxTreeLengthTextBox.Location = new System.Drawing.Point(93, 26);
119      this.maxTreeLengthTextBox.Name = "maxTreeLengthTextBox";
120      this.maxTreeLengthTextBox.Size = new System.Drawing.Size(341, 20);
121      this.maxTreeLengthTextBox.TabIndex = 6;
122      this.maxTreeLengthTextBox.Text = "50";
123      this.maxTreeLengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxTreeLengthTextBox_Validating);
124      this.maxTreeLengthTextBox.Validated += new System.EventHandler(this.maxTreeLengthTextBox_Validated);
125      //
126      // maxTreeDepthTextBox
127      //
128      this.maxTreeDepthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
129                  | System.Windows.Forms.AnchorStyles.Right)));
130      this.maxTreeDepthTextBox.Location = new System.Drawing.Point(93, 52);
131      this.maxTreeDepthTextBox.Name = "maxTreeDepthTextBox";
132      this.maxTreeDepthTextBox.Size = new System.Drawing.Size(341, 20);
133      this.maxTreeDepthTextBox.TabIndex = 7;
134      this.maxTreeDepthTextBox.Text = "10";
135      this.maxTreeDepthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxTreeDepthTextBox_Validating);
136      this.maxTreeDepthTextBox.Validated += new System.EventHandler(this.maxTreeDepthTextBox_Validated);
137      //
138      // generateSampleTreeButton
139      //
140      this.generateSampleTreeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
141                  | System.Windows.Forms.AnchorStyles.Right)));
142      this.generateSampleTreeButton.Location = new System.Drawing.Point(6, 105);
143      this.generateSampleTreeButton.Name = "generateSampleTreeButton";
144      this.generateSampleTreeButton.Size = new System.Drawing.Size(431, 23);
145      this.generateSampleTreeButton.TabIndex = 8;
146      this.generateSampleTreeButton.Text = "Generate SymbolicExpressionTree";
147      this.generateSampleTreeButton.UseVisualStyleBackColor = true;
148      this.generateSampleTreeButton.Click += new System.EventHandler(this.generateSampleTreeButton_Click);
149      //
150      // treeCreatorComboBox
151      //
152      this.treeCreatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
153                  | System.Windows.Forms.AnchorStyles.Right)));
154      this.treeCreatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
155      this.treeCreatorComboBox.FormattingEnabled = true;
156      this.treeCreatorComboBox.Location = new System.Drawing.Point(93, 78);
157      this.treeCreatorComboBox.Name = "treeCreatorComboBox";
158      this.treeCreatorComboBox.Size = new System.Drawing.Size(341, 21);
159      this.treeCreatorComboBox.TabIndex = 9;
160      this.treeCreatorComboBox.SelectedIndexChanged += new System.EventHandler(this.treeCreatorComboBox_SelectedIndexChanged);
161      //
162      // treeCreatorLabel
163      //
164      this.treeCreatorLabel.AutoSize = true;
165      this.treeCreatorLabel.Location = new System.Drawing.Point(3, 81);
166      this.treeCreatorLabel.Name = "treeCreatorLabel";
167      this.treeCreatorLabel.Size = new System.Drawing.Size(69, 13);
168      this.treeCreatorLabel.TabIndex = 10;
169      this.treeCreatorLabel.Text = "Tree Creator:";
170      //
171      // SymbolicExpressionGrammarSampleExpressionTreeView
172      //
173      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
174      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
175      this.Controls.Add(this.treeCreatorLabel);
176      this.Controls.Add(this.sampleTreeGroupBox);
177      this.Controls.Add(this.maxTreeDepthLabel);
178      this.Controls.Add(this.maxTreeLengthTextBox);
179      this.Controls.Add(this.treeCreatorComboBox);
180      this.Controls.Add(this.maxTreeLengthLabel);
181      this.Controls.Add(this.maxTreeDepthTextBox);
182      this.Controls.Add(this.generateSampleTreeButton);
183      this.Name = "SymbolicExpressionGrammarSampleExpressionTreeView";
184      this.Size = new System.Drawing.Size(437, 402);
185      this.Controls.SetChildIndex(this.generateSampleTreeButton, 0);
186      this.Controls.SetChildIndex(this.maxTreeDepthTextBox, 0);
187      this.Controls.SetChildIndex(this.maxTreeLengthLabel, 0);
188      this.Controls.SetChildIndex(this.treeCreatorComboBox, 0);
189      this.Controls.SetChildIndex(this.maxTreeLengthTextBox, 0);
190      this.Controls.SetChildIndex(this.maxTreeDepthLabel, 0);
191      this.Controls.SetChildIndex(this.sampleTreeGroupBox, 0);
192      this.Controls.SetChildIndex(this.treeCreatorLabel, 0);
193      this.Controls.SetChildIndex(this.nameTextBox, 0);
194      this.Controls.SetChildIndex(this.infoLabel, 0);
195      this.Controls.SetChildIndex(this.nameLabel, 0);
196      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
197      this.sampleTreeGroupBox.ResumeLayout(false);
198      this.ResumeLayout(false);
199      this.PerformLayout();
200
201    }
202
203    #endregion
204
205    private System.Windows.Forms.GroupBox sampleTreeGroupBox;
206    private System.Windows.Forms.Label maxTreeLengthLabel;
207    private System.Windows.Forms.Label maxTreeDepthLabel;
208    private System.Windows.Forms.TextBox maxTreeLengthTextBox;
209    private System.Windows.Forms.TextBox maxTreeDepthTextBox;
210    private System.Windows.Forms.Button generateSampleTreeButton;
211    private GraphicalSymbolicExpressionTreeView sampleTreeView;
212    private System.Windows.Forms.ComboBox treeCreatorComboBox;
213    private System.Windows.Forms.Label treeCreatorLabel;
214  }
215}
Note: See TracBrowser for help on using the repository browser.