namespace UAS_MES.Warehouse { partial class Warehouse_ProdDetail { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.headBar1 = new UAS_MES.CustomControl.HeadBar(); this.SuspendLayout(); // // headBar1 // this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark; this.headBar1.Dock = System.Windows.Forms.DockStyle.Top; this.headBar1.Location = new System.Drawing.Point(0, 0); this.headBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.headBar1.Name = "headBar1"; this.headBar1.Size = new System.Drawing.Size(404, 40); this.headBar1.TabIndex = 0; this.headBar1.Title = null; // // Warehouse_ProdDetail // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(404, 253); this.Controls.Add(this.headBar1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "Warehouse_ProdDetail"; this.Text = "Warehouse_ProdDetail"; this.Load += new System.EventHandler(this.Warehouse_ProdDetail_Load); this.ResumeLayout(false); } #endregion private CustomControl.HeadBar headBar1; } }