#region License Information /* HeuristicLab * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL) * * This file is part of HeuristicLab. * * HeuristicLab is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * HeuristicLab is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with HeuristicLab. If not, see . */ #endregion namespace HeuristicLab.Analysis.Statistics { partial class ChartAnalysisView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.fittingComboBox = new System.Windows.Forms.ComboBox(); this.addValuesButton = new System.Windows.Forms.Button(); this.addLineToChart = new System.Windows.Forms.Button(); this.dataRowComboBox = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dataTableComboBox = new System.Windows.Forms.ComboBox(); this.stringConvertibleMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); this.SuspendLayout(); // // fittingComboBox // this.fittingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.fittingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.fittingComboBox.FormattingEnabled = true; this.fittingComboBox.Location = new System.Drawing.Point(147, 359); this.fittingComboBox.Name = "fittingComboBox"; this.fittingComboBox.Size = new System.Drawing.Size(200, 21); this.fittingComboBox.TabIndex = 12; // // addValuesButton // this.addValuesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.addValuesButton.Location = new System.Drawing.Point(8, 359); this.addValuesButton.Name = "addValuesButton"; this.addValuesButton.Size = new System.Drawing.Size(133, 23); this.addValuesButton.TabIndex = 10; this.addValuesButton.Text = "Add Values to Results"; this.addValuesButton.UseVisualStyleBackColor = true; this.addValuesButton.Click += new System.EventHandler(this.addValuesButton_Click); // // addLineToChart // this.addLineToChart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.addLineToChart.Location = new System.Drawing.Point(353, 359); this.addLineToChart.Name = "addLineToChart"; this.addLineToChart.Size = new System.Drawing.Size(133, 23); this.addLineToChart.TabIndex = 9; this.addLineToChart.Text = "Fit Line to Chart"; this.addLineToChart.UseVisualStyleBackColor = true; this.addLineToChart.Click += new System.EventHandler(this.addLineToChart_Click); // // dataRowComboBox // this.dataRowComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataRowComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataRowComboBox.FormattingEnabled = true; this.dataRowComboBox.Location = new System.Drawing.Point(71, 33); this.dataRowComboBox.Name = "dataRowComboBox"; this.dataRowComboBox.Size = new System.Drawing.Size(424, 21); this.dataRowComboBox.TabIndex = 8; this.dataRowComboBox.SelectedIndexChanged += new System.EventHandler(this.dataRowComboBox_SelectedIndexChanged); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(5, 36); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(55, 13); this.label2.TabIndex = 7; this.label2.Text = "DataRow:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(5, 6); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 6; this.label1.Text = "DataTable:"; // // dataTableComboBox // this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.dataTableComboBox.FormattingEnabled = true; this.dataTableComboBox.Location = new System.Drawing.Point(71, 3); this.dataTableComboBox.Name = "dataTableComboBox"; this.dataTableComboBox.Size = new System.Drawing.Size(424, 21); this.dataTableComboBox.TabIndex = 5; this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged); // // stringConvertibleMatrixView // this.stringConvertibleMatrixView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stringConvertibleMatrixView.Caption = "StringConvertibleMatrix View"; this.stringConvertibleMatrixView.Content = null; this.stringConvertibleMatrixView.Location = new System.Drawing.Point(3, 59); this.stringConvertibleMatrixView.Name = "stringConvertibleMatrixView"; this.stringConvertibleMatrixView.ReadOnly = true; this.stringConvertibleMatrixView.ShowRowsAndColumnsTextBox = true; this.stringConvertibleMatrixView.ShowStatisticalInformation = true; this.stringConvertibleMatrixView.Size = new System.Drawing.Size(492, 294); this.stringConvertibleMatrixView.TabIndex = 0; // // ChartAnalysisView // this.Controls.Add(this.fittingComboBox); this.Controls.Add(this.addValuesButton); this.Controls.Add(this.addLineToChart); this.Controls.Add(this.dataRowComboBox); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.dataTableComboBox); this.Controls.Add(this.stringConvertibleMatrixView); this.Name = "ChartAnalysisView"; this.Size = new System.Drawing.Size(498, 385); this.ResumeLayout(false); this.PerformLayout(); } #endregion private HeuristicLab.Data.Views.StringConvertibleMatrixView stringConvertibleMatrixView; private System.Windows.Forms.ComboBox dataRowComboBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox dataTableComboBox; private System.Windows.Forms.Button addLineToChart; private System.Windows.Forms.Button addValuesButton; private System.Windows.Forms.ComboBox fittingComboBox; } }