Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/15 09:06:49 (8 years ago)
Author:
gkronber
Message:

#1966: worked on visualization of packing plans

File:
1 edited

Legend:

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

    r13462 r13468  
    5555            | System.Windows.Forms.AnchorStyles.Left)
    5656            | System.Windows.Forms.AnchorStyles.Right)));
    57       this.packingPlan3D.Location = new System.Drawing.Point(119, 26);
     57      this.packingPlan3D.Location = new System.Drawing.Point(119, 3);
    5858      this.packingPlan3D.Name = "packingPlan3D";
    59       this.packingPlan3D.Size = new System.Drawing.Size(229, 264);
     59      this.packingPlan3D.Size = new System.Drawing.Size(229, 293);
    6060      this.packingPlan3D.TabIndex = 3;
    6161      //
     
    6565            | System.Windows.Forms.AnchorStyles.Left)));
    6666      this.binSelection.FormattingEnabled = true;
    67       this.binSelection.Location = new System.Drawing.Point(6, 26);
     67      this.binSelection.Location = new System.Drawing.Point(3, 3);
    6868      this.binSelection.Name = "binSelection";
    69       this.binSelection.Size = new System.Drawing.Size(54, 264);
     69      this.binSelection.Size = new System.Drawing.Size(54, 290);
    7070      this.binSelection.TabIndex = 4;
    7171      this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged);
     
    7676            | System.Windows.Forms.AnchorStyles.Left)));
    7777      this.itemSelection.FormattingEnabled = true;
    78       this.itemSelection.Location = new System.Drawing.Point(58, 26);
     78      this.itemSelection.Location = new System.Drawing.Point(58, 3);
    7979      this.itemSelection.Name = "itemSelection";
    80       this.itemSelection.Size = new System.Drawing.Size(55, 264);
     80      this.itemSelection.Size = new System.Drawing.Size(55, 290);
    8181      this.itemSelection.TabIndex = 5;
    8282      this.itemSelection.SelectedIndexChanged += new System.EventHandler(this.itemSelection_SelectedIndexChanged);
     
    9191      this.Name = "PackingPlan3DView";
    9292      this.Size = new System.Drawing.Size(351, 299);
    93       this.Controls.SetChildIndex(this.packingPlan3D, 0);
    94       this.Controls.SetChildIndex(this.binSelection, 0);
    95       this.Controls.SetChildIndex(this.itemSelection, 0);
    9693      this.ResumeLayout(false);
    97       this.PerformLayout();
    9894
    9995    }
Note: See TracChangeset for help on using the changeset viewer.