?? frmbgmanage.designer.cs
字號:
?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 + -