namespace HeuristicLab.Problems.BinPacking.Views {
partial class PackingPlan3DView {
///
/// 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.packingPlan3D = new PackingPlanVisualizations.PackingPlan3D();
this.binSelection = new System.Windows.Forms.ListBox();
this.itemSelection = new System.Windows.Forms.ListBox();
((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);
//
// packingPlan3D
//
this.packingPlan3D.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.packingPlan3D.Location = new System.Drawing.Point(119, 26);
this.packingPlan3D.Name = "packingPlan3D";
this.packingPlan3D.Size = new System.Drawing.Size(229, 264);
this.packingPlan3D.TabIndex = 3;
//
// binSelection
//
this.binSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.binSelection.FormattingEnabled = true;
this.binSelection.Location = new System.Drawing.Point(6, 26);
this.binSelection.Name = "binSelection";
this.binSelection.Size = new System.Drawing.Size(54, 264);
this.binSelection.TabIndex = 4;
this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged);
//
// itemSelection
//
this.itemSelection.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.itemSelection.FormattingEnabled = true;
this.itemSelection.Location = new System.Drawing.Point(58, 26);
this.itemSelection.Name = "itemSelection";
this.itemSelection.Size = new System.Drawing.Size(55, 264);
this.itemSelection.TabIndex = 5;
this.itemSelection.SelectedIndexChanged += new System.EventHandler(this.itemSelection_SelectedIndexChanged);
//
// PackingPlan3DView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.itemSelection);
this.Controls.Add(this.binSelection);
this.Controls.Add(this.packingPlan3D);
this.Name = "PackingPlan3DView";
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.packingPlan3D, 0);
this.Controls.SetChildIndex(this.binSelection, 0);
this.Controls.SetChildIndex(this.itemSelection, 0);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private PackingPlanVisualizations.PackingPlan3D packingPlan3D;
private System.Windows.Forms.ListBox binSelection;
private System.Windows.Forms.ListBox itemSelection;
}
}