namespace HeuristicLab.Problems.BinPacking.Views { partial class RectangularIdenticalBinPackingProblemView { /// /// 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() { ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).BeginInit(); this.problemInstanceSplitContainer.Panel1.SuspendLayout(); this.problemInstanceSplitContainer.Panel2.SuspendLayout(); this.problemInstanceSplitContainer.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // problemInstanceSplitContainer // // // nameTextBox // this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft); this.errorProvider.SetIconPadding(this.nameTextBox, 2); // // RectangularIdenticalBinPackingProblemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Name = "RectangularIdenticalBinPackingProblemView"; this.problemInstanceSplitContainer.Panel1.ResumeLayout(false); this.problemInstanceSplitContainer.Panel2.ResumeLayout(false); this.problemInstanceSplitContainer.Panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.problemInstanceSplitContainer)).EndInit(); this.problemInstanceSplitContainer.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); } #endregion } }