namespace WorkM 
 | 
{ 
 | 
    partial class Xs_SendGoodsPlan 
 | 
    { 
 | 
        /// <summary> 
 | 
        /// 必需的设计器变量。 
 | 
        /// </summary> 
 | 
        private System.ComponentModel.IContainer components = null; 
 | 
  
 | 
        /// <summary> 
 | 
        /// 清理所有正在使用的资源。 
 | 
        /// </summary> 
 | 
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> 
 | 
        protected override void Dispose(bool disposing) 
 | 
        { 
 | 
            if (disposing && (components != null)) 
 | 
            { 
 | 
                components.Dispose(); 
 | 
            } 
 | 
            base.Dispose(disposing); 
 | 
        } 
 | 
  
 | 
        #region Windows 窗体设计器生成的代码 
 | 
  
 | 
        /// <summary> 
 | 
        /// 设计器支持所需的方法 - 不要 
 | 
        /// 使用代码编辑器修改此方法的内容。 
 | 
        /// </summary> 
 | 
        private void InitializeComponent() 
 | 
        { 
 | 
            this.components = new System.ComponentModel.Container(); 
 | 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Xs_SendGoodsPlan)); 
 | 
            this.Tool = new System.Windows.Forms.ToolStrip(); 
 | 
            this.yl = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.dy = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.yd = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.cf = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.bc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.tc = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.mrlk = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.bclk = new System.Windows.Forms.ToolStripButton(); 
 | 
            this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator(); 
 | 
            this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 
 | 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
 | 
            this.grdmain = new System.Windows.Forms.DataGridView(); 
 | 
            this.tabControl1 = new System.Windows.Forms.TabControl(); 
 | 
            this.tabPage1 = new System.Windows.Forms.TabPage(); 
 | 
            this.grdsub1 = new System.Windows.Forms.DataGridView(); 
 | 
            this.tabPage2 = new System.Windows.Forms.TabPage(); 
 | 
            this.grdsub2 = new System.Windows.Forms.DataGridView(); 
 | 
            this.timer1 = new System.Windows.Forms.Timer(this.components); 
 | 
            this.Tool.SuspendLayout(); 
 | 
            this.splitContainer1.Panel1.SuspendLayout(); 
 | 
            this.splitContainer1.Panel2.SuspendLayout(); 
 | 
            this.splitContainer1.SuspendLayout(); 
 | 
            this.groupBox1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdmain)).BeginInit(); 
 | 
            this.tabControl1.SuspendLayout(); 
 | 
            this.tabPage1.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdsub1)).BeginInit(); 
 | 
            this.tabPage2.SuspendLayout(); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdsub2)).BeginInit(); 
 | 
            this.SuspendLayout(); 
 | 
            //  
 | 
            // Tool 
 | 
            //  
 | 
            this.Tool.AutoSize = false; 
 | 
            this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage"))); 
 | 
            this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 
 | 
            this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22); 
 | 
            this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
 | 
            this.yl, 
 | 
            this.dy, 
 | 
            this.toolStripSeparator2, 
 | 
            this.yd, 
 | 
            this.cf, 
 | 
            this.bc, 
 | 
            this.toolStripSeparator5, 
 | 
            this.tc, 
 | 
            this.toolStripSeparator12, 
 | 
            this.mrlk, 
 | 
            this.toolStripSeparator11, 
 | 
            this.bclk, 
 | 
            this.toolStripSeparator10}); 
 | 
            this.Tool.Location = new System.Drawing.Point(0, 0); 
 | 
            this.Tool.Name = "Tool"; 
 | 
            this.Tool.Padding = new System.Windows.Forms.Padding(0); 
 | 
            this.Tool.Size = new System.Drawing.Size(1159, 50); 
 | 
            this.Tool.Stretch = true; 
 | 
            this.Tool.TabIndex = 18; 
 | 
            this.Tool.Text = "toolStrip1"; 
 | 
            //  
 | 
            // yl 
 | 
            //  
 | 
            this.yl.AutoSize = false; 
 | 
            this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image"))); 
 | 
            this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.yl.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.yl.Name = "yl"; 
 | 
            this.yl.Size = new System.Drawing.Size(35, 47); 
 | 
            this.yl.Text = "预览"; 
 | 
            this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // dy 
 | 
            //  
 | 
            this.dy.AutoSize = false; 
 | 
            this.dy.Image = ((System.Drawing.Image)(resources.GetObject("dy.Image"))); 
 | 
            this.dy.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.dy.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.dy.Name = "dy"; 
 | 
            this.dy.Size = new System.Drawing.Size(36, 47); 
 | 
            this.dy.Text = "打印"; 
 | 
            this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            //  
 | 
            // toolStripSeparator2 
 | 
            //  
 | 
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
 | 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // yd 
 | 
            //  
 | 
            this.yd.AutoSize = false; 
 | 
            this.yd.Image = ((System.Drawing.Image)(resources.GetObject("yd.Image"))); 
 | 
            this.yd.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.yd.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.yd.Name = "yd"; 
 | 
            this.yd.Size = new System.Drawing.Size(35, 47); 
 | 
            this.yd.Text = "源单"; 
 | 
            this.yd.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.yd.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.yd.Click += new System.EventHandler(this.yd_Click); 
 | 
            //  
 | 
            // cf 
 | 
            //  
 | 
            this.cf.AutoSize = false; 
 | 
            this.cf.Image = ((System.Drawing.Image)(resources.GetObject("cf.Image"))); 
 | 
            this.cf.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cf.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.cf.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.cf.Name = "cf"; 
 | 
            this.cf.Size = new System.Drawing.Size(35, 47); 
 | 
            this.cf.Text = "拆分"; 
 | 
            this.cf.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.cf.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.cf.Click += new System.EventHandler(this.cf_Click); 
 | 
            //  
 | 
            // bc 
 | 
            //  
 | 
            this.bc.AutoSize = false; 
 | 
            this.bc.Image = ((System.Drawing.Image)(resources.GetObject("bc.Image"))); 
 | 
            this.bc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.bc.ImageTransparentColor = System.Drawing.Color.Magenta; 
 | 
            this.bc.Name = "bc"; 
 | 
            this.bc.Size = new System.Drawing.Size(35, 47); 
 | 
            this.bc.Text = "保存"; 
 | 
            this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.bc.Click += new System.EventHandler(this.bc_Click); 
 | 
            //  
 | 
            // toolStripSeparator5 
 | 
            //  
 | 
            this.toolStripSeparator5.Name = "toolStripSeparator5"; 
 | 
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // tc 
 | 
            //  
 | 
            this.tc.AutoSize = false; 
 | 
            this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image"))); 
 | 
            this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.tc.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.tc.Name = "tc"; 
 | 
            this.tc.Size = new System.Drawing.Size(35, 47); 
 | 
            this.tc.Text = "退出"; 
 | 
            this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.tc.Click += new System.EventHandler(this.tc_Click); 
 | 
            //  
 | 
            // toolStripSeparator12 
 | 
            //  
 | 
            this.toolStripSeparator12.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator12.Name = "toolStripSeparator12"; 
 | 
            this.toolStripSeparator12.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // mrlk 
 | 
            //  
 | 
            this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image"))); 
 | 
            this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.mrlk.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.mrlk.Name = "mrlk"; 
 | 
            this.mrlk.Size = new System.Drawing.Size(60, 47); 
 | 
            this.mrlk.Text = "默认列宽"; 
 | 
            this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.mrlk.Click += new System.EventHandler(this.mrlk_Click); 
 | 
            //  
 | 
            // toolStripSeparator11 
 | 
            //  
 | 
            this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator11.Name = "toolStripSeparator11"; 
 | 
            this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // bclk 
 | 
            //  
 | 
            this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image"))); 
 | 
            this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; 
 | 
            this.bclk.ImageTransparentColor = System.Drawing.Color.White; 
 | 
            this.bclk.Name = "bclk"; 
 | 
            this.bclk.Size = new System.Drawing.Size(60, 47); 
 | 
            this.bclk.Text = "保存列宽"; 
 | 
            this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; 
 | 
            this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; 
 | 
            this.bclk.Click += new System.EventHandler(this.bclk_Click); 
 | 
            //  
 | 
            // toolStripSeparator10 
 | 
            //  
 | 
            this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 
 | 
            this.toolStripSeparator10.Name = "toolStripSeparator10"; 
 | 
            this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50); 
 | 
            //  
 | 
            // splitContainer1 
 | 
            //  
 | 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.splitContainer1.Location = new System.Drawing.Point(0, 50); 
 | 
            this.splitContainer1.Name = "splitContainer1"; 
 | 
            this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal; 
 | 
            //  
 | 
            // splitContainer1.Panel1 
 | 
            //  
 | 
            this.splitContainer1.Panel1.Controls.Add(this.groupBox1); 
 | 
            //  
 | 
            // splitContainer1.Panel2 
 | 
            //  
 | 
            this.splitContainer1.Panel2.Controls.Add(this.tabControl1); 
 | 
            this.splitContainer1.Size = new System.Drawing.Size(1159, 526); 
 | 
            this.splitContainer1.SplitterDistance = 386; 
 | 
            this.splitContainer1.TabIndex = 19; 
 | 
            //  
 | 
            // groupBox1 
 | 
            //  
 | 
            this.groupBox1.Controls.Add(this.grdmain); 
 | 
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.groupBox1.Location = new System.Drawing.Point(0, 0); 
 | 
            this.groupBox1.Name = "groupBox1"; 
 | 
            this.groupBox1.Size = new System.Drawing.Size(1159, 386); 
 | 
            this.groupBox1.TabIndex = 0; 
 | 
            this.groupBox1.TabStop = false; 
 | 
            this.groupBox1.Text = "发货计划"; 
 | 
            //  
 | 
            // grdmain 
 | 
            //  
 | 
            this.grdmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdmain.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdmain.Location = new System.Drawing.Point(3, 17); 
 | 
            this.grdmain.Name = "grdmain"; 
 | 
            this.grdmain.RowTemplate.Height = 23; 
 | 
            this.grdmain.Size = new System.Drawing.Size(1153, 366); 
 | 
            this.grdmain.TabIndex = 0; 
 | 
            this.grdmain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdmain_CellBeginEdit); 
 | 
            this.grdmain.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdmain_CellClick); 
 | 
            //  
 | 
            // tabControl1 
 | 
            //  
 | 
            this.tabControl1.Controls.Add(this.tabPage1); 
 | 
            this.tabControl1.Controls.Add(this.tabPage2); 
 | 
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.tabControl1.Location = new System.Drawing.Point(0, 0); 
 | 
            this.tabControl1.Name = "tabControl1"; 
 | 
            this.tabControl1.SelectedIndex = 0; 
 | 
            this.tabControl1.Size = new System.Drawing.Size(1159, 136); 
 | 
            this.tabControl1.TabIndex = 0; 
 | 
            //  
 | 
            // tabPage1 
 | 
            //  
 | 
            this.tabPage1.Controls.Add(this.grdsub1); 
 | 
            this.tabPage1.Location = new System.Drawing.Point(4, 22); 
 | 
            this.tabPage1.Name = "tabPage1"; 
 | 
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 
 | 
            this.tabPage1.Size = new System.Drawing.Size(1151, 110); 
 | 
            this.tabPage1.TabIndex = 0; 
 | 
            this.tabPage1.Text = "销售订单信息"; 
 | 
            this.tabPage1.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // grdsub1 
 | 
            //  
 | 
            this.grdsub1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdsub1.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdsub1.Location = new System.Drawing.Point(3, 3); 
 | 
            this.grdsub1.Name = "grdsub1"; 
 | 
            this.grdsub1.RowTemplate.Height = 23; 
 | 
            this.grdsub1.Size = new System.Drawing.Size(1145, 104); 
 | 
            this.grdsub1.TabIndex = 1; 
 | 
            //  
 | 
            // tabPage2 
 | 
            //  
 | 
            this.tabPage2.Controls.Add(this.grdsub2); 
 | 
            this.tabPage2.Location = new System.Drawing.Point(4, 22); 
 | 
            this.tabPage2.Name = "tabPage2"; 
 | 
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 
 | 
            this.tabPage2.Size = new System.Drawing.Size(1151, 110); 
 | 
            this.tabPage2.TabIndex = 1; 
 | 
            this.tabPage2.Text = "产品信息"; 
 | 
            this.tabPage2.UseVisualStyleBackColor = true; 
 | 
            //  
 | 
            // grdsub2 
 | 
            //  
 | 
            this.grdsub2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
 | 
            this.grdsub2.Dock = System.Windows.Forms.DockStyle.Fill; 
 | 
            this.grdsub2.Location = new System.Drawing.Point(3, 3); 
 | 
            this.grdsub2.Name = "grdsub2"; 
 | 
            this.grdsub2.RowTemplate.Height = 23; 
 | 
            this.grdsub2.Size = new System.Drawing.Size(1145, 104); 
 | 
            this.grdsub2.TabIndex = 1; 
 | 
            //  
 | 
            // timer1 
 | 
            //  
 | 
            this.timer1.Enabled = true; 
 | 
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick); 
 | 
            //  
 | 
            // Xs_SendGoodsPlan 
 | 
            //  
 | 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
 | 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
 | 
            this.ClientSize = new System.Drawing.Size(1159, 576); 
 | 
            this.Controls.Add(this.splitContainer1); 
 | 
            this.Controls.Add(this.Tool); 
 | 
            this.Name = "Xs_SendGoodsPlan"; 
 | 
            this.Text = "销售发货计划"; 
 | 
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 
 | 
            this.Tool.ResumeLayout(false); 
 | 
            this.Tool.PerformLayout(); 
 | 
            this.splitContainer1.Panel1.ResumeLayout(false); 
 | 
            this.splitContainer1.Panel2.ResumeLayout(false); 
 | 
            this.splitContainer1.ResumeLayout(false); 
 | 
            this.groupBox1.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdmain)).EndInit(); 
 | 
            this.tabControl1.ResumeLayout(false); 
 | 
            this.tabPage1.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdsub1)).EndInit(); 
 | 
            this.tabPage2.ResumeLayout(false); 
 | 
            ((System.ComponentModel.ISupportInitialize)(this.grdsub2)).EndInit(); 
 | 
            this.ResumeLayout(false); 
 | 
  
 | 
        } 
 | 
  
 | 
        #endregion 
 | 
  
 | 
        private System.Windows.Forms.ToolStrip Tool; 
 | 
        private System.Windows.Forms.ToolStripButton yl; 
 | 
        private System.Windows.Forms.ToolStripButton dy; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; 
 | 
        private System.Windows.Forms.ToolStripButton tc; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator12; 
 | 
        private System.Windows.Forms.ToolStripButton mrlk; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator11; 
 | 
        private System.Windows.Forms.ToolStripButton bclk; 
 | 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10; 
 | 
        private System.Windows.Forms.SplitContainer splitContainer1; 
 | 
        private System.Windows.Forms.GroupBox groupBox1; 
 | 
        private System.Windows.Forms.DataGridView grdmain; 
 | 
        private System.Windows.Forms.TabControl tabControl1; 
 | 
        private System.Windows.Forms.TabPage tabPage1; 
 | 
        private System.Windows.Forms.DataGridView grdsub1; 
 | 
        private System.Windows.Forms.TabPage tabPage2; 
 | 
        private System.Windows.Forms.DataGridView grdsub2; 
 | 
        private System.Windows.Forms.ToolStripButton yd; 
 | 
        private System.Windows.Forms.Timer timer1; 
 | 
        private System.Windows.Forms.ToolStripButton bc; 
 | 
        private System.Windows.Forms.ToolStripButton cf; 
 | 
    } 
 | 
} 
 |