www.pudn.com > EMS.rar > frmBuyStockAnalyse.Designer.cs


namespace EMS.BuyStock 
{ 
    partial class frmBuyStockAnalyse 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        private void InitializeComponent() 
        { 
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBuyStockAnalyse)); 
            this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 
            this.tlbtnAllBuyStock = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
            this.tlbtnBuyStock = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); 
            this.tlbtnExit = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); 
            this.dgvStockList = new System.Windows.Forms.DataGridView(); 
            this.toolStrip1.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvStockList)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // toolStrip1 
            //  
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.tlbtnAllBuyStock, 
            this.toolStripSeparator1, 
            this.toolStripSeparator2, 
            this.tlbtnBuyStock, 
            this.toolStripSeparator3, 
            this.toolStripSeparator4, 
            this.tlbtnExit, 
            this.toolStripSeparator5, 
            this.toolStripSeparator6}); 
            this.toolStrip1.Location = new System.Drawing.Point(0, 0); 
            this.toolStrip1.Name = "toolStrip1"; 
            this.toolStrip1.Size = new System.Drawing.Size(565, 25); 
            this.toolStrip1.TabIndex = 0; 
            this.toolStrip1.Text = "toolStrip1"; 
            //  
            // tlbtnAllBuyStock 
            //  
            this.tlbtnAllBuyStock.Image = global::EMS.Properties.Resources._171; 
            this.tlbtnAllBuyStock.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.tlbtnAllBuyStock.Name = "tlbtnAllBuyStock"; 
            this.tlbtnAllBuyStock.Size = new System.Drawing.Size(97, 22); 
            this.tlbtnAllBuyStock.Text = "分析进货商品"; 
            this.tlbtnAllBuyStock.Click += new System.EventHandler(this.tlbtnAllBuyStock_Click); 
            //  
            // toolStripSeparator1 
            //  
            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripSeparator2 
            //  
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); 
            //  
            // tlbtnBuyStock 
            //  
            this.tlbtnBuyStock.Image = global::EMS.Properties.Resources._3; 
            this.tlbtnBuyStock.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.tlbtnBuyStock.Name = "tlbtnBuyStock"; 
            this.tlbtnBuyStock.Size = new System.Drawing.Size(121, 22); 
            this.tlbtnBuyStock.Text = "分析进货退货商品"; 
            this.tlbtnBuyStock.Click += new System.EventHandler(this.tlbtnBuyStock_Click); 
            //  
            // toolStripSeparator3 
            //  
            this.toolStripSeparator3.Name = "toolStripSeparator3"; 
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripSeparator4 
            //  
            this.toolStripSeparator4.Name = "toolStripSeparator4"; 
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25); 
            //  
            // tlbtnExit 
            //  
            this.tlbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tlbtnExit.Image"))); 
            this.tlbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.tlbtnExit.Name = "tlbtnExit"; 
            this.tlbtnExit.Size = new System.Drawing.Size(97, 22); 
            this.tlbtnExit.Text = "退出进货分析"; 
            this.tlbtnExit.Click += new System.EventHandler(this.tlbtnExit_Click); 
            //  
            // toolStripSeparator5 
            //  
            this.toolStripSeparator5.Name = "toolStripSeparator5"; 
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripSeparator6 
            //  
            this.toolStripSeparator6.Name = "toolStripSeparator6"; 
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25); 
            //  
            // dgvStockList 
            //  
            this.dgvStockList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
            this.dgvStockList.Location = new System.Drawing.Point(0, 26); 
            this.dgvStockList.Name = "dgvStockList"; 
            this.dgvStockList.RowTemplate.Height = 23; 
            this.dgvStockList.Size = new System.Drawing.Size(566, 266); 
            this.dgvStockList.TabIndex = 2; 
            //  
            // frmBuyStockAnalyse 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(565, 293); 
            this.Controls.Add(this.dgvStockList); 
            this.Controls.Add(this.toolStrip1); 
            this.MaximizeBox = false; 
            this.Name = "frmBuyStockAnalyse"; 
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 
            this.Text = "进货分析---进货管理"; 
            this.toolStrip1.ResumeLayout(false); 
            this.toolStrip1.PerformLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvStockList)).EndInit(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.ToolStrip toolStrip1; 
        private System.Windows.Forms.ToolStripButton tlbtnAllBuyStock; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
        private System.Windows.Forms.ToolStripButton tlbtnBuyStock; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; 
        private System.Windows.Forms.ToolStripButton tlbtnExit; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; 
        public System.Windows.Forms.DataGridView dgvStockList; 
    } 
}