Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/21/12 10:19:26 (12 years ago)
Author:
sforsten
Message:

#1784:

  • added project HeuristicLab.Problem.Instances.DataAnalysis and deleted HeuristicLab.Problem.Instances.Classification and HeuristicLab.Problem.Instances.Regression
  • buttons are now big enough for the icons
File:
1 edited

Legend:

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

    r7758 r7849  
    6666      this.loadButton.Location = new System.Drawing.Point(604, 0);
    6767      this.loadButton.Name = "loadButton";
    68       this.loadButton.Size = new System.Drawing.Size(26, 23);
     68      this.loadButton.Size = new System.Drawing.Size(24, 24);
    6969      this.loadButton.TabIndex = 6;
    7070      this.loadButton.Text = "Load";
     
    9898      this.importButton.Location = new System.Drawing.Point(636, 0);
    9999      this.importButton.Name = "importButton";
    100       this.importButton.Size = new System.Drawing.Size(26, 23);
     100      this.importButton.Size = new System.Drawing.Size(24, 24);
    101101      this.importButton.TabIndex = 6;
    102102      this.importButton.Text = "Import";
     
    114114      this.exportButton.Location = new System.Drawing.Point(-1, 0);
    115115      this.exportButton.Name = "exportButton";
    116       this.exportButton.Size = new System.Drawing.Size(26, 23);
     116      this.exportButton.Size = new System.Drawing.Size(24, 24);
    117117      this.exportButton.TabIndex = 8;
    118118      this.exportButton.Text = "Export";
Note: See TracChangeset for help on using the changeset viewer.