Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15782


Ignore:
Timestamp:
02/15/18 17:48:31 (6 years ago)
Author:
fholzing
Message:

#2890: Aligned ListView with GroupBox and renamed GroupBox from Visualization to Representation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/GradientBoostedTreesModelView.Designer.cs

    r15730 r15782  
    6363      this.groupBoxVisualisation.TabIndex = 2;
    6464      this.groupBoxVisualisation.TabStop = false;
    65       this.groupBoxVisualisation.Text = "Visualization";
     65      this.groupBoxVisualisation.Text = "Representation";
    6666      //
    6767      // viewHost
     
    8888      this.listView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
    8989      this.listView.LabelWrap = false;
    90       this.listView.Location = new System.Drawing.Point(3, 3);
     90      this.listView.Location = new System.Drawing.Point(3, 9);
    9191      this.listView.MultiSelect = false;
    9292      this.listView.Name = "listView";
    9393      this.listView.ShowGroups = false;
    94       this.listView.Size = new System.Drawing.Size(160, 283);
     94      this.listView.Size = new System.Drawing.Size(160, 271);
    9595      this.listView.TabIndex = 1;
    9696      this.listView.UseCompatibleStateImageBehavior = false;
Note: See TracChangeset for help on using the changeset viewer.