📄 sms_borrow.designer.cs
字号:
this.dgvBGManage.Size = new System.Drawing.Size(571, 149);
this.dgvBGManage.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(220, 48);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "借出数量";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 48);
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(220, 22);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "货物名称";
//
// cboxGName
//
this.cboxGName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGName.FormattingEnabled = true;
this.cboxGName.Location = new System.Drawing.Point(286, 19);
this.cboxGName.MaxDropDownItems = 100;
this.cboxGName.Name = "cboxGName";
this.cboxGName.Size = new System.Drawing.Size(100, 20);
this.cboxGName.TabIndex = 1;
this.cboxGName.SelectedIndexChanged += new System.EventHandler(this.cboxGName_SelectedIndexChanged);
//
// cboxSName
//
this.cboxSName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSName.FormattingEnabled = true;
this.cboxSName.Location = new System.Drawing.Point(95, 19);
this.cboxSName.MaxDropDownItems = 100;
this.cboxSName.Name = "cboxSName";
this.cboxSName.Size = new System.Drawing.Size(100, 20);
this.cboxSName.TabIndex = 0;
//
// txtBGRemark
//
this.txtBGRemark.Location = new System.Drawing.Point(94, 129);
this.txtBGRemark.Multiline = true;
this.txtBGRemark.Name = "txtBGRemark";
this.txtBGRemark.Size = new System.Drawing.Size(291, 55);
this.txtBGRemark.TabIndex = 7;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(41, 132);
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(287, 73);
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(227, 76);
this.labHPeople.Name = "labHPeople";
this.labHPeople.Size = new System.Drawing.Size(41, 12);
this.labHPeople.TabIndex = 14;
this.labHPeople.Text = "经手人";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GoodsID);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.cboxGName);
this.groupBox1.Controls.Add(this.cboxSName);
this.groupBox1.Controls.Add(this.txtBGRemark);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.txtHPeople);
this.groupBox1.Controls.Add(this.labHPeople);
this.groupBox1.Controls.Add(this.txtBGDepart);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.cboxGSpec);
this.groupBox1.Controls.Add(this.txtBGPeople);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.txtBGNum);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 202);
this.groupBox1.TabIndex = 10;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// GoodsID
//
this.GoodsID.AutoSize = true;
this.GoodsID.Location = new System.Drawing.Point(41, 162);
this.GoodsID.Name = "GoodsID";
this.GoodsID.Size = new System.Drawing.Size(0, 12);
this.GoodsID.TabIndex = 30;
this.GoodsID.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 156);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 12);
this.label1.TabIndex = 17;
this.label1.Visible = false;
//
// cboxGSpec
//
this.cboxGSpec.Location = new System.Drawing.Point(96, 46);
this.cboxGSpec.Name = "cboxGSpec";
this.cboxGSpec.Size = new System.Drawing.Size(100, 21);
this.cboxGSpec.TabIndex = 4;
//
// SMS_Borrow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 411);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvBGManage);
this.Controls.Add(this.groupBox1);
this.Name = "SMS_Borrow";
this.Text = "借出管理";
this.Load += new System.EventHandler(this.SMS_Borrow_Load);
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgvBGManage)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnRGManage;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox txtBGDepart;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtBGPeople;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox txtBGNum;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.DataGridView dgvBGManage;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cboxGName;
private System.Windows.Forms.ComboBox cboxSName;
private System.Windows.Forms.TextBox txtBGRemark;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox txtHPeople;
private System.Windows.Forms.Label labHPeople;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox cboxGSpec;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label GoodsID;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -