Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/SymbolicExpressionGrammarSampleExpressionTreeView.Designer.cs @ 6803

Last change on this file since 6803 was 6803, checked in by mkommend, 13 years ago

#1479: Merged grammar editor branch into trunk.

File size: 9.2 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
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      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.sampleTreeGroupBox.SuspendLayout();
56      this.SuspendLayout();
57      //
58      // nameTextBox
59      //
60      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
61      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
62      this.nameTextBox.Location = new System.Drawing.Point(93, 0);
63      this.nameTextBox.Size = new System.Drawing.Size(319, 20);
64      //
65      // infoLabel
66      //
67      this.infoLabel.Location = new System.Drawing.Point(418, 3);
68      //
69      // sampleTreeGroupBox
70      //
71      this.sampleTreeGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
72            | System.Windows.Forms.AnchorStyles.Left)
73            | System.Windows.Forms.AnchorStyles.Right)));
74      this.sampleTreeGroupBox.Controls.Add(this.sampleTreeView);
75      this.sampleTreeGroupBox.Location = new System.Drawing.Point(3, 107);
76      this.sampleTreeGroupBox.Name = "sampleTreeGroupBox";
77      this.sampleTreeGroupBox.Size = new System.Drawing.Size(431, 292);
78      this.sampleTreeGroupBox.TabIndex = 3;
79      this.sampleTreeGroupBox.TabStop = false;
80      this.sampleTreeGroupBox.Text = "Sample SymbolicExpressionTree";
81      //
82      // sampleTreeView
83      //
84      this.sampleTreeView.AllowDrop = true;
85      this.sampleTreeView.Caption = "Graphical SymbolicExpressionTree View";
86      this.sampleTreeView.Content = null;
87      this.sampleTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
88      this.sampleTreeView.Location = new System.Drawing.Point(3, 16);
89      this.sampleTreeView.Name = "sampleTreeView";
90      this.sampleTreeView.ReadOnly = false;
91      this.sampleTreeView.Size = new System.Drawing.Size(425, 273);
92      this.sampleTreeView.TabIndex = 0;
93      //
94      // maxTreeLengthLabel
95      //
96      this.maxTreeLengthLabel.AutoSize = true;
97      this.maxTreeLengthLabel.Location = new System.Drawing.Point(3, 29);
98      this.maxTreeLengthLabel.Name = "maxTreeLengthLabel";
99      this.maxTreeLengthLabel.Size = new System.Drawing.Size(88, 13);
100      this.maxTreeLengthLabel.TabIndex = 4;
101      this.maxTreeLengthLabel.Text = "Max TreeLength:";
102      //
103      // maxTreeDepthLabel
104      //
105      this.maxTreeDepthLabel.AutoSize = true;
106      this.maxTreeDepthLabel.Location = new System.Drawing.Point(3, 55);
107      this.maxTreeDepthLabel.Name = "maxTreeDepthLabel";
108      this.maxTreeDepthLabel.Size = new System.Drawing.Size(84, 13);
109      this.maxTreeDepthLabel.TabIndex = 5;
110      this.maxTreeDepthLabel.Text = "Max TreeDepth:";
111      //
112      // maxTreeLengthTextBox
113      //
114      this.maxTreeLengthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.maxTreeLengthTextBox.Location = new System.Drawing.Point(93, 26);
117      this.maxTreeLengthTextBox.Name = "maxTreeLengthTextBox";
118      this.maxTreeLengthTextBox.Size = new System.Drawing.Size(341, 20);
119      this.maxTreeLengthTextBox.TabIndex = 6;
120      this.maxTreeLengthTextBox.Text = "50";
121      this.maxTreeLengthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxTreeLengthTextBox_Validating);
122      this.maxTreeLengthTextBox.Validated += new System.EventHandler(this.maxTreeLengthTextBox_Validated);
123      //
124      // maxTreeDepthTextBox
125      //
126      this.maxTreeDepthTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
127            | System.Windows.Forms.AnchorStyles.Right)));
128      this.maxTreeDepthTextBox.Location = new System.Drawing.Point(93, 52);
129      this.maxTreeDepthTextBox.Name = "maxTreeDepthTextBox";
130      this.maxTreeDepthTextBox.Size = new System.Drawing.Size(341, 20);
131      this.maxTreeDepthTextBox.TabIndex = 7;
132      this.maxTreeDepthTextBox.Text = "10";
133      this.maxTreeDepthTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.maxTreeDepthTextBox_Validating);
134      this.maxTreeDepthTextBox.Validated += new System.EventHandler(this.maxTreeDepthTextBox_Validated);
135      //
136      // generateSampleTreeButton
137      //
138      this.generateSampleTreeButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
139            | System.Windows.Forms.AnchorStyles.Right)));
140      this.generateSampleTreeButton.Location = new System.Drawing.Point(3, 78);
141      this.generateSampleTreeButton.Name = "generateSampleTreeButton";
142      this.generateSampleTreeButton.Size = new System.Drawing.Size(431, 23);
143      this.generateSampleTreeButton.TabIndex = 8;
144      this.generateSampleTreeButton.Text = "Generate SymbolicExpressionTree";
145      this.generateSampleTreeButton.UseVisualStyleBackColor = true;
146      this.generateSampleTreeButton.Click += new System.EventHandler(this.generateSampleTreeButton_Click);
147      //
148      // SymbolicExpressionGrammarSampleExpressionTreeView
149      //
150      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
151      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
152      this.Controls.Add(this.sampleTreeGroupBox);
153      this.Controls.Add(this.maxTreeDepthLabel);
154      this.Controls.Add(this.maxTreeLengthTextBox);
155      this.Controls.Add(this.maxTreeLengthLabel);
156      this.Controls.Add(this.maxTreeDepthTextBox);
157      this.Controls.Add(this.generateSampleTreeButton);
158      this.Name = "SymbolicExpressionGrammarSampleExpressionTreeView";
159      this.Size = new System.Drawing.Size(437, 402);
160      this.Controls.SetChildIndex(this.generateSampleTreeButton, 0);
161      this.Controls.SetChildIndex(this.maxTreeDepthTextBox, 0);
162      this.Controls.SetChildIndex(this.maxTreeLengthLabel, 0);
163      this.Controls.SetChildIndex(this.maxTreeLengthTextBox, 0);
164      this.Controls.SetChildIndex(this.maxTreeDepthLabel, 0);
165      this.Controls.SetChildIndex(this.sampleTreeGroupBox, 0);
166      this.Controls.SetChildIndex(this.nameTextBox, 0);
167      this.Controls.SetChildIndex(this.infoLabel, 0);
168      this.Controls.SetChildIndex(this.nameLabel, 0);
169      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
170      this.sampleTreeGroupBox.ResumeLayout(false);
171      this.ResumeLayout(false);
172      this.PerformLayout();
173
174    }
175
176    #endregion
177
178    private System.Windows.Forms.GroupBox sampleTreeGroupBox;
179    private System.Windows.Forms.Label maxTreeLengthLabel;
180    private System.Windows.Forms.Label maxTreeDepthLabel;
181    private System.Windows.Forms.TextBox maxTreeLengthTextBox;
182    private System.Windows.Forms.TextBox maxTreeDepthTextBox;
183    private System.Windows.Forms.Button generateSampleTreeButton;
184    private GraphicalSymbolicExpressionTreeView sampleTreeView;
185  }
186}
Note: See TracBrowser for help on using the repository browser.