www.pudn.com > FORU(SMS).rar > SMS_GoodsChk.Designer.cs


namespace FORU_SMS_ 
{ 
    partial class SMS_GoodsChk 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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(SMS_GoodsChk)); 
            this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton(); 
            this.dGridView = new System.Windows.Forms.DataGridView(); 
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar(); 
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog(); 
            this.toolStrip1.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.dGridView)).BeginInit(); 
            this.SuspendLayout(); 
            //  
            // toolStrip1 
            //  
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.toolStripButton1, 
            this.toolStripSeparator1, 
            this.toolStripButton2, 
            this.toolStripSeparator2, 
            this.toolStripButton3, 
            this.toolStripSeparator3, 
            this.toolStripButton4}); 
            this.toolStrip1.Location = new System.Drawing.Point(0, 0); 
            this.toolStrip1.Name = "toolStrip1"; 
            this.toolStrip1.Size = new System.Drawing.Size(624, 25); 
            this.toolStrip1.TabIndex = 0; 
            this.toolStrip1.Text = "toolStrip1"; 
            //  
            // toolStripButton1 
            //  
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
            this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image"))); 
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolStripButton1.Name = "toolStripButton1"; 
            this.toolStripButton1.Size = new System.Drawing.Size(81, 22); 
            this.toolStripButton1.Text = "接收采集数据"; 
            //  
            // toolStripSeparator1 
            //  
            this.toolStripSeparator1.Name = "toolStripSeparator1"; 
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripButton2 
            //  
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image"))); 
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolStripButton2.Name = "toolStripButton2"; 
            this.toolStripButton2.Size = new System.Drawing.Size(81, 22); 
            this.toolStripButton2.Text = "显示盘点差异"; 
            this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click); 
            //  
            // toolStripSeparator2 
            //  
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripButton3 
            //  
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image"))); 
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolStripButton3.Name = "toolStripButton3"; 
            this.toolStripButton3.Size = new System.Drawing.Size(57, 22); 
            this.toolStripButton3.Text = "盘点报表"; 
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click); 
            //  
            // toolStripSeparator3 
            //  
            this.toolStripSeparator3.Name = "toolStripSeparator3"; 
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolStripButton4 
            //  
            this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; 
            this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image"))); 
            this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolStripButton4.Name = "toolStripButton4"; 
            this.toolStripButton4.Size = new System.Drawing.Size(81, 22); 
            this.toolStripButton4.Text = "导出当前数据"; 
            this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click); 
            //  
            // dGridView 
            //  
            this.dGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
            this.dGridView.Location = new System.Drawing.Point(0, 25); 
            this.dGridView.Name = "dGridView"; 
            this.dGridView.RowTemplate.Height = 23; 
            this.dGridView.Size = new System.Drawing.Size(624, 342); 
            this.dGridView.TabIndex = 1; 
            //  
            // hScrollBar1 
            //  
            this.hScrollBar1.Location = new System.Drawing.Point(0, 366); 
            this.hScrollBar1.Name = "hScrollBar1"; 
            this.hScrollBar1.Size = new System.Drawing.Size(624, 17); 
            this.hScrollBar1.TabIndex = 2; 
            //  
            // SMS_GoodsChk 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(624, 382); 
            this.Controls.Add(this.hScrollBar1); 
            this.Controls.Add(this.dGridView); 
            this.Controls.Add(this.toolStrip1); 
            this.MaximizeBox = false; 
            this.Name = "SMS_GoodsChk"; 
            this.Text = "库存盘点"; 
            this.Load += new System.EventHandler(this.SMS_GoodsChk_Load); 
            this.toolStrip1.ResumeLayout(false); 
            this.toolStrip1.PerformLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.dGridView)).EndInit(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.ToolStrip toolStrip1; 
        private System.Windows.Forms.ToolStripButton toolStripButton1; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; 
        private System.Windows.Forms.ToolStripButton toolStripButton2; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
        private System.Windows.Forms.ToolStripButton toolStripButton3; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; 
        private System.Windows.Forms.ToolStripButton toolStripButton4; 
        private System.Windows.Forms.DataGridView dGridView; 
        private System.Windows.Forms.HScrollBar hScrollBar1; 
        private System.Windows.Forms.SaveFileDialog saveFileDialog1; 
    } 
}