Changeset 9623
- Timestamp:
- 06/13/13 13:02:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs
r9608 r9623 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog)); 48 49 this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox(); 49 50 this.OkButton = new System.Windows.Forms.Button(); … … 63 64 this.SeparatorComboBox = new System.Windows.Forms.ComboBox(); 64 65 this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox(); 66 this.CheckboxColumnNames = new System.Windows.Forms.CheckBox(); 65 67 this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label(); 66 68 this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label(); … … 72 74 this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); 73 75 this.ToolTip = new System.Windows.Forms.ToolTip(this.components); 74 this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();75 76 ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit(); 76 77 this.CSVSettingsGroupBox.SuspendLayout(); … … 148 149 // 149 150 this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 150 this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open;151 this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image"))); 151 152 this.OpenFileButton.Location = new System.Drawing.Point(429, 3); 152 153 this.OpenFileButton.Name = "OpenFileButton"; … … 266 267 this.CSVSettingsGroupBox.Text = "CSV Settings"; 267 268 // 269 // CheckboxColumnNames 270 // 271 this.CheckboxColumnNames.AutoSize = true; 272 this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103); 273 this.CheckboxColumnNames.Name = "CheckboxColumnNames"; 274 this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17); 275 this.CheckboxColumnNames.TabIndex = 24; 276 this.CheckboxColumnNames.Text = "Column names in first line"; 277 this.CheckboxColumnNames.UseVisualStyleBackColor = true; 278 this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged); 279 // 268 280 // DateTimeFormatInfoLabel 269 281 // 270 282 this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 271 this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;283 this.DateTimeFormatInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DateTimeFormatInfoLabel.Image"))); 272 284 this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76); 273 285 this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel"; … … 281 293 // 282 294 this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 283 this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;295 this.DecimalSeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DecimalSeparatorInfoLabel.Image"))); 284 296 this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49); 285 297 this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel"; … … 293 305 // 294 306 this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 295 this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;307 this.SeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("SeparatorInfoLabel.Image"))); 296 308 this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22); 297 309 this.SeparatorInfoLabel.Name = "SeparatorInfoLabel"; … … 324 336 // ErrorTextBox 325 337 // 338 this.ErrorTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 339 | System.Windows.Forms.AnchorStyles.Right))); 326 340 this.ErrorTextBox.Location = new System.Drawing.Point(6, 15); 327 341 this.ErrorTextBox.Multiline = true; … … 334 348 // ShuffelInfoLabel 335 349 // 336 this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information;350 this.ShuffelInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("ShuffelInfoLabel.Image"))); 337 351 this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20); 338 352 this.ShuffelInfoLabel.Name = "ShuffelInfoLabel"; … … 366 380 this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138); 367 381 this.PreviewDatasetMatrix.TabIndex = 0; 368 //369 // CheckboxColumnNames370 //371 this.CheckboxColumnNames.AutoSize = true;372 this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103);373 this.CheckboxColumnNames.Name = "CheckboxColumnNames";374 this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17);375 this.CheckboxColumnNames.TabIndex = 24;376 this.CheckboxColumnNames.Text = "Column names in first line";377 this.CheckboxColumnNames.UseVisualStyleBackColor = true;378 this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged);379 382 // 380 383 // DataAnalysisImportTypeDialog
Note: See TracChangeset
for help on using the changeset viewer.