Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 12012 was 12012, checked in by ascheibe, 9 years ago

#2212 merged r12008, r12009, r12010 back into trunk

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