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