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

📄 frmrgmanage.designer.cs

📁 对库存商品进行管理。采用SQL SERVER 创建后台数据库
💻 CS
📖 第 1 页 / 共 2 页
字号:
            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;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(43, 177);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "备注";
            // 
            // txtHPeople
            // 
            this.txtHPeople.Location = new System.Drawing.Point(289, 137);
            this.txtHPeople.Name = "txtHPeople";
            this.txtHPeople.Size = new System.Drawing.Size(100, 21);
            this.txtHPeople.TabIndex = 3;
            // 
            // labHPeople
            // 
            this.labHPeople.AutoSize = true;
            this.labHPeople.Location = new System.Drawing.Point(229, 140);
            this.labHPeople.Name = "labHPeople";
            this.labHPeople.Size = new System.Drawing.Size(41, 12);
            this.labHPeople.TabIndex = 14;
            this.labHPeople.Text = "经手人";
            // 
            // txtRGPeople
            // 
            this.txtRGPeople.Location = new System.Drawing.Point(98, 137);
            this.txtRGPeople.Name = "txtRGPeople";
            this.txtRGPeople.Size = new System.Drawing.Size(100, 21);
            this.txtRGPeople.TabIndex = 2;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(37, 140);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 10;
            this.label6.Text = "还货人";
            // 
            // txtNRGNum
            // 
            this.txtNRGNum.Location = new System.Drawing.Point(289, 100);
            this.txtNRGNum.Name = "txtNRGNum";
            this.txtNRGNum.ReadOnly = true;
            this.txtNRGNum.Size = new System.Drawing.Size(100, 21);
            this.txtNRGNum.TabIndex = 7;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(217, 103);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 6;
            this.label4.Text = "未归还数量";
            // 
            // 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(77, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "本次归还数量";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(31, 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 = "仓库名称";
            // 
            // hScrollBar1
            // 
            this.hScrollBar1.Location = new System.Drawing.Point(12, 387);
            this.hScrollBar1.Name = "hScrollBar1";
            this.hScrollBar1.Size = new System.Drawing.Size(565, 17);
            this.hScrollBar1.TabIndex = 13;
            // 
            // dgvRGManage
            // 
            this.dgvRGManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvRGManage.Location = new System.Drawing.Point(12, 255);
            this.dgvRGManage.Name = "dgvRGManage";
            this.dgvRGManage.ReadOnly = true;
            this.dgvRGManage.RowTemplate.Height = 23;
            this.dgvRGManage.Size = new System.Drawing.Size(565, 149);
            this.dgvRGManage.TabIndex = 11;
            this.dgvRGManage.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRGManage_CellClick);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnEdit);
            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 = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "操作";
            // 
            // btnEdit
            // 
            this.btnEdit.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Image")));
            this.btnEdit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.btnEdit.Location = new System.Drawing.Point(34, 79);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(75, 23);
            this.btnEdit.TabIndex = 6;
            this.btnEdit.Text = "修改";
            this.btnEdit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // frmRGManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 416);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.hScrollBar1);
            this.Controls.Add(this.dgvRGManage);
            this.Controls.Add(this.groupBox2);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "frmRGManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "还货管理";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmRGManage_FormClosed);
            this.Load += new System.EventHandler(this.frmRGManage_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvRGManage)).EndInit();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnDel;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtRGRemark;
        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.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        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.ComboBox cboxBGID;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtRGNum;
        private System.Windows.Forms.TextBox txtGName;
        private System.Windows.Forms.TextBox txtSName;
        private System.Windows.Forms.TextBox txtGSpec;
        private System.Windows.Forms.Label label5;
    }
}

⌨️ 快捷键说明

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