?? frmismanage.designer.cs
字號:
?namespace SMS.GoodsManage
{
partial class frmISManage
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmISManage));
this.btnDel = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtISGName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.cboxPName = new System.Windows.Forms.ComboBox();
this.txtISGID = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtISGNum = new System.Windows.Forms.TextBox();
this.cboxSName = new System.Windows.Forms.ComboBox();
this.txtISRemark = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.txtGIPrice = new System.Windows.Forms.TextBox();
this.labGPrice = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.cboxGUnit = new System.Windows.Forms.ComboBox();
this.txtHPeople = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.txtGSPrice = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.txtGSpec = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.dgvISManage = new System.Windows.Forms.DataGridView();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvISManage)).BeginInit();
this.SuspendLayout();
//
// 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, 80);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(75, 23);
this.btnDel.TabIndex = 11;
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 = 10;
this.btnAdd.Text = "入庫";
this.btnAdd.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_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, 117);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(75, 23);
this.btnExit.TabIndex = 12;
this.btnExit.Text = "退出";
this.btnExit.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(212, 54);
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(25, 54);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "倉庫名稱";
//
// txtISGName
//
this.txtISGName.Location = new System.Drawing.Point(286, 23);
this.txtISGName.Name = "txtISGName";
this.txtISGName.Size = new System.Drawing.Size(100, 21);
this.txtISGName.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(218, 26);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "貨物名稱";
//
// cboxPName
//
this.cboxPName.FormattingEnabled = true;
this.cboxPName.Location = new System.Drawing.Point(286, 51);
this.cboxPName.Name = "cboxPName";
this.cboxPName.Size = new System.Drawing.Size(100, 20);
this.cboxPName.TabIndex = 3;
//
// txtISGID
//
this.txtISGID.Location = new System.Drawing.Point(95, 23);
this.txtISGID.Name = "txtISGID";
this.txtISGID.Size = new System.Drawing.Size(100, 21);
this.txtISGID.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(31, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "貨物編號";
//
// txtISGNum
//
this.txtISGNum.Location = new System.Drawing.Point(95, 107);
this.txtISGNum.Name = "txtISGNum";
this.txtISGNum.Size = new System.Drawing.Size(100, 21);
this.txtISGNum.TabIndex = 6;
//
// cboxSName
//
this.cboxSName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboxSName.FormattingEnabled = true;
this.cboxSName.Location = new System.Drawing.Point(95, 51);
this.cboxSName.MaxDropDownItems = 10;
this.cboxSName.Name = "cboxSName";
this.cboxSName.Size = new System.Drawing.Size(100, 20);
this.cboxSName.TabIndex = 2;
//
// txtISRemark
//
this.txtISRemark.Location = new System.Drawing.Point(95, 163);
this.txtISRemark.Multiline = true;
this.txtISRemark.Name = "txtISRemark";
this.txtISRemark.Size = new System.Drawing.Size(291, 68);
this.txtISRemark.TabIndex = 9;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(43, 166);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 16;
this.label8.Text = "備注";
//
// txtGIPrice
//
this.txtGIPrice.Location = new System.Drawing.Point(286, 107);
this.txtGIPrice.Name = "txtGIPrice";
this.txtGIPrice.Size = new System.Drawing.Size(100, 21);
this.txtGIPrice.TabIndex = 7;
this.txtGIPrice.TextChanged += new System.EventHandler(this.txtGIPrice_TextChanged);
//
// labGPrice
//
this.labGPrice.AutoSize = true;
this.labGPrice.Location = new System.Drawing.Point(218, 110);
this.labGPrice.Name = "labGPrice";
this.labGPrice.Size = new System.Drawing.Size(53, 12);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -