Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/17/16 18:21:19 (8 years ago)
Author:
gkronber
Message:

#1966 work in progress WPF control to visualize packings

File:
1 edited

Legend:

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

    r13466 r13532  
    4848    /// </summary>
    4949    private void InitializeComponent() {
    50       this.packingPlan3D = new PackingPlanVisualizations.PackingPlan3D();
    5150      this.SuspendLayout();
    52       //
    53       // packingPlan3D
    54       //
    55       this.packingPlan3D.Dock = System.Windows.Forms.DockStyle.Fill;
    56       this.packingPlan3D.Location = new System.Drawing.Point(0, 0);
    57       this.packingPlan3D.Name = "packingPlan3D";
    58       this.packingPlan3D.Size = new System.Drawing.Size(351, 299);
    59       this.packingPlan3D.TabIndex = 3;
    6051      //
    6152      // CuboidPackingShapeView
    6253      //
    6354      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
    64       this.Controls.Add(this.packingPlan3D);
    6555      this.Name = "CuboidPackingShapeView";
    6656      this.Size = new System.Drawing.Size(351, 299);
     
    7161    #endregion
    7262
    73     private PackingPlanVisualizations.PackingPlan3D packingPlan3D;
    74 
    7563  }
    7664}
Note: See TracChangeset for help on using the changeset viewer.