www.pudn.com > GoodsReportManage.rar > GoodsIn.Designer.cs


namespace GoodsReportManage.Goods 
{ 
    partial class GoodsIn 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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(GoodsIn)); 
            this.lalTotalG = new System.Windows.Forms.Label(); 
            this.label25 = new System.Windows.Forms.Label(); 
            this.label20 = new System.Windows.Forms.Label(); 
            this.labInTotalM = new System.Windows.Forms.Label(); 
            this.label22 = new System.Windows.Forms.Label(); 
            this.label17 = new System.Windows.Forms.Label(); 
            this.labGain = new System.Windows.Forms.Label(); 
            this.label23 = new System.Windows.Forms.Label(); 
            this.label4 = new System.Windows.Forms.Label(); 
            this.label3 = new System.Windows.Forms.Label(); 
            this.label2 = new System.Windows.Forms.Label(); 
            this.cbxUnit = new System.Windows.Forms.ComboBox(); 
            this.groupBox3 = new System.Windows.Forms.GroupBox(); 
            this.label19 = new System.Windows.Forms.Label(); 
            this.label16 = new System.Windows.Forms.Label(); 
            this.labGoodsIn = new System.Windows.Forms.Label(); 
            this.label14 = new System.Windows.Forms.Label(); 
            this.dtBirthday = new System.Windows.Forms.DateTimePicker(); 
            this.labDay = new System.Windows.Forms.Label(); 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
            this.cbxEmployeeName = new System.Windows.Forms.ComboBox(); 
            this.label21 = new System.Windows.Forms.Label(); 
            this.cbxDepot = new System.Windows.Forms.ComboBox(); 
            this.label18 = new System.Windows.Forms.Label(); 
            this.cbxCompanyName = new System.Windows.Forms.ComboBox(); 
            this.label15 = new System.Windows.Forms.Label(); 
            this.txtSpec = new System.Windows.Forms.TextBox(); 
            this.label10 = new System.Windows.Forms.Label(); 
            this.label11 = new System.Windows.Forms.Label(); 
            this.txtHasPay = new System.Windows.Forms.TextBox(); 
            this.label12 = new System.Windows.Forms.Label(); 
            this.txtNeedPay = new System.Windows.Forms.TextBox(); 
            this.label13 = new System.Windows.Forms.Label(); 
            this.label9 = new System.Windows.Forms.Label(); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.txtNum = new System.Windows.Forms.TextBox(); 
            this.txtGoodsName = new System.Windows.Forms.TextBox(); 
            this.label8 = new System.Windows.Forms.Label(); 
            this.labGoodsID = new System.Windows.Forms.Label(); 
            this.label7 = new System.Windows.Forms.Label(); 
            this.txtRemark = new System.Windows.Forms.TextBox(); 
            this.label6 = new System.Windows.Forms.Label(); 
            this.txtSellPrice = new System.Windows.Forms.TextBox(); 
            this.label5 = new System.Windows.Forms.Label(); 
            this.txtGoodsInPrice = new System.Windows.Forms.TextBox(); 
            this.groupBox2 = new System.Windows.Forms.GroupBox(); 
            this.dgvGoodsInfo = new System.Windows.Forms.DataGridView(); 
            this.toolAdd = new System.Windows.Forms.ToolStripButton(); 
            this.toolAmend = new System.Windows.Forms.ToolStripButton(); 
            this.toolCancel = new System.Windows.Forms.ToolStripButton(); 
            this.toolSave = new System.Windows.Forms.ToolStripButton(); 
            this.toolStrip1 = new System.Windows.Forms.ToolStrip(); 
            this.toolDelete = new System.Windows.Forms.ToolStripButton(); 
            this.toolrefulsh = new System.Windows.Forms.ToolStripButton(); 
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); 
            this.toolExit = new System.Windows.Forms.ToolStripButton(); 
            this.groupBox3.SuspendLayout(); 
            this.groupBox1.SuspendLayout(); 
            this.groupBox2.SuspendLayout(); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsInfo)).BeginInit(); 
            this.toolStrip1.SuspendLayout(); 
            this.SuspendLayout(); 
            //  
            // lalTotalG 
            //  
            this.lalTotalG.AutoSize = true; 
            this.lalTotalG.ForeColor = System.Drawing.Color.Red; 
            this.lalTotalG.Location = new System.Drawing.Point(80, 152); 
            this.lalTotalG.Name = "lalTotalG"; 
            this.lalTotalG.Size = new System.Drawing.Size(0, 12); 
            this.lalTotalG.TabIndex = 10; 
            //  
            // label25 
            //  
            this.label25.AutoSize = true; 
            this.label25.Location = new System.Drawing.Point(8, 152); 
            this.label25.Name = "label25"; 
            this.label25.Size = new System.Drawing.Size(71, 12); 
            this.label25.TabIndex = 9; 
            this.label25.Text = "总利润金额:"; 
            //  
            // label20 
            //  
            this.label20.AutoSize = true; 
            this.label20.Location = new System.Drawing.Point(168, 112); 
            this.label20.Name = "label20"; 
            this.label20.Size = new System.Drawing.Size(17, 12); 
            this.label20.TabIndex = 8; 
            this.label20.Text = "元"; 
            //  
            // labInTotalM 
            //  
            this.labInTotalM.AutoSize = true; 
            this.labInTotalM.ForeColor = System.Drawing.Color.Red; 
            this.labInTotalM.Location = new System.Drawing.Point(80, 112); 
            this.labInTotalM.Name = "labInTotalM"; 
            this.labInTotalM.Size = new System.Drawing.Size(0, 12); 
            this.labInTotalM.TabIndex = 7; 
            //  
            // label22 
            //  
            this.label22.AutoSize = true; 
            this.label22.Location = new System.Drawing.Point(8, 112); 
            this.label22.Name = "label22"; 
            this.label22.Size = new System.Drawing.Size(71, 12); 
            this.label22.TabIndex = 6; 
            this.label22.Text = "总进货金额:"; 
            //  
            // label17 
            //  
            this.label17.AutoSize = true; 
            this.label17.Location = new System.Drawing.Point(168, 72); 
            this.label17.Name = "label17"; 
            this.label17.Size = new System.Drawing.Size(17, 12); 
            this.label17.TabIndex = 5; 
            this.label17.Text = "元"; 
            //  
            // labGain 
            //  
            this.labGain.AutoSize = true; 
            this.labGain.ForeColor = System.Drawing.Color.Red; 
            this.labGain.Location = new System.Drawing.Point(80, 72); 
            this.labGain.Name = "labGain"; 
            this.labGain.Size = new System.Drawing.Size(0, 12); 
            this.labGain.TabIndex = 4; 
            //  
            // label23 
            //  
            this.label23.AutoSize = true; 
            this.label23.Location = new System.Drawing.Point(168, 152); 
            this.label23.Name = "label23"; 
            this.label23.Size = new System.Drawing.Size(17, 12); 
            this.label23.TabIndex = 11; 
            this.label23.Text = "元"; 
            //  
            // label4 
            //  
            this.label4.AutoSize = true; 
            this.label4.Location = new System.Drawing.Point(16, 93); 
            this.label4.Name = "label4"; 
            this.label4.Size = new System.Drawing.Size(59, 12); 
            this.label4.TabIndex = 10; 
            this.label4.Text = "进货价格:"; 
            //  
            // label3 
            //  
            this.label3.AutoSize = true; 
            this.label3.Location = new System.Drawing.Point(331, 61); 
            this.label3.Name = "label3"; 
            this.label3.Size = new System.Drawing.Size(59, 12); 
            this.label3.TabIndex = 8; 
            this.label3.Text = "商品规格:"; 
            //  
            // label2 
            //  
            this.label2.AutoSize = true; 
            this.label2.Location = new System.Drawing.Point(162, 61); 
            this.label2.Name = "label2"; 
            this.label2.Size = new System.Drawing.Size(59, 12); 
            this.label2.TabIndex = 7; 
            this.label2.Text = "进货数量:"; 
            //  
            // cbxUnit 
            //  
            this.cbxUnit.Enabled = false; 
            this.cbxUnit.FormattingEnabled = true; 
            this.cbxUnit.ItemHeight = 12; 
            this.cbxUnit.Location = new System.Drawing.Point(275, 57); 
            this.cbxUnit.Name = "cbxUnit"; 
            this.cbxUnit.Size = new System.Drawing.Size(40, 20); 
            this.cbxUnit.TabIndex = 5; 
            //  
            // groupBox3 
            //  
            this.groupBox3.AutoSize = true; 
            this.groupBox3.Controls.Add(this.label23); 
            this.groupBox3.Controls.Add(this.lalTotalG); 
            this.groupBox3.Controls.Add(this.label25); 
            this.groupBox3.Controls.Add(this.label20); 
            this.groupBox3.Controls.Add(this.labInTotalM); 
            this.groupBox3.Controls.Add(this.label22); 
            this.groupBox3.Controls.Add(this.label17); 
            this.groupBox3.Controls.Add(this.labGain); 
            this.groupBox3.Controls.Add(this.label19); 
            this.groupBox3.Controls.Add(this.label16); 
            this.groupBox3.Controls.Add(this.labGoodsIn); 
            this.groupBox3.Controls.Add(this.label14); 
            this.groupBox3.Location = new System.Drawing.Point(472, 211); 
            this.groupBox3.Name = "groupBox3"; 
            this.groupBox3.Size = new System.Drawing.Size(200, 224); 
            this.groupBox3.TabIndex = 21; 
            this.groupBox3.TabStop = false; 
            this.groupBox3.Text = "金额统计"; 
            //  
            // label19 
            //  
            this.label19.AutoSize = true; 
            this.label19.Location = new System.Drawing.Point(8, 72); 
            this.label19.Name = "label19"; 
            this.label19.Size = new System.Drawing.Size(59, 12); 
            this.label19.TabIndex = 3; 
            this.label19.Text = "利润统计:"; 
            //  
            // label16 
            //  
            this.label16.AutoSize = true; 
            this.label16.Location = new System.Drawing.Point(168, 32); 
            this.label16.Name = "label16"; 
            this.label16.Size = new System.Drawing.Size(17, 12); 
            this.label16.TabIndex = 2; 
            this.label16.Text = "元"; 
            //  
            // labGoodsIn 
            //  
            this.labGoodsIn.AutoSize = true; 
            this.labGoodsIn.ForeColor = System.Drawing.Color.Red; 
            this.labGoodsIn.Location = new System.Drawing.Point(80, 32); 
            this.labGoodsIn.Name = "labGoodsIn"; 
            this.labGoodsIn.Size = new System.Drawing.Size(0, 12); 
            this.labGoodsIn.TabIndex = 1; 
            //  
            // label14 
            //  
            this.label14.AutoSize = true; 
            this.label14.Location = new System.Drawing.Point(8, 32); 
            this.label14.Name = "label14"; 
            this.label14.Size = new System.Drawing.Size(59, 12); 
            this.label14.TabIndex = 0; 
            this.label14.Text = "进货金额:"; 
            //  
            // dtBirthday 
            //  
            this.dtBirthday.Enabled = false; 
            this.dtBirthday.Location = new System.Drawing.Point(396, 24); 
            this.dtBirthday.Name = "dtBirthday"; 
            this.dtBirthday.Size = new System.Drawing.Size(101, 21); 
            this.dtBirthday.TabIndex = 2; 
            //  
            // labDay 
            //  
            this.labDay.AutoSize = true; 
            this.labDay.Location = new System.Drawing.Point(331, 29); 
            this.labDay.Name = "labDay"; 
            this.labDay.Size = new System.Drawing.Size(59, 12); 
            this.labDay.TabIndex = 4; 
            this.labDay.Text = "进货日期:"; 
            //  
            // groupBox1 
            //  
            this.groupBox1.AutoSize = true; 
            this.groupBox1.Controls.Add(this.cbxEmployeeName); 
            this.groupBox1.Controls.Add(this.label21); 
            this.groupBox1.Controls.Add(this.cbxDepot); 
            this.groupBox1.Controls.Add(this.label18); 
            this.groupBox1.Controls.Add(this.cbxCompanyName); 
            this.groupBox1.Controls.Add(this.label15); 
            this.groupBox1.Controls.Add(this.txtSpec); 
            this.groupBox1.Controls.Add(this.label10); 
            this.groupBox1.Controls.Add(this.label11); 
            this.groupBox1.Controls.Add(this.txtHasPay); 
            this.groupBox1.Controls.Add(this.label12); 
            this.groupBox1.Controls.Add(this.txtNeedPay); 
            this.groupBox1.Controls.Add(this.label13); 
            this.groupBox1.Controls.Add(this.label9); 
            this.groupBox1.Controls.Add(this.label1); 
            this.groupBox1.Controls.Add(this.txtNum); 
            this.groupBox1.Controls.Add(this.txtGoodsName); 
            this.groupBox1.Controls.Add(this.label8); 
            this.groupBox1.Controls.Add(this.labGoodsID); 
            this.groupBox1.Controls.Add(this.label7); 
            this.groupBox1.Controls.Add(this.txtRemark); 
            this.groupBox1.Controls.Add(this.label6); 
            this.groupBox1.Controls.Add(this.txtSellPrice); 
            this.groupBox1.Controls.Add(this.label5); 
            this.groupBox1.Controls.Add(this.txtGoodsInPrice); 
            this.groupBox1.Controls.Add(this.label4); 
            this.groupBox1.Controls.Add(this.label3); 
            this.groupBox1.Controls.Add(this.label2); 
            this.groupBox1.Controls.Add(this.cbxUnit); 
            this.groupBox1.Controls.Add(this.dtBirthday); 
            this.groupBox1.Controls.Add(this.labDay); 
            this.groupBox1.Location = new System.Drawing.Point(16, 37); 
            this.groupBox1.Name = "groupBox1"; 
            this.groupBox1.Size = new System.Drawing.Size(655, 162); 
            this.groupBox1.TabIndex = 19; 
            this.groupBox1.TabStop = false; 
            this.groupBox1.Text = "进货记录项"; 
            //  
            // cbxEmployeeName 
            //  
            this.cbxEmployeeName.Enabled = false; 
            this.cbxEmployeeName.FormattingEnabled = true; 
            this.cbxEmployeeName.ItemHeight = 12; 
            this.cbxEmployeeName.Location = new System.Drawing.Point(565, 25); 
            this.cbxEmployeeName.Name = "cbxEmployeeName"; 
            this.cbxEmployeeName.Size = new System.Drawing.Size(76, 20); 
            this.cbxEmployeeName.TabIndex = 33; 
            //  
            // label21 
            //  
            this.label21.AutoSize = true; 
            this.label21.Location = new System.Drawing.Point(503, 29); 
            this.label21.Name = "label21"; 
            this.label21.Size = new System.Drawing.Size(59, 12); 
            this.label21.TabIndex = 34; 
            this.label21.Text = "进货员工:"; 
            //  
            // cbxDepot 
            //  
            this.cbxDepot.Enabled = false; 
            this.cbxDepot.FormattingEnabled = true; 
            this.cbxDepot.ItemHeight = 12; 
            this.cbxDepot.Location = new System.Drawing.Point(556, 58); 
            this.cbxDepot.Name = "cbxDepot"; 
            this.cbxDepot.Size = new System.Drawing.Size(76, 20); 
            this.cbxDepot.TabIndex = 7; 
            //  
            // label18 
            //  
            this.label18.AutoSize = true; 
            this.label18.Location = new System.Drawing.Point(492, 62); 
            this.label18.Name = "label18"; 
            this.label18.Size = new System.Drawing.Size(59, 12); 
            this.label18.TabIndex = 32; 
            this.label18.Text = "所属仓库:"; 
            //  
            // cbxCompanyName 
            //  
            this.cbxCompanyName.Enabled = false; 
            this.cbxCompanyName.FormattingEnabled = true; 
            this.cbxCompanyName.ItemHeight = 12; 
            this.cbxCompanyName.Location = new System.Drawing.Point(80, 57); 
            this.cbxCompanyName.Name = "cbxCompanyName"; 
            this.cbxCompanyName.Size = new System.Drawing.Size(76, 20); 
            this.cbxCompanyName.TabIndex = 3; 
            //  
            // label15 
            //  
            this.label15.AutoSize = true; 
            this.label15.Location = new System.Drawing.Point(16, 61); 
            this.label15.Name = "label15"; 
            this.label15.Size = new System.Drawing.Size(47, 12); 
            this.label15.TabIndex = 30; 
            this.label15.Text = "供应商:"; 
            //  
            // txtSpec 
            //  
            this.txtSpec.Location = new System.Drawing.Point(396, 57); 
            this.txtSpec.Name = "txtSpec"; 
            this.txtSpec.ReadOnly = true; 
            this.txtSpec.Size = new System.Drawing.Size(74, 21); 
            this.txtSpec.TabIndex = 6; 
            //  
            // label10 
            //  
            this.label10.AutoSize = true; 
            this.label10.Location = new System.Drawing.Point(618, 93); 
            this.label10.Name = "label10"; 
            this.label10.Size = new System.Drawing.Size(17, 12); 
            this.label10.TabIndex = 28; 
            this.label10.Text = "元"; 
            //  
            // label11 
            //  
            this.label11.AutoSize = true; 
            this.label11.Location = new System.Drawing.Point(460, 93); 
            this.label11.Name = "label11"; 
            this.label11.Size = new System.Drawing.Size(17, 12); 
            this.label11.TabIndex = 27; 
            this.label11.Text = "元"; 
            //  
            // txtHasPay 
            //  
            this.txtHasPay.Location = new System.Drawing.Point(556, 89); 
            this.txtHasPay.Name = "txtHasPay"; 
            this.txtHasPay.ReadOnly = true; 
            this.txtHasPay.Size = new System.Drawing.Size(60, 21); 
            this.txtHasPay.TabIndex = 11; 
            //  
            // label12 
            //  
            this.label12.AutoSize = true; 
            this.label12.Location = new System.Drawing.Point(491, 93); 
            this.label12.Name = "label12"; 
            this.label12.Size = new System.Drawing.Size(59, 12); 
            this.label12.TabIndex = 25; 
            this.label12.Text = "实付金额:"; 
            //  
            // txtNeedPay 
            //  
            this.txtNeedPay.Location = new System.Drawing.Point(396, 90); 
            this.txtNeedPay.Name = "txtNeedPay"; 
            this.txtNeedPay.ReadOnly = true; 
            this.txtNeedPay.Size = new System.Drawing.Size(58, 21); 
            this.txtNeedPay.TabIndex = 10; 
            //  
            // label13 
            //  
            this.label13.AutoSize = true; 
            this.label13.Location = new System.Drawing.Point(331, 93); 
            this.label13.Name = "label13"; 
            this.label13.Size = new System.Drawing.Size(59, 12); 
            this.label13.TabIndex = 23; 
            this.label13.Text = "应付金额:"; 
            //  
            // label9 
            //  
            this.label9.AutoSize = true; 
            this.label9.Location = new System.Drawing.Point(298, 93); 
            this.label9.Name = "label9"; 
            this.label9.Size = new System.Drawing.Size(17, 12); 
            this.label9.TabIndex = 22; 
            this.label9.Text = "元"; 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(139, 93); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(17, 12); 
            this.label1.TabIndex = 21; 
            this.label1.Text = "元"; 
            //  
            // txtNum 
            //  
            this.txtNum.Location = new System.Drawing.Point(227, 57); 
            this.txtNum.Name = "txtNum"; 
            this.txtNum.ReadOnly = true; 
            this.txtNum.Size = new System.Drawing.Size(48, 21); 
            this.txtNum.TabIndex = 4; 
            this.txtNum.TextChanged += new System.EventHandler(this.txtNum_TextChanged); 
            //  
            // txtGoodsName 
            //  
            this.txtGoodsName.Location = new System.Drawing.Point(237, 24); 
            this.txtGoodsName.Name = "txtGoodsName"; 
            this.txtGoodsName.ReadOnly = true; 
            this.txtGoodsName.Size = new System.Drawing.Size(88, 21); 
            this.txtGoodsName.TabIndex = 1; 
            //  
            // label8 
            //  
            this.label8.AutoSize = true; 
            this.label8.Location = new System.Drawing.Point(172, 28); 
            this.label8.Name = "label8"; 
            this.label8.Size = new System.Drawing.Size(59, 12); 
            this.label8.TabIndex = 18; 
            this.label8.Text = "商品名称:"; 
            //  
            // labGoodsID 
            //  
            this.labGoodsID.AutoSize = true; 
            this.labGoodsID.ForeColor = System.Drawing.Color.Red; 
            this.labGoodsID.Location = new System.Drawing.Point(80, 28); 
            this.labGoodsID.Name = "labGoodsID"; 
            this.labGoodsID.Size = new System.Drawing.Size(0, 12); 
            this.labGoodsID.TabIndex = 17; 
            //  
            // label7 
            //  
            this.label7.AutoSize = true; 
            this.label7.Location = new System.Drawing.Point(16, 28); 
            this.label7.Name = "label7"; 
            this.label7.Size = new System.Drawing.Size(59, 12); 
            this.label7.TabIndex = 16; 
            this.label7.Text = "进 货 ID:"; 
            //  
            // txtRemark 
            //  
            this.txtRemark.Location = new System.Drawing.Point(80, 121); 
            this.txtRemark.Name = "txtRemark"; 
            this.txtRemark.ReadOnly = true; 
            this.txtRemark.Size = new System.Drawing.Size(554, 21); 
            this.txtRemark.TabIndex = 12; 
            //  
            // label6 
            //  
            this.label6.AutoSize = true; 
            this.label6.Location = new System.Drawing.Point(9, 125); 
            this.label6.Name = "label6"; 
            this.label6.Size = new System.Drawing.Size(65, 12); 
            this.label6.TabIndex = 14; 
            this.label6.Text = "  备  注 :"; 
            //  
            // txtSellPrice 
            //  
            this.txtSellPrice.Location = new System.Drawing.Point(227, 90); 
            this.txtSellPrice.Name = "txtSellPrice"; 
            this.txtSellPrice.ReadOnly = true; 
            this.txtSellPrice.Size = new System.Drawing.Size(66, 21); 
            this.txtSellPrice.TabIndex = 9; 
            //  
            // label5 
            //  
            this.label5.AutoSize = true; 
            this.label5.Location = new System.Drawing.Point(162, 93); 
            this.label5.Name = "label5"; 
            this.label5.Size = new System.Drawing.Size(59, 12); 
            this.label5.TabIndex = 12; 
            this.label5.Text = "销售价格:"; 
            //  
            // txtGoodsInPrice 
            //  
            this.txtGoodsInPrice.Location = new System.Drawing.Point(80, 89); 
            this.txtGoodsInPrice.Name = "txtGoodsInPrice"; 
            this.txtGoodsInPrice.ReadOnly = true; 
            this.txtGoodsInPrice.Size = new System.Drawing.Size(55, 21); 
            this.txtGoodsInPrice.TabIndex = 8; 
            this.txtGoodsInPrice.TextChanged += new System.EventHandler(this.txtGoodsInPrice_TextChanged); 
            //  
            // groupBox2 
            //  
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 
            this.groupBox2.AutoSize = true; 
            this.groupBox2.Controls.Add(this.dgvGoodsInfo); 
            this.groupBox2.Location = new System.Drawing.Point(16, 211); 
            this.groupBox2.Name = "groupBox2"; 
            this.groupBox2.Size = new System.Drawing.Size(448, 224); 
            this.groupBox2.TabIndex = 20; 
            this.groupBox2.TabStop = false; 
            this.groupBox2.Text = "进货信息显示"; 
            //  
            // dgvGoodsInfo 
            //  
            this.dgvGoodsInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; 
            this.dgvGoodsInfo.Dock = System.Windows.Forms.DockStyle.Fill; 
            this.dgvGoodsInfo.Location = new System.Drawing.Point(3, 17); 
            this.dgvGoodsInfo.Name = "dgvGoodsInfo"; 
            this.dgvGoodsInfo.ReadOnly = true; 
            this.dgvGoodsInfo.RowTemplate.Height = 20; 
            this.dgvGoodsInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; 
            this.dgvGoodsInfo.Size = new System.Drawing.Size(442, 204); 
            this.dgvGoodsInfo.TabIndex = 0; 
            this.dgvGoodsInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGoodsInfo_CellClick); 
            //  
            // toolAdd 
            //  
            this.toolAdd.Image = ((System.Drawing.Image)(resources.GetObject("toolAdd.Image"))); 
            this.toolAdd.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolAdd.Name = "toolAdd"; 
            this.toolAdd.Size = new System.Drawing.Size(49, 22); 
            this.toolAdd.Tag = "3"; 
            this.toolAdd.Text = "添加"; 
            this.toolAdd.Click += new System.EventHandler(this.toolAdd_Click); 
            //  
            // toolAmend 
            //  
            this.toolAmend.Image = ((System.Drawing.Image)(resources.GetObject("toolAmend.Image"))); 
            this.toolAmend.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolAmend.Name = "toolAmend"; 
            this.toolAmend.Size = new System.Drawing.Size(49, 22); 
            this.toolAmend.Tag = "4"; 
            this.toolAmend.Text = "修改"; 
            this.toolAmend.Click += new System.EventHandler(this.toolAmend_Click); 
            //  
            // toolCancel 
            //  
            this.toolCancel.Enabled = false; 
            this.toolCancel.Image = ((System.Drawing.Image)(resources.GetObject("toolCancel.Image"))); 
            this.toolCancel.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolCancel.Name = "toolCancel"; 
            this.toolCancel.Size = new System.Drawing.Size(49, 22); 
            this.toolCancel.Tag = "2"; 
            this.toolCancel.Text = "取消"; 
            this.toolCancel.Click += new System.EventHandler(this.toolCancel_Click); 
            //  
            // toolSave 
            //  
            this.toolSave.Enabled = false; 
            this.toolSave.Image = ((System.Drawing.Image)(resources.GetObject("toolSave.Image"))); 
            this.toolSave.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolSave.Name = "toolSave"; 
            this.toolSave.Size = new System.Drawing.Size(49, 22); 
            this.toolSave.Tag = "1"; 
            this.toolSave.Text = "保存"; 
            this.toolSave.Click += new System.EventHandler(this.toolSave_Click); 
            //  
            // toolStrip1 
            //  
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.toolSave, 
            this.toolCancel, 
            this.toolAdd, 
            this.toolAmend, 
            this.toolDelete, 
            this.toolrefulsh, 
            this.toolStripSeparator2, 
            this.toolExit}); 
            this.toolStrip1.Location = new System.Drawing.Point(0, 0); 
            this.toolStrip1.Name = "toolStrip1"; 
            this.toolStrip1.Size = new System.Drawing.Size(687, 25); 
            this.toolStrip1.TabIndex = 18; 
            this.toolStrip1.Text = "toolStrip1"; 
            //  
            // toolDelete 
            //  
            this.toolDelete.Image = ((System.Drawing.Image)(resources.GetObject("toolDelete.Image"))); 
            this.toolDelete.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolDelete.Name = "toolDelete"; 
            this.toolDelete.Size = new System.Drawing.Size(49, 22); 
            this.toolDelete.Tag = "5"; 
            this.toolDelete.Text = "删除"; 
            this.toolDelete.Click += new System.EventHandler(this.toolDelete_Click); 
            //  
            // toolrefulsh 
            //  
            this.toolrefulsh.Image = ((System.Drawing.Image)(resources.GetObject("toolrefulsh.Image"))); 
            this.toolrefulsh.ImageTransparentColor = System.Drawing.Color.Magenta; 
            this.toolrefulsh.Name = "toolrefulsh"; 
            this.toolrefulsh.Size = new System.Drawing.Size(49, 22); 
            this.toolrefulsh.Text = "刷新"; 
            this.toolrefulsh.Click += new System.EventHandler(this.toolrefulsh_Click); 
            //  
            // toolStripSeparator2 
            //  
            this.toolStripSeparator2.Name = "toolStripSeparator2"; 
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25); 
            //  
            // toolExit 
            //  
            this.toolExit.Image = ((System.Drawing.Image)(resources.GetObject("toolExit.Image"))); 
            this.toolExit.ImageTransparentColor = System.Drawing.SystemColors.Control; 
            this.toolExit.Name = "toolExit"; 
            this.toolExit.Size = new System.Drawing.Size(49, 22); 
            this.toolExit.Tag = "7"; 
            this.toolExit.Text = "退出"; 
            this.toolExit.Click += new System.EventHandler(this.toolExit_Click); 
            //  
            // GoodsIn 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(687, 449); 
            this.Controls.Add(this.groupBox3); 
            this.Controls.Add(this.groupBox1); 
            this.Controls.Add(this.groupBox2); 
            this.Controls.Add(this.toolStrip1); 
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 
            this.MaximizeBox = false; 
            this.Name = "GoodsIn"; 
            this.Text = "采购进货"; 
            this.Load += new System.EventHandler(this.GoodsIn_Load); 
            this.groupBox3.ResumeLayout(false); 
            this.groupBox3.PerformLayout(); 
            this.groupBox1.ResumeLayout(false); 
            this.groupBox1.PerformLayout(); 
            this.groupBox2.ResumeLayout(false); 
            ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsInfo)).EndInit(); 
            this.toolStrip1.ResumeLayout(false); 
            this.toolStrip1.PerformLayout(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.Label lalTotalG; 
        private System.Windows.Forms.Label label25; 
        private System.Windows.Forms.Label label20; 
        private System.Windows.Forms.Label labInTotalM; 
        private System.Windows.Forms.Label label22; 
        private System.Windows.Forms.Label label17; 
        private System.Windows.Forms.Label labGain; 
        private System.Windows.Forms.Label label23; 
        private System.Windows.Forms.Label label4; 
        private System.Windows.Forms.Label label3; 
        private System.Windows.Forms.Label label2; 
        private System.Windows.Forms.ComboBox cbxUnit; 
        private System.Windows.Forms.GroupBox groupBox3; 
        private System.Windows.Forms.Label label19; 
        private System.Windows.Forms.Label label16; 
        private System.Windows.Forms.Label labGoodsIn; 
        private System.Windows.Forms.Label label14; 
        private System.Windows.Forms.DateTimePicker dtBirthday; 
        private System.Windows.Forms.Label labDay; 
        private System.Windows.Forms.GroupBox groupBox1; 
        private System.Windows.Forms.TextBox txtSpec; 
        private System.Windows.Forms.Label label10; 
        private System.Windows.Forms.Label label11; 
        private System.Windows.Forms.TextBox txtHasPay; 
        private System.Windows.Forms.Label label12; 
        private System.Windows.Forms.TextBox txtNeedPay; 
        private System.Windows.Forms.Label label13; 
        private System.Windows.Forms.Label label9; 
        private System.Windows.Forms.Label label1; 
        private System.Windows.Forms.TextBox txtNum; 
        private System.Windows.Forms.TextBox txtGoodsName; 
        private System.Windows.Forms.Label label8; 
        private System.Windows.Forms.Label labGoodsID; 
        private System.Windows.Forms.Label label7; 
        private System.Windows.Forms.TextBox txtRemark; 
        private System.Windows.Forms.Label label6; 
        private System.Windows.Forms.TextBox txtSellPrice; 
        private System.Windows.Forms.Label label5; 
        private System.Windows.Forms.TextBox txtGoodsInPrice; 
        private System.Windows.Forms.GroupBox groupBox2; 
        private System.Windows.Forms.DataGridView dgvGoodsInfo; 
        private System.Windows.Forms.ToolStripButton toolAdd; 
        private System.Windows.Forms.ToolStripButton toolAmend; 
        private System.Windows.Forms.ToolStripButton toolCancel; 
        private System.Windows.Forms.ToolStripButton toolSave; 
        private System.Windows.Forms.ToolStrip toolStrip1; 
        private System.Windows.Forms.ToolStripButton toolDelete; 
        private System.Windows.Forms.ToolStripButton toolrefulsh; 
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; 
        private System.Windows.Forms.ToolStripButton toolExit; 
        private System.Windows.Forms.ComboBox cbxCompanyName; 
        private System.Windows.Forms.Label label15; 
        private System.Windows.Forms.ComboBox cbxDepot; 
        private System.Windows.Forms.Label label18; 
        private System.Windows.Forms.ComboBox cbxEmployeeName; 
        private System.Windows.Forms.Label label21; 
    } 
}