Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 9006

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

#1763: Refactored the tree simplifier again: moved tree editing functionality into the view, fixed minor display bugs.

File size: 10.8 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.components = new System.ComponentModel.Container();
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.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
52      this.btnSimplify = new System.Windows.Forms.Button();
53      this.btnOptimizeConstants = new System.Windows.Forms.Button();
54      this.grpViewHost = new System.Windows.Forms.GroupBox();
55      this.treeStatusLabel = new System.Windows.Forms.Label();
56      this.treeStatusValue = new System.Windows.Forms.Label();
57      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
58      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
59      this.splitContainer.Panel1.SuspendLayout();
60      this.splitContainer.Panel2.SuspendLayout();
61      this.splitContainer.SuspendLayout();
62      this.grpSimplify.SuspendLayout();
63      this.flowLayoutPanel.SuspendLayout();
64      this.grpViewHost.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // viewHost
68      //
69      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
70            | System.Windows.Forms.AnchorStyles.Left)
71            | System.Windows.Forms.AnchorStyles.Right)));
72      this.viewHost.Caption = "View";
73      this.viewHost.Content = null;
74      this.viewHost.Enabled = false;
75      this.viewHost.Location = new System.Drawing.Point(6, 16);
76      this.viewHost.Name = "viewHost";
77      this.viewHost.ReadOnly = false;
78      this.viewHost.Size = new System.Drawing.Size(336, 383);
79      this.viewHost.TabIndex = 0;
80      this.viewHost.ViewsLabelVisible = true;
81      this.viewHost.ViewType = null;
82      //
83      // splitContainer
84      //
85      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
86      this.splitContainer.Location = new System.Drawing.Point(0, 0);
87      this.splitContainer.Name = "splitContainer";
88      //
89      // splitContainer.Panel1
90      //
91      this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
92      //
93      // splitContainer.Panel2
94      //
95      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
96      this.splitContainer.Size = new System.Drawing.Size(565, 405);
97      this.splitContainer.SplitterDistance = 213;
98      this.splitContainer.TabIndex = 1;
99      //
100      // grpSimplify
101      //
102      this.grpSimplify.AutoSize = true;
103      this.grpSimplify.Controls.Add(this.treeStatusValue);
104      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
105      this.grpSimplify.Controls.Add(this.treeStatusLabel);
106      this.grpSimplify.Controls.Add(this.treeChart);
107      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
108      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
109      this.grpSimplify.Name = "grpSimplify";
110      this.grpSimplify.Size = new System.Drawing.Size(213, 405);
111      this.grpSimplify.TabIndex = 1;
112      this.grpSimplify.TabStop = false;
113      this.grpSimplify.Text = "Simplify";
114      //
115      // flowLayoutPanel
116      //
117      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
118            | System.Windows.Forms.AnchorStyles.Right)));
119      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
120      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
121      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
122      this.flowLayoutPanel.Name = "flowLayoutPanel";
123      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
124      this.flowLayoutPanel.TabIndex = 2;
125      this.flowLayoutPanel.WrapContents = false;
126      //
127      // btnSimplify
128      //
129      this.btnSimplify.Location = new System.Drawing.Point(106, 3);
130      this.btnSimplify.Name = "btnSimplify";
131      this.btnSimplify.Size = new System.Drawing.Size(95, 23);
132      this.btnSimplify.TabIndex = 1;
133      this.btnSimplify.Text = "Simplify";
134      this.btnSimplify.UseVisualStyleBackColor = true;
135      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
136      //
137      // btnOptimizeConstants
138      //
139      this.btnOptimizeConstants.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
140      this.btnOptimizeConstants.Enabled = false;
141      this.btnOptimizeConstants.Location = new System.Drawing.Point(3, 3);
142      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
143      this.btnOptimizeConstants.Size = new System.Drawing.Size(97, 23);
144      this.btnOptimizeConstants.TabIndex = 2;
145      this.btnOptimizeConstants.Text = "Optimize";
146      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
147      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
148      //
149      // grpViewHost
150      //
151      this.grpViewHost.Controls.Add(this.viewHost);
152      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
153      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
154      this.grpViewHost.Name = "grpViewHost";
155      this.grpViewHost.Size = new System.Drawing.Size(348, 405);
156      this.grpViewHost.TabIndex = 1;
157      this.grpViewHost.TabStop = false;
158      this.grpViewHost.Text = "Details";
159      //
160      // treeStatusLabel
161      //
162      this.treeStatusLabel.AutoSize = true;
163      this.treeStatusLabel.BackColor = System.Drawing.Color.Transparent;
164      this.treeStatusLabel.Location = new System.Drawing.Point(6, 16);
165      this.treeStatusLabel.Name = "treeStatusLabel";
166      this.treeStatusLabel.Size = new System.Drawing.Size(68, 13);
167      this.treeStatusLabel.TabIndex = 2;
168      this.treeStatusLabel.Text = "Tree Status: ";
169      //
170      // treeStatusValue
171      //
172      this.treeStatusValue.AutoSize = true;
173      this.treeStatusValue.BackColor = System.Drawing.Color.Transparent;
174      this.treeStatusValue.ForeColor = System.Drawing.Color.Green;
175      this.treeStatusValue.Location = new System.Drawing.Point(72, 16);
176      this.treeStatusValue.Name = "treeStatusValue";
177      this.treeStatusValue.Size = new System.Drawing.Size(30, 13);
178      this.treeStatusValue.TabIndex = 3;
179      this.treeStatusValue.Text = "Valid";
180      //
181      // treeChart
182      //
183      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
184            | System.Windows.Forms.AnchorStyles.Left)
185            | System.Windows.Forms.AnchorStyles.Right)));
186      this.treeChart.BackgroundColor = System.Drawing.Color.White;
187      this.treeChart.LineColor = System.Drawing.Color.Black;
188      this.treeChart.Location = new System.Drawing.Point(6, 32);
189      this.treeChart.ModifyTree = null;
190      this.treeChart.Name = "treeChart";
191      this.treeChart.Size = new System.Drawing.Size(201, 332);
192      this.treeChart.Spacing = 5;
193      this.treeChart.SuspendRepaint = false;
194      this.treeChart.TabIndex = 0;
195      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
196      this.treeChart.Tree = null;
197      this.treeChart.SymbolicExpressionTreeNodeClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeClicked);
198      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
199      //
200      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
201      //
202      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
203      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
204      this.Controls.Add(this.splitContainer);
205      this.DoubleBuffered = true;
206      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
207      this.Size = new System.Drawing.Size(565, 405);
208      this.splitContainer.Panel1.ResumeLayout(false);
209      this.splitContainer.Panel1.PerformLayout();
210      this.splitContainer.Panel2.ResumeLayout(false);
211      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
212      this.splitContainer.ResumeLayout(false);
213      this.grpSimplify.ResumeLayout(false);
214      this.grpSimplify.PerformLayout();
215      this.flowLayoutPanel.ResumeLayout(false);
216      this.grpViewHost.ResumeLayout(false);
217      this.ResumeLayout(false);
218
219    }
220
221    #endregion
222
223    private InteractiveSymbolicExpressionTreeChart treeChart;
224    private System.Windows.Forms.SplitContainer splitContainer;
225    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
226    private System.Windows.Forms.GroupBox grpSimplify;
227    private System.Windows.Forms.GroupBox grpViewHost;
228    private System.Windows.Forms.Button btnSimplify;
229    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
230    protected System.Windows.Forms.Button btnOptimizeConstants;
231    private System.Windows.Forms.Label treeStatusValue;
232    private System.Windows.Forms.Label treeStatusLabel;
233  }
234}
Note: See TracBrowser for help on using the repository browser.