?? frmbgmanage.designer.cs
字號:
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(36, 102);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 10;
this.label6.Text = "借貨人";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(30, 28);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "倉庫名稱";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.cboxGName);
this.groupBox1.Controls.Add(this.cboxSName);
this.groupBox1.Controls.Add(this.cboxGSpec);
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.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(9, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(426, 237);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "信息";
//
// cboxGName
//
this.cboxGName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGName.FormattingEnabled = true;
this.cboxGName.Location = new System.Drawing.Point(286, 25);
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, 25);
this.cboxSName.MaxDropDownItems = 100;
this.cboxSName.Name = "cboxSName";
this.cboxSName.Size = new System.Drawing.Size(100, 20);
this.cboxSName.TabIndex = 0;
this.cboxSName.SelectedIndexChanged += new System.EventHandler(this.cboxSName_SelectedIndexChanged);
//
// cboxGSpec
//
this.cboxGSpec.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxGSpec.FormattingEnabled = true;
this.cboxGSpec.Location = new System.Drawing.Point(95, 63);
this.cboxGSpec.MaxDropDownItems = 100;
this.cboxGSpec.Name = "cboxGSpec";
this.cboxGSpec.Size = new System.Drawing.Size(100, 20);
this.cboxGSpec.TabIndex = 2;
//
// txtBGRemark
//
this.txtBGRemark.Location = new System.Drawing.Point(95, 166);
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(42, 169);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 16;
this.label8.Text = "備注";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(30, 66);
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, 28);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.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 = 9;
//
// dgvBGManage
//
this.dgvBGManage.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvBGManage.Location = new System.Drawing.Point(12, 255);
this.dgvBGManage.Name = "dgvBGManage";
this.dgvBGManage.ReadOnly = true;
this.dgvBGManage.RowTemplate.Height = 23;
this.dgvBGManage.Size = new System.Drawing.Size(565, 149);
this.dgvBGManage.TabIndex = 7;
this.dgvBGManage.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBGManage_CellClick);
//
// errorPrBGNum
//
this.errorPrBGNum.ContainerControl = this;
//
// frmBGManage
//
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.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.dgvBGManage);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "frmBGManage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "借貨管理";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmBGManage_FormClosed);
this.Load += new System.EventHandler(this.frmBGManage_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvBGManage)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorPrBGNum)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox txtHPeople;
private System.Windows.Forms.Label labHPeople;
private System.Windows.Forms.TextBox txtBGDepart;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtBGNum;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.TextBox txtBGPeople;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.DataGridView dgvBGManage;
private System.Windows.Forms.TextBox txtBGRemark;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cboxGSpec;
private System.Windows.Forms.ComboBox cboxSName;
private System.Windows.Forms.ComboBox cboxGName;
private System.Windows.Forms.Button btnRGManage;
private System.Windows.Forms.ErrorProvider errorPrBGNum;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -