namespace HeuristicLab.Problems.BinPacking.Views { partial class PackingPlan2DView { /// /// 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(); this.binSelection = 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); // // 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(67, 26); this.packingPlan2D.Name = "packingPlan2D"; this.packingPlan2D.Size = new System.Drawing.Size(281, 264); this.packingPlan2D.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(55, 264); this.binSelection.TabIndex = 4; this.binSelection.SelectedIndexChanged += new System.EventHandler(this.binSelection_SelectedIndexChanged); // // PackingPlan2DView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.binSelection); this.Controls.Add(this.packingPlan2D); this.Name = "PackingPlan2DView"; 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); this.Controls.SetChildIndex(this.binSelection, 0); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private PackingPlanVisualizations.PackingPlan2D packingPlan2D; private System.Windows.Forms.ListBox binSelection; } }