Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/16 19:35:42 (8 years ago)
Author:
gkronber
Message:

#1966: implemented visualization for 2d packings

File:
1 edited

Legend:

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

    r13576 r13578  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.packingPlan2D = new PackingPlanVisualizations.PackingPlan2D();
    4847      this.binSelection = new System.Windows.Forms.ListBox();
     48      this.elementHost = new System.Windows.Forms.Integration.ElementHost();
     49      this.container2DView = new HeuristicLab.Problems.BinPacking.Views.Container2DView();
    4950      this.SuspendLayout();
    50       //
    51       // packingPlan2D
    52       //
    53       this.packingPlan2D.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    54             | System.Windows.Forms.AnchorStyles.Left)
    55             | System.Windows.Forms.AnchorStyles.Right)));
    56       this.packingPlan2D.Location = new System.Drawing.Point(67, 3);
    57       this.packingPlan2D.Name = "packingPlan2D";
    58       this.packingPlan2D.Size = new System.Drawing.Size(383, 340);
    59       this.packingPlan2D.TabIndex = 3;
    6051      //
    6152      // binSelection
     
    7061      this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged);
    7162      //
     63      // elementHost
     64      //
     65      this.elementHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     66            | System.Windows.Forms.AnchorStyles.Left)
     67            | System.Windows.Forms.AnchorStyles.Right)));
     68      this.elementHost.Location = new System.Drawing.Point(67, 3);
     69      this.elementHost.Name = "elementHost";
     70      this.elementHost.Size = new System.Drawing.Size(383, 329);
     71      this.elementHost.TabIndex = 5;
     72      this.elementHost.Text = "elementHost";
     73      this.elementHost.Child = this.container2DView;
     74      //
    7275      // PackingPlan2DView
    7376      //
    7477      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    7578      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     79      this.Controls.Add(this.elementHost);
    7680      this.Controls.Add(this.binSelection);
    77       this.Controls.Add(this.packingPlan2D);
    7881      this.Name = "PackingPlan2DView";
    7982      this.Size = new System.Drawing.Size(453, 346);
     
    8386
    8487    #endregion
    85 
    86     private PackingPlanVisualizations.PackingPlan2D packingPlan2D;
     88   
    8789    private System.Windows.Forms.ListBox binSelection;
     90    private System.Windows.Forms.Integration.ElementHost elementHost;
     91    private Container2DView container2DView;
    8892  }
    8993}
Note: See TracChangeset for help on using the changeset viewer.