Changeset 8701 for branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs
- Timestamp:
- 09/25/12 16:16:23 (12 years ago)
- Location:
- branches/DataAnalysisCSVImport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysisCSVImport
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs
r8693 r8701 1 namespace HeuristicLab.Problems.Instances.DataAnalysis.Views { 1 2 using HeuristicLab.Common.Resources; 3 namespace HeuristicLab.Problems.Instances.DataAnalysis.Views { 2 4 partial class DataAnalysisImportTypeDialog { 3 5 /// <summary> … … 27 29 this.OkButton = new System.Windows.Forms.Button(); 28 30 this.TrainingTestTrackBar = new System.Windows.Forms.TrackBar(); 29 this.TrainingTestGroupBox = new System.Windows.Forms.GroupBox();30 31 this.TestLabel = new System.Windows.Forms.Label(); 31 32 this.TrainingLabel = new System.Windows.Forms.Label(); 32 33 this.CancelButton = new System.Windows.Forms.Button(); 33 this. openFileButton = new System.Windows.Forms.Button();34 this.OpenFileButton = new System.Windows.Forms.Button(); 34 35 this.ProblemFileLabel = new System.Windows.Forms.Label(); 35 36 this.ProblemTextBox = new System.Windows.Forms.TextBox(); 36 37 this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); 38 this.DateTimeFormatComboBox = new System.Windows.Forms.ComboBox(); 39 this.DecimalSeparatorComboBox = new System.Windows.Forms.ComboBox(); 40 this.DateTimeFormatLabel = new System.Windows.Forms.Label(); 41 this.DecimalSeperatorLabel = new System.Windows.Forms.Label(); 42 this.SeparatorLabel = new System.Windows.Forms.Label(); 43 this.SeparatorComboBox = new System.Windows.Forms.ComboBox(); 44 this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox(); 45 this.SeparatorInfoButton = new System.Windows.Forms.Button(); 46 this.ProblemDataSettingsGroupBox = new System.Windows.Forms.GroupBox(); 47 this.PreviewLabel = new System.Windows.Forms.Label(); 48 this.ErrorTextBox = new System.Windows.Forms.TextBox(); 49 this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); 50 this.DecimalSeparatorInfoButton = new System.Windows.Forms.Button(); 51 this.DateTimeFormatInfoButton = new System.Windows.Forms.Button(); 52 this.ShuffleDataInfoButton = new System.Windows.Forms.Button(); 37 53 ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit(); 38 this.TrainingTestGroupBox.SuspendLayout(); 54 this.CSVSettingsGroupBox.SuspendLayout(); 55 this.ProblemDataSettingsGroupBox.SuspendLayout(); 39 56 this.SuspendLayout(); 40 57 // … … 42 59 // 43 60 this.ShuffleDataCheckbox.AutoSize = true; 44 this.ShuffleDataCheckbox.Location = new System.Drawing.Point(12, 38); 61 this.ShuffleDataCheckbox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight; 62 this.ShuffleDataCheckbox.Location = new System.Drawing.Point(9, 20); 45 63 this.ShuffleDataCheckbox.Name = "ShuffleDataCheckbox"; 46 64 this.ShuffleDataCheckbox.Size = new System.Drawing.Size(91, 17); … … 51 69 // OkButton 52 70 // 71 this.OkButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 53 72 this.OkButton.DialogResult = System.Windows.Forms.DialogResult.OK; 54 73 this.OkButton.Enabled = false; 55 this.OkButton.Location = new System.Drawing.Point( 61, 147);74 this.OkButton.Location = new System.Drawing.Point(87, 407); 56 75 this.OkButton.Name = "OkButton"; 57 76 this.OkButton.Size = new System.Drawing.Size(75, 23); … … 64 83 this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 65 84 | System.Windows.Forms.AnchorStyles.Right))); 66 this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 19);85 this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43); 67 86 this.TrainingTestTrackBar.Maximum = 100; 68 87 this.TrainingTestTrackBar.Minimum = 1; 69 88 this.TrainingTestTrackBar.Name = "TrainingTestTrackBar"; 70 this.TrainingTestTrackBar.Size = new System.Drawing.Size( 303, 45);89 this.TrainingTestTrackBar.Size = new System.Drawing.Size(435, 45); 71 90 this.TrainingTestTrackBar.TabIndex = 4; 72 91 this.TrainingTestTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; … … 74 93 this.TrainingTestTrackBar.ValueChanged += new System.EventHandler(this.TrainingTestTrackBar_ValueChanged); 75 94 // 76 // TrainingTestGroupBox77 //78 this.TrainingTestGroupBox.Controls.Add(this.TestLabel);79 this.TrainingTestGroupBox.Controls.Add(this.TrainingLabel);80 this.TrainingTestGroupBox.Controls.Add(this.TrainingTestTrackBar);81 this.TrainingTestGroupBox.Location = new System.Drawing.Point(12, 61);82 this.TrainingTestGroupBox.Name = "TrainingTestGroupBox";83 this.TrainingTestGroupBox.Size = new System.Drawing.Size(315, 80);84 this.TrainingTestGroupBox.TabIndex = 5;85 this.TrainingTestGroupBox.TabStop = false;86 this.TrainingTestGroupBox.Text = "Training/Test";87 //88 95 // TestLabel 89 96 // 97 this.TestLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 90 98 this.TestLabel.AutoSize = true; 91 this.TestLabel.Location = new System.Drawing.Point( 188, 51);99 this.TestLabel.Location = new System.Drawing.Point(303, 68); 92 100 this.TestLabel.Name = "TestLabel"; 93 101 this.TestLabel.Size = new System.Drawing.Size(57, 13); … … 98 106 // 99 107 this.TrainingLabel.AutoSize = true; 100 this.TrainingLabel.Location = new System.Drawing.Point( 50, 51);108 this.TrainingLabel.Location = new System.Drawing.Point(76, 68); 101 109 this.TrainingLabel.Name = "TrainingLabel"; 102 110 this.TrainingLabel.Size = new System.Drawing.Size(74, 13); … … 106 114 // CancelButton 107 115 // 116 this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); 108 117 this.CancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 109 this.CancelButton.Location = new System.Drawing.Point( 182, 147);118 this.CancelButton.Location = new System.Drawing.Point(318, 407); 110 119 this.CancelButton.Name = "CancelButton"; 111 120 this.CancelButton.Size = new System.Drawing.Size(75, 23); … … 116 125 // openFileButton 117 126 // 118 this.openFileButton.Location = new System.Drawing.Point(303, 12); 119 this.openFileButton.Name = "openFileButton"; 120 this.openFileButton.Size = new System.Drawing.Size(24, 24); 121 this.openFileButton.TabIndex = 8; 122 this.openFileButton.UseVisualStyleBackColor = true; 123 this.openFileButton.Click += new System.EventHandler(this.openFileButton_Click); 127 this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 128 this.OpenFileButton.Location = new System.Drawing.Point(429, 3); 129 this.OpenFileButton.Name = "openFileButton"; 130 this.OpenFileButton.Size = new System.Drawing.Size(24, 24); 131 this.OpenFileButton.TabIndex = 8; 132 this.OpenFileButton.Text = "Open"; 133 this.OpenFileButton.UseVisualStyleBackColor = true; 134 this.OpenFileButton.Click += new System.EventHandler(this.openFileButton_Click); 124 135 // 125 136 // ProblemFileLabel 126 137 // 127 138 this.ProblemFileLabel.AutoSize = true; 128 this.ProblemFileLabel.Location = new System.Drawing.Point(1 2, 15);139 this.ProblemFileLabel.Location = new System.Drawing.Point(18, 9); 129 140 this.ProblemFileLabel.Name = "ProblemFileLabel"; 130 141 this.ProblemFileLabel.Size = new System.Drawing.Size(67, 13); … … 134 145 // ProblemTextBox 135 146 // 136 this.ProblemTextBox.Location = new System.Drawing.Point(85, 12); 147 this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 148 | System.Windows.Forms.AnchorStyles.Right))); 149 this.ProblemTextBox.Location = new System.Drawing.Point(91, 6); 137 150 this.ProblemTextBox.Name = "ProblemTextBox"; 138 151 this.ProblemTextBox.ReadOnly = true; 139 this.ProblemTextBox.Size = new System.Drawing.Size( 212, 20);152 this.ProblemTextBox.Size = new System.Drawing.Size(332, 20); 140 153 this.ProblemTextBox.TabIndex = 9; 141 154 // … … 143 156 // 144 157 this.openFileDialog.Filter = "CSV files (*.csv)|*.csv|Text files (*.txt)|*.txt|All files (*.*)|*.*"; 158 // 159 // DateTimeFormatComboBox 160 // 161 this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 162 | System.Windows.Forms.AnchorStyles.Right))); 163 this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 164 this.DateTimeFormatComboBox.FormattingEnabled = true; 165 this.DateTimeFormatComboBox.Location = new System.Drawing.Point(111, 73); 166 this.DateTimeFormatComboBox.Name = "DateTimeFormatComboBox"; 167 this.DateTimeFormatComboBox.Size = new System.Drawing.Size(300, 21); 168 this.DateTimeFormatComboBox.TabIndex = 15; 169 this.DateTimeFormatComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted); 170 // 171 // DecimalSeparatorComboBox 172 // 173 this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 174 | System.Windows.Forms.AnchorStyles.Right))); 175 this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 176 this.DecimalSeparatorComboBox.FormattingEnabled = true; 177 this.DecimalSeparatorComboBox.Location = new System.Drawing.Point(111, 46); 178 this.DecimalSeparatorComboBox.Name = "DecimalSeparatorComboBox"; 179 this.DecimalSeparatorComboBox.Size = new System.Drawing.Size(300, 21); 180 this.DecimalSeparatorComboBox.TabIndex = 14; 181 this.DecimalSeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted); 182 // 183 // DateTimeFormatLabel 184 // 185 this.DateTimeFormatLabel.AutoSize = true; 186 this.DateTimeFormatLabel.Location = new System.Drawing.Point(6, 76); 187 this.DateTimeFormatLabel.Name = "DateTimeFormatLabel"; 188 this.DateTimeFormatLabel.Size = new System.Drawing.Size(91, 13); 189 this.DateTimeFormatLabel.TabIndex = 13; 190 this.DateTimeFormatLabel.Text = "DateTime Format:"; 191 // 192 // DecimalSeperatorLabel 193 // 194 this.DecimalSeperatorLabel.AutoSize = true; 195 this.DecimalSeperatorLabel.Location = new System.Drawing.Point(6, 49); 196 this.DecimalSeperatorLabel.Name = "DecimalSeperatorLabel"; 197 this.DecimalSeperatorLabel.Size = new System.Drawing.Size(97, 13); 198 this.DecimalSeperatorLabel.TabIndex = 12; 199 this.DecimalSeperatorLabel.Text = "Decimal Separator:"; 200 // 201 // SeparatorLabel 202 // 203 this.SeparatorLabel.AutoSize = true; 204 this.SeparatorLabel.Location = new System.Drawing.Point(6, 22); 205 this.SeparatorLabel.Name = "SeparatorLabel"; 206 this.SeparatorLabel.Size = new System.Drawing.Size(56, 13); 207 this.SeparatorLabel.TabIndex = 11; 208 this.SeparatorLabel.Text = "Separator:"; 209 // 210 // SeparatorComboBox 211 // 212 this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 213 | System.Windows.Forms.AnchorStyles.Right))); 214 this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 215 this.SeparatorComboBox.FormattingEnabled = true; 216 this.SeparatorComboBox.Location = new System.Drawing.Point(111, 19); 217 this.SeparatorComboBox.Name = "SeparatorComboBox"; 218 this.SeparatorComboBox.Size = new System.Drawing.Size(300, 21); 219 this.SeparatorComboBox.TabIndex = 10; 220 this.SeparatorComboBox.SelectionChangeCommitted += new System.EventHandler(this.CSVFormatComboBoxSelectionChangeCommitted); 221 // 222 // CSVSettingsGroupBox 223 // 224 this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 225 | System.Windows.Forms.AnchorStyles.Right))); 226 this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatInfoButton); 227 this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorInfoButton); 228 this.CSVSettingsGroupBox.Controls.Add(this.SeparatorInfoButton); 229 this.CSVSettingsGroupBox.Controls.Add(this.SeparatorComboBox); 230 this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatComboBox); 231 this.CSVSettingsGroupBox.Controls.Add(this.SeparatorLabel); 232 this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeparatorComboBox); 233 this.CSVSettingsGroupBox.Controls.Add(this.DecimalSeperatorLabel); 234 this.CSVSettingsGroupBox.Controls.Add(this.DateTimeFormatLabel); 235 this.CSVSettingsGroupBox.Location = new System.Drawing.Point(12, 32); 236 this.CSVSettingsGroupBox.Name = "CSVSettingsGroupBox"; 237 this.CSVSettingsGroupBox.Size = new System.Drawing.Size(447, 105); 238 this.CSVSettingsGroupBox.TabIndex = 16; 239 this.CSVSettingsGroupBox.TabStop = false; 240 this.CSVSettingsGroupBox.Text = "CSV Settings"; 241 // 242 // SeparatorInfoButton 243 // 244 this.SeparatorInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 245 this.SeparatorInfoButton.Location = new System.Drawing.Point(417, 17); 246 this.SeparatorInfoButton.Name = "SeparatorInfoButton"; 247 this.SeparatorInfoButton.Size = new System.Drawing.Size(24, 24); 248 this.SeparatorInfoButton.TabIndex = 18; 249 this.SeparatorInfoButton.Text = "SeparatorInfo"; 250 this.SeparatorInfoButton.UseVisualStyleBackColor = true; 251 // 252 // ProblemDataSettingsGroupBox 253 // 254 this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 255 | System.Windows.Forms.AnchorStyles.Left) 256 | System.Windows.Forms.AnchorStyles.Right))); 257 this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataInfoButton); 258 this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewLabel); 259 this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox); 260 this.ProblemDataSettingsGroupBox.Controls.Add(this.TestLabel); 261 this.ProblemDataSettingsGroupBox.Controls.Add(this.PreviewDatasetMatrix); 262 this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingLabel); 263 this.ProblemDataSettingsGroupBox.Controls.Add(this.TrainingTestTrackBar); 264 this.ProblemDataSettingsGroupBox.Controls.Add(this.ShuffleDataCheckbox); 265 this.ProblemDataSettingsGroupBox.Location = new System.Drawing.Point(12, 143); 266 this.ProblemDataSettingsGroupBox.Name = "ProblemDataSettingsGroupBox"; 267 this.ProblemDataSettingsGroupBox.Size = new System.Drawing.Size(447, 258); 268 this.ProblemDataSettingsGroupBox.TabIndex = 17; 269 this.ProblemDataSettingsGroupBox.TabStop = false; 270 this.ProblemDataSettingsGroupBox.Text = "ProblemData Settings"; 271 // 272 // PreviewLabel 273 // 274 this.PreviewLabel.AutoSize = true; 275 this.PreviewLabel.Location = new System.Drawing.Point(9, 89); 276 this.PreviewLabel.Name = "PreviewLabel"; 277 this.PreviewLabel.Size = new System.Drawing.Size(45, 13); 278 this.PreviewLabel.TabIndex = 7; 279 this.PreviewLabel.Text = "Preview"; 280 // 281 // ErrorTextBox 282 // 283 this.ErrorTextBox.Location = new System.Drawing.Point(111, 164); 284 this.ErrorTextBox.Multiline = true; 285 this.ErrorTextBox.Name = "ErrorTextBox"; 286 this.ErrorTextBox.Size = new System.Drawing.Size(193, 32); 287 this.ErrorTextBox.TabIndex = 0; 288 this.ErrorTextBox.Visible = false; 289 // 290 // PreviewDatasetMatrix 291 // 292 this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 293 | System.Windows.Forms.AnchorStyles.Left) 294 | System.Windows.Forms.AnchorStyles.Right))); 295 this.PreviewDatasetMatrix.Caption = "Dataset Preview"; 296 this.PreviewDatasetMatrix.Content = null; 297 this.PreviewDatasetMatrix.Location = new System.Drawing.Point(6, 108); 298 this.PreviewDatasetMatrix.Name = "PreviewDatasetMatrix"; 299 this.PreviewDatasetMatrix.ReadOnly = true; 300 this.PreviewDatasetMatrix.ShowRowsAndColumnsTextBox = false; 301 this.PreviewDatasetMatrix.ShowStatisticalInformation = false; 302 this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 144); 303 this.PreviewDatasetMatrix.TabIndex = 0; 304 // 305 // DecimalSeparatorInfoButtin 306 // 307 this.DecimalSeparatorInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 308 this.DecimalSeparatorInfoButton.Location = new System.Drawing.Point(417, 44); 309 this.DecimalSeparatorInfoButton.Name = "DecimalSeparatorInfoButtin"; 310 this.DecimalSeparatorInfoButton.Size = new System.Drawing.Size(24, 24); 311 this.DecimalSeparatorInfoButton.TabIndex = 19; 312 this.DecimalSeparatorInfoButton.Text = "DecimalSeparatorInfo"; 313 this.DecimalSeparatorInfoButton.UseVisualStyleBackColor = true; 314 // 315 // DateTimeFormatInfoButton 316 // 317 this.DateTimeFormatInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 318 this.DateTimeFormatInfoButton.Location = new System.Drawing.Point(417, 71); 319 this.DateTimeFormatInfoButton.Name = "DateTimeFormatInfoButton"; 320 this.DateTimeFormatInfoButton.Size = new System.Drawing.Size(24, 24); 321 this.DateTimeFormatInfoButton.TabIndex = 20; 322 this.DateTimeFormatInfoButton.Text = "DateTimeFormatInfo"; 323 this.DateTimeFormatInfoButton.UseVisualStyleBackColor = true; 324 // 325 // ShuffleDataInfoButton 326 // 327 this.ShuffleDataInfoButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 328 this.ShuffleDataInfoButton.Location = new System.Drawing.Point(111, 15); 329 this.ShuffleDataInfoButton.Name = "ShuffleDataInfoButton"; 330 this.ShuffleDataInfoButton.Size = new System.Drawing.Size(24, 24); 331 this.ShuffleDataInfoButton.TabIndex = 19; 332 this.ShuffleDataInfoButton.Text = "ShuffleDataInfo"; 333 this.ShuffleDataInfoButton.UseVisualStyleBackColor = true; 145 334 // 146 335 // DataAnalysisImportTypeDialog … … 149 338 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 150 339 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 151 this.ClientSize = new System.Drawing.Size( 339, 179);340 this.ClientSize = new System.Drawing.Size(471, 442); 152 341 this.ControlBox = false; 342 this.Controls.Add(this.ProblemDataSettingsGroupBox); 343 this.Controls.Add(this.CSVSettingsGroupBox); 153 344 this.Controls.Add(this.ProblemTextBox); 154 this.Controls.Add(this. openFileButton);345 this.Controls.Add(this.OpenFileButton); 155 346 this.Controls.Add(this.ProblemFileLabel); 156 347 this.Controls.Add(this.CancelButton); 157 348 this.Controls.Add(this.OkButton); 158 this.Controls.Add(this.ShuffleDataCheckbox);159 this.Controls.Add(this.TrainingTestGroupBox);160 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;161 349 this.MaximizeBox = false; 162 350 this.MinimizeBox = false; … … 166 354 this.Text = "CSV Import"; 167 355 ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit(); 168 this.TrainingTestGroupBox.ResumeLayout(false); 169 this.TrainingTestGroupBox.PerformLayout(); 356 this.CSVSettingsGroupBox.ResumeLayout(false); 357 this.CSVSettingsGroupBox.PerformLayout(); 358 this.ProblemDataSettingsGroupBox.ResumeLayout(false); 359 this.ProblemDataSettingsGroupBox.PerformLayout(); 170 360 this.ResumeLayout(false); 171 361 this.PerformLayout(); … … 178 368 protected System.Windows.Forms.Button OkButton; 179 369 protected System.Windows.Forms.TrackBar TrainingTestTrackBar; 180 protected System.Windows.Forms.GroupBox TrainingTestGroupBox;181 370 protected System.Windows.Forms.Label TestLabel; 182 371 protected System.Windows.Forms.Label TrainingLabel; … … 184 373 protected System.Windows.Forms.OpenFileDialog openFileDialog; 185 374 protected System.Windows.Forms.Label ProblemFileLabel; 186 protected System.Windows.Forms.Button openFileButton;375 protected System.Windows.Forms.Button OpenFileButton; 187 376 protected System.Windows.Forms.TextBox ProblemTextBox; 377 protected System.Windows.Forms.ComboBox DateTimeFormatComboBox; 378 protected System.Windows.Forms.ComboBox DecimalSeparatorComboBox; 379 protected System.Windows.Forms.Label DateTimeFormatLabel; 380 protected System.Windows.Forms.Label DecimalSeperatorLabel; 381 protected System.Windows.Forms.Label SeparatorLabel; 382 protected System.Windows.Forms.ComboBox SeparatorComboBox; 383 protected System.Windows.Forms.GroupBox CSVSettingsGroupBox; 384 protected System.Windows.Forms.GroupBox ProblemDataSettingsGroupBox; 385 protected System.Windows.Forms.TextBox ErrorTextBox; 386 protected HeuristicLab.Data.Views.StringConvertibleMatrixView PreviewDatasetMatrix; 387 private System.Windows.Forms.Label PreviewLabel; 388 protected System.Windows.Forms.Button SeparatorInfoButton; 389 protected System.Windows.Forms.Button DateTimeFormatInfoButton; 390 protected System.Windows.Forms.Button DecimalSeparatorInfoButton; 391 protected System.Windows.Forms.Button ShuffleDataInfoButton; 188 392 189 393 }
Note: See TracChangeset
for help on using the changeset viewer.