| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- namespace Core.StlMes.Client.PnCost
- {
- partial class frmBasePl
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|