[9353] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2012 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.Analysis.Statistics {
|
---|
[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() {
|
---|
| 36 | this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
| 37 | this.dataRowComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 38 | this.label2 = new System.Windows.Forms.Label();
|
---|
| 39 | this.label1 = new System.Windows.Forms.Label();
|
---|
| 40 | this.dataTableComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 41 | this.addLineToChart = new System.Windows.Forms.Button();
|
---|
| 42 | this.addValuesButton = new System.Windows.Forms.Button();
|
---|
| 43 | this.SuspendLayout();
|
---|
| 44 | //
|
---|
| 45 | // stringConvertibleMatrixView
|
---|
| 46 | //
|
---|
[9355] | 47 | this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 48 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 49 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 50 | this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 51 | this.stringConvertibleMatrixView.Content = null;
|
---|
| 52 | this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59);
|
---|
| 53 | this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView";
|
---|
[9377] | 54 | this.stringConvertibleMatrixView.ReadOnly = true;
|
---|
[9353] | 55 | this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true;
|
---|
| 56 | this.stringConvertibleMatrixView.ShowStatisticalInformation = true;
|
---|
| 57 | this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294);
|
---|
| 58 | this.stringConvertibleMatrixView.TabIndex = 0;
|
---|
| 59 | //
|
---|
| 60 | // dataRowComboBox
|
---|
| 61 | //
|
---|
[9355] | 62 | this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 63 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 64 | this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 65 | this.dataRowComboBox.FormattingEnabled = true;
|
---|
| 66 | this.dataRowComboBox.Location = new System.Drawing.Point(71, 33);
|
---|
| 67 | this.dataRowComboBox.Name = "dataRowComboBox";
|
---|
| 68 | this.dataRowComboBox.Size = new System.Drawing.Size(424, 21);
|
---|
| 69 | this.dataRowComboBox.TabIndex = 8;
|
---|
| 70 | this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged);
|
---|
| 71 | //
|
---|
| 72 | // label2
|
---|
| 73 | //
|
---|
| 74 | this.label2.AutoSize = true;
|
---|
| 75 | this.label2.Location = new System.Drawing.Point(5, 36);
|
---|
| 76 | this.label2.Name = "label2";
|
---|
| 77 | this.label2.Size = new System.Drawing.Size(55, 13);
|
---|
| 78 | this.label2.TabIndex = 7;
|
---|
| 79 | this.label2.Text = "DataRow:";
|
---|
| 80 | //
|
---|
| 81 | // label1
|
---|
| 82 | //
|
---|
| 83 | this.label1.AutoSize = true;
|
---|
| 84 | this.label1.Location = new System.Drawing.Point(5, 6);
|
---|
| 85 | this.label1.Name = "label1";
|
---|
| 86 | this.label1.Size = new System.Drawing.Size(60, 13);
|
---|
| 87 | this.label1.TabIndex = 6;
|
---|
| 88 | this.label1.Text = "DataTable:";
|
---|
| 89 | //
|
---|
| 90 | // dataTableComboBox
|
---|
| 91 | //
|
---|
[9355] | 92 | this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[9353] | 93 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 94 | this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 95 | this.dataTableComboBox.FormattingEnabled = true;
|
---|
| 96 | this.dataTableComboBox.Location = new System.Drawing.Point(71, 3);
|
---|
| 97 | this.dataTableComboBox.Name = "dataTableComboBox";
|
---|
| 98 | this.dataTableComboBox.Size = new System.Drawing.Size(424, 21);
|
---|
| 99 | this.dataTableComboBox.TabIndex = 5;
|
---|
| 100 | this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
|
---|
| 101 | //
|
---|
| 102 | // addLineToChart
|
---|
| 103 | //
|
---|
| 104 | this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9355] | 105 | this.addLineToChart.Location = new System.Drawing.Point(353, 359);
|
---|
[9353] | 106 | this.addLineToChart.Name = "addLineToChart";
|
---|
[9355] | 107 | this.addLineToChart.Size = new System.Drawing.Size(133, 23);
|
---|
[9353] | 108 | this.addLineToChart.TabIndex = 9;
|
---|
[9355] | 109 | this.addLineToChart.Text = "Fit Line to Chart";
|
---|
[9353] | 110 | this.addLineToChart.UseVisualStyleBackColor = true;
|
---|
| 111 | this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click);
|
---|
| 112 | //
|
---|
| 113 | // addValuesButton
|
---|
| 114 | //
|
---|
| 115 | this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9355] | 116 | this.addValuesButton.Location = new System.Drawing.Point(214, 359);
|
---|
[9353] | 117 | this.addValuesButton.Name = "addValuesButton";
|
---|
| 118 | this.addValuesButton.Size = new System.Drawing.Size(133, 23);
|
---|
| 119 | this.addValuesButton.TabIndex = 10;
|
---|
| 120 | this.addValuesButton.Text = "Add Values to Results";
|
---|
| 121 | this.addValuesButton.UseVisualStyleBackColor = true;
|
---|
| 122 | this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click);
|
---|
| 123 | //
|
---|
[9377] | 124 | // ChartAnalysisView
|
---|
[9353] | 125 | //
|
---|
| 126 | this.Controls.Add(this.addValuesButton);
|
---|
| 127 | this.Controls.Add(this.addLineToChart);
|
---|
| 128 | this.Controls.Add(this.dataRowComboBox);
|
---|
| 129 | this.Controls.Add(this.label2);
|
---|
| 130 | this.Controls.Add(this.label1);
|
---|
| 131 | this.Controls.Add(this.dataTableComboBox);
|
---|
| 132 | this.Controls.Add(this.stringConvertibleMatrixView);
|
---|
[9377] | 133 | this.Name = "ChartAnalysisView";
|
---|
[9353] | 134 | this.Size = new System.Drawing.Size(498, 385);
|
---|
| 135 | this.ResumeLayout(false);
|
---|
| 136 | this.PerformLayout();
|
---|
| 137 |
|
---|
| 138 | }
|
---|
| 139 | #endregion
|
---|
| 140 |
|
---|
| 141 | private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView;
|
---|
| 142 | private System.Windows.Forms.ComboBox dataRowComboBox;
|
---|
| 143 | private System.Windows.Forms.Label label2;
|
---|
| 144 | private System.Windows.Forms.Label label1;
|
---|
| 145 | private System.Windows.Forms.ComboBox dataTableComboBox;
|
---|
| 146 | private System.Windows.Forms.Button addLineToChart;
|
---|
| 147 | private System.Windows.Forms.Button addValuesButton;
|
---|
| 148 | }
|
---|
| 149 | }
|
---|