Free cookie consent management tool by TermsFeed Policy Generator

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

#2801: renamed classes for import dialogs

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/ClassificationImportDialog.Designer.cs

    r15184 r15185  
    2121
    2222namespace HeuristicLab.Problems.Instances.DataAnalysis.Views {
    23   partial class ClassificationImportTypeDialog {
     23  partial class ClassificationImportDialog {
    2424    /// <summary>
    2525    /// Required designer variable.
     
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassificationImportTypeDialog));
     47      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClassificationImportDialog));
    4848      this.TargetVariableComboBox = new System.Windows.Forms.ComboBox();
    4949      this.TargetVariableLabel = new System.Windows.Forms.Label();
     
    174174      this.UniformDistributClassValuesInfoLabel.DoubleClick += new System.EventHandler(this.ControlToolTip_DoubleClick);
    175175      //
    176       // ClassificationImportTypeDialog
     176      // ClassificationImportDialog
    177177      //
    178178      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    179179      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    180180      this.ClientSize = new System.Drawing.Size(471, 517);
    181       this.Name = "ClassificationImportTypeDialog";
     181      this.Name = "ClassificationImportDialog";
    182182      this.Text = "Classification CSV Import";
    183183      ((System.ComponentModel.ISupportInitialize)(this.TrainingTestTrackBar)).EndInit();
Note: See TracChangeset for help on using the changeset viewer.