Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/RegressionImportTypeDialog.Designer.cs @ 13584

Last change on this file since 13584 was 13584, checked in by mkommend, 8 years ago

#2071: Added possibility to specify the encoding when importing files with the table file parser and changed export functionality to use the system's default encoding for creating CSV files.

File size: 6.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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
22namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
23  partial class RegressionImportTypeDialog {
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 Windows Form 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.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
48      this.TargetVariableLabel = new System.Windows.Forms.Label();
49      this.TargetVariableInfoLabel = new System.Windows.Forms.Label();
50      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
51      this.CSVSettingsGroupBox.SuspendLayout();
52      this.ProblemDataSettingsGroupBox.SuspendLayout();
53      this.SuspendLayout();
54      //
55      // OkButton
56      //
57      this.OkButton.Location = new System.Drawing.Point(303, 421);
58      //
59      // CancelationButton
60      //
61      this.CancelationButton.Location = new System.Drawing.Point(384, 421);
62      //
63      // ProblemDataSettingsGroupBox
64      //
65      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableInfoLabel);
66      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
67      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
68      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
69      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
70      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
71      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
72      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
73      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableInfoLabel, 0);
74      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingTestTrackBar, 0);
75      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingLabel, 0);
76      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewDatasetMatrix, 0);
77      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TestLabel, 0);
78      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ErrorTextBox, 0);
79      //
80      // TargetVariableComboBox
81      //
82      this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
83                  | System.Windows.Forms.AnchorStyles.Right)));
84      this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
85      this.TargetVariableComboBox.FormattingEnabled = true;
86      this.TargetVariableComboBox.Location = new System.Drawing.Point(230, 19);
87      this.TargetVariableComboBox.Name = "TargetVariableComboBox";
88      this.TargetVariableComboBox.Size = new System.Drawing.Size(181, 21);
89      this.TargetVariableComboBox.TabIndex = 10;
90      //
91      // TargetVariableLabel
92      //
93      this.TargetVariableLabel.AutoSize = true;
94      this.TargetVariableLabel.Location = new System.Drawing.Point(142, 22);
95      this.TargetVariableLabel.Name = "TargetVariableLabel";
96      this.TargetVariableLabel.Size = new System.Drawing.Size(82, 13);
97      this.TargetVariableLabel.TabIndex = 20;
98      this.TargetVariableLabel.Text = "Target Variable:";
99      //
100      // TargetVariableinfoLabel
101      //
102      this.TargetVariableInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
103      this.TargetVariableInfoLabel.Location = new System.Drawing.Point(421, 22);
104      this.TargetVariableInfoLabel.Name = "Target Variable Info";
105      this.TargetVariableInfoLabel.Size = new System.Drawing.Size(16, 16);
106      this.TargetVariableInfoLabel.TabIndex = 21;
107      this.TargetVariableInfoLabel.Tag = "Select the target variable of the csv file.";
108      this.TargetVariableInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
109      this.TargetVariableInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
110      this.ToolTip.SetToolTip(this.TargetVariableInfoLabel, (string)this.TargetVariableInfoLabel.Tag);
111      //
112      // RegressionImportTypeDialog
113      //
114      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
115      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
116      this.ClientSize = new System.Drawing.Size(471, 456);
117      this.Name = "RegressionImportTypeDialog";
118      this.Text = "Regression CSV Import";
119      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
120      this.CSVSettingsGroupBox.ResumeLayout(false);
121      this.CSVSettingsGroupBox.PerformLayout();
122      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
123      this.ProblemDataSettingsGroupBox.PerformLayout();
124      this.ResumeLayout(false);
125      this.PerformLayout();
126
127    }
128
129    #endregion
130
131    protected System.Windows.Forms.ComboBox TargetVariableComboBox;
132    protected System.Windows.Forms.Label TargetVariableLabel;
133    protected System.Windows.Forms.Label TargetVariableInfoLabel;
134
135
136  }
137}
Note: See TracBrowser for help on using the repository browser.