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

Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans
Files:
2 edited

Legend:

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

    r13462 r13468  
    5454            | System.Windows.Forms.AnchorStyles.Left)
    5555            | System.Windows.Forms.AnchorStyles.Right)));
    56       this.packingPlan2D.Location = new System.Drawing.Point(67, 26);
     56      this.packingPlan2D.Location = new System.Drawing.Point(67, 3);
    5757      this.packingPlan2D.Name = "packingPlan2D";
    58       this.packingPlan2D.Size = new System.Drawing.Size(281, 264);
     58      this.packingPlan2D.Size = new System.Drawing.Size(383, 340);
    5959      this.packingPlan2D.TabIndex = 3;
    6060      //
     
    6464            | System.Windows.Forms.AnchorStyles.Left)));
    6565      this.binSelection.FormattingEnabled = true;
    66       this.binSelection.Location = new System.Drawing.Point(6, 26);
     66      this.binSelection.Location = new System.Drawing.Point(6, 3);
    6767      this.binSelection.Name = "binSelection";
    68       this.binSelection.Size = new System.Drawing.Size(55, 264);
     68      this.binSelection.Size = new System.Drawing.Size(55, 329);
    6969      this.binSelection.TabIndex = 4;
    7070      this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged);
     
    7777      this.Controls.Add(this.packingPlan2D);
    7878      this.Name = "PackingPlan2DView";
    79       this.Size = new System.Drawing.Size(351, 299);
    80       this.Controls.SetChildIndex(this.packingPlan2D, 0);
    81       this.Controls.SetChildIndex(this.binSelection, 0);
     79      this.Size = new System.Drawing.Size(453, 346);
    8280      this.ResumeLayout(false);
    83       this.PerformLayout();
    8481
    8582    }
  • 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.