[8885] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15584] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[8885] | 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 |
|
---|
[8877] | 22 | namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
|
---|
[15185] | 23 | partial class DataAnalysisImportDialog {
|
---|
[8598] | 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() {
|
---|
[8877] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[8693] | 48 | this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox();
|
---|
[8598] | 49 | this.OkButton = new System.Windows.Forms.Button();
|
---|
[8599] | 50 | this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar();
|
---|
| 51 | this.TestLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.TrainingLabel = new System.Windows.Forms.Label();
|
---|
[15184] | 53 | this.CancellationButton = new System.Windows.Forms.Button();
|
---|
[8877] | 54 | this.OpenFileButton = new System.Windows.Forms.Button();
|
---|
[8693] | 55 | this.ProblemFileLabel = new System.Windows.Forms.Label();
|
---|
| 56 | this.ProblemTextBox = new System.Windows.Forms.TextBox();
|
---|
| 57 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
[8877] | 58 | this.DateTimeFormatComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 59 | this.DecimalSeparatorComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 60 | this.DateTimeFormatLabel = new System.Windows.Forms.Label();
|
---|
| 61 | this.DecimalSeperatorLabel = new System.Windows.Forms.Label();
|
---|
| 62 | this.SeparatorLabel = new System.Windows.Forms.Label();
|
---|
| 63 | this.SeparatorComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 64 | this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[13584] | 65 | this.EncodingInfoLabel = new System.Windows.Forms.Label();
|
---|
| 66 | this.EncodingLabel = new System.Windows.Forms.Label();
|
---|
| 67 | this.EncodingComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 68 | this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();
|
---|
[8877] | 69 | this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label();
|
---|
| 70 | this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label();
|
---|
| 71 | this.SeparatorInfoLabel = new System.Windows.Forms.Label();
|
---|
| 72 | this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 73 | this.ErrorTextBox = new System.Windows.Forms.TextBox();
|
---|
| 74 | this.ShuffelInfoLabel = new System.Windows.Forms.Label();
|
---|
| 75 | this.PreviewLabel = new System.Windows.Forms.Label();
|
---|
| 76 | this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
| 77 | this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[8599] | 78 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit();
|
---|
[8877] | 79 | this.CSVSettingsGroupBox.SuspendLayout();
|
---|
| 80 | this.ProblemDataSettingsGroupBox.SuspendLayout();
|
---|
[8598] | 81 | this.SuspendLayout();
|
---|
| 82 | //
|
---|
[8693] | 83 | // ShuffleDataCheckbox
|
---|
[8598] | 84 | //
|
---|
[8693] | 85 | this.ShuffleDataCheckbox.AutoSize = true;
|
---|
[8877] | 86 | this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 87 | this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20);
|
---|
[8693] | 88 | this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox";
|
---|
| 89 | this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17);
|
---|
| 90 | this.ShuffleDataCheckbox.TabIndex = 1;
|
---|
| 91 | this.ShuffleDataCheckbox.Text = "Shuffle Data?";
|
---|
| 92 | this.ShuffleDataCheckbox.UseVisualStyleBackColor = true;
|
---|
[8598] | 93 | //
|
---|
| 94 | // OkButton
|
---|
| 95 | //
|
---|
[9449] | 96 | this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8598] | 97 | this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
---|
[8693] | 98 | this.OkButton.Enabled = false;
|
---|
[9608] | 99 | this.OkButton.Location = new System.Drawing.Point(303, 422);
|
---|
[8598] | 100 | this.OkButton.Name = "OkButton";
|
---|
| 101 | this.OkButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 102 | this.OkButton.TabIndex = 2;
|
---|
| 103 | this.OkButton.Text = "&Ok";
|
---|
| 104 | this.OkButton.UseVisualStyleBackColor = true;
|
---|
| 105 | //
|
---|
[8599] | 106 | // TrainingTestTrackBar
|
---|
| 107 | //
|
---|
[9624] | 108 | this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 109 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 110 | this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43);
|
---|
[8599] | 111 | this.TrainingTestTrackBar.Maximum = 100;
|
---|
[8601] | 112 | this.TrainingTestTrackBar.Minimum = 1;
|
---|
[8599] | 113 | this.TrainingTestTrackBar.Name = "TrainingTestTrackBar";
|
---|
[8877] | 114 | this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45);
|
---|
[8599] | 115 | this.TrainingTestTrackBar.TabIndex = 4;
|
---|
| 116 | this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
|
---|
| 117 | this.TrainingTestTrackBar.Value = 66;
|
---|
| 118 | this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged);
|
---|
| 119 | //
|
---|
| 120 | // TestLabel
|
---|
| 121 | //
|
---|
[8877] | 122 | this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8599] | 123 | this.TestLabel.AutoSize = true;
|
---|
[8877] | 124 | this.TestLabel.Location = new System.Drawing.Point(303, 68);
|
---|
[8599] | 125 | this.TestLabel.Name = "TestLabel";
|
---|
| 126 | this.TestLabel.Size = new System.Drawing.Size(57, 13);
|
---|
| 127 | this.TestLabel.TabIndex = 6;
|
---|
| 128 | this.TestLabel.Text = "Test: 34 %";
|
---|
| 129 | //
|
---|
| 130 | // TrainingLabel
|
---|
| 131 | //
|
---|
| 132 | this.TrainingLabel.AutoSize = true;
|
---|
[8877] | 133 | this.TrainingLabel.Location = new System.Drawing.Point(76, 68);
|
---|
[8599] | 134 | this.TrainingLabel.Name = "TrainingLabel";
|
---|
| 135 | this.TrainingLabel.Size = new System.Drawing.Size(74, 13);
|
---|
| 136 | this.TrainingLabel.TabIndex = 5;
|
---|
| 137 | this.TrainingLabel.Text = "Training: 66 %";
|
---|
| 138 | //
|
---|
[15184] | 139 | // CancellationButton
|
---|
[8693] | 140 | //
|
---|
[15184] | 141 | this.CancellationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 142 | this.CancellationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
---|
| 143 | this.CancellationButton.Location = new System.Drawing.Point(384, 422);
|
---|
| 144 | this.CancellationButton.Name = "CancellationButton";
|
---|
| 145 | this.CancellationButton.Size = new System.Drawing.Size(75, 23);
|
---|
| 146 | this.CancellationButton.TabIndex = 3;
|
---|
| 147 | this.CancellationButton.Text = "&Cancel";
|
---|
| 148 | this.CancellationButton.UseVisualStyleBackColor = true;
|
---|
[8693] | 149 | //
|
---|
[8877] | 150 | // OpenFileButton
|
---|
[8693] | 151 | //
|
---|
[8877] | 152 | this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9624] | 153 | this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;
|
---|
[8877] | 154 | this.OpenFileButton.Location = new System.Drawing.Point(429, 3);
|
---|
| 155 | this.OpenFileButton.Name = "OpenFileButton";
|
---|
| 156 | this.OpenFileButton.Size = new System.Drawing.Size(24, 24);
|
---|
| 157 | this.OpenFileButton.TabIndex = 8;
|
---|
| 158 | this.OpenFileButton.UseVisualStyleBackColor = true;
|
---|
| 159 | this.OpenFileButton.Click += new System.EventHandler(this.OpenFileButtonClick);
|
---|
[8693] | 160 | //
|
---|
| 161 | // ProblemFileLabel
|
---|
| 162 | //
|
---|
| 163 | this.ProblemFileLabel.AutoSize = true;
|
---|
[8877] | 164 | this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9);
|
---|
[8693] | 165 | this.ProblemFileLabel.Name = "ProblemFileLabel";
|
---|
| 166 | this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13);
|
---|
| 167 | this.ProblemFileLabel.TabIndex = 6;
|
---|
| 168 | this.ProblemFileLabel.Text = "Problem File:";
|
---|
| 169 | //
|
---|
| 170 | // ProblemTextBox
|
---|
| 171 | //
|
---|
[9624] | 172 | this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 173 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 174 | this.ProblemTextBox.Location = new System.Drawing.Point(91, 6);
|
---|
[8693] | 175 | this.ProblemTextBox.Name = "ProblemTextBox";
|
---|
| 176 | this.ProblemTextBox.ReadOnly = true;
|
---|
[8877] | 177 | this.ProblemTextBox.Size = new System.Drawing.Size(332, 20);
|
---|
[8693] | 178 | this.ProblemTextBox.TabIndex = 9;
|
---|
| 179 | //
|
---|
| 180 | // openFileDialog
|
---|
| 181 | //
|
---|
| 182 | this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*";
|
---|
| 183 | //
|
---|
[8877] | 184 | // DateTimeFormatComboBox
|
---|
| 185 | //
|
---|
[9624] | 186 | this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 188 | this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9449] | 189 | this.DateTimeFormatComboBox.Enabled = false;
|
---|
[8877] | 190 | this.DateTimeFormatComboBox.FormattingEnabled = true;
|
---|
| 191 | this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73);
|
---|
| 192 | this.DateTimeFormatComboBox.Name = "DateTimeFormatComboBox";
|
---|
| 193 | this.DateTimeFormatComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
| 194 | this.DateTimeFormatComboBox.TabIndex = 15;
|
---|
| 195 | this.DateTimeFormatComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
| 196 | //
|
---|
| 197 | // DecimalSeparatorComboBox
|
---|
| 198 | //
|
---|
[9624] | 199 | this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 200 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 201 | this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9449] | 202 | this.DecimalSeparatorComboBox.Enabled = false;
|
---|
[8877] | 203 | this.DecimalSeparatorComboBox.FormattingEnabled = true;
|
---|
| 204 | this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46);
|
---|
| 205 | this.DecimalSeparatorComboBox.Name = "DecimalSeparatorComboBox";
|
---|
| 206 | this.DecimalSeparatorComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
| 207 | this.DecimalSeparatorComboBox.TabIndex = 14;
|
---|
| 208 | this.DecimalSeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
| 209 | //
|
---|
| 210 | // DateTimeFormatLabel
|
---|
| 211 | //
|
---|
| 212 | this.DateTimeFormatLabel.AutoSize = true;
|
---|
| 213 | this.DateTimeFormatLabel.Location = new System.Drawing.Point(6, 76);
|
---|
| 214 | this.DateTimeFormatLabel.Name = "DateTimeFormatLabel";
|
---|
| 215 | this.DateTimeFormatLabel.Size = new System.Drawing.Size(91, 13);
|
---|
| 216 | this.DateTimeFormatLabel.TabIndex = 13;
|
---|
| 217 | this.DateTimeFormatLabel.Text = "DateTime Format:";
|
---|
| 218 | //
|
---|
| 219 | // DecimalSeperatorLabel
|
---|
| 220 | //
|
---|
| 221 | this.DecimalSeperatorLabel.AutoSize = true;
|
---|
| 222 | this.DecimalSeperatorLabel.Location = new System.Drawing.Point(6, 49);
|
---|
| 223 | this.DecimalSeperatorLabel.Name = "DecimalSeperatorLabel";
|
---|
| 224 | this.DecimalSeperatorLabel.Size = new System.Drawing.Size(97, 13);
|
---|
| 225 | this.DecimalSeperatorLabel.TabIndex = 12;
|
---|
| 226 | this.DecimalSeperatorLabel.Text = "Decimal Separator:";
|
---|
| 227 | //
|
---|
| 228 | // SeparatorLabel
|
---|
| 229 | //
|
---|
| 230 | this.SeparatorLabel.AutoSize = true;
|
---|
| 231 | this.SeparatorLabel.Location = new System.Drawing.Point(6, 22);
|
---|
| 232 | this.SeparatorLabel.Name = "SeparatorLabel";
|
---|
| 233 | this.SeparatorLabel.Size = new System.Drawing.Size(56, 13);
|
---|
| 234 | this.SeparatorLabel.TabIndex = 11;
|
---|
| 235 | this.SeparatorLabel.Text = "Separator:";
|
---|
| 236 | //
|
---|
| 237 | // SeparatorComboBox
|
---|
| 238 | //
|
---|
[9624] | 239 | this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 240 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 241 | this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
[9449] | 242 | this.SeparatorComboBox.Enabled = false;
|
---|
[8877] | 243 | this.SeparatorComboBox.FormattingEnabled = true;
|
---|
| 244 | this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19);
|
---|
| 245 | this.SeparatorComboBox.Name = "SeparatorComboBox";
|
---|
| 246 | this.SeparatorComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
| 247 | this.SeparatorComboBox.TabIndex = 10;
|
---|
| 248 | this.SeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
| 249 | //
|
---|
| 250 | // CSVSettingsGroupBox
|
---|
| 251 | //
|
---|
[9624] | 252 | this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 253 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13584] | 254 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingInfoLabel);
|
---|
| 255 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingLabel);
|
---|
| 256 | this.CSVSettingsGroupBox.Controls.Add(this.EncodingComboBox);
|
---|
[9608] | 257 | this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames);
|
---|
[8877] | 258 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoLabel);
|
---|
| 259 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoLabel);
|
---|
| 260 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorInfoLabel);
|
---|
| 261 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorComboBox);
|
---|
| 262 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatComboBox);
|
---|
| 263 | this.CSVSettingsGroupBox.Controls.Add(this.SeparatorLabel);
|
---|
| 264 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorComboBox);
|
---|
| 265 | this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeperatorLabel);
|
---|
| 266 | this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatLabel);
|
---|
| 267 | this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32);
|
---|
| 268 | this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox";
|
---|
[13584] | 269 | this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 153);
|
---|
[8877] | 270 | this.CSVSettingsGroupBox.TabIndex = 16;
|
---|
| 271 | this.CSVSettingsGroupBox.TabStop = false;
|
---|
| 272 | this.CSVSettingsGroupBox.Text = "CSV Settings";
|
---|
| 273 | //
|
---|
[13584] | 274 | // EncodingInfoLabel
|
---|
| 275 | //
|
---|
| 276 | this.EncodingInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 277 | this.EncodingInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
| 278 | this.EncodingInfoLabel.Location = new System.Drawing.Point(421, 102);
|
---|
| 279 | this.EncodingInfoLabel.Name = "EncodingInfoLabel";
|
---|
| 280 | this.EncodingInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 281 | this.EncodingInfoLabel.TabIndex = 27;
|
---|
| 282 | this.EncodingInfoLabel.Tag = "Select the encoding the file was saved with.";
|
---|
| 283 | this.ToolTip.SetToolTip(this.EncodingInfoLabel, "Select the encoding the file was saved with.");
|
---|
| 284 | this.EncodingInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 285 | //
|
---|
| 286 | // EncodingLabel
|
---|
| 287 | //
|
---|
| 288 | this.EncodingLabel.AutoSize = true;
|
---|
| 289 | this.EncodingLabel.Location = new System.Drawing.Point(6, 103);
|
---|
| 290 | this.EncodingLabel.Name = "EncodingLabel";
|
---|
| 291 | this.EncodingLabel.Size = new System.Drawing.Size(52, 13);
|
---|
| 292 | this.EncodingLabel.TabIndex = 26;
|
---|
| 293 | this.EncodingLabel.Text = "Encoding";
|
---|
| 294 | //
|
---|
| 295 | // EncodingComboBox
|
---|
| 296 | //
|
---|
| 297 | this.EncodingComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 298 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 299 | this.EncodingComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 300 | this.EncodingComboBox.Enabled = false;
|
---|
| 301 | this.EncodingComboBox.FormattingEnabled = true;
|
---|
| 302 | this.EncodingComboBox.Location = new System.Drawing.Point(111, 100);
|
---|
| 303 | this.EncodingComboBox.Name = "EncodingComboBox";
|
---|
| 304 | this.EncodingComboBox.Size = new System.Drawing.Size(300, 21);
|
---|
| 305 | this.EncodingComboBox.TabIndex = 25;
|
---|
| 306 | this.EncodingComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted);
|
---|
| 307 | //
|
---|
| 308 | // CheckboxColumnNames
|
---|
| 309 | //
|
---|
| 310 | this.CheckboxColumnNames.AutoSize = true;
|
---|
| 311 | this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 127);
|
---|
| 312 | this.CheckboxColumnNames.Name = "CheckboxColumnNames";
|
---|
| 313 | this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);
|
---|
| 314 | this.CheckboxColumnNames.TabIndex = 24;
|
---|
| 315 | this.CheckboxColumnNames.Text = "Column names in first line";
|
---|
| 316 | this.CheckboxColumnNames.UseVisualStyleBackColor = true;
|
---|
| 317 | this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);
|
---|
| 318 | //
|
---|
[8877] | 319 | // DateTimeFormatInfoLabel
|
---|
| 320 | //
|
---|
| 321 | this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9624] | 322 | this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
[8877] | 323 | this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76);
|
---|
[8885] | 324 | this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel";
|
---|
[8877] | 325 | this.DateTimeFormatInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 326 | this.DateTimeFormatInfoLabel.TabIndex = 23;
|
---|
| 327 | this.DateTimeFormatInfoLabel.Tag = "Select the date time format used in the csv file";
|
---|
[8885] | 328 | this.ToolTip.SetToolTip(this.DateTimeFormatInfoLabel, "Select the date time format used in the csv file");
|
---|
[8877] | 329 | this.DateTimeFormatInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 330 | //
|
---|
| 331 | // DecimalSeparatorInfoLabel
|
---|
| 332 | //
|
---|
| 333 | this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9624] | 334 | this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
[8877] | 335 | this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49);
|
---|
[8885] | 336 | this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel";
|
---|
[8877] | 337 | this.DecimalSeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 338 | this.DecimalSeparatorInfoLabel.TabIndex = 22;
|
---|
| 339 | this.DecimalSeparatorInfoLabel.Tag = "Select the decimal separator used to for double values";
|
---|
[8885] | 340 | this.ToolTip.SetToolTip(this.DecimalSeparatorInfoLabel, "Select the decimal separator used to for double values");
|
---|
[8877] | 341 | this.DecimalSeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 342 | //
|
---|
| 343 | // SeparatorInfoLabel
|
---|
| 344 | //
|
---|
| 345 | this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[9624] | 346 | this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
[8877] | 347 | this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22);
|
---|
[8885] | 348 | this.SeparatorInfoLabel.Name = "SeparatorInfoLabel";
|
---|
[8877] | 349 | this.SeparatorInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 350 | this.SeparatorInfoLabel.TabIndex = 21;
|
---|
| 351 | this.SeparatorInfoLabel.Tag = "Select the separator used to separate columns in the csv file.";
|
---|
[8885] | 352 | this.ToolTip.SetToolTip(this.SeparatorInfoLabel, "Select the separator used to separate columns in the csv file.");
|
---|
[8877] | 353 | this.SeparatorInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 354 | //
|
---|
| 355 | // ProblemDataSettingsGroupBox
|
---|
| 356 | //
|
---|
[9624] | 357 | this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 358 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 359 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 360 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox);
|
---|
| 361 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffelInfoLabel);
|
---|
| 362 | this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel);
|
---|
| 363 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel);
|
---|
| 364 | this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix);
|
---|
| 365 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel);
|
---|
| 366 | this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar);
|
---|
| 367 | this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox);
|
---|
[13584] | 368 | this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 191);
|
---|
[8877] | 369 | this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox";
|
---|
[13584] | 370 | this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 225);
|
---|
[8877] | 371 | this.ProblemDataSettingsGroupBox.TabIndex = 17;
|
---|
| 372 | this.ProblemDataSettingsGroupBox.TabStop = false;
|
---|
| 373 | this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings";
|
---|
| 374 | //
|
---|
| 375 | // ErrorTextBox
|
---|
| 376 | //
|
---|
[9624] | 377 | this.ErrorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right;
|
---|
[8877] | 378 | this.ErrorTextBox.Location = new System.Drawing.Point(6, 15);
|
---|
| 379 | this.ErrorTextBox.Multiline = true;
|
---|
| 380 | this.ErrorTextBox.Name = "ErrorTextBox";
|
---|
| 381 | this.ErrorTextBox.Size = new System.Drawing.Size(435, 73);
|
---|
| 382 | this.ErrorTextBox.TabIndex = 0;
|
---|
[9449] | 383 | this.ErrorTextBox.Text = "Open a CSV File";
|
---|
[8877] | 384 | this.ErrorTextBox.Visible = false;
|
---|
| 385 | //
|
---|
| 386 | // ShuffelInfoLabel
|
---|
| 387 | //
|
---|
[9624] | 388 | this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;
|
---|
[8877] | 389 | this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20);
|
---|
[8885] | 390 | this.ShuffelInfoLabel.Name = "ShuffelInfoLabel";
|
---|
[8877] | 391 | this.ShuffelInfoLabel.Size = new System.Drawing.Size(16, 16);
|
---|
| 392 | this.ShuffelInfoLabel.TabIndex = 8;
|
---|
[9024] | 393 | this.ShuffelInfoLabel.Tag = "Check, if the imported data should be shuffled";
|
---|
[15184] | 394 | this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the imported data should be shuffled");
|
---|
[8877] | 395 | this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
|
---|
| 396 | //
|
---|
| 397 | // PreviewLabel
|
---|
| 398 | //
|
---|
| 399 | this.PreviewLabel.AutoSize = true;
|
---|
| 400 | this.PreviewLabel.Location = new System.Drawing.Point(9, 89);
|
---|
| 401 | this.PreviewLabel.Name = "PreviewLabel";
|
---|
| 402 | this.PreviewLabel.Size = new System.Drawing.Size(45, 13);
|
---|
| 403 | this.PreviewLabel.TabIndex = 7;
|
---|
| 404 | this.PreviewLabel.Text = "Preview";
|
---|
| 405 | //
|
---|
| 406 | // PreviewDatasetMatrix
|
---|
| 407 | //
|
---|
[9624] | 408 | this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 409 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8885] | 410 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[8877] | 411 | this.PreviewDatasetMatrix.Caption = "Dataset Preview";
|
---|
| 412 | this.PreviewDatasetMatrix.Content = null;
|
---|
| 413 | this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108);
|
---|
| 414 | this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix";
|
---|
| 415 | this.PreviewDatasetMatrix.ReadOnly = true;
|
---|
| 416 | this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false;
|
---|
| 417 | this.PreviewDatasetMatrix.ShowStatisticalInformation = false;
|
---|
[13584] | 418 | this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 111);
|
---|
[8877] | 419 | this.PreviewDatasetMatrix.TabIndex = 0;
|
---|
| 420 | //
|
---|
[15185] | 421 | // DataAnalysisImportDialog
|
---|
[8598] | 422 | //
|
---|
[8693] | 423 | this.AcceptButton = this.OkButton;
|
---|
[8598] | 424 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 425 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[9608] | 426 | this.ClientSize = new System.Drawing.Size(471, 457);
|
---|
[8877] | 427 | this.Controls.Add(this.ProblemDataSettingsGroupBox);
|
---|
| 428 | this.Controls.Add(this.CSVSettingsGroupBox);
|
---|
[8693] | 429 | this.Controls.Add(this.ProblemTextBox);
|
---|
[8877] | 430 | this.Controls.Add(this.OpenFileButton);
|
---|
[8693] | 431 | this.Controls.Add(this.ProblemFileLabel);
|
---|
[15184] | 432 | this.Controls.Add(this.CancellationButton);
|
---|
[8598] | 433 | this.Controls.Add(this.OkButton);
|
---|
[8693] | 434 | this.MaximizeBox = false;
|
---|
| 435 | this.MinimizeBox = false;
|
---|
[15185] | 436 | this.Name = "DataAnalysisImportDialog";
|
---|
[8693] | 437 | this.ShowIcon = false;
|
---|
[8598] | 438 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
---|
[8693] | 439 | this.Text = "CSV Import";
|
---|
[8599] | 440 | ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
|
---|
[8877] | 441 | this.CSVSettingsGroupBox.ResumeLayout(false);
|
---|
| 442 | this.CSVSettingsGroupBox.PerformLayout();
|
---|
| 443 | this.ProblemDataSettingsGroupBox.ResumeLayout(false);
|
---|
| 444 | this.ProblemDataSettingsGroupBox.PerformLayout();
|
---|
[8598] | 445 | this.ResumeLayout(false);
|
---|
| 446 | this.PerformLayout();
|
---|
[8599] | 447 |
|
---|
[8598] | 448 | }
|
---|
| 449 |
|
---|
| 450 | #endregion
|
---|
| 451 |
|
---|
[8693] | 452 | protected System.Windows.Forms.CheckBox ShuffleDataCheckbox;
|
---|
[8598] | 453 | protected System.Windows.Forms.Button OkButton;
|
---|
[8693] | 454 | protected System.Windows.Forms.TrackBar TrainingTestTrackBar;
|
---|
| 455 | protected System.Windows.Forms.Label TestLabel;
|
---|
| 456 | protected System.Windows.Forms.Label TrainingLabel;
|
---|
[15184] | 457 | protected System.Windows.Forms.Button CancellationButton;
|
---|
[8693] | 458 | protected System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
| 459 | protected System.Windows.Forms.Label ProblemFileLabel;
|
---|
[8877] | 460 | protected System.Windows.Forms.Button OpenFileButton;
|
---|
[8693] | 461 | protected System.Windows.Forms.TextBox ProblemTextBox;
|
---|
[8877] | 462 | protected System.Windows.Forms.ComboBox DateTimeFormatComboBox;
|
---|
| 463 | protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox;
|
---|
| 464 | protected System.Windows.Forms.Label DateTimeFormatLabel;
|
---|
| 465 | protected System.Windows.Forms.Label DecimalSeperatorLabel;
|
---|
| 466 | protected System.Windows.Forms.Label SeparatorLabel;
|
---|
| 467 | protected System.Windows.Forms.ComboBox SeparatorComboBox;
|
---|
| 468 | protected System.Windows.Forms.GroupBox CSVSettingsGroupBox;
|
---|
| 469 | protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox;
|
---|
| 470 | protected System.Windows.Forms.TextBox ErrorTextBox;
|
---|
| 471 | protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix;
|
---|
| 472 | protected System.Windows.Forms.Label PreviewLabel;
|
---|
| 473 | protected System.Windows.Forms.Label SeparatorInfoLabel;
|
---|
| 474 | protected System.Windows.Forms.Label DateTimeFormatInfoLabel;
|
---|
| 475 | protected System.Windows.Forms.Label DecimalSeparatorInfoLabel;
|
---|
| 476 | protected System.Windows.Forms.Label ShuffelInfoLabel;
|
---|
| 477 | protected System.Windows.Forms.ToolTip ToolTip;
|
---|
[9608] | 478 | private System.Windows.Forms.CheckBox CheckboxColumnNames;
|
---|
[13584] | 479 | protected System.Windows.Forms.Label EncodingInfoLabel;
|
---|
| 480 | protected System.Windows.Forms.Label EncodingLabel;
|
---|
| 481 | protected System.Windows.Forms.ComboBox EncodingComboBox;
|
---|
[8598] | 482 | }
|
---|
| 483 | } |
---|