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
Location:
trunk/sources/HeuristicLab.Problems.Instances.Views/3.3
Files:
2 edited

Legend:

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

    r7805 r7849  
    6767      this.libraryInfoButton.Location = new System.Drawing.Point(226, -1);
    6868      this.libraryInfoButton.Name = "libraryInfoButton";
    69       this.libraryInfoButton.Size = new System.Drawing.Size(26, 23);
     69      this.libraryInfoButton.Size = new System.Drawing.Size(24, 24);
    7070      this.libraryInfoButton.TabIndex = 17;
    7171      this.libraryInfoButton.Text = "Info";
     
    8585      //
    8686      this.problemInstanceProviderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
    87             | System.Windows.Forms.AnchorStyles.Right)));
     87                  | System.Windows.Forms.AnchorStyles.Right)));
    8888      this.problemInstanceProviderViewHost.Caption = "View";
    8989      this.problemInstanceProviderViewHost.Content = null;
     
    106106      this.Controls.Add(this.libraryLabel);
    107107      this.Name = "ProblemInstanceConsumerView";
    108       this.Size = new System.Drawing.Size(694, 21);
     108      this.Size = new System.Drawing.Size(694, 22);
    109109      this.ResumeLayout(false);
    110110      this.PerformLayout();
  • 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.