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

📄 sms_returngoods.designer.cs

📁 库存管理系统,对企业仓库的产品进行管理,使用C#语句 .net 平台开发
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // btnAdd
            // 
            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 = 5;
            this.btnAdd.Text = "还 货";
            this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(19, 103);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(53, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "归还数量";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(19, 66);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "货物名称";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(223, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "仓库名称";
            // 
            // txtGSpec
            // 
            this.txtGSpec.Location = new System.Drawing.Point(289, 63);
            this.txtGSpec.Name = "txtGSpec";
            this.txtGSpec.ReadOnly = true;
            this.txtGSpec.Size = new System.Drawing.Size(113, 21);
            this.txtGSpec.TabIndex = 25;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(223, 66);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 24;
            this.label5.Text = "货物规格";
            // 
            // txtGName
            // 
            this.txtGName.Location = new System.Drawing.Point(86, 63);
            this.txtGName.Name = "txtGName";
            this.txtGName.ReadOnly = true;
            this.txtGName.Size = new System.Drawing.Size(119, 21);
            this.txtGName.TabIndex = 23;
            // 
            // txtSName
            // 
            this.txtSName.Location = new System.Drawing.Point(289, 26);
            this.txtSName.Name = "txtSName";
            this.txtSName.ReadOnly = true;
            this.txtSName.Size = new System.Drawing.Size(113, 21);
            this.txtSName.TabIndex = 22;
            // 
            // txtRGNum
            // 
            this.txtRGNum.Location = new System.Drawing.Point(86, 100);
            this.txtRGNum.Name = "txtRGNum";
            this.txtRGNum.Size = new System.Drawing.Size(119, 21);
            this.txtRGNum.TabIndex = 1;
            this.txtRGNum.TextChanged += new System.EventHandler(this.txtRGNum_TextChanged);
            // 
            // cboxBGID
            // 
            this.cboxBGID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cboxBGID.FormattingEnabled = true;
            this.cboxBGID.Location = new System.Drawing.Point(86, 26);
            this.cboxBGID.Name = "cboxBGID";
            this.cboxBGID.Size = new System.Drawing.Size(119, 20);
            this.cboxBGID.TabIndex = 0;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(19, 29);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 19;
            this.label9.Text = "借货编号";
            // 
            // txtRGRemark
            // 
            this.txtRGRemark.Location = new System.Drawing.Point(98, 174);
            this.txtRGRemark.Multiline = true;
            this.txtRGRemark.Name = "txtRGRemark";
            this.txtRGRemark.Size = new System.Drawing.Size(291, 55);
            this.txtRGRemark.TabIndex = 4;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtGSpec);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.txtGName);
            this.groupBox1.Controls.Add(this.txtSName);
            this.groupBox1.Controls.Add(this.txtRGNum);
            this.groupBox1.Controls.Add(this.cboxBGID);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.txtRGRemark);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.txtHPeople);
            this.groupBox1.Controls.Add(this.labHPeople);
            this.groupBox1.Controls.Add(this.txtRGPeople);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.txtNRGNum);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(426, 237);
            this.groupBox1.TabIndex = 14;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "信息";
            // 
            // SMS_ReturnGoods
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(602, 439);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.dgvRGManage);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.MaximizeBox = false;
            this.Name = "SMS_ReturnGoods";
            this.Text = "还货管理";
            this.Load += new System.EventHandler(this.SMS_ReturnGoods_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvRGManage)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox txtHPeople;
        private System.Windows.Forms.Label labHPeople;
        private System.Windows.Forms.TextBox txtRGPeople;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtNRGNum;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.HScrollBar hScrollBar1;
        private System.Windows.Forms.DataGridView dgvRGManage;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnEdit;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnDel;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtGSpec;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtGName;
        private System.Windows.Forms.TextBox txtSName;
        private System.Windows.Forms.TextBox txtRGNum;
        private System.Windows.Forms.ComboBox cboxBGID;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtRGRemark;
        private System.Windows.Forms.GroupBox groupBox1;
    }
}

⌨️ 快捷键说明

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