[3969] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[11171] | 3 | * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[3969] | 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 |
|
---|
[5693] | 22 | namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
|
---|
[3969] | 23 | partial class RunCollectionVariableImpactView {
|
---|
| 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.matrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[6709] | 48 | this.comboBox = new System.Windows.Forms.ComboBox();
|
---|
[7179] | 49 | this.foldsLabel = new System.Windows.Forms.Label();
|
---|
[6709] | 50 | this.variableImpactsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 51 | this.variableImpactsGroupBox.SuspendLayout();
|
---|
[3969] | 52 | this.SuspendLayout();
|
---|
| 53 | //
|
---|
| 54 | // matrixView
|
---|
| 55 | //
|
---|
[7179] | 56 | this.matrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 57 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 58 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[3969] | 59 | this.matrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 60 | this.matrixView.Content = null;
|
---|
[6709] | 61 | this.matrixView.Location = new System.Drawing.Point(6, 19);
|
---|
[3969] | 62 | this.matrixView.Name = "matrixView";
|
---|
| 63 | this.matrixView.ReadOnly = true;
|
---|
[6709] | 64 | this.matrixView.ShowRowsAndColumnsTextBox = true;
|
---|
| 65 | this.matrixView.ShowStatisticalInformation = true;
|
---|
| 66 | this.matrixView.Size = new System.Drawing.Size(294, 174);
|
---|
[3969] | 67 | this.matrixView.TabIndex = 0;
|
---|
| 68 | //
|
---|
[6709] | 69 | // comboBox
|
---|
| 70 | //
|
---|
| 71 | this.comboBox.FormattingEnabled = true;
|
---|
| 72 | this.comboBox.Location = new System.Drawing.Point(39, 6);
|
---|
| 73 | this.comboBox.Name = "comboBox";
|
---|
| 74 | this.comboBox.Size = new System.Drawing.Size(68, 21);
|
---|
| 75 | this.comboBox.TabIndex = 1;
|
---|
| 76 | this.comboBox.SelectedValueChanged += new System.EventHandler(this.comboBox_SelectedValueChanged);
|
---|
| 77 | //
|
---|
| 78 | // label1
|
---|
| 79 | //
|
---|
[7179] | 80 | this.foldsLabel.AutoSize = true;
|
---|
| 81 | this.foldsLabel.Location = new System.Drawing.Point(3, 9);
|
---|
| 82 | this.foldsLabel.Name = "foldsLabel";
|
---|
| 83 | this.foldsLabel.Size = new System.Drawing.Size(30, 13);
|
---|
| 84 | this.foldsLabel.TabIndex = 2;
|
---|
| 85 | this.foldsLabel.Text = "Fold:";
|
---|
[6709] | 86 | //
|
---|
| 87 | // variableImpactsGroupBox
|
---|
| 88 | //
|
---|
[7179] | 89 | this.variableImpactsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 90 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 91 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[6709] | 92 | this.variableImpactsGroupBox.Controls.Add(this.matrixView);
|
---|
| 93 | this.variableImpactsGroupBox.Location = new System.Drawing.Point(0, 33);
|
---|
| 94 | this.variableImpactsGroupBox.Name = "variableImpactsGroupBox";
|
---|
| 95 | this.variableImpactsGroupBox.Size = new System.Drawing.Size(306, 199);
|
---|
| 96 | this.variableImpactsGroupBox.TabIndex = 3;
|
---|
| 97 | this.variableImpactsGroupBox.TabStop = false;
|
---|
| 98 | this.variableImpactsGroupBox.Text = "Variable impacts:";
|
---|
| 99 | //
|
---|
[3969] | 100 | // RunCollectionVariableImpactView
|
---|
| 101 | //
|
---|
| 102 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
[7967] | 103 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[6709] | 104 | this.Controls.Add(this.variableImpactsGroupBox);
|
---|
[7179] | 105 | this.Controls.Add(this.foldsLabel);
|
---|
[6709] | 106 | this.Controls.Add(this.comboBox);
|
---|
[3969] | 107 | this.Name = "RunCollectionVariableImpactView";
|
---|
| 108 | this.Size = new System.Drawing.Size(309, 235);
|
---|
[6709] | 109 | this.variableImpactsGroupBox.ResumeLayout(false);
|
---|
[3969] | 110 | this.ResumeLayout(false);
|
---|
[6709] | 111 | this.PerformLayout();
|
---|
[3969] | 112 |
|
---|
| 113 | }
|
---|
| 114 |
|
---|
| 115 | #endregion
|
---|
| 116 |
|
---|
| 117 | private HeuristicLab.Data.Views.StringConvertibleMatrixView matrixView;
|
---|
[6709] | 118 | private System.Windows.Forms.ComboBox comboBox;
|
---|
[7179] | 119 | private System.Windows.Forms.Label foldsLabel;
|
---|
[6709] | 120 | private System.Windows.Forms.GroupBox variableImpactsGroupBox;
|
---|
[3969] | 121 | }
|
---|
| 122 | }
|
---|