[9353] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[16307] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[9353] | 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 |
|
---|
[11705] | 22 | namespace HeuristicLab.Analysis.Statistics.Views {
|
---|
[9377] | 23 | partial class ChartAnalysisView {
|
---|
[9353] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | #region Windows Form Designer generated code
|
---|
| 30 |
|
---|
| 31 | /// <summary>
|
---|
| 32 | /// Required method for Designer support - do not modify
|
---|
| 33 | /// the contents of this method with the code editor.
|
---|
| 34 | /// </summary>
|
---|
| 35 | private void InitializeComponent() {
|
---|
[9706] | 36 | this.fittingComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 37 | this.addValuesButton = new System.Windows.Forms.Button();
|
---|
| 38 | this.addLineToChart = new System.Windows.Forms.Button();
|
---|
[9353] | 39 | this.dataRowComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 40 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 41 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 42 | this.dataTableComboBox = new System.Windows.Forms.ComboBox();
|
---|
[9917] | 43 | this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
---|
[9706] | 44 | this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[9749] | 45 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
---|
| 46 | this.splitContainer1.Panel1.SuspendLayout();
|
---|
| 47 | this.splitContainer1.Panel2.SuspendLayout();
|
---|
| 48 | this.splitContainer1.SuspendLayout();
|
---|
[9353] | 49 | this.SuspendLayout();
|
---|
| 50 | //
|
---|
[9706] | 51 | // fittingComboBox
|
---|
[9353] | 52 | //
|
---|
[9749] | 53 | this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9706] | 54 | this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 55 | this.fittingComboBox.FormattingEnabled = true;
|
---|
[9925] | 56 | this.fittingComboBox.Location = new System.Drawing.Point(76, 3);
|
---|
[9706] | 57 | this.fittingComboBox.Name = "fittingComboBox";
|
---|
[9713] | 58 | this.fittingComboBox.Size = new System.Drawing.Size(214, 21);
|
---|
[9706] | 59 | this.fittingComboBox.TabIndex = 12;
|
---|
[9353] | 60 | //
|
---|
[9706] | 61 | // addValuesButton
|
---|
| 62 | //
|
---|
[9749] | 63 | this.addValuesButton.Location = new System.Drawing.Point(3, 3);
|
---|
[9706] | 64 | this.addValuesButton.Name = "addValuesButton";
|
---|
| 65 | this.addValuesButton.Size = new System.Drawing.Size(133, 23);
|
---|
| 66 | this.addValuesButton.TabIndex = 10;
|
---|
| 67 | this.addValuesButton.Text = "Add Values to Results";
|
---|
| 68 | this.addValuesButton.UseVisualStyleBackColor = true;
|
---|
| 69 | this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
|
---|
| 70 | //
|
---|
| 71 | // addLineToChart
|
---|
| 72 | //
|
---|
[9749] | 73 | this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9925] | 74 | this.addLineToChart.Location = new System.Drawing.Point(296, 3);
|
---|
[9706] | 75 | this.addLineToChart.Name = "addLineToChart";
|
---|
[9749] | 76 | this.addLineToChart.Size = new System.Drawing.Size(100, 23);
|
---|
[9706] | 77 | this.addLineToChart.TabIndex = 9;
|
---|
| 78 | this.addLineToChart.Text = "Fit Line to Chart";
|
---|
| 79 | this.addLineToChart.UseVisualStyleBackColor = true;
|
---|
| 80 | this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
|
---|
| 81 | //
|
---|
[9353] | 82 | // dataRowComboBox
|
---|
| 83 | //
|
---|
[11705] | 84 | this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 85 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 86 | this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 87 | this.dataRowComboBox.FormattingEnabled = true;
|
---|
[9909] | 88 | this.dataRowComboBox.Location = new System.Drawing.Point(69, 36);
|
---|
[9353] | 89 | this.dataRowComboBox.Name = "dataRowComboBox";
|
---|
[9925] | 90 | this.dataRowComboBox.Size = new System.Drawing.Size(540, 21);
|
---|
[9353] | 91 | this.dataRowComboBox.TabIndex = 8;
|
---|
| 92 | this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
|
---|
| 93 | //
|
---|
| 94 | // label2
|
---|
| 95 | //
|
---|
| 96 | this.label2.AutoSize = true;
|
---|
[9909] | 97 | this.label2.Location = new System.Drawing.Point(3, 39);
|
---|
[9353] | 98 | this.label2.Name = "label2";
|
---|
| 99 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
| 100 | this.label2.TabIndex = 7;
|
---|
| 101 | this.label2.Text = "DataRow:";
|
---|
| 102 | //
|
---|
| 103 | // label1
|
---|
| 104 | //
|
---|
| 105 | this.label1.AutoSize = true;
|
---|
[9909] | 106 | this.label1.Location = new System.Drawing.Point(3, 9);
|
---|
[9353] | 107 | this.label1.Name = "label1";
|
---|
| 108 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
| 109 | this.label1.TabIndex = 6;
|
---|
| 110 | this.label1.Text = "DataTable:";
|
---|
| 111 | //
|
---|
| 112 | // dataTableComboBox
|
---|
| 113 | //
|
---|
[11705] | 114 | this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 115 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 116 | this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 117 | this.dataTableComboBox.FormattingEnabled = true;
|
---|
[9909] | 118 | this.dataTableComboBox.Location = new System.Drawing.Point(69, 6);
|
---|
[9353] | 119 | this.dataTableComboBox.Name = "dataTableComboBox";
|
---|
[9925] | 120 | this.dataTableComboBox.Size = new System.Drawing.Size(540, 21);
|
---|
[9353] | 121 | this.dataTableComboBox.TabIndex = 5;
|
---|
| 122 | this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
|
---|
| 123 | //
|
---|
[9749] | 124 | // splitContainer1
|
---|
| 125 | //
|
---|
[11705] | 126 | this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9749] | 127 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9909] | 128 | this.splitContainer1.Location = new System.Drawing.Point(6, 391);
|
---|
[9749] | 129 | this.splitContainer1.Name = "splitContainer1";
|
---|
| 130 | //
|
---|
| 131 | // splitContainer1.Panel1
|
---|
| 132 | //
|
---|
| 133 | this.splitContainer1.Panel1.Controls.Add(this.addValuesButton);
|
---|
| 134 | //
|
---|
| 135 | // splitContainer1.Panel2
|
---|
| 136 | //
|
---|
| 137 | this.splitContainer1.Panel2.Controls.Add(this.fittingComboBox);
|
---|
| 138 | this.splitContainer1.Panel2.Controls.Add(this.addLineToChart);
|
---|
[9925] | 139 | this.splitContainer1.Size = new System.Drawing.Size(603, 29);
|
---|
| 140 | this.splitContainer1.SplitterDistance = 200;
|
---|
[9749] | 141 | this.splitContainer1.TabIndex = 13;
|
---|
| 142 | //
|
---|
[9917] | 143 | // stringConvertibleMatrixView
|
---|
[9749] | 144 | //
|
---|
[11705] | 145 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 146 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9917] | 147 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 148 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 149 | this.stringConvertibleMatrixView.Content = null;
|
---|
| 150 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(2, 63);
|
---|
| 151 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
| 152 | this.stringConvertibleMatrixView.ReadOnly = true;
|
---|
| 153 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
|
---|
| 154 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
[9925] | 155 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(607, 322);
|
---|
[9917] | 156 | this.stringConvertibleMatrixView.TabIndex = 0;
|
---|
[9749] | 157 | //
|
---|
[9377] | 158 | // ChartAnalysisView
|
---|
[9353] | 159 | //
|
---|
[9909] | 160 | this.Controls.Add(this.splitContainer1);
|
---|
| 161 | this.Controls.Add(this.stringConvertibleMatrixView);
|
---|
| 162 | this.Controls.Add(this.dataTableComboBox);
|
---|
| 163 | this.Controls.Add(this.label1);
|
---|
| 164 | this.Controls.Add(this.dataRowComboBox);
|
---|
| 165 | this.Controls.Add(this.label2);
|
---|
[9377] | 166 | this.Name = "ChartAnalysisView";
|
---|
[9909] | 167 | this.Size = new System.Drawing.Size(612, 423);
|
---|
[9749] | 168 | this.splitContainer1.Panel1.ResumeLayout(false);
|
---|
| 169 | this.splitContainer1.Panel2.ResumeLayout(false);
|
---|
| 170 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
---|
| 171 | this.splitContainer1.ResumeLayout(false);
|
---|
[9353] | 172 | this.ResumeLayout(false);
|
---|
[9909] | 173 | this.PerformLayout();
|
---|
[9353] | 174 |
|
---|
| 175 | }
|
---|
| 176 | #endregion
|
---|
| 177 |
|
---|
| 178 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
|
---|
| 179 | private System.Windows.Forms.ComboBox dataRowComboBox;
|
---|
| 180 | private System.Windows.Forms.Label label2;
|
---|
| 181 | private System.Windows.Forms.Label label1;
|
---|
| 182 | private System.Windows.Forms.ComboBox dataTableComboBox;
|
---|
| 183 | private System.Windows.Forms.Button addLineToChart;
|
---|
| 184 | private System.Windows.Forms.Button addValuesButton;
|
---|
[9706] | 185 | private System.Windows.Forms.ComboBox fittingComboBox;
|
---|
[9749] | 186 | private System.Windows.Forms.SplitContainer splitContainer1;
|
---|
[9353] | 187 | }
|
---|
| 188 | }
|
---|