[4463] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 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 |
|
---|
| 22 | namespace HeuristicLab.Problems.DataAnalysis.MultiVariate.TimeSeriesPrognosis.Views {
|
---|
| 23 | partial class InteractiveSymbolicTimeSeriesPrognosisSolutionSimplifierView {
|
---|
| 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();
|
---|
| 51 | this.btnSimplify = new System.Windows.Forms.Button();
|
---|
| 52 | this.grpViewHost = new System.Windows.Forms.GroupBox();
|
---|
| 53 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 54 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 55 | this.splitContainer.SuspendLayout();
|
---|
| 56 | this.grpSimplify.SuspendLayout();
|
---|
| 57 | this.grpViewHost.SuspendLayout();
|
---|
| 58 | this.SuspendLayout();
|
---|
| 59 | //
|
---|
| 60 | // treeChart
|
---|
| 61 | //
|
---|
| 62 | this.treeChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 63 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 64 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 65 | this.treeChart.BackgroundColor = System.Drawing.Color.White;
|
---|
| 66 | this.treeChart.LineColor = System.Drawing.Color.Black;
|
---|
| 67 | this.treeChart.Location = new System.Drawing.Point(6, 16);
|
---|
| 68 | this.treeChart.Name = "treeChart";
|
---|
| 69 | this.treeChart.Size = new System.Drawing.Size(201, 297);
|
---|
| 70 | this.treeChart.Spacing = 5;
|
---|
| 71 | this.treeChart.TabIndex = 0;
|
---|
| 72 | this.treeChart.TextFont = new System.Drawing.Font("Times New Roman", 8F);
|
---|
| 73 | this.treeChart.Tree = null;
|
---|
| 74 | this.treeChart.SymbolicExpressionTreeNodeDoubleClicked += new System.Windows.Forms.MouseEventHandler(this.treeChart_SymbolicExpressionTreeNodeDoubleClicked);
|
---|
| 75 | //
|
---|
| 76 | // viewHost
|
---|
| 77 | //
|
---|
| 78 | this.viewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 79 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 80 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 81 | this.viewHost.Caption = "View";
|
---|
| 82 | this.viewHost.Content = null;
|
---|
| 83 | this.viewHost.Location = new System.Drawing.Point(6, 16);
|
---|
| 84 | this.viewHost.Name = "viewHost";
|
---|
| 85 | this.viewHost.ReadOnly = false;
|
---|
| 86 | this.viewHost.Size = new System.Drawing.Size(335, 326);
|
---|
| 87 | this.viewHost.TabIndex = 0;
|
---|
| 88 | this.viewHost.ViewType = null;
|
---|
| 89 | //
|
---|
| 90 | // splitContainer
|
---|
| 91 | //
|
---|
| 92 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 93 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 94 | this.splitContainer.Name = "splitContainer";
|
---|
| 95 | //
|
---|
| 96 | // splitContainer.Panel1
|
---|
| 97 | //
|
---|
| 98 | this.splitContainer.Panel1.Controls.Add(this.grpSimplify);
|
---|
| 99 | //
|
---|
| 100 | // splitContainer.Panel2
|
---|
| 101 | //
|
---|
| 102 | this.splitContainer.Panel2.Controls.Add(this.grpViewHost);
|
---|
| 103 | this.splitContainer.Size = new System.Drawing.Size(564, 348);
|
---|
| 104 | this.splitContainer.SplitterDistance = 213;
|
---|
| 105 | this.splitContainer.TabIndex = 1;
|
---|
| 106 | //
|
---|
| 107 | // grpSimplify
|
---|
| 108 | //
|
---|
| 109 | this.grpSimplify.Controls.Add(this.btnSimplify);
|
---|
| 110 | this.grpSimplify.Controls.Add(this.treeChart);
|
---|
| 111 | this.grpSimplify.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 112 | this.grpSimplify.Location = new System.Drawing.Point(0, 0);
|
---|
| 113 | this.grpSimplify.Name = "grpSimplify";
|
---|
| 114 | this.grpSimplify.Size = new System.Drawing.Size(213, 348);
|
---|
| 115 | this.grpSimplify.TabIndex = 1;
|
---|
| 116 | this.grpSimplify.TabStop = false;
|
---|
| 117 | this.grpSimplify.Text = "Simplify";
|
---|
| 118 | //
|
---|
| 119 | // btnSimplify
|
---|
| 120 | //
|
---|
| 121 | this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 122 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 123 | this.btnSimplify.Location = new System.Drawing.Point(6, 319);
|
---|
| 124 | this.btnSimplify.Name = "btnSimplify";
|
---|
| 125 | this.btnSimplify.Size = new System.Drawing.Size(201, 23);
|
---|
| 126 | this.btnSimplify.TabIndex = 1;
|
---|
| 127 | this.btnSimplify.Text = "Simplify";
|
---|
| 128 | this.btnSimplify.UseVisualStyleBackColor = true;
|
---|
| 129 | this.btnSimplify.Click += new System.EventHandler(this.btnSimplify_Click);
|
---|
| 130 | //
|
---|
| 131 | // grpViewHost
|
---|
| 132 | //
|
---|
| 133 | this.grpViewHost.Controls.Add(this.viewHost);
|
---|
| 134 | this.grpViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 135 | this.grpViewHost.Location = new System.Drawing.Point(0, 0);
|
---|
| 136 | this.grpViewHost.Name = "grpViewHost";
|
---|
| 137 | this.grpViewHost.Size = new System.Drawing.Size(347, 348);
|
---|
| 138 | this.grpViewHost.TabIndex = 1;
|
---|
| 139 | this.grpViewHost.TabStop = false;
|
---|
| 140 | this.grpViewHost.Text = "Details";
|
---|
| 141 | //
|
---|
| 142 | // InteractiveSymbolicRegressionSolutionSimplifierView
|
---|
| 143 | //
|
---|
| 144 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 145 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 146 | this.Controls.Add(this.splitContainer);
|
---|
| 147 | this.Name = "InteractiveSymbolicRegressionSolutionSimplifierView";
|
---|
| 148 | this.Size = new System.Drawing.Size(564, 348);
|
---|
| 149 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 150 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 151 | this.splitContainer.ResumeLayout(false);
|
---|
| 152 | this.grpSimplify.ResumeLayout(false);
|
---|
| 153 | this.grpViewHost.ResumeLayout(false);
|
---|
| 154 | this.ResumeLayout(false);
|
---|
| 155 |
|
---|
| 156 | }
|
---|
| 157 |
|
---|
| 158 | #endregion
|
---|
| 159 |
|
---|
| 160 | private HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views.SymbolicExpressionTreeChart treeChart;
|
---|
| 161 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 162 | private HeuristicLab.MainForm.WindowsForms.ViewHost viewHost;
|
---|
| 163 | private System.Windows.Forms.GroupBox grpSimplify;
|
---|
| 164 | private System.Windows.Forms.GroupBox grpViewHost;
|
---|
| 165 | private System.Windows.Forms.Button btnSimplify;
|
---|
| 166 | }
|
---|
| 167 | }
|
---|