Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15184


Ignore:
Timestamp:
07/10/17 18:54:33 (7 years ago)
Author:
gkronber
Message:

#2801: fixed two typos in the DataAnalysisImportDialog

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  
    7676      this.TrainingLabel.Location = new System.Drawing.Point(76, 95);
    7777      //
    78       // CancelationButton
    79       //
    80       this.CancelationButton.Location = new System.Drawing.Point(384, 482);
     78      // CancellationButton
     79      //
     80      this.CancellationButton.Location = new System.Drawing.Point(384, 482);
    8181      //
    8282      // ProblemDataSettingsGroupBox
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/DataAnalysisImportTypeDialog.Designer.cs

    r14185 r15184  
    5151      this.TestLabel = new System.Windows.Forms.Label();
    5252      this.TrainingLabel = new System.Windows.Forms.Label();
    53       this.CancelationButton = new System.Windows.Forms.Button();
     53      this.CancellationButton = new System.Windows.Forms.Button();
    5454      this.OpenFileButton = new System.Windows.Forms.Button();
    5555      this.ProblemFileLabel = new System.Windows.Forms.Label();
     
    137137      this.TrainingLabel.Text = "Training: 66 %";
    138138      //
    139       // CancelationButton
    140       //
    141       this.CancelationButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    142       this.CancelationButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    143       this.CancelationButton.Location = new System.Drawing.Point(384, 422);
    144       this.CancelationButton.Name = "CancelationButton";
    145       this.CancelationButton.Size = new System.Drawing.Size(75, 23);
    146       this.CancelationButton.TabIndex = 3;
    147       this.CancelationButton.Text = "&Cancel";
    148       this.CancelationButton.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;
    149149      //
    150150      // OpenFileButton
     
    392392      this.ShuffelInfoLabel.TabIndex = 8;
    393393      this.ShuffelInfoLabel.Tag = "Check, if the imported data should be shuffled";
    394       this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the importat data should be shuffled");
     394      this.ToolTip.SetToolTip(this.ShuffelInfoLabel, "Check, if the imported data should be shuffled");
    395395      this.ShuffelInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    396396      //
     
    430430      this.Controls.Add(this.OpenFileButton);
    431431      this.Controls.Add(this.ProblemFileLabel);
    432       this.Controls.Add(this.CancelationButton);
     432      this.Controls.Add(this.CancellationButton);
    433433      this.Controls.Add(this.OkButton);
    434434      this.MaximizeBox = false;
     
    455455    protected System.Windows.Forms.Label TestLabel;
    456456    protected System.Windows.Forms.Label TrainingLabel;
    457     protected System.Windows.Forms.Button CancelationButton;
     457    protected System.Windows.Forms.Button CancellationButton;
    458458    protected System.Windows.Forms.OpenFileDialog openFileDialog;
    459459    protected System.Windows.Forms.Label ProblemFileLabel;
Note: See TracChangeset for help on using the changeset viewer.