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/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();
Note: See TracChangeset for help on using the changeset viewer.