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

    r13468 r13532  
    4545    /// </summary>
    4646    private void InitializeComponent() {
    47       this.packingPlan3D = new PackingPlanVisualizations.PackingPlan3D();
    4847      this.binSelection = new System.Windows.Forms.ListBox();
    4948      this.itemSelection = new System.Windows.Forms.ListBox();
     49      this.elementHost = new System.Windows.Forms.Integration.ElementHost();
     50      this.packingPlan3D = new HeuristicLab.Problems.BinPacking.Views.Shapes.Container3DView();
    5051      this.SuspendLayout();
    51       //
    52       // packingPlan3D
    53       //
    54       this.packingPlan3D.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
    55             | System.Windows.Forms.AnchorStyles.Left)
    56             | System.Windows.Forms.AnchorStyles.Right)));
    57       this.packingPlan3D.Location = new System.Drawing.Point(119, 3);
    58       this.packingPlan3D.Name = "packingPlan3D";
    59       this.packingPlan3D.Size = new System.Drawing.Size(229, 293);
    60       this.packingPlan3D.TabIndex = 3;
    6152      //
    6253      // binSelection
     
    8273      this.itemSelection.SelectedIndexChanged += new System.EventHandler(this.itemSelection_SelectedIndexChanged);
    8374      //
     75      // elementHost
     76      //
     77      this.elementHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     78            | System.Windows.Forms.AnchorStyles.Left)
     79            | System.Windows.Forms.AnchorStyles.Right)));
     80      this.elementHost.Location = new System.Drawing.Point(119, 3);
     81      this.elementHost.Name = "elementHost";
     82      this.elementHost.Size = new System.Drawing.Size(229, 290);
     83      this.elementHost.TabIndex = 6;
     84      this.elementHost.Text = "elementHost1";
     85      this.elementHost.Child = this.packingPlan3D;
     86      //
    8487      // PackingPlan3DView
    8588      //
    8689      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    8790      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     91      this.Controls.Add(this.elementHost);
    8892      this.Controls.Add(this.itemSelection);
    8993      this.Controls.Add(this.binSelection);
    90       this.Controls.Add(this.packingPlan3D);
    9194      this.Name = "PackingPlan3DView";
    9295      this.Size = new System.Drawing.Size(351, 299);
     
    97100    #endregion
    98101
    99     private PackingPlanVisualizations.PackingPlan3D packingPlan3D;
    100102    private System.Windows.Forms.ListBox binSelection;
    101103    private System.Windows.Forms.ListBox itemSelection;
     104    private System.Windows.Forms.Integration.ElementHost elementHost;
     105    private Shapes.Container3DView packingPlan3D;
    102106  }
    103107}
Note: See TracChangeset for help on using the changeset viewer.