Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 11171 was 11171, checked in by ascheibe, 10 years ago

#2115 merged r11170 (copyright update) into trunk

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