- Timestamp:
- 12/15/15 09:06:49 (9 years ago)
- 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 54 54 | System.Windows.Forms.AnchorStyles.Left) 55 55 | 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); 57 57 this.packingPlan2D.Name = "packingPlan2D"; 58 this.packingPlan2D.Size = new System.Drawing.Size( 281, 264);58 this.packingPlan2D.Size = new System.Drawing.Size(383, 340); 59 59 this.packingPlan2D.TabIndex = 3; 60 60 // … … 64 64 | System.Windows.Forms.AnchorStyles.Left))); 65 65 this.binSelection.FormattingEnabled = true; 66 this.binSelection.Location = new System.Drawing.Point(6, 26);66 this.binSelection.Location = new System.Drawing.Point(6, 3); 67 67 this.binSelection.Name = "binSelection"; 68 this.binSelection.Size = new System.Drawing.Size(55, 264);68 this.binSelection.Size = new System.Drawing.Size(55, 329); 69 69 this.binSelection.TabIndex = 4; 70 70 this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged); … … 77 77 this.Controls.Add(this.packingPlan2D); 78 78 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); 82 80 this.ResumeLayout(false); 83 this.PerformLayout();84 81 85 82 } -
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan3DView.Designer.cs
r13462 r13468 55 55 | System.Windows.Forms.AnchorStyles.Left) 56 56 | 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); 58 58 this.packingPlan3D.Name = "packingPlan3D"; 59 this.packingPlan3D.Size = new System.Drawing.Size(229, 2 64);59 this.packingPlan3D.Size = new System.Drawing.Size(229, 293); 60 60 this.packingPlan3D.TabIndex = 3; 61 61 // … … 65 65 | System.Windows.Forms.AnchorStyles.Left))); 66 66 this.binSelection.FormattingEnabled = true; 67 this.binSelection.Location = new System.Drawing.Point( 6, 26);67 this.binSelection.Location = new System.Drawing.Point(3, 3); 68 68 this.binSelection.Name = "binSelection"; 69 this.binSelection.Size = new System.Drawing.Size(54, 2 64);69 this.binSelection.Size = new System.Drawing.Size(54, 290); 70 70 this.binSelection.TabIndex = 4; 71 71 this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged); … … 76 76 | System.Windows.Forms.AnchorStyles.Left))); 77 77 this.itemSelection.FormattingEnabled = true; 78 this.itemSelection.Location = new System.Drawing.Point(58, 26);78 this.itemSelection.Location = new System.Drawing.Point(58, 3); 79 79 this.itemSelection.Name = "itemSelection"; 80 this.itemSelection.Size = new System.Drawing.Size(55, 2 64);80 this.itemSelection.Size = new System.Drawing.Size(55, 290); 81 81 this.itemSelection.TabIndex = 5; 82 82 this.itemSelection.SelectedIndexChanged += new System.EventHandler(this.itemSelection_SelectedIndexChanged); … … 91 91 this.Name = "PackingPlan3DView"; 92 92 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);96 93 this.ResumeLayout(false); 97 this.PerformLayout();98 94 99 95 }
Note: See TracChangeset
for help on using the changeset viewer.