[8924] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8924] | 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.Symbolic.Regression.Views {
|
---|
[5829] | 23 | partial class SymbolicRegressionSolutionView {
|
---|
| 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.btnSimplify = new System.Windows.Forms.Button();
|
---|
[10854] | 48 | this.transformModelButton = new System.Windows.Forms.Button();
|
---|
[5829] | 49 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
| 50 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 51 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 52 | this.splitContainer.SuspendLayout();
|
---|
| 53 | this.itemsGroupBox.SuspendLayout();
|
---|
| 54 | this.detailsGroupBox.SuspendLayout();
|
---|
| 55 | this.SuspendLayout();
|
---|
| 56 | //
|
---|
| 57 | // splitContainer
|
---|
| 58 | //
|
---|
| 59 | //
|
---|
| 60 | // splitContainer.Panel1
|
---|
| 61 | //
|
---|
| 62 | this.splitContainer.Panel1.Controls.Add(this.btnSimplify);
|
---|
[10854] | 63 | //
|
---|
| 64 | // splitContainer.Panel2
|
---|
| 65 | //
|
---|
| 66 | this.splitContainer.Panel2.Controls.Add(this.transformModelButton);
|
---|
[5829] | 67 | //
|
---|
| 68 | // addButton
|
---|
| 69 | //
|
---|
| 70 | this.toolTip.SetToolTip(this.addButton, "Add");
|
---|
| 71 | //
|
---|
| 72 | // removeButton
|
---|
| 73 | //
|
---|
| 74 | this.toolTip.SetToolTip(this.removeButton, "Remove");
|
---|
| 75 | //
|
---|
| 76 | // btnSimplify
|
---|
| 77 | //
|
---|
| 78 | this.btnSimplify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9973] | 79 | this.btnSimplify.Location = new System.Drawing.Point(172, 4);
|
---|
[5829] | 80 | this.btnSimplify.Name = "btnSimplify";
|
---|
| 81 | this.btnSimplify.Size = new System.Drawing.Size(75, 23);
|
---|
| 82 | this.btnSimplify.TabIndex = 6;
|
---|
| 83 | this.btnSimplify.Text = "Simplify";
|
---|
| 84 | this.btnSimplify.UseVisualStyleBackColor = true;
|
---|
| 85 | this.btnSimplify.Click += new System.EventHandler(this.btn_SimplifyModel_Click);
|
---|
| 86 | //
|
---|
[10854] | 87 | // transformModelButton
|
---|
| 88 | //
|
---|
| 89 | this.transformModelButton.Location = new System.Drawing.Point(84, 3);
|
---|
| 90 | this.transformModelButton.Name = "transformModelButton";
|
---|
[10878] | 91 | this.transformModelButton.Size = new System.Drawing.Size(125, 23);
|
---|
[10854] | 92 | this.transformModelButton.TabIndex = 8;
|
---|
| 93 | this.transformModelButton.Text = "Backtransform Model";
|
---|
| 94 | this.transformModelButton.UseVisualStyleBackColor = true;
|
---|
| 95 | this.transformModelButton.Click += new System.EventHandler(this.transformModelButton_Click);
|
---|
| 96 | //
|
---|
[5829] | 97 | // SymbolicRegressionSolutionView
|
---|
| 98 | //
|
---|
| 99 | this.Name = "SymbolicRegressionSolutionView";
|
---|
| 100 | this.Size = new System.Drawing.Size(486, 294);
|
---|
| 101 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 102 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
| 103 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
| 104 | this.splitContainer.ResumeLayout(false);
|
---|
| 105 | this.itemsGroupBox.ResumeLayout(false);
|
---|
| 106 | this.detailsGroupBox.ResumeLayout(false);
|
---|
| 107 | this.ResumeLayout(false);
|
---|
| 108 |
|
---|
| 109 | }
|
---|
| 110 |
|
---|
| 111 | #endregion
|
---|
| 112 | private System.Windows.Forms.Button btnSimplify;
|
---|
[10854] | 113 | private System.Windows.Forms.Button transformModelButton;
|
---|
[5829] | 114 | }
|
---|
| 115 | }
|
---|