Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/InteractiveSymbolicDataAnalysisSolutionSimplifierView.Designer.cs @ 16639

Last change on this file since 16639 was 16639, checked in by gkronber, 5 years ago

#2971: merged r16527:16565 from trunk/HeuristicLab.Problems.DataAnalysis.Symbolic.Views to branch/HeuristicLab.Problems.DataAnalysis.Symbolic.Views

File size: 10.8 KB
RevLine 
[3915]1#region License Information
2/* HeuristicLab
[16639]3 * Copyright (C) 2002-2019 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
[10545]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() {
[8946]48      this.components = new System.ComponentModel.Container();
[11111]49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InteractiveSymbolicDataAnalysisSolutionSimplifierView));
[3915]50      this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
51      this.splitContainer = new System.Windows.Forms.SplitContainer();
52      this.grpSimplify = new System.Windows.Forms.GroupBox();
[9043]53      this.treeStatusValue = new System.Windows.Forms.Label();
[6256]54      this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
[11111]55      this.btnSimplify = new System.Windows.Forms.Button();
[9043]56      this.btnOptimizeConstants = new System.Windows.Forms.Button();
[11111]57      this.grpViewHost = new System.Windows.Forms.GroupBox();
[11086]58      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
[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      //
[11112]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;
[9006]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);
[9006]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      //
[8946]103      this.grpSimplify.AutoSize = true;
[9006]104      this.grpSimplify.Controls.Add(this.treeStatusValue);
[6256]105      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
[3915]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";
[9006]110      this.grpSimplify.Size = new System.Drawing.Size(213, 405);
[3915]111      this.grpSimplify.TabIndex = 1;
112      this.grpSimplify.TabStop = false;
113      this.grpSimplify.Text = "Simplify";
114      //
[9043]115      // treeStatusValue
116      //
[11111]117      this.treeStatusValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[9043]118      this.treeStatusValue.AutoSize = true;
[11111]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);
[9043]122      this.treeStatusValue.Name = "treeStatusValue";
[11111]123      this.treeStatusValue.Size = new System.Drawing.Size(63, 13);
[9043]124      this.treeStatusValue.TabIndex = 3;
[11111]125      this.treeStatusValue.Text = "Invalid Tree";
126      this.treeStatusValue.Visible = false;
[9043]127      //
[6256]128      // flowLayoutPanel
129      //
[11112]130      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
[6256]131            | System.Windows.Forms.AnchorStyles.Right)));
[9043]132      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
[9006]133      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
134      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
[6256]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      //
[9043]140      // btnSimplify
[9006]141      //
[10545]142      this.btnSimplify.AutoSize = true;
[11112]143      this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
[9043]144      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
145      this.btnSimplify.Name = "btnSimplify";
[10545]146      this.btnSimplify.Size = new System.Drawing.Size(80, 24);
[9043]147      this.btnSimplify.TabIndex = 1;
148      this.btnSimplify.Text = "Simplify";
[10545]149      this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
[9043]150      this.btnSimplify.UseVisualStyleBackColor = true;
151      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
[9006]152      //
[11111]153      // btnOptimizeConstants
[9006]154      //
[11111]155      this.btnOptimizeConstants.AutoSize = true;
156      this.btnOptimizeConstants.Enabled = false;
[11112]157      this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
[11111]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);
[9006]166      //
[11111]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      //
[8946]178      // treeChart
179      //
[11112]180      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
181            | System.Windows.Forms.AnchorStyles.Left)
[8946]182            | System.Windows.Forms.AnchorStyles.Right)));
183      this.treeChart.BackgroundColor = System.Drawing.Color.White;
184      this.treeChart.LineColor = System.Drawing.Color.Black;
[11123]185      this.treeChart.Location = new System.Drawing.Point(6, 16);
[11111]186      this.treeChart.ModifyTree = null;
[8946]187      this.treeChart.Name = "treeChart";
[11123]188      this.treeChart.Size = new System.Drawing.Size(201, 348);
[8946]189      this.treeChart.SuspendRepaint = false;
190      this.treeChart.TabIndex = 0;
191      this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
192      this.treeChart.Tree = null;
193      this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
194      //
[6256]195      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
[3915]196      //
197      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[8946]198      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3915]199      this.Controls.Add(this.splitContainer);
[8946]200      this.DoubleBuffered = true;
[6256]201      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
[9006]202      this.Size = new System.Drawing.Size(565, 405);
[3915]203      this.splitContainer.Panel1.ResumeLayout(false);
[8946]204      this.splitContainer.Panel1.PerformLayout();
[3915]205      this.splitContainer.Panel2.ResumeLayout(false);
[6256]206      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
[3915]207      this.splitContainer.ResumeLayout(false);
208      this.grpSimplify.ResumeLayout(false);
[9006]209      this.grpSimplify.PerformLayout();
[6256]210      this.flowLayoutPanel.ResumeLayout(false);
[11111]211      this.flowLayoutPanel.PerformLayout();
[3915]212      this.grpViewHost.ResumeLayout(false);
213      this.ResumeLayout(false);
[9006]214
[3915]215    }
216
217    #endregion
218
[11086]219    private HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart treeChart;
[3915]220    private System.Windows.Forms.SplitContainer splitContainer;
221    private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
222    private System.Windows.Forms.GroupBox grpSimplify;
223    private System.Windows.Forms.GroupBox grpViewHost;
[3927]224    private System.Windows.Forms.Button btnSimplify;
[6256]225    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
226    protected System.Windows.Forms.Button btnOptimizeConstants;
[9006]227    private System.Windows.Forms.Label treeStatusValue;
[3915]228  }
229}
Note: See TracBrowser for help on using the repository browser.