Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 11144

Last change on this file since 11144 was 11144, checked in by mkommend, 10 years ago

#1758: Merged r10173:10176 and r10540, r10541, r10543, r10545 and r11031 into stable.

File size: 11.4 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2013 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
23namespace 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      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
51      this.grpSimplify = new System.Windows.Forms.GroupBox();
52      this.treeStatusValue = new System.Windows.Forms.Label();
53      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
54      this.btnOptimizeConstants = new System.Windows.Forms.Button();
55      this.btnSimplify = new System.Windows.Forms.Button();
56      this.treeStatusLabel = new System.Windows.Forms.Label();
57      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
58      this.grpViewHost = new System.Windows.Forms.GroupBox();
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.treeStatusLabel);
107      this.grpSimplify.Controls.Add(this.treeChart);
108      this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
109      this.grpSimplify.Location = new System.Drawing.Point(0, 0);
110      this.grpSimplify.Name = "grpSimplify";
111      this.grpSimplify.Size = new System.Drawing.Size(213, 405);
112      this.grpSimplify.TabIndex = 1;
113      this.grpSimplify.TabStop = false;
114      this.grpSimplify.Text = "Simplify";
115      //
116      // treeStatusValue
117      //
118      this.treeStatusValue.AutoSize = true;
119      this.treeStatusValue.BackColor = System.Drawing.Color.Transparent;
120      this.treeStatusValue.ForeColor = System.Drawing.Color.Green;
121      this.treeStatusValue.Location = new System.Drawing.Point(72, 16);
122      this.treeStatusValue.Name = "treeStatusValue";
123      this.treeStatusValue.Size = new System.Drawing.Size(30, 13);
124      this.treeStatusValue.TabIndex = 3;
125      this.treeStatusValue.Text = "Valid";
126      //
127      // flowLayoutPanel
128      //
129      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
130            | System.Windows.Forms.AnchorStyles.Right)));
131      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
132      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
133      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
134      this.flowLayoutPanel.Name = "flowLayoutPanel";
135      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
136      this.flowLayoutPanel.TabIndex = 2;
137      this.flowLayoutPanel.WrapContents = false;
138      //
139      // btnOptimizeConstants
140      //       
141      this.btnOptimizeConstants.AutoSize = true;
142      this.btnOptimizeConstants.Enabled = false;
143      this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
144      this.btnOptimizeConstants.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
145      this.btnOptimizeConstants.Location = new System.Drawing.Point(105, 3);
146      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
147      this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
148      this.btnOptimizeConstants.TabIndex = 2;
149      this.btnOptimizeConstants.Text = "Optimize";
150      this.btnOptimizeConstants.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
151      this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
152      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
153      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
154      //
155      // btnSimplify
156      //
157      this.btnSimplify.AutoSize = true;
158      this.btnSimplify.Enabled = true;
159      this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
160      this.btnSimplify.ImageAlign = System.Drawing.ContentAlignment.MiddleCenter;
161      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
162      this.btnSimplify.Name = "btnSimplify";
163      this.btnSimplify.Size = new System.Drawing.Size(80, 24);
164      this.btnSimplify.TabIndex = 1;
165      this.btnSimplify.Text = "Simplify";
166      this.btnSimplify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
167      this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
168      this.btnSimplify.UseVisualStyleBackColor = true;
169      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
170      //
171      // treeStatusLabel
172      //
173      this.treeStatusLabel.AutoSize = true;
174      this.treeStatusLabel.BackColor = System.Drawing.Color.Transparent;
175      this.treeStatusLabel.Location = new System.Drawing.Point(6, 16);
176      this.treeStatusLabel.Name = "treeStatusLabel";
177      this.treeStatusLabel.Size = new System.Drawing.Size(68, 13);
178      this.treeStatusLabel.TabIndex = 2;
179      this.treeStatusLabel.Text = "Tree Status: ";
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.Name = "treeChart";
190      this.treeChart.Size = new System.Drawing.Size(201, 332);
191      this.treeChart.Spacing = 5;
192      this.treeChart.SuspendRepaint = false;
193      this.treeChart.TabIndex = 0;
194      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
195      this.treeChart.Tree = null;
196      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
197      //
198      // grpViewHost
199      //
200      this.grpViewHost.Controls.Add(this.viewHost);
201      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
202      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
203      this.grpViewHost.Name = "grpViewHost";
204      this.grpViewHost.Size = new System.Drawing.Size(348, 405);
205      this.grpViewHost.TabIndex = 1;
206      this.grpViewHost.TabStop = false;
207      this.grpViewHost.Text = "Details";
208      //
209      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
210      //
211      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213      this.Controls.Add(this.splitContainer);
214      this.DoubleBuffered = true;
215      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
216      this.Size = new System.Drawing.Size(565, 405);
217      this.splitContainer.Panel1.ResumeLayout(false);
218      this.splitContainer.Panel1.PerformLayout();
219      this.splitContainer.Panel2.ResumeLayout(false);
220      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
221      this.splitContainer.ResumeLayout(false);
222      this.grpSimplify.ResumeLayout(false);
223      this.grpSimplify.PerformLayout();
224      this.flowLayoutPanel.ResumeLayout(false);
225      this.grpViewHost.ResumeLayout(false);
226      this.ResumeLayout(false);
227
228    }
229
230    #endregion
231
232    private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
233    private System.Windows.Forms.SplitContainer splitContainer;
234    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
235    private System.Windows.Forms.GroupBox grpSimplify;
236    private System.Windows.Forms.GroupBox grpViewHost;
237    private System.Windows.Forms.Button btnSimplify;
238    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
239    protected System.Windows.Forms.Button btnOptimizeConstants;
240    private System.Windows.Forms.Label treeStatusValue;
241    private System.Windows.Forms.Label treeStatusLabel;
242  }
243}
Note: See TracBrowser for help on using the repository browser.