Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.Designer.cs @ 14186

Last change on this file since 14186 was 14186, checked in by swagner, 8 years ago

#2526: Updated year of copyrights in license headers

File size: 7.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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 TimeSeriesPrognosisImportTypeDialog {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimeSeriesPrognosisImportTypeDialog));
48      this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
49      this.TargetVariableLabel = new System.Windows.Forms.Label();
50      this.TargetVariableInfoLabel = new System.Windows.Forms.Label();
51      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
52      this.CSVSettingsGroupBox.SuspendLayout();
53      this.ProblemDataSettingsGroupBox.SuspendLayout();
54      this.SuspendLayout();
55      //
56      // ShuffleDataCheckbox
57      //
58      this.ShuffleDataCheckbox.Enabled = false;
59      this.ShuffleDataCheckbox.Visible = false;
60
61      //
62      // ProblemDataSettingsGroupBox
63      //
64      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableInfoLabel);
65      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableComboBox);
66      this.ProblemDataSettingsGroupBox.Controls.Add(this.TargetVariableLabel);
67      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffleDataCheckbox, 0);
68      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableLabel, 0);
69      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewLabel, 0);
70      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ShuffelInfoLabel, 0);
71      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableComboBox, 0);
72      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TargetVariableInfoLabel, 0);
73      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingTestTrackBar, 0);
74      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TrainingLabel, 0);
75      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.PreviewDatasetMatrix, 0);
76      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.TestLabel, 0);
77      this.ProblemDataSettingsGroupBox.Controls.SetChildIndex(this.ErrorTextBox, 0);
78      //
79      // ErrorTextBox
80      //
81      this.ErrorTextBox.Location = new System.Drawing.Point(6, 19);
82      this.ErrorTextBox.Size = new System.Drawing.Size(435, 69);
83      //
84      // SeparatorInfoLabel
85      //
86      this.ToolTip.SetToolTip(this.SeparatorInfoLabel, "Select the separator used to separate columns in the csv file.");
87      //
88      // DateTimeFormatInfoLabel
89      //
90      this.ToolTip.SetToolTip(this.DateTimeFormatInfoLabel, "Select the date time format used in the csv file");
91      //
92      // DecimalSeparatorInfoLabel
93      //
94      this.ToolTip.SetToolTip(this.DecimalSeparatorInfoLabel, "Select the decimal separator used to for double values");
95      //
96      // ShuffelInfoLabel
97      //
98      this.ShuffelInfoLabel.Enabled = false;
99      this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the importat data should be shuffled");
100      this.ShuffelInfoLabel.Visible = false;
101      //
102      // TargetVariableComboBox
103      //
104      this.TargetVariableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      this.TargetVariableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
107      this.TargetVariableComboBox.FormattingEnabled = true;
108      this.TargetVariableComboBox.Location = new System.Drawing.Point(111, 19);
109      this.TargetVariableComboBox.Name = "TargetVariableComboBox";
110      this.TargetVariableComboBox.Size = new System.Drawing.Size(300, 21);
111      this.TargetVariableComboBox.TabIndex = 10;
112      //
113      // TargetVariableLabel
114      //
115      this.TargetVariableLabel.AutoSize = true;
116      this.TargetVariableLabel.Location = new System.Drawing.Point(6, 22);
117      this.TargetVariableLabel.Name = "TargetVariableLabel";
118      this.TargetVariableLabel.Size = new System.Drawing.Size(82, 13);
119      this.TargetVariableLabel.TabIndex = 20;
120      this.TargetVariableLabel.Text = "Target Variable:";
121      //
122      // TargetVariableInfoLabel
123      //
124      this.TargetVariableInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
125      this.TargetVariableInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
126      this.TargetVariableInfoLabel.Location = new System.Drawing.Point(421, 22);
127      this.TargetVariableInfoLabel.Name = "TargetVariableInfoLabel";
128      this.TargetVariableInfoLabel.Size = new System.Drawing.Size(16, 16);
129      this.TargetVariableInfoLabel.TabIndex = 21;
130      this.TargetVariableInfoLabel.Tag = "Select the target variable of the csv file.";
131      this.TargetVariableInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
132      this.ToolTip.SetToolTip(this.TargetVariableInfoLabel, (string)this.TargetVariableInfoLabel.Tag);
133      //
134      // TimeSeriesPrognosisImportTypeDialog
135      //
136      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
137      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
138      this.ClientSize = new System.Drawing.Size(471, 457);
139      this.Name = "TimeSeriesPrognosisImportTypeDialog";
140      this.Text = "TimeSeries Prognosis CSV Import";
141      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
142      this.CSVSettingsGroupBox.ResumeLayout(false);
143      this.CSVSettingsGroupBox.PerformLayout();
144      this.ProblemDataSettingsGroupBox.ResumeLayout(false);
145      this.ProblemDataSettingsGroupBox.PerformLayout();
146      this.ResumeLayout(false);
147      this.PerformLayout();
148
149    }
150
151    #endregion
152
153    protected System.Windows.Forms.ComboBox TargetVariableComboBox;
154    protected System.Windows.Forms.Label TargetVariableLabel;
155    protected System.Windows.Forms.Label TargetVariableInfoLabel;
156
157
158  }
159}
Note: See TracBrowser for help on using the repository browser.