1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2015 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 |
|
---|
22 |
|
---|
23 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
24 | partial class InteractiveSymbolicDataAnalysisSolutionSimplifierView {
|
---|
25 | /// <summary>
|
---|
26 | /// Required designer variable.
|
---|
27 | /// </summary>
|
---|
28 | private System.ComponentModel.IContainer components = null;
|
---|
29 |
|
---|
30 | /// <summary>
|
---|
31 | /// Clean up any resources being used.
|
---|
32 | /// </summary>
|
---|
33 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
34 | protected override void Dispose(bool disposing) {
|
---|
35 | if (disposing && (components != null)) {
|
---|
36 | components.Dispose();
|
---|
37 | }
|
---|
38 | base.Dispose(disposing);
|
---|
39 | }
|
---|
40 |
|
---|
41 | #region Component Designer generated code
|
---|
42 |
|
---|
43 | /// <summary>
|
---|
44 | /// Required method for Designer support - do not modify
|
---|
45 | /// the contents of this method with the code editor.
|
---|
46 | /// </summary>
|
---|
47 | private void InitializeComponent() {
|
---|
48 | this.components = new System.ComponentModel.Container();
|
---|
49 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InteractiveSymbolicDataAnalysisSolutionSimplifierView));
|
---|
50 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
51 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
52 | this.grpSimplify = new System.Windows.Forms.GroupBox();
|
---|
53 | this.treeStatusValue = new System.Windows.Forms.Label();
|
---|
54 | this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
---|
55 | this.btnSimplify = new System.Windows.Forms.Button();
|
---|
56 | this.btnOptimizeConstants = new System.Windows.Forms.Button();
|
---|
57 | this.grpViewHost = new System.Windows.Forms.GroupBox();
|
---|
58 | this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
|
---|
59 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
60 | this.splitContainer.Panel1.SuspendLayout();
|
---|
61 | this.splitContainer.Panel2.SuspendLayout();
|
---|
62 | this.splitContainer.SuspendLayout();
|
---|
63 | this.grpSimplify.SuspendLayout();
|
---|
64 | this.flowLayoutPanel.SuspendLayout();
|
---|
65 | this.grpViewHost.SuspendLayout();
|
---|
66 | this.SuspendLayout();
|
---|
67 | //
|
---|
68 | // viewHost
|
---|
69 | //
|
---|
70 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
71 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
72 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
73 | this.viewHost.Caption = "View";
|
---|
74 | this.viewHost.Content = null;
|
---|
75 | this.viewHost.Enabled = false;
|
---|
76 | this.viewHost.Location = new System.Drawing.Point(6, 16);
|
---|
77 | this.viewHost.Name = "viewHost";
|
---|
78 | this.viewHost.ReadOnly = false;
|
---|
79 | this.viewHost.Size = new System.Drawing.Size(336, 383);
|
---|
80 | this.viewHost.TabIndex = 0;
|
---|
81 | this.viewHost.ViewsLabelVisible = true;
|
---|
82 | this.viewHost.ViewType = null;
|
---|
83 | //
|
---|
84 | // splitContainer
|
---|
85 | //
|
---|
86 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
87 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
88 | this.splitContainer.Name = "splitContainer";
|
---|
89 | //
|
---|
90 | // splitContainer.Panel1
|
---|
91 | //
|
---|
92 | this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
|
---|
93 | //
|
---|
94 | // splitContainer.Panel2
|
---|
95 | //
|
---|
96 | this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
|
---|
97 | this.splitContainer.Size = new System.Drawing.Size(565, 405);
|
---|
98 | this.splitContainer.SplitterDistance = 213;
|
---|
99 | this.splitContainer.TabIndex = 1;
|
---|
100 | //
|
---|
101 | // grpSimplify
|
---|
102 | //
|
---|
103 | this.grpSimplify.AutoSize = true;
|
---|
104 | this.grpSimplify.Controls.Add(this.treeStatusValue);
|
---|
105 | this.grpSimplify.Controls.Add(this.flowLayoutPanel);
|
---|
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 | // treeStatusValue
|
---|
116 | //
|
---|
117 | this.treeStatusValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
118 | this.treeStatusValue.AutoSize = true;
|
---|
119 | this.treeStatusValue.BackColor = System.Drawing.Color.White;
|
---|
120 | this.treeStatusValue.ForeColor = System.Drawing.Color.Red;
|
---|
121 | this.treeStatusValue.Location = new System.Drawing.Point(6, 351);
|
---|
122 | this.treeStatusValue.Name = "treeStatusValue";
|
---|
123 | this.treeStatusValue.Size = new System.Drawing.Size(63, 13);
|
---|
124 | this.treeStatusValue.TabIndex = 3;
|
---|
125 | this.treeStatusValue.Text = "Invalid Tree";
|
---|
126 | this.treeStatusValue.Visible = false;
|
---|
127 | //
|
---|
128 | // flowLayoutPanel
|
---|
129 | //
|
---|
130 | this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
132 | this.flowLayoutPanel.Controls.Add(this.btnSimplify);
|
---|
133 | this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
|
---|
134 | this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
|
---|
135 | this.flowLayoutPanel.Name = "flowLayoutPanel";
|
---|
136 | this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
|
---|
137 | this.flowLayoutPanel.TabIndex = 2;
|
---|
138 | this.flowLayoutPanel.WrapContents = false;
|
---|
139 | //
|
---|
140 | // btnSimplify
|
---|
141 | //
|
---|
142 | this.btnSimplify.AutoSize = true;
|
---|
143 | this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
|
---|
144 | this.btnSimplify.Location = new System.Drawing.Point(3, 3);
|
---|
145 | this.btnSimplify.Name = "btnSimplify";
|
---|
146 | this.btnSimplify.Size = new System.Drawing.Size(80, 24);
|
---|
147 | this.btnSimplify.TabIndex = 1;
|
---|
148 | this.btnSimplify.Text = "Simplify";
|
---|
149 | this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
150 | this.btnSimplify.UseVisualStyleBackColor = true;
|
---|
151 | this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
|
---|
152 | //
|
---|
153 | // btnOptimizeConstants
|
---|
154 | //
|
---|
155 | this.btnOptimizeConstants.AutoSize = true;
|
---|
156 | this.btnOptimizeConstants.Enabled = false;
|
---|
157 | this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
|
---|
158 | this.btnOptimizeConstants.Location = new System.Drawing.Point(89, 3);
|
---|
159 | this.btnOptimizeConstants.Name = "btnOptimizeConstants";
|
---|
160 | this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
|
---|
161 | this.btnOptimizeConstants.TabIndex = 2;
|
---|
162 | this.btnOptimizeConstants.Text = "Optimize";
|
---|
163 | this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
---|
164 | this.btnOptimizeConstants.UseVisualStyleBackColor = true;
|
---|
165 | this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
|
---|
166 | //
|
---|
167 | // grpViewHost
|
---|
168 | //
|
---|
169 | this.grpViewHost.Controls.Add(this.viewHost);
|
---|
170 | this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
171 | this.grpViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
172 | this.grpViewHost.Name = "grpViewHost";
|
---|
173 | this.grpViewHost.Size = new System.Drawing.Size(348, 405);
|
---|
174 | this.grpViewHost.TabIndex = 1;
|
---|
175 | this.grpViewHost.TabStop = false;
|
---|
176 | this.grpViewHost.Text = "Details";
|
---|
177 | //
|
---|
178 | // treeChart
|
---|
179 | //
|
---|
180 | this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
181 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
182 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
183 | this.treeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
184 | this.treeChart.LineColor = System.Drawing.Color.Black;
|
---|
185 | this.treeChart.Location = new System.Drawing.Point(6, 16);
|
---|
186 | this.treeChart.ModifyTree = null;
|
---|
187 | this.treeChart.Name = "treeChart";
|
---|
188 | this.treeChart.Size = new System.Drawing.Size(201, 348);
|
---|
189 | this.treeChart.Spacing = 5;
|
---|
190 | this.treeChart.SuspendRepaint = false;
|
---|
191 | this.treeChart.TabIndex = 0;
|
---|
192 | this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
193 | this.treeChart.Tree = null;
|
---|
194 | this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
|
---|
195 | //
|
---|
196 | // InteractiveSymbolicDataAnalysisSolutionSimplifierView
|
---|
197 | //
|
---|
198 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
199 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
200 | this.Controls.Add(this.splitContainer);
|
---|
201 | this.DoubleBuffered = true;
|
---|
202 | this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
|
---|
203 | this.Size = new System.Drawing.Size(565, 405);
|
---|
204 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
205 | this.splitContainer.Panel1.PerformLayout();
|
---|
206 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
207 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
208 | this.splitContainer.ResumeLayout(false);
|
---|
209 | this.grpSimplify.ResumeLayout(false);
|
---|
210 | this.grpSimplify.PerformLayout();
|
---|
211 | this.flowLayoutPanel.ResumeLayout(false);
|
---|
212 | this.flowLayoutPanel.PerformLayout();
|
---|
213 | this.grpViewHost.ResumeLayout(false);
|
---|
214 | this.ResumeLayout(false);
|
---|
215 |
|
---|
216 | }
|
---|
217 |
|
---|
218 | #endregion
|
---|
219 |
|
---|
220 | private HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart treeChart;
|
---|
221 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
222 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
223 | private System.Windows.Forms.GroupBox grpSimplify;
|
---|
224 | private System.Windows.Forms.GroupBox grpViewHost;
|
---|
225 | private System.Windows.Forms.Button btnSimplify;
|
---|
226 | private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
---|
227 | protected System.Windows.Forms.Button btnOptimizeConstants;
|
---|
228 | private System.Windows.Forms.Label treeStatusValue;
|
---|
229 | }
|
---|
230 | }
|
---|