Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/14/15 20:03:59 (8 years ago)
Author:
gkronber
Message:

#1966: PackingPlan is just an Item not a ParameterizedNamedItem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan2DView.Designer.cs

    r13032 r13462  
    4747      this.packingPlan2D = new PackingPlanVisualizations.PackingPlan2D();
    4848      this.binSelection = new System.Windows.Forms.ListBox();
    49       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
    5049      this.SuspendLayout();
    51       //
    52       // nameTextBox
    53       //
    54       this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
    55       this.errorProvider.SetIconPadding(this.nameTextBox, 2);
    5650      //
    5751      // packingPlan2D
     
    8478      this.Name = "PackingPlan2DView";
    8579      this.Size = new System.Drawing.Size(351, 299);
    86       this.Controls.SetChildIndex(this.nameLabel, 0);
    87       this.Controls.SetChildIndex(this.nameTextBox, 0);
    88       this.Controls.SetChildIndex(this.infoLabel, 0);
    8980      this.Controls.SetChildIndex(this.packingPlan2D, 0);
    9081      this.Controls.SetChildIndex(this.binSelection, 0);
    91       ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
    9282      this.ResumeLayout(false);
    9383      this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.