namespace Core.StlMes.Client.PlnSaleOrd.InventoryAdjustment { partial class InventoryAdjustment { /// /// 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.ugpMain = new Infragistics.Win.Misc.UltraGroupBox(); this.sp1 = new System.Windows.Forms.SplitContainer(); this.ugOrderInfo = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.ugbStovePlan = new Infragistics.Win.Misc.UltraExpandableGroupBox(); this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel(); this.ugStovePlan = new Infragistics.Win.UltraWinGrid.UltraGrid(); ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.sp1)).BeginInit(); this.sp1.Panel1.SuspendLayout(); this.sp1.Panel2.SuspendLayout(); this.sp1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ugOrderInfo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ugbStovePlan)).BeginInit(); this.ugbStovePlan.SuspendLayout(); this.ultraExpandableGroupBoxPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ugStovePlan)).BeginInit(); this.SuspendLayout(); // // ugpMain // this.ugpMain.Dock = System.Windows.Forms.DockStyle.Top; this.ugpMain.Location = new System.Drawing.Point(0, 0); this.ugpMain.Name = "ugpMain"; this.ugpMain.Size = new System.Drawing.Size(967, 29); this.ugpMain.TabIndex = 3; // // sp1 // this.sp1.Dock = System.Windows.Forms.DockStyle.Fill; this.sp1.Location = new System.Drawing.Point(0, 29); this.sp1.Name = "sp1"; this.sp1.Orientation = System.Windows.Forms.Orientation.Horizontal; // // sp1.Panel1 // this.sp1.Panel1.Controls.Add(this.ugOrderInfo); // // sp1.Panel2 // this.sp1.Panel2.Controls.Add(this.ugbStovePlan); this.sp1.Size = new System.Drawing.Size(967, 453); this.sp1.SplitterDistance = 332; this.sp1.TabIndex = 5; // // ugOrderInfo // this.ugOrderInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.ugOrderInfo.Location = new System.Drawing.Point(0, 0); this.ugOrderInfo.Name = "ugOrderInfo"; this.ugOrderInfo.Size = new System.Drawing.Size(967, 332); this.ugOrderInfo.TabIndex = 0; // // ugbStovePlan // this.ugbStovePlan.Controls.Add(this.ultraExpandableGroupBoxPanel1); this.ugbStovePlan.Dock = System.Windows.Forms.DockStyle.Fill; this.ugbStovePlan.ExpandedSize = new System.Drawing.Size(967, 117); this.ugbStovePlan.Location = new System.Drawing.Point(0, 0); this.ugbStovePlan.Name = "ugbStovePlan"; this.ugbStovePlan.Size = new System.Drawing.Size(967, 117); this.ugbStovePlan.TabIndex = 2; this.ugbStovePlan.Text = "炉计划"; this.ugbStovePlan.ExpandedStateChanged += new System.EventHandler(this.ugbStovePlan_ExpandedStateChanged); // // ultraExpandableGroupBoxPanel1 // this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ugStovePlan); this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(3, 19); this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1"; this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(961, 95); this.ultraExpandableGroupBoxPanel1.TabIndex = 0; // // ugStovePlan // this.ugStovePlan.Dock = System.Windows.Forms.DockStyle.Fill; this.ugStovePlan.Location = new System.Drawing.Point(0, 0); this.ugStovePlan.Name = "ugStovePlan"; this.ugStovePlan.Size = new System.Drawing.Size(961, 95); this.ugStovePlan.TabIndex = 1; // // InventoryAdjustment // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(967, 482); this.Controls.Add(this.sp1); this.Controls.Add(this.ugpMain); this.Name = "InventoryAdjustment"; this.Text = "利库"; ((System.ComponentModel.ISupportInitialize)(this.ugpMain)).EndInit(); this.sp1.Panel1.ResumeLayout(false); this.sp1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.sp1)).EndInit(); this.sp1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ugOrderInfo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ugbStovePlan)).EndInit(); this.ugbStovePlan.ResumeLayout(false); this.ultraExpandableGroupBoxPanel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ugStovePlan)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1; protected Infragistics.Win.Misc.UltraGroupBox ugpMain; protected System.Windows.Forms.SplitContainer sp1; protected Infragistics.Win.Misc.UltraExpandableGroupBox ugbStovePlan; protected Infragistics.Win.UltraWinGrid.UltraGrid ugOrderInfo; protected Infragistics.Win.UltraWinGrid.UltraGrid ugStovePlan; } }