| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- namespace Core.StlMes.Client.LgCommon
- {
- partial class frmTest
- {
- /// <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.ucResAdditiveBase1 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
- this.ucResAdditiveBase2 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
- this.ucResAdditiveBase3 = new Core.StlMes.Client.LgCommon.ucResAdditiveBase();
- this.ucResAdditive1 = new Core.StlMes.Client.LgCommon.ucResAdditive();
- this.SuspendLayout();
- //
- // ucResAdditiveBase1
- //
- this.ucResAdditiveBase1.BackColor = System.Drawing.Color.PapayaWhip;
- this.ucResAdditiveBase1.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Automatic;
- this.ucResAdditiveBase1.Location = new System.Drawing.Point(12, 12);
- this.ucResAdditiveBase1.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.FL;
- this.ucResAdditiveBase1.Name = "ucResAdditiveBase1";
- this.ucResAdditiveBase1.Size = new System.Drawing.Size(882, 151);
- this.ucResAdditiveBase1.TabIndex = 0;
- //
- // ucResAdditiveBase2
- //
- this.ucResAdditiveBase2.BackColor = System.Drawing.Color.PapayaWhip;
- this.ucResAdditiveBase2.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Automatic;
- this.ucResAdditiveBase2.Location = new System.Drawing.Point(12, 169);
- this.ucResAdditiveBase2.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.HJ;
- this.ucResAdditiveBase2.Name = "ucResAdditiveBase2";
- this.ucResAdditiveBase2.Size = new System.Drawing.Size(882, 151);
- this.ucResAdditiveBase2.TabIndex = 0;
- //
- // ucResAdditiveBase3
- //
- this.ucResAdditiveBase3.BackColor = System.Drawing.Color.PapayaWhip;
- this.ucResAdditiveBase3.HpprCategory = Core.StlMes.Client.LgCommon.HopperCategory.Manual;
- this.ucResAdditiveBase3.Location = new System.Drawing.Point(12, 326);
- this.ucResAdditiveBase3.MtrlCategory = Core.StlMes.Client.LgCommon.MaterialCategory.FL_HJ_WS;
- this.ucResAdditiveBase3.Name = "ucResAdditiveBase3";
- this.ucResAdditiveBase3.Size = new System.Drawing.Size(882, 151);
- this.ucResAdditiveBase3.TabIndex = 1;
- //
- // ucResAdditive1
- //
- this.ucResAdditive1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ucResAdditive1.Location = new System.Drawing.Point(0, 0);
- this.ucResAdditive1.Name = "ucResAdditive1";
- this.ucResAdditive1.Size = new System.Drawing.Size(1138, 188);
- this.ucResAdditive1.TabIndex = 2;
- //
- // frmTest
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1138, 479);
- this.Controls.Add(this.ucResAdditive1);
- this.Controls.Add(this.ucResAdditiveBase3);
- this.Controls.Add(this.ucResAdditiveBase2);
- this.Controls.Add(this.ucResAdditiveBase1);
- this.Name = "frmTest";
- this.Text = "frmTest";
- this.Load += new System.EventHandler(this.frmTest_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private ucResAdditiveBase ucResAdditiveBase1;
- private ucResAdditiveBase ucResAdditiveBase2;
- private ucResAdditiveBase ucResAdditiveBase3;
- private ucResAdditive ucResAdditive1;
- }
- }
|