Changeset 13468 for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlans/PackingPlan2DView.Designer.cs
- Timestamp:
- 12/15/15 09:06:49 (9 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.