Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/14/15 19:52:46 (8 years ago)
Author:
gkronber
Message:

#1966:

  • used Items instead of NamedItems and adapted views (Names/Descriptions) were not set anyway
  • fixed problems identified by Essential unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/Shapes/RectangularPackingShapeView.Designer.cs

    r13032 r13461  
    4646    private void InitializeComponent() {
    4747      this.packingPlan2D = new PackingPlanVisualizations.PackingPlan2D();
    48       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    4948      this.SuspendLayout();
    50       //
    51       // nameTextBox
    52       //
    53       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    54       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    5549      //
    5650      // packingPlan2D
     
    7064      this.Name = "PackingPlanView";
    7165      this.Size = new System.Drawing.Size(351, 299);
    72       this.Controls.SetChildIndex(this.nameLabel, 0);
    73       this.Controls.SetChildIndex(this.nameTextBox, 0);
    74       this.Controls.SetChildIndex(this.infoLabel, 0);
    7566      this.Controls.SetChildIndex(this.packingPlan2D, 0);
    76       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    7767      this.ResumeLayout(false);
    7868      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.