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

📄 frmbgmanage.designer.cs

📁 对库存商品进行管理。采用SQL SERVER 创建后台数据库
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace SMS.GoodsManage
{
    partial class frmBGManage
    {
        /// <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(frmBGManage));
            this.txtHPeople = new System.Windows.Forms.TextBox();
            this.labHPeople = new System.Windows.Forms.Label();
            this.txtBGDepart = new System.Windows.Forms.TextBox();
            this.label7 = new System.Windows.Forms.Label();
            this.txtBGNum = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnRGManage = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnDel = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.txtBGPeople = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cboxGName = new System.Windows.Forms.ComboBox();
            this.cboxSName = new System.Windows.Forms.ComboBox();
            this.cboxGSpec = new System.Windows.Forms.ComboBox();
            this.txtBGRemark = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
            this.dgvBGManage = new System.Windows.Forms.DataGridView();
            this.errorPrBGNum = new System.Windows.Forms.ErrorProvider(this.components);
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvBGManage)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrBGNum)).BeginInit();
            this.SuspendLayout();
            // 
            // txtHPeople
            // 
            this.txtHPeople.Location = new System.Drawing.Point(286, 99);
            this.txtHPeople.Name = "txtHPeople";
            this.txtHPeople.Size = new System.Drawing.Size(100, 21);
            this.txtHPeople.TabIndex = 5;
            // 
            // labHPeople
            // 
            this.labHPeople.AutoSize = true;
            this.labHPeople.Location = new System.Drawing.Point(226, 102);
            this.labHPeople.Name = "labHPeople";
            this.labHPeople.Size = new System.Drawing.Size(41, 12);
            this.labHPeople.TabIndex = 14;
            this.labHPeople.Text = "经手人";
            // 
            // txtBGDepart
            // 
            this.txtBGDepart.Location = new System.Drawing.Point(95, 134);
            this.txtBGDepart.Name = "txtBGDepart";
            this.txtBGDepart.Size = new System.Drawing.Size(291, 21);
            this.txtBGDepart.TabIndex = 6;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(30, 137);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 12;
            this.label7.Text = "借货单位";
            // 
            // txtBGNum
            // 
            this.txtBGNum.Location = new System.Drawing.Point(286, 63);
            this.txtBGNum.Name = "txtBGNum";
            this.txtBGNum.Size = new System.Drawing.Size(100, 21);
            this.txtBGNum.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(220, 66);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "借出数量";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnRGManage);
            this.groupBox2.Controls.Add(this.btnExit);
            this.groupBox2.Controls.Add(this.btnDel);
            this.groupBox2.Controls.Add(this.btnAdd);
            this.groupBox2.Location = new System.Drawing.Point(441, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(142, 237);
            this.groupBox2.TabIndex = 8;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // btnRGManage
            // 
            this.btnRGManage.Image = ((System.Drawing.Image)(resources.GetObject("btnRGManage.Image")));
            this.btnRGManage.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnRGManage.Location = new System.Drawing.Point(34, 119);
            this.btnRGManage.Name = "btnRGManage";
            this.btnRGManage.Size = new System.Drawing.Size(75, 23);
            this.btnRGManage.TabIndex = 10;
            this.btnRGManage.Text = "还货";
            this.btnRGManage.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnRGManage.UseVisualStyleBackColor = true;
            this.btnRGManage.Click += new System.EventHandler(this.btnRGManage_Click);
            // 
            // btnExit
            // 
            this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
            this.btnExit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnExit.Location = new System.Drawing.Point(34, 157);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(75, 23);
            this.btnExit.TabIndex = 11;
            this.btnExit.Text = "退出";
            this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnDel
            // 
            this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
            this.btnDel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnDel.Location = new System.Drawing.Point(34, 81);
            this.btnDel.Name = "btnDel";
            this.btnDel.Size = new System.Drawing.Size(75, 23);
            this.btnDel.TabIndex = 9;
            this.btnDel.Text = "删除";
            this.btnDel.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnDel.UseVisualStyleBackColor = true;
            this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Image")));
            this.btnAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnAdd.Location = new System.Drawing.Point(34, 43);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(75, 23);
            this.btnAdd.TabIndex = 8;
            this.btnAdd.Text = "借货";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // txtBGPeople
            // 
            this.txtBGPeople.Location = new System.Drawing.Point(95, 99);
            this.txtBGPeople.Name = "txtBGPeople";
            this.txtBGPeople.Size = new System.Drawing.Size(100, 21);
            this.txtBGPeople.TabIndex = 4;
            // 
            // label6
            // 

⌨️ 快捷键说明

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