- Timestamp:
- 06/13/13 13:34:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs
r9623 r9624 46 46 private void InitializeComponent() { 47 47 this.components = new System.ComponentModel.Container(); 48 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DataAnalysisImportTypeDialog));49 48 this.ShuffleDataCheckbox = new System.Windows.Forms.CheckBox(); 50 49 this.OkButton = new System.Windows.Forms.Button(); … … 64 63 this.SeparatorComboBox = new System.Windows.Forms.ComboBox(); 65 64 this.CSVSettingsGroupBox = new System.Windows.Forms.GroupBox(); 66 this.CheckboxColumnNames = new System.Windows.Forms.CheckBox();67 65 this.DateTimeFormatInfoLabel = new System.Windows.Forms.Label(); 68 66 this.DecimalSeparatorInfoLabel = new System.Windows.Forms.Label(); … … 74 72 this.PreviewDatasetMatrix = new HeuristicLab.Data.Views.StringConvertibleMatrixView(); 75 73 this.ToolTip = new System.Windows.Forms.ToolTip(this.components); 74 this.CheckboxColumnNames = new System.Windows.Forms.CheckBox(); 76 75 ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).BeginInit(); 77 76 this.CSVSettingsGroupBox.SuspendLayout(); … … 104 103 // TrainingTestTrackBar 105 104 // 106 this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 105 this.TrainingTestTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 107 106 | System.Windows.Forms.AnchorStyles.Right))); 108 107 this.TrainingTestTrackBar.Location = new System.Drawing.Point(6, 43); … … 149 148 // 150 149 this.OpenFileButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 151 this.OpenFileButton.Image = ((System.Drawing.Image)(resources.GetObject("OpenFileButton.Image")));150 this.OpenFileButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Open; 152 151 this.OpenFileButton.Location = new System.Drawing.Point(429, 3); 153 152 this.OpenFileButton.Name = "OpenFileButton"; … … 168 167 // ProblemTextBox 169 168 // 170 this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 169 this.ProblemTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 171 170 | System.Windows.Forms.AnchorStyles.Right))); 172 171 this.ProblemTextBox.Location = new System.Drawing.Point(91, 6); … … 182 181 // DateTimeFormatComboBox 183 182 // 184 this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 183 this.DateTimeFormatComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 185 184 | System.Windows.Forms.AnchorStyles.Right))); 186 185 this.DateTimeFormatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 195 194 // DecimalSeparatorComboBox 196 195 // 197 this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 196 this.DecimalSeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 198 197 | System.Windows.Forms.AnchorStyles.Right))); 199 198 this.DecimalSeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 235 234 // SeparatorComboBox 236 235 // 237 this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 236 this.SeparatorComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 238 237 | System.Windows.Forms.AnchorStyles.Right))); 239 238 this.SeparatorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; … … 248 247 // CSVSettingsGroupBox 249 248 // 250 this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 249 this.CSVSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 251 250 | System.Windows.Forms.AnchorStyles.Right))); 252 251 this.CSVSettingsGroupBox.Controls.Add(this.CheckboxColumnNames); … … 267 266 this.CSVSettingsGroupBox.Text = "CSV Settings"; 268 267 // 269 // CheckboxColumnNames270 //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 //280 268 // DateTimeFormatInfoLabel 281 269 // 282 270 this.DateTimeFormatInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 283 this.DateTimeFormatInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DateTimeFormatInfoLabel.Image")));271 this.DateTimeFormatInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information; 284 272 this.DateTimeFormatInfoLabel.Location = new System.Drawing.Point(421, 76); 285 273 this.DateTimeFormatInfoLabel.Name = "DateTimeFormatInfoLabel"; … … 293 281 // 294 282 this.DecimalSeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 295 this.DecimalSeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("DecimalSeparatorInfoLabel.Image")));283 this.DecimalSeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information; 296 284 this.DecimalSeparatorInfoLabel.Location = new System.Drawing.Point(421, 49); 297 285 this.DecimalSeparatorInfoLabel.Name = "DecimalSeparatorInfoLabel"; … … 305 293 // 306 294 this.SeparatorInfoLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 307 this.SeparatorInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("SeparatorInfoLabel.Image")));295 this.SeparatorInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information; 308 296 this.SeparatorInfoLabel.Location = new System.Drawing.Point(421, 22); 309 297 this.SeparatorInfoLabel.Name = "SeparatorInfoLabel"; … … 316 304 // ProblemDataSettingsGroupBox 317 305 // 318 this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 319 | System.Windows.Forms.AnchorStyles.Left) 306 this.ProblemDataSettingsGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 307 | System.Windows.Forms.AnchorStyles.Left) 320 308 | System.Windows.Forms.AnchorStyles.Right))); 321 309 this.ProblemDataSettingsGroupBox.Controls.Add(this.ErrorTextBox); … … 336 324 // ErrorTextBox 337 325 // 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 this.ErrorTextBox.Anchor = System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; 340 327 this.ErrorTextBox.Location = new System.Drawing.Point(6, 15); 341 328 this.ErrorTextBox.Multiline = true; … … 348 335 // ShuffelInfoLabel 349 336 // 350 this.ShuffelInfoLabel.Image = ((System.Drawing.Image)(resources.GetObject("ShuffelInfoLabel.Image")));337 this.ShuffelInfoLabel.Image = HeuristicLab.Common.Resources.VSImageLibrary.Information; 351 338 this.ShuffelInfoLabel.Location = new System.Drawing.Point(111, 20); 352 339 this.ShuffelInfoLabel.Name = "ShuffelInfoLabel"; … … 368 355 // PreviewDatasetMatrix 369 356 // 370 this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 371 | System.Windows.Forms.AnchorStyles.Left) 357 this.PreviewDatasetMatrix.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 358 | System.Windows.Forms.AnchorStyles.Left) 372 359 | System.Windows.Forms.AnchorStyles.Right))); 373 360 this.PreviewDatasetMatrix.Caption = "Dataset Preview"; … … 380 367 this.PreviewDatasetMatrix.Size = new System.Drawing.Size(435, 138); 381 368 this.PreviewDatasetMatrix.TabIndex = 0; 369 // 370 // CheckboxColumnNames 371 // 372 this.CheckboxColumnNames.AutoSize = true; 373 this.CheckboxColumnNames.Location = new System.Drawing.Point(9, 103); 374 this.CheckboxColumnNames.Name = "CheckboxColumnNames"; 375 this.CheckboxColumnNames.Size = new System.Drawing.Size(144, 17); 376 this.CheckboxColumnNames.TabIndex = 24; 377 this.CheckboxColumnNames.Text = "Column names in first line"; 378 this.CheckboxColumnNames.UseVisualStyleBackColor = true; 379 this.CheckboxColumnNames.CheckedChanged += new System.EventHandler(this.CheckboxColumnNames_CheckedChanged); 382 380 // 383 381 // DataAnalysisImportTypeDialog
Note: See TracChangeset
for help on using the changeset viewer.