namespace Core.StlMes.Client.PnCost { partial class frmBasePl { /// /// 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.ucCf1 = new Core.StlMes.Client.PnCost.ucCf(); this.ucHj1 = new Core.StlMes.Client.PnCost.ucHj(); this.SuspendLayout(); // // ucCf1 // this.ucCf1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(232)))), ((int)(((byte)(248))))); this.ucCf1.Dock = System.Windows.Forms.DockStyle.Left; this.ucCf1.Location = new System.Drawing.Point(0, 0); this.ucCf1.Margin = new System.Windows.Forms.Padding(5); this.ucCf1.Name = "ucCf1"; this.ucCf1.Size = new System.Drawing.Size(943, 481); this.ucCf1.TabIndex = 0; // // ucHj1 // this.ucHj1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(232)))), ((int)(((byte)(248))))); this.ucHj1.Dock = System.Windows.Forms.DockStyle.Fill; this.ucHj1.Location = new System.Drawing.Point(943, 0); this.ucHj1.Margin = new System.Windows.Forms.Padding(5); this.ucHj1.Name = "ucHj1"; this.ucHj1.Size = new System.Drawing.Size(0, 481); this.ucHj1.TabIndex = 1; // // frmBasePl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(941, 481); this.Controls.Add(this.ucHj1); this.Controls.Add(this.ucCf1); this.Margin = new System.Windows.Forms.Padding(5); this.Name = "frmBasePl"; this.Text = "frmBaseGrade"; this.Load += new System.EventHandler(this.frmBasePl_Load); this.ResumeLayout(false); } #endregion private ucCf ucCf1; private ucHj ucHj1; } }