Changeset 15184 for trunk/sources
- Timestamp:
- 07/10/17 18:54:33 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportTypeDialog.Designer.cs
r14185 r15184 76 76 this.TrainingLabel.Location = new System.Drawing.Point(76, 95); 77 77 // 78 // Cancel ationButton79 // 80 this.Cancel ationButton.Location = new System.Drawing.Point(384, 482);78 // CancellationButton 79 // 80 this.CancellationButton.Location = new System.Drawing.Point(384, 482); 81 81 // 82 82 // ProblemDataSettingsGroupBox -
trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs
r14185 r15184 51 51 this.TestLabel = new System.Windows.Forms.Label(); 52 52 this.TrainingLabel = new System.Windows.Forms.Label(); 53 this.Cancel ationButton = new System.Windows.Forms.Button();53 this.CancellationButton = new System.Windows.Forms.Button(); 54 54 this.OpenFileButton = new System.Windows.Forms.Button(); 55 55 this.ProblemFileLabel = new System.Windows.Forms.Label(); … … 137 137 this.TrainingLabel.Text = "Training: 66 %"; 138 138 // 139 // Cancel ationButton140 // 141 this.Cancel ationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));142 this.Cancel ationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;143 this.Cancel ationButton.Location = new System.Drawing.Point(384, 422);144 this.Cancel ationButton.Name = "CancelationButton";145 this.Cancel ationButton.Size = new System.Drawing.Size(75, 23);146 this.Cancel ationButton.TabIndex = 3;147 this.Cancel ationButton.Text = "&Cancel";148 this.Cancel ationButton.UseVisualStyleBackColor = true;139 // CancellationButton 140 // 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; 149 149 // 150 150 // OpenFileButton … … 392 392 this.ShuffelInfoLabel.TabIndex = 8; 393 393 this.ShuffelInfoLabel.Tag = "Check, if the imported data should be shuffled"; 394 this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the import atdata should be shuffled");394 this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the imported data should be shuffled"); 395 395 this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick); 396 396 // … … 430 430 this.Controls.Add(this.OpenFileButton); 431 431 this.Controls.Add(this.ProblemFileLabel); 432 this.Controls.Add(this.Cancel ationButton);432 this.Controls.Add(this.CancellationButton); 433 433 this.Controls.Add(this.OkButton); 434 434 this.MaximizeBox = false; … … 455 455 protected System.Windows.Forms.Label TestLabel; 456 456 protected System.Windows.Forms.Label TrainingLabel; 457 protected System.Windows.Forms.Button Cancel ationButton;457 protected System.Windows.Forms.Button CancellationButton; 458 458 protected System.Windows.Forms.OpenFileDialog openFileDialog; 459 459 protected System.Windows.Forms.Label ProblemFileLabel;
Note: See TracChangeset
for help on using the changeset viewer.