Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/16 18:32:54 (8 years ago)
Author:
gkronber
Message:

#1966: changed PackingShapes to ParameterizedItems

File:
1 edited

Legend:

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

    r13466 r13574  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.packingPlan2D = new PackingPlanVisualizations.PackingPlan2D();
    4847      this.SuspendLayout();
    49       //
    50       // packingPlan2D
    51       //
    52       this.packingPlan2D.Dock = System.Windows.Forms.DockStyle.Fill;
    53       this.packingPlan2D.Location = new System.Drawing.Point(0, 0);
    54       this.packingPlan2D.Name = "packingPlan2D";
    55       this.packingPlan2D.Size = new System.Drawing.Size(351, 299);
    56       this.packingPlan2D.TabIndex = 4;
    5748      //
    5849      // RectangularPackingItemView
    5950      //
    6051      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    61       this.Controls.Add(this.packingPlan2D);
    6252      this.Name = "RectangularPackingItemView";
    6353      this.Size = new System.Drawing.Size(351, 299);
     
    6858    #endregion
    6959
    70     private PackingPlanVisualizations.PackingPlan2D packingPlan2D;
    7160  }
    7261}
Note: See TracChangeset for help on using the changeset viewer.