Free cookie consent management tool by TermsFeed Policy Generator

source: tags/3.3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 18057

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

#1418: Reintegrated branch into trunk.

File size: 7.4 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.Symbolic.Views {
23  partial class InteractiveSymbolicDataAnalysisSolutionSimplifierView {
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.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
48      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.splitContainer = new System.Windows.Forms.SplitContainer();
50      this.grpSimplify = new System.Windows.Forms.GroupBox();
51      this.btnSimplify = new System.Windows.Forms.Button();
52      this.grpViewHost = new System.Windows.Forms.GroupBox();
53      this.splitContainer.Panel1.SuspendLayout();
54      this.splitContainer.Panel2.SuspendLayout();
55      this.splitContainer.SuspendLayout();
56      this.grpSimplify.SuspendLayout();
57      this.grpViewHost.SuspendLayout();
58      this.SuspendLayout();
59      //
60      // treeChart
61      //
62      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
63                  | System.Windows.Forms.AnchorStyles.Left)
64                  | System.Windows.Forms.AnchorStyles.Right)));
65      this.treeChart.BackgroundColor = System.Drawing.Color.White;
66      this.treeChart.LineColor = System.Drawing.Color.Black;
67      this.treeChart.Location = new System.Drawing.Point(6, 16);
68      this.treeChart.Name = "treeChart";
69      this.treeChart.Size = new System.Drawing.Size(201, 297);
70      this.treeChart.Spacing = 5;
71      this.treeChart.TabIndex = 0;
72      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
73      this.treeChart.Tree = null;
74      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
75      //
76      // viewHost
77      //
78      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
79                  | System.Windows.Forms.AnchorStyles.Left)
80                  | System.Windows.Forms.AnchorStyles.Right)));
81      this.viewHost.Caption = "View";
82      this.viewHost.Content = null;
83      this.viewHost.Enabled = false;
84      this.viewHost.Location = new System.Drawing.Point(6, 16);
85      this.viewHost.Name = "viewHost";
86      this.viewHost.ReadOnly = false;
87      this.viewHost.Size = new System.Drawing.Size(335, 326);
88      this.viewHost.TabIndex = 0;
89      this.viewHost.ViewType = null;
90      //
91      // splitContainer
92      //
93      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
94      this.splitContainer.Location = new System.Drawing.Point(0, 0);
95      this.splitContainer.Name = "splitContainer";
96      //
97      // splitContainer.Panel1
98      //
99      this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
100      //
101      // splitContainer.Panel2
102      //
103      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
104      this.splitContainer.Size = new System.Drawing.Size(564, 348);
105      this.splitContainer.SplitterDistance = 213;
106      this.splitContainer.TabIndex = 1;
107      //
108      // grpSimplify
109      //
110      this.grpSimplify.Controls.Add(this.btnSimplify);
111      this.grpSimplify.Controls.Add(this.treeChart);
112      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
113      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
114      this.grpSimplify.Name = "grpSimplify";
115      this.grpSimplify.Size = new System.Drawing.Size(213, 348);
116      this.grpSimplify.TabIndex = 1;
117      this.grpSimplify.TabStop = false;
118      this.grpSimplify.Text = "Simplify";
119      //
120      // btnSimplify
121      //
122      this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
123                  | System.Windows.Forms.AnchorStyles.Right)));
124      this.btnSimplify.Location = new System.Drawing.Point(6, 319);
125      this.btnSimplify.Name = "btnSimplify";
126      this.btnSimplify.Size = new System.Drawing.Size(201, 23);
127      this.btnSimplify.TabIndex = 1;
128      this.btnSimplify.Text = "Simplify";
129      this.btnSimplify.UseVisualStyleBackColor = true;
130      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
131      //
132      // grpViewHost
133      //
134      this.grpViewHost.Controls.Add(this.viewHost);
135      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
136      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
137      this.grpViewHost.Name = "grpViewHost";
138      this.grpViewHost.Size = new System.Drawing.Size(347, 348);
139      this.grpViewHost.TabIndex = 1;
140      this.grpViewHost.TabStop = false;
141      this.grpViewHost.Text = "Details";
142      //
143      // InteractiveSymbolicRegressionSolutionSimplifierView
144      //
145      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
146      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
147      this.Controls.Add(this.splitContainer);
148      this.Name = "InteractiveSymbolicRegressionSolutionSimplifierView";
149      this.Size = new System.Drawing.Size(564, 348);
150      this.splitContainer.Panel1.ResumeLayout(false);
151      this.splitContainer.Panel2.ResumeLayout(false);
152      this.splitContainer.ResumeLayout(false);
153      this.grpSimplify.ResumeLayout(false);
154      this.grpViewHost.ResumeLayout(false);
155      this.ResumeLayout(false);
156
157    }
158
159    #endregion
160
161    private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
162    private System.Windows.Forms.SplitContainer splitContainer;
163    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
164    private System.Windows.Forms.GroupBox grpSimplify;
165    private System.Windows.Forms.GroupBox grpViewHost;
166    private System.Windows.Forms.Button btnSimplify;
167  }
168}
Note: See TracBrowser for help on using the repository browser.