namespace HeuristicLab.Problems.BinPacking.Views {
partial class RectangularPackingItemView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.packingPlan2D = new PackingPlanVisualizations.PackingPlan2D();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// nameTextBox
//
this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
this.errorProvider.SetIconPadding(this.nameTextBox, 2);
//
// packingPlan2D
//
this.packingPlan2D.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.packingPlan2D.Location = new System.Drawing.Point(3, 29);
this.packingPlan2D.Name = "packingPlan2D";
this.packingPlan2D.Size = new System.Drawing.Size(345, 270);
this.packingPlan2D.TabIndex = 4;
//
// PackingPlanView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.packingPlan2D);
this.Name = "PackingPlanView";
this.Size = new System.Drawing.Size(351, 299);
this.Controls.SetChildIndex(this.nameLabel, 0);
this.Controls.SetChildIndex(this.nameTextBox, 0);
this.Controls.SetChildIndex(this.infoLabel, 0);
this.Controls.SetChildIndex(this.packingPlan2D, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PackingPlanVisualizations.PackingPlan2D packingPlan2D;
}
}