[3915] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9363] | 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() {
|
---|
[9363] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[3915] | 48 | this.viewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 49 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 50 | this.grpSimplify = new System.Windows.Forms.GroupBox();
|
---|
[9363] | 51 | this.treeStatusValue = new System.Windows.Forms.Label();
|
---|
[6256] | 52 | this.flowLayoutPanel = new System.Windows.Forms.FlowLayoutPanel();
|
---|
[9363] | 53 | this.btnOptimizeConstants = new System.Windows.Forms.Button();
|
---|
[3927] | 54 | this.btnSimplify = new System.Windows.Forms.Button();
|
---|
[9363] | 55 | this.treeStatusLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.treeChart = new HeuristicLab.Problems.DataAnalysis.Symbolic.Views.InteractiveSymbolicExpressionTreeChart();
|
---|
[3915] | 57 | this.grpViewHost = new System.Windows.Forms.GroupBox();
|
---|
[6256] | 58 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
[3915] | 59 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 60 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 61 | this.splitContainer.SuspendLayout();
|
---|
| 62 | this.grpSimplify.SuspendLayout();
|
---|
[6256] | 63 | this.flowLayoutPanel.SuspendLayout();
|
---|
[3915] | 64 | this.grpViewHost.SuspendLayout();
|
---|
| 65 | this.SuspendLayout();
|
---|
| 66 | //
|
---|
| 67 | // viewHost
|
---|
| 68 | //
|
---|
[8053] | 69 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 70 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6256] | 71 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3915] | 72 | this.viewHost.Caption = "View";
|
---|
| 73 | this.viewHost.Content = null;
|
---|
[5455] | 74 | this.viewHost.Enabled = false;
|
---|
[3915] | 75 | this.viewHost.Location = new System.Drawing.Point(6, 16);
|
---|
| 76 | this.viewHost.Name = "viewHost";
|
---|
| 77 | this.viewHost.ReadOnly = false;
|
---|
[9363] | 78 | this.viewHost.Size = new System.Drawing.Size(336, 383);
|
---|
[3915] | 79 | this.viewHost.TabIndex = 0;
|
---|
[6256] | 80 | this.viewHost.ViewsLabelVisible = true;
|
---|
[3915] | 81 | this.viewHost.ViewType = null;
|
---|
| 82 | //
|
---|
| 83 | // splitContainer
|
---|
| 84 | //
|
---|
| 85 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 86 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 87 | this.splitContainer.Name = "splitContainer";
|
---|
| 88 | //
|
---|
| 89 | // splitContainer.Panel1
|
---|
| 90 | //
|
---|
| 91 | this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
|
---|
| 92 | //
|
---|
| 93 | // splitContainer.Panel2
|
---|
| 94 | //
|
---|
| 95 | this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
|
---|
[9363] | 96 | this.splitContainer.Size = new System.Drawing.Size(565, 405);
|
---|
[3915] | 97 | this.splitContainer.SplitterDistance = 213;
|
---|
| 98 | this.splitContainer.TabIndex = 1;
|
---|
| 99 | //
|
---|
| 100 | // grpSimplify
|
---|
| 101 | //
|
---|
[9363] | 102 | this.grpSimplify.AutoSize = true;
|
---|
| 103 | this.grpSimplify.Controls.Add(this.treeStatusValue);
|
---|
[6256] | 104 | this.grpSimplify.Controls.Add(this.flowLayoutPanel);
|
---|
[9363] | 105 | this.grpSimplify.Controls.Add(this.treeStatusLabel);
|
---|
[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";
|
---|
[9363] | 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 | //
|
---|
[9363] | 115 | // treeStatusValue
|
---|
| 116 | //
|
---|
| 117 | this.treeStatusValue.AutoSize = true;
|
---|
| 118 | this.treeStatusValue.BackColor = System.Drawing.Color.Transparent;
|
---|
| 119 | this.treeStatusValue.ForeColor = System.Drawing.Color.Green;
|
---|
| 120 | this.treeStatusValue.Location = new System.Drawing.Point(72, 16);
|
---|
| 121 | this.treeStatusValue.Name = "treeStatusValue";
|
---|
| 122 | this.treeStatusValue.Size = new System.Drawing.Size(30, 13);
|
---|
| 123 | this.treeStatusValue.TabIndex = 3;
|
---|
| 124 | this.treeStatusValue.Text = "Valid";
|
---|
| 125 | //
|
---|
[6256] | 126 | // flowLayoutPanel
|
---|
| 127 | //
|
---|
[8053] | 128 | this.flowLayoutPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
[6256] | 129 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 130 | this.flowLayoutPanel.Controls.Add(this.btnSimplify);
|
---|
| 131 | this.flowLayoutPanel.Controls.Add(this.btnOptimizeConstants);
|
---|
[9363] | 132 | this.flowLayoutPanel.Location = new System.Drawing.Point(6, 370);
|
---|
[6256] | 133 | this.flowLayoutPanel.Name = "flowLayoutPanel";
|
---|
| 134 | this.flowLayoutPanel.Size = new System.Drawing.Size(204, 29);
|
---|
| 135 | this.flowLayoutPanel.TabIndex = 2;
|
---|
| 136 | this.flowLayoutPanel.WrapContents = false;
|
---|
| 137 | //
|
---|
| 138 | // btnOptimizeConstants
|
---|
| 139 | //
|
---|
| 140 | this.btnOptimizeConstants.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 141 | this.btnOptimizeConstants.Enabled = false;
|
---|
| 142 | this.btnOptimizeConstants.Location = new System.Drawing.Point(104, 3);
|
---|
| 143 | this.btnOptimizeConstants.Name = "btnOptimizeConstants";
|
---|
| 144 | this.btnOptimizeConstants.Size = new System.Drawing.Size(97, 23);
|
---|
| 145 | this.btnOptimizeConstants.TabIndex = 2;
|
---|
| 146 | this.btnOptimizeConstants.Text = "Optimize";
|
---|
| 147 | this.btnOptimizeConstants.UseVisualStyleBackColor = true;
|
---|
| 148 | this.btnOptimizeConstants.Click += new System.EventHandler(this.btnOptimizeConstants_Click);
|
---|
| 149 | //
|
---|
[9363] | 150 | // btnSimplify
|
---|
| 151 | //
|
---|
| 152 | this.btnSimplify.Location = new System.Drawing.Point(3, 3);
|
---|
| 153 | this.btnSimplify.Name = "btnSimplify";
|
---|
| 154 | this.btnSimplify.Size = new System.Drawing.Size(95, 23);
|
---|
| 155 | this.btnSimplify.TabIndex = 1;
|
---|
| 156 | this.btnSimplify.Text = "Simplify";
|
---|
| 157 | this.btnSimplify.UseVisualStyleBackColor = true;
|
---|
| 158 | this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
|
---|
| 159 | //
|
---|
| 160 | // treeStatusLabel
|
---|
| 161 | //
|
---|
| 162 | this.treeStatusLabel.AutoSize = true;
|
---|
| 163 | this.treeStatusLabel.BackColor = System.Drawing.Color.Transparent;
|
---|
| 164 | this.treeStatusLabel.Location = new System.Drawing.Point(6, 16);
|
---|
| 165 | this.treeStatusLabel.Name = "treeStatusLabel";
|
---|
| 166 | this.treeStatusLabel.Size = new System.Drawing.Size(68, 13);
|
---|
| 167 | this.treeStatusLabel.TabIndex = 2;
|
---|
| 168 | this.treeStatusLabel.Text = "Tree Status: ";
|
---|
| 169 | //
|
---|
| 170 | // treeChart
|
---|
| 171 | //
|
---|
| 172 | this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 173 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 174 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 175 | this.treeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
| 176 | this.treeChart.LineColor = System.Drawing.Color.Black;
|
---|
| 177 | this.treeChart.Location = new System.Drawing.Point(6, 32);
|
---|
| 178 | this.treeChart.ModifyTree = null;
|
---|
| 179 | this.treeChart.Name = "treeChart";
|
---|
| 180 | this.treeChart.Size = new System.Drawing.Size(201, 332);
|
---|
| 181 | this.treeChart.Spacing = 5;
|
---|
| 182 | this.treeChart.SuspendRepaint = false;
|
---|
| 183 | this.treeChart.TabIndex = 0;
|
---|
| 184 | this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
| 185 | this.treeChart.Tree = null;
|
---|
| 186 | this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
|
---|
| 187 | //
|
---|
[3915] | 188 | // grpViewHost
|
---|
| 189 | //
|
---|
| 190 | this.grpViewHost.Controls.Add(this.viewHost);
|
---|
| 191 | this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 192 | this.grpViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 193 | this.grpViewHost.Name = "grpViewHost";
|
---|
[9363] | 194 | this.grpViewHost.Size = new System.Drawing.Size(348, 405);
|
---|
[3915] | 195 | this.grpViewHost.TabIndex = 1;
|
---|
| 196 | this.grpViewHost.TabStop = false;
|
---|
| 197 | this.grpViewHost.Text = "Details";
|
---|
| 198 | //
|
---|
[6256] | 199 | // InteractiveSymbolicDataAnalysisSolutionSimplifierView
|
---|
[3915] | 200 | //
|
---|
| 201 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[9363] | 202 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[3915] | 203 | this.Controls.Add(this.splitContainer);
|
---|
[9363] | 204 | this.DoubleBuffered = true;
|
---|
[6256] | 205 | this.Name = "InteractiveSymbolicDataAnalysisSolutionSimplifierView";
|
---|
[9363] | 206 | this.Size = new System.Drawing.Size(565, 405);
|
---|
[3915] | 207 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
[9363] | 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);
|
---|
[9363] | 213 | this.grpSimplify.PerformLayout();
|
---|
[6256] | 214 | this.flowLayoutPanel.ResumeLayout(false);
|
---|
[3915] | 215 | this.grpViewHost.ResumeLayout(false);
|
---|
| 216 | this.ResumeLayout(false);
|
---|
| 217 |
|
---|
| 218 | }
|
---|
| 219 |
|
---|
| 220 | #endregion
|
---|
| 221 |
|
---|
[9363] | 222 | private InteractiveSymbolicExpressionTreeChart treeChart;
|
---|
[3915] | 223 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 224 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
| 225 | private System.Windows.Forms.GroupBox grpSimplify;
|
---|
| 226 | private System.Windows.Forms.GroupBox grpViewHost;
|
---|
[3927] | 227 | private System.Windows.Forms.Button btnSimplify;
|
---|
[6256] | 228 | private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel;
|
---|
| 229 | protected System.Windows.Forms.Button btnOptimizeConstants;
|
---|
[9363] | 230 | private System.Windows.Forms.Label treeStatusValue;
|
---|
| 231 | private System.Windows.Forms.Label treeStatusLabel;
|
---|
[3915] | 232 | }
|
---|
| 233 | }
|
---|