Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/07/10 05:22:33 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.Designer.cs

    r3277 r3280  
    4646    private void InitializeComponent() {
    4747      this.components = new System.ComponentModel.Container();
    48       System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Parameters", System.Windows.Forms.HorizontalAlignment.Left);
    49       System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Results", System.Windows.Forms.HorizontalAlignment.Left);
     48      System.Windows.Forms.ListViewGroup listViewGroup1 = new System.Windows.Forms.ListViewGroup("Results", System.Windows.Forms.HorizontalAlignment.Left);
     49      System.Windows.Forms.ListViewGroup listViewGroup2 = new System.Windows.Forms.ListViewGroup("Parameters", System.Windows.Forms.HorizontalAlignment.Left);
    5050      this.parametersResultsGroupBox = new System.Windows.Forms.GroupBox();
    5151      this.splitContainer = new System.Windows.Forms.SplitContainer();
     
    113113            this.valueColumnHeader});
    114114      this.listView.FullRowSelect = true;
    115       listViewGroup1.Header = "Parameters";
    116       listViewGroup1.Name = "parametersGroup";
    117       listViewGroup2.Header = "Results";
    118       listViewGroup2.Name = "resultsGroup";
     115      listViewGroup1.Header = "Results";
     116      listViewGroup1.Name = "resultsGroup";
     117      listViewGroup2.Header = "Parameters";
     118      listViewGroup2.Name = "parametersGroup";
    119119      this.listView.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
    120120            listViewGroup1,
Note: See TracChangeset for help on using the changeset viewer.