Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/10 05:24:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • corrected several bugs in order to get SGA working
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ParameterView.cs

    r2790 r2818  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    28 using System.Windows.Forms;
     22using HeuristicLab.Common;
    2923using HeuristicLab.Core;
    3024using HeuristicLab.Core.Views;
     
    7367      } else {
    7468        Caption = Content.Name + " (" + Content.GetType().Name + ")";
    75         dataTypeTextBox.Text = Content.DataType.Name;
     69        dataTypeTextBox.Text = Content.DataType.GetPrettyName();
    7670        dataTypeTextBox.Enabled = true;
    7771      }
Note: See TracChangeset for help on using the changeset viewer.