⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 采购.designer.cs

📁 进存销系统..适合书店的进销存..功能可以满足一般的需求.很简单
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnTotal);
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Controls.Add(this.button1);
            this.groupBox2.Location = new System.Drawing.Point(14, 138);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(658, 49);
            this.groupBox2.TabIndex = 4;
            this.groupBox2.TabStop = false;
            // 
            // btnTotal
            // 
            this.btnTotal.Location = new System.Drawing.Point(266, 16);
            this.btnTotal.Name = "btnTotal";
            this.btnTotal.Size = new System.Drawing.Size(75, 23);
            this.btnTotal.TabIndex = 2;
            this.btnTotal.Text = "合计";
            this.btnTotal.UseVisualStyleBackColor = true;
            this.btnTotal.Click += new System.EventHandler(this.btnTotal_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(125, 13);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(102, 28);
            this.button2.TabIndex = 1;
            this.button2.Text = "新产品添加";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Enabled = false;
            this.button1.Location = new System.Drawing.Point(8, 13);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(93, 28);
            this.button1.TabIndex = 0;
            this.button1.Text = "老产品添加";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // dg_Stock
            // 
            this.dg_Stock.DataMember = "";
            this.dg_Stock.HeaderForeColor = System.Drawing.SystemColors.ControlText;
            this.dg_Stock.Location = new System.Drawing.Point(14, 193);
            this.dg_Stock.Name = "dg_Stock";
            this.dg_Stock.Size = new System.Drawing.Size(658, 233);
            this.dg_Stock.TabIndex = 5;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(20, 452);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 6;
            this.label7.Text = "合计金额:";
            // 
            // txt_TotalCount
            // 
            this.txt_TotalCount.Location = new System.Drawing.Point(91, 449);
            this.txt_TotalCount.Name = "txt_TotalCount";
            this.txt_TotalCount.Size = new System.Drawing.Size(120, 21);
            this.txt_TotalCount.TabIndex = 7;
            // 
            // txt_Tax
            // 
            this.txt_Tax.Location = new System.Drawing.Point(513, 449);
            this.txt_Tax.Name = "txt_Tax";
            this.txt_Tax.Size = new System.Drawing.Size(127, 21);
            this.txt_Tax.TabIndex = 9;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(237, 452);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "税后金额:";
            // 
            // txt_NoTax
            // 
            this.txt_NoTax.Location = new System.Drawing.Point(320, 449);
            this.txt_NoTax.Name = "txt_NoTax";
            this.txt_NoTax.Size = new System.Drawing.Size(120, 21);
            this.txt_NoTax.TabIndex = 11;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(466, 452);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(41, 12);
            this.label9.TabIndex = 10;
            this.label9.Text = "税额:";
            // 
            // toolBar1
            // 
            this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
            this.tb_Save,
            this.tb_Delete,
            this.tb_Print,
            this.tb_exit});
            this.toolBar1.DropDownArrows = true;
            this.toolBar1.ImageList = this.imageList1;
            this.toolBar1.Location = new System.Drawing.Point(0, 0);
            this.toolBar1.Name = "toolBar1";
            this.toolBar1.ShowToolTips = true;
            this.toolBar1.Size = new System.Drawing.Size(682, 28);
            this.toolBar1.TabIndex = 12;
            this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
            // 
            // tb_Save
            // 
            this.tb_Save.ImageIndex = 0;
            this.tb_Save.Name = "tb_Save";
            this.tb_Save.Tag = "1";
            this.tb_Save.ToolTipText = "保存";
            // 
            // tb_Delete
            // 
            this.tb_Delete.ImageIndex = 1;
            this.tb_Delete.Name = "tb_Delete";
            this.tb_Delete.Tag = "2";
            this.tb_Delete.ToolTipText = "删除";
            // 
            // tb_Print
            // 
            this.tb_Print.ImageIndex = 3;
            this.tb_Print.Name = "tb_Print";
            this.tb_Print.ToolTipText = "打印";
            // 
            // tb_exit
            // 
            this.tb_exit.ImageIndex = 2;
            this.tb_exit.Name = "tb_exit";
            this.tb_exit.Tag = "3";
            this.tb_exit.ToolTipText = "退出";
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "保存.bmp");
            this.imageList1.Images.SetKeyName(1, "删除.bmp");
            this.imageList1.Images.SetKeyName(2, "退出.bmp");
            this.imageList1.Images.SetKeyName(3, "print.ico");
            // 
            // StockTable
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(682, 492);
            this.Controls.Add(this.toolBar1);
            this.Controls.Add(this.txt_NoTax);
            this.Controls.Add(this.label9);
            this.Controls.Add(this.txt_Tax);
            this.Controls.Add(this.label8);
            this.Controls.Add(this.txt_TotalCount);
            this.Controls.Add(this.label7);
            this.Controls.Add(this.dg_Stock);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.lbldanhao);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Name = "StockTable";
            this.Text = "采购";
            this.Load += new System.EventHandler(this.StockTable_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dg_Stock)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label lbldanhao;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox tbEmployee;
        private System.Windows.Forms.TextBox tbSupplier;
        private System.Windows.Forms.Button btnEmployee;
        private System.Windows.Forms.Button btnSupplier;
        private System.Windows.Forms.DateTimePicker dateTimePicker1;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.DataGrid dg_Stock;
        private System.Windows.Forms.TextBox tb_Info;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txt_TotalCount;
        private System.Windows.Forms.TextBox txt_Tax;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txt_NoTax;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox tb_Info2;
        private System.Windows.Forms.ToolBar toolBar1;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.ToolBarButton tb_Save;
        private System.Windows.Forms.ToolBarButton tb_Delete;
        private System.Windows.Forms.ToolBarButton tb_exit;
        private System.Windows.Forms.Button btnTotal;
        private System.Windows.Forms.ToolBarButton tb_Print;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -