Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/TimeSeriesPrognosisImportTypeDialog.Designer.cs @ 9456

Last change on this file since 9456 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

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