Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 17500 was 17500, checked in by mkommend, 4 years ago

#2973: Merged r17276, r17426, r17430, r17488 into stable.

File size: 11.3 KB
RevLine 
[3915]1#region License Information
2/* HeuristicLab
[17181]3 * Copyright (C) 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
[11144]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();
[11150]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();
[11150]55      this.btnSimplify = new System.Windows.Forms.Button();
[9043]56      this.btnOptimizeConstants = new System.Windows.Forms.Button();
57      this.grpViewHost = new System.Windows.Forms.GroupBox();
[11150]58      this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
[17500]59      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
[6256]60      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
[3915]61      this.splitContainer.Panel1.SuspendLayout();
62      this.splitContainer.Panel2.SuspendLayout();
63      this.splitContainer.SuspendLayout();
64      this.grpSimplify.SuspendLayout();
[6256]65      this.flowLayoutPanel.SuspendLayout();
[3915]66      this.grpViewHost.SuspendLayout();
67      this.SuspendLayout();
68      //
69      // viewHost
70      //
[9055]71      this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
72            | System.Windows.Forms.AnchorStyles.Left)
[6256]73            | System.Windows.Forms.AnchorStyles.Right)));
[3915]74      this.viewHost.Caption = "View";
75      this.viewHost.Content = null;
[5455]76      this.viewHost.Enabled = false;
[3915]77      this.viewHost.Location = new System.Drawing.Point(6, 16);
78      this.viewHost.Name = "viewHost";
79      this.viewHost.ReadOnly = false;
[9006]80      this.viewHost.Size = new System.Drawing.Size(336, 383);
[3915]81      this.viewHost.TabIndex = 0;
[6256]82      this.viewHost.ViewsLabelVisible = true;
[3915]83      this.viewHost.ViewType = null;
84      //
85      // splitContainer
86      //
87      this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
88      this.splitContainer.Location = new System.Drawing.Point(0, 0);
89      this.splitContainer.Name = "splitContainer";
90      //
91      // splitContainer.Panel1
92      //
93      this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
94      //
95      // splitContainer.Panel2
96      //
97      this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
[9006]98      this.splitContainer.Size = new System.Drawing.Size(565, 405);
[3915]99      this.splitContainer.SplitterDistance = 213;
100      this.splitContainer.TabIndex = 1;
101      //
102      // grpSimplify
103      //
[8946]104      this.grpSimplify.AutoSize = true;
[9006]105      this.grpSimplify.Controls.Add(this.treeStatusValue);
[6256]106      this.grpSimplify.Controls.Add(this.flowLayoutPanel);
[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";
[9006]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      //
[9043]116      // treeStatusValue
117      //
[11150]118      this.treeStatusValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
[9043]119      this.treeStatusValue.AutoSize = true;
[11150]120      this.treeStatusValue.BackColor = System.Drawing.Color.White;
121      this.treeStatusValue.ForeColor = System.Drawing.Color.Red;
122      this.treeStatusValue.Location = new System.Drawing.Point(6, 351);
[9043]123      this.treeStatusValue.Name = "treeStatusValue";
[11150]124      this.treeStatusValue.Size = new System.Drawing.Size(63, 13);
[9043]125      this.treeStatusValue.TabIndex = 3;
[11150]126      this.treeStatusValue.Text = "Invalid Tree";
127      this.treeStatusValue.Visible = false;
[9043]128      //
[6256]129      // flowLayoutPanel
130      //
[9055]131      this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
[6256]132            | System.Windows.Forms.AnchorStyles.Right)));
[9043]133      this.flowLayoutPanel.Controls.Add(this.btnSimplify);
[9006]134      this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
135      this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
[6256]136      this.flowLayoutPanel.Name = "flowLayoutPanel";
137      this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
138      this.flowLayoutPanel.TabIndex = 2;
139      this.flowLayoutPanel.WrapContents = false;
140      //
[9043]141      // btnSimplify
[9006]142      //
[11144]143      this.btnSimplify.AutoSize = true;
144      this.btnSimplify.Image = HeuristicLab.Common.Resources.VSImageLibrary.FormulaEvaluator;
[9043]145      this.btnSimplify.Location = new System.Drawing.Point(3, 3);
146      this.btnSimplify.Name = "btnSimplify";
[11144]147      this.btnSimplify.Size = new System.Drawing.Size(80, 24);
[9043]148      this.btnSimplify.TabIndex = 1;
149      this.btnSimplify.Text = "Simplify";
[11144]150      this.btnSimplify.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
[17500]151      this.toolTip.SetToolTip(this.btnSimplify, "Simplifies the model structure based on mathematical simplification rules.");
[9043]152      this.btnSimplify.UseVisualStyleBackColor = true;
153      this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
[9006]154      //
[11150]155      // btnOptimizeConstants
[9006]156      //
[11150]157      this.btnOptimizeConstants.AutoSize = true;
158      this.btnOptimizeConstants.Enabled = false;
159      this.btnOptimizeConstants.Image = HeuristicLab.Common.Resources.VSImageLibrary.Performance;
160      this.btnOptimizeConstants.Location = new System.Drawing.Point(89, 3);
161      this.btnOptimizeConstants.Name = "btnOptimizeConstants";
162      this.btnOptimizeConstants.Size = new System.Drawing.Size(80, 24);
163      this.btnOptimizeConstants.TabIndex = 2;
164      this.btnOptimizeConstants.Text = "Optimize";
165      this.btnOptimizeConstants.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
[17500]166      this.toolTip.SetToolTip(this.btnOptimizeConstants, "Optimizes the numerical constants of the model. \r\nIf the algorithm converges, opt" +
167        "imization is stopped.");
[11150]168      this.btnOptimizeConstants.UseVisualStyleBackColor = true;
169      this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
[9006]170      //
[11150]171      // grpViewHost
172      //
173      this.grpViewHost.Controls.Add(this.viewHost);
174      this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
175      this.grpViewHost.Location = new System.Drawing.Point(0, 0);
176      this.grpViewHost.Name = "grpViewHost";
177      this.grpViewHost.Size = new System.Drawing.Size(348, 405);
178      this.grpViewHost.TabIndex = 1;
179      this.grpViewHost.TabStop = false;
180      this.grpViewHost.Text = "Details";
181      //
[8946]182      // treeChart
183      //
[9055]184      this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
185            | System.Windows.Forms.AnchorStyles.Left)
[8946]186            | System.Windows.Forms.AnchorStyles.Right)));
187      this.treeChart.BackgroundColor = System.Drawing.Color.White;
188      this.treeChart.LineColor = System.Drawing.Color.Black;
[11150]189      this.treeChart.Location = new System.Drawing.Point(6, 16);
190      this.treeChart.ModifyTree = null;
[8946]191      this.treeChart.Name = "treeChart";
[11150]192      this.treeChart.Size = new System.Drawing.Size(201, 348);
[8946]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.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
198      //
[6256]199      // InteractiveSymbolicDataAnalysisSolutionSimplifierView
[3915]200      //
201      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[8946]202      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
[3915]203      this.Controls.Add(this.splitContainer);
[8946]204      this.DoubleBuffered = true;
[6256]205      this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
[9006]206      this.Size = new System.Drawing.Size(565, 405);
[3915]207      this.splitContainer.Panel1.ResumeLayout(false);
[8946]208      this.splitContainer.Panel1.PerformLayout();
[3915]209      this.splitContainer.Panel2.ResumeLayout(false);
[6256]210      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
[3915]211      this.splitContainer.ResumeLayout(false);
212      this.grpSimplify.ResumeLayout(false);
[9006]213      this.grpSimplify.PerformLayout();
[6256]214      this.flowLayoutPanel.ResumeLayout(false);
[11150]215      this.flowLayoutPanel.PerformLayout();
[3915]216      this.grpViewHost.ResumeLayout(false);
217      this.ResumeLayout(false);
[9006]218
[3915]219    }
220
221    #endregion
222
[11150]223    private HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart treeChart;
[3915]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;
[3927]228    private System.Windows.Forms.Button btnSimplify;
[6256]229    private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
230    protected System.Windows.Forms.Button btnOptimizeConstants;
[9006]231    private System.Windows.Forms.Label treeStatusValue;
[17500]232    private System.Windows.Forms.ToolTip toolTip;
[3915]233  }
234}
Note: See TracBrowser for help on using the repository browser.