| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- namespace Core.StlMes.Client.LgResMgt
- {
- partial class frmLfsResults
- {
- /// <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.ucNewResLfs = new Core.StlMes.Client.LgCommon.公共自定义控件.实绩管理.ucNewResLfs();
- this.plMain.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.upMain.ClientArea.SuspendLayout();
- this.upMain.SuspendLayout();
- this.ultraPalMic.ClientArea.SuspendLayout();
- this.ultraPalMic.SuspendLayout();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MicContainer)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.egpChem)).BeginInit();
- this.SuspendLayout();
- //
- // plMain
- //
- this.plMain.Controls.Add(this.ucNewResLfs);
- this.plMain.Size = new System.Drawing.Size(737, 101);
- //
- // ucResStovePlan1
- //
- this.ucResStovePlan1.Size = new System.Drawing.Size(737, 64);
- //
- // ucResAdditive
- //
- this.ucResAdditive.Location = new System.Drawing.Point(0, 165);
- this.ucResAdditive.Size = new System.Drawing.Size(737, 231);
- //
- // splitContainer2
- //
- this.splitContainer2.Size = new System.Drawing.Size(766, 396);
- this.splitContainer2.SplitterDistance = 737;
- //
- // upMain
- //
- this.upMain.Size = new System.Drawing.Size(737, 396);
- //
- // ultraPalMic
- //
- //
- // ultraPanel1
- //
- this.ultraPanel1.Size = new System.Drawing.Size(1064, 139);
- //
- // ucNewChemelEment
- //
- this.ucNewChemelEment.Size = new System.Drawing.Size(1060, 135);
- //
- // MainContainer
- //
- this.MainContainer.ExpandedSize = new System.Drawing.Size(300, 396);
- this.MainContainer.Size = new System.Drawing.Size(300, 396);
- this.MainContainer.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // MicContainer
- //
- this.MicContainer.Expanded = false;
- this.MicContainer.ExpandedSize = new System.Drawing.Size(114, 396);
- this.MicContainer.Size = new System.Drawing.Size(25, 396);
- this.MicContainer.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // egpChem
- //
- this.egpChem.ExpandedSize = new System.Drawing.Size(1070, 164);
- this.egpChem.Size = new System.Drawing.Size(1070, 164);
- this.egpChem.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
- //
- // ucNewResLfs
- //
- this.ucNewResLfs.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(232)))), ((int)(((byte)(248)))));
- this.ucNewResLfs.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ucNewResLfs.Location = new System.Drawing.Point(0, 0);
- this.ucNewResLfs.Name = "ucNewResLfs";
- this.ucNewResLfs.Size = new System.Drawing.Size(737, 101);
- this.ucNewResLfs.TabIndex = 0;
- //
- // frmLfsResults
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1070, 593);
- this.Name = "frmLfsResults";
- this.Text = "Form1";
- this.plMain.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- this.upMain.ClientArea.ResumeLayout(false);
- this.upMain.ResumeLayout(false);
- this.ultraPalMic.ClientArea.ResumeLayout(false);
- this.ultraPalMic.ResumeLayout(false);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.MainContainer)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MicContainer)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.egpChem)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private LgCommon.公共自定义控件.实绩管理.ucNewResLfs ucNewResLfs;
- }
- }
|