Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.TreeSimplifier/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 8916

Last change on this file since 8916 was 8916, checked in by bburlacu, 11 years ago

#1763: Added HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views and HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views to the branch. Removed prune button, minor functionality improvements.

File size: 10.2 KB
RevLine 
[3915]1#region License Information
2/* HeuristicLab
[8388]3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[3915]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
[5699]22namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
23  partial class InteractiveSymbolicDataAnalysisSolutionSimplifierView {
[3915]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() {
[8916]47      this.components = new System.ComponentModel.Container();
[3915]48      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.splitContainer = new System.Windows.Forms.SplitContainer();
50      this.grpSimplify = new System.Windows.Forms.GroupBox();
[6256]51      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
[3927]52      this.btnSimplify = new System.Windows.Forms.Button();
[6256]53      this.btnOptimizeConstants = new System.Windows.Forms.Button();
[8916]54      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
[3915]55      this.grpViewHost = new System.Windows.Forms.GroupBox();
[8388]56      this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
[6256]57      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
[3915]58      this.splitContainer.Panel1.SuspendLayout();
59      this.splitContainer.Panel2.SuspendLayout();
60      this.splitContainer.SuspendLayout();
61      this.grpSimplify.SuspendLayout();
[6256]62      this.flowLayoutPanel.SuspendLayout();
[3915]63      this.grpViewHost.SuspendLayout();
64      this.SuspendLayout();
65      //
66      // viewHost
67      //
[8916]68      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
69            | System.Windows.Forms.AnchorStyles.Left)
[6256]70            | System.Windows.Forms.AnchorStyles.Right)));
[3915]71      this.viewHost.Caption = "View";
72      this.viewHost.Content = null;
[5455]73      this.viewHost.Enabled = false;
[3915]74      this.viewHost.Location = new System.Drawing.Point(6, 16);
75      this.viewHost.Name = "viewHost";
76      this.viewHost.ReadOnly = false;
77      this.viewHost.Size = new System.Drawing.Size(335, 326);
78      this.viewHost.TabIndex = 0;
[6256]79      this.viewHost.ViewsLabelVisible = true;
[3915]80      this.viewHost.ViewType = null;
81      //
82      // splitContainer
83      //
84      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
85      this.splitContainer.Location = new System.Drawing.Point(0, 0);
86      this.splitContainer.Name = "splitContainer";
87      //
88      // splitContainer.Panel1
89      //
90      this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
91      //
92      // splitContainer.Panel2
93      //
94      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
95      this.splitContainer.Size = new System.Drawing.Size(564, 348);
96      this.splitContainer.SplitterDistance = 213;
97      this.splitContainer.TabIndex = 1;
98      //
99      // grpSimplify
100      //
[8388]101      this.grpSimplify.AutoSize = true;
[6256]102      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
[3915]103      this.grpSimplify.Controls.Add(this.treeChart);
104      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
105      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
106      this.grpSimplify.Name = "grpSimplify";
107      this.grpSimplify.Size = new System.Drawing.Size(213, 348);
108      this.grpSimplify.TabIndex = 1;
109      this.grpSimplify.TabStop = false;
110      this.grpSimplify.Text = "Simplify";
111      //
[6256]112      // flowLayoutPanel
113      //
[8916]114      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
[6256]115            | System.Windows.Forms.AnchorStyles.Right)));
116      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
117      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
118      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 313);
119      this.flowLayoutPanel.Name = "flowLayoutPanel";
120      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
121      this.flowLayoutPanel.TabIndex = 2;
122      this.flowLayoutPanel.WrapContents = false;
123      //
[3927]124      // btnSimplify
125      //
[6256]126      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
[3927]127      this.btnSimplify.Name = "btnSimplify";
[6256]128      this.btnSimplify.Size = new System.Drawing.Size(95, 23);
[3927]129      this.btnSimplify.TabIndex = 1;
130      this.btnSimplify.Text = "Simplify";
131      this.btnSimplify.UseVisualStyleBackColor = true;
132      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
133      //
[6256]134      // btnOptimizeConstants
135      //
136      this.btnOptimizeConstants.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
137      this.btnOptimizeConstants.Enabled = false;
[8916]138      this.btnOptimizeConstants.Location = new System.Drawing.Point(104, 3);
[6256]139      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
140      this.btnOptimizeConstants.Size = new System.Drawing.Size(97, 23);
141      this.btnOptimizeConstants.TabIndex = 2;
142      this.btnOptimizeConstants.Text = "Optimize";
143      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
144      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
145      //
[8388]146      // treeChart
147      //
[8916]148      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
149            | System.Windows.Forms.AnchorStyles.Left)
[8388]150            | System.Windows.Forms.AnchorStyles.Right)));
151      this.treeChart.BackgroundColor = System.Drawing.Color.White;
152      this.treeChart.LineColor = System.Drawing.Color.Black;
153      this.treeChart.Location = new System.Drawing.Point(6, 16);
154      this.treeChart.Name = "treeChart";
155      this.treeChart.Size = new System.Drawing.Size(201, 291);
156      this.treeChart.Spacing = 5;
157      this.treeChart.SuspendRepaint = false;
158      this.treeChart.TabIndex = 0;
159      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
160      this.treeChart.Tree = null;
161      this.treeChart.SymbolicExpressionTreeChanged += new System.EventHandler(this.treeChart_SymbolicExpressionTreeChanged);
162      this.treeChart.SymbolicExpressionTreeNodeChanged += new System.EventHandler(this.treeChart_SymbolicExpressionTreeNodeChanged);
163      this.treeChart.SymbolicExpressionTreeNodeClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeClicked);
164      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
165      //
[3915]166      // grpViewHost
167      //
168      this.grpViewHost.Controls.Add(this.viewHost);
169      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
170      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
171      this.grpViewHost.Name = "grpViewHost";
172      this.grpViewHost.Size = new System.Drawing.Size(347, 348);
173      this.grpViewHost.TabIndex = 1;
174      this.grpViewHost.TabStop = false;
175      this.grpViewHost.Text = "Details";
176      //
[8388]177      // backgroundWorker1
178      //
179      this.backgroundWorker1.WorkerSupportsCancellation = true;
180      this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
181      this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
182      //
[6256]183      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
[3915]184      //
185      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[8388]186      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3915]187      this.Controls.Add(this.splitContainer);
[6256]188      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
[3915]189      this.Size = new System.Drawing.Size(564, 348);
190      this.splitContainer.Panel1.ResumeLayout(false);
[8388]191      this.splitContainer.Panel1.PerformLayout();
[3915]192      this.splitContainer.Panel2.ResumeLayout(false);
[6256]193      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
[3915]194      this.splitContainer.ResumeLayout(false);
195      this.grpSimplify.ResumeLayout(false);
[6256]196      this.flowLayoutPanel.ResumeLayout(false);
[3915]197      this.grpViewHost.ResumeLayout(false);
198      this.ResumeLayout(false);
199
200    }
201
202    #endregion
203
[8409]204    private InteractiveSymbolicExpressionTreeChart treeChart;
[3915]205    private System.Windows.Forms.SplitContainer splitContainer;
206    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
207    private System.Windows.Forms.GroupBox grpSimplify;
208    private System.Windows.Forms.GroupBox grpViewHost;
[3927]209    private System.Windows.Forms.Button btnSimplify;
[6256]210    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
211    protected System.Windows.Forms.Button btnOptimizeConstants;
[8388]212    private System.ComponentModel.BackgroundWorker backgroundWorker1;
[3915]213  }
214}
Note: See TracBrowser for help on using the repository browser.