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/CuboidPackingShapeView.Designer.cs

    r13032 r13461  
    4949    private void InitializeComponent() {
    5050      this.packingPlan3D1 = new PackingPlanVisualizations.PackingPlan3D();
    51       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5251      this.SuspendLayout();
    53       //
    54       // nameTextBox
    55       //
    56       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    57       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    5852      //
    5953      // packingPlan3D1
     
    7367      this.Name = "CuboidPackingShapeView";
    7468      this.Size = new System.Drawing.Size(351, 299);
    75       this.Controls.SetChildIndex(this.nameLabel, 0);
    76       this.Controls.SetChildIndex(this.nameTextBox, 0);
    77       this.Controls.SetChildIndex(this.infoLabel, 0);
    7869      this.Controls.SetChildIndex(this.packingPlan3D1, 0);
    79       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    8070      this.ResumeLayout(false);
    8171      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.