Free cookie consent management tool by TermsFeed Policy Generator

source: branches/Sliding Window GP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 14320

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

#1837: Corrected project files and merged trunk changes to the sliding window branch.

File size: 11.4 KB
RevLine 
[3915]1#region License Information
2/* HeuristicLab
[9708]3 * Copyright (C) 2002-2013 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
[10681]22
[5699]23namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
24  partial class InteractiveSymbolicDataAnalysisSolutionSimplifierView {
[3915]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() {
[9126]48      this.components = new System.ComponentModel.Container();
[3915]49      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
50      this.splitContainer = new System.Windows.Forms.SplitContainer();
51      this.grpSimplify = new System.Windows.Forms.GroupBox();
[9126]52      this.treeStatusValue = new System.Windows.Forms.Label();
[6256]53      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
[9126]54      this.btnOptimizeConstants = new System.Windows.Forms.Button();
[3927]55      this.btnSimplify = new System.Windows.Forms.Button();
[9126]56      this.treeStatusLabel = new System.Windows.Forms.Label();
[9708]57      this.treeChart = new HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart();
[3915]58      this.grpViewHost = new System.Windows.Forms.GroupBox();
[6256]59      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
[3915]60      this.splitContainer.Panel1.SuspendLayout();
61      this.splitContainer.Panel2.SuspendLayout();
62      this.splitContainer.SuspendLayout();
63      this.grpSimplify.SuspendLayout();
[6256]64      this.flowLayoutPanel.SuspendLayout();
[3915]65      this.grpViewHost.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // viewHost
69      //
[9126]70      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
71            | System.Windows.Forms.AnchorStyles.Left)
[6256]72            | System.Windows.Forms.AnchorStyles.Right)));
[3915]73      this.viewHost.Caption = "View";
74      this.viewHost.Content = null;
[5455]75      this.viewHost.Enabled = false;
[3915]76      this.viewHost.Location = new System.Drawing.Point(6, 16);
77      this.viewHost.Name = "viewHost";
78      this.viewHost.ReadOnly = false;
[9126]79      this.viewHost.Size = new System.Drawing.Size(336, 383);
[3915]80      this.viewHost.TabIndex = 0;
[6256]81      this.viewHost.ViewsLabelVisible = true;
[3915]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);
[9126]97      this.splitContainer.Size = new System.Drawing.Size(565, 405);
[3915]98      this.splitContainer.SplitterDistance = 213;
99      this.splitContainer.TabIndex = 1;
100      //
101      // grpSimplify
102      //
[9126]103      this.grpSimplify.AutoSize = true;
104      this.grpSimplify.Controls.Add(this.treeStatusValue);
[6256]105      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
[9126]106      this.grpSimplify.Controls.Add(this.treeStatusLabel);
[3915]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";
[9126]111      this.grpSimplify.Size = new System.Drawing.Size(213, 405);
[3915]112      this.grpSimplify.TabIndex = 1;
113      this.grpSimplify.TabStop = false;
114      this.grpSimplify.Text = "Simplify";
115      //
[9126]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      //
[6256]127      // flowLayoutPanel
128      //
[9126]129      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
[6256]130            | System.Windows.Forms.AnchorStyles.Right)));
131      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
132      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
[9126]133      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
[6256]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
[10681]140      //       
141      this.btnOptimizeConstants.AutoSize = true;
[6256]142      this.btnOptimizeConstants.Enabled = false;
[10681]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);
[6256]146      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
[10681]147      this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
[6256]148      this.btnOptimizeConstants.TabIndex = 2;
149      this.btnOptimizeConstants.Text = "Optimize";
[10681]150      this.btnOptimizeConstants.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
151      this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
[6256]152      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
153      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
154      //
[9126]155      // btnSimplify
156      //
[10681]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;
[9126]161      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
162      this.btnSimplify.Name = "btnSimplify";
[10681]163      this.btnSimplify.Size = new System.Drawing.Size(80, 24);
[9126]164      this.btnSimplify.TabIndex = 1;
165      this.btnSimplify.Text = "Simplify";
[10681]166      this.btnSimplify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
167      this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
[9126]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      //
[3915]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";
[9126]204      this.grpViewHost.Size = new System.Drawing.Size(348, 405);
[3915]205      this.grpViewHost.TabIndex = 1;
206      this.grpViewHost.TabStop = false;
207      this.grpViewHost.Text = "Details";
208      //
[6256]209      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
[3915]210      //
211      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
212      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
213      this.Controls.Add(this.splitContainer);
[9126]214      this.DoubleBuffered = true;
[6256]215      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
[9126]216      this.Size = new System.Drawing.Size(565, 405);
[3915]217      this.splitContainer.Panel1.ResumeLayout(false);
[9126]218      this.splitContainer.Panel1.PerformLayout();
[3915]219      this.splitContainer.Panel2.ResumeLayout(false);
[6256]220      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
[3915]221      this.splitContainer.ResumeLayout(false);
222      this.grpSimplify.ResumeLayout(false);
[9126]223      this.grpSimplify.PerformLayout();
[6256]224      this.flowLayoutPanel.ResumeLayout(false);
[3915]225      this.grpViewHost.ResumeLayout(false);
226      this.ResumeLayout(false);
227
228    }
229
230    #endregion
231
[9708]232    private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
[3915]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;
[3927]237    private System.Windows.Forms.Button btnSimplify;
[6256]238    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
239    protected System.Windows.Forms.Button btnOptimizeConstants;
[9126]240    private System.Windows.Forms.Label treeStatusValue;
241    private System.Windows.Forms.Label treeStatusLabel;
[3915]242  }
243}
Note: See TracBrowser for help on using the repository browser.