?? frm商品管理.designer.cs
字號:
this.groupBoxAdd庫存.Controls.Add(this.label4);
this.groupBoxAdd庫存.Controls.Add(this.label5);
this.groupBoxAdd庫存.Controls.Add(this.label3);
this.groupBoxAdd庫存.ForeColor = System.Drawing.SystemColors.Desktop;
this.groupBoxAdd庫存.Location = new System.Drawing.Point(46, 60);
this.groupBoxAdd庫存.Name = "groupBoxAdd庫存";
this.groupBoxAdd庫存.Size = new System.Drawing.Size(259, 293);
this.groupBoxAdd庫存.TabIndex = 1;
this.groupBoxAdd庫存.TabStop = false;
this.groupBoxAdd庫存.Text = "添加庫存:";
//
// textBoxAdd庫存ProPrice
//
this.textBoxAdd庫存ProPrice.Location = new System.Drawing.Point(95, 120);
this.textBoxAdd庫存ProPrice.Name = "textBoxAdd庫存ProPrice";
this.textBoxAdd庫存ProPrice.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd庫存ProPrice.TabIndex = 2;
//
// textBoxAdd庫存ProName
//
this.textBoxAdd庫存ProName.Location = new System.Drawing.Point(95, 74);
this.textBoxAdd庫存ProName.Name = "textBoxAdd庫存ProName";
this.textBoxAdd庫存ProName.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd庫存ProName.TabIndex = 1;
//
// textBoxAdd庫存ProID
//
this.textBoxAdd庫存ProID.Location = new System.Drawing.Point(95, 23);
this.textBoxAdd庫存ProID.Name = "textBoxAdd庫存ProID";
this.textBoxAdd庫存ProID.Size = new System.Drawing.Size(133, 21);
this.textBoxAdd庫存ProID.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(17, 29);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "商品編號:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(17, 125);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 0;
this.label4.Text = "價 格:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(17, 173);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "商品類別:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(17, 77);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "商品名稱:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("隸書", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
this.label1.Location = new System.Drawing.Point(42, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(344, 16);
this.label1.TabIndex = 0;
this.label1.Text = "您好!您當前所在的位置是添加商品信息頁面!";
//
// comboBoxAdd庫存ProType
//
this.comboBoxAdd庫存ProType.FormattingEnabled = true;
this.comboBoxAdd庫存ProType.Location = new System.Drawing.Point(95, 170);
this.comboBoxAdd庫存ProType.Name = "comboBoxAdd庫存ProType";
this.comboBoxAdd庫存ProType.Size = new System.Drawing.Size(133, 20);
this.comboBoxAdd庫存ProType.TabIndex = 3;
//
// buttonAdd庫存Ok
//
this.buttonAdd庫存Ok.Location = new System.Drawing.Point(59, 235);
this.buttonAdd庫存Ok.Name = "buttonAdd庫存Ok";
this.buttonAdd庫存Ok.Size = new System.Drawing.Size(75, 23);
this.buttonAdd庫存Ok.TabIndex = 4;
this.buttonAdd庫存Ok.Text = "確 定";
this.buttonAdd庫存Ok.UseVisualStyleBackColor = true;
this.buttonAdd庫存Ok.Click += new System.EventHandler(this.buttonAdd庫存Ok_Click);
//
// buttonAdd庫存Cancle
//
this.buttonAdd庫存Cancle.Location = new System.Drawing.Point(162, 235);
this.buttonAdd庫存Cancle.Name = "buttonAdd庫存Cancle";
this.buttonAdd庫存Cancle.Size = new System.Drawing.Size(75, 23);
this.buttonAdd庫存Cancle.TabIndex = 4;
this.buttonAdd庫存Cancle.Text = "取 消";
this.buttonAdd庫存Cancle.UseVisualStyleBackColor = true;
this.buttonAdd庫存Cancle.Click += new System.EventHandler(this.buttonAdd庫存Cancle_Click);
//
// groupBoxAddType
//
this.groupBoxAddType.Controls.Add(this.buttonAdd品種Cancle);
this.groupBoxAddType.Controls.Add(this.buttonAdd品種Ok);
this.groupBoxAddType.Controls.Add(this.textBoxAddTypeName);
this.groupBoxAddType.Controls.Add(this.label6);
this.groupBoxAddType.ForeColor = System.Drawing.SystemColors.Desktop;
this.groupBoxAddType.Location = new System.Drawing.Point(353, 60);
this.groupBoxAddType.Name = "groupBoxAddType";
this.groupBoxAddType.Size = new System.Drawing.Size(250, 107);
this.groupBoxAddType.TabIndex = 2;
this.groupBoxAddType.TabStop = false;
this.groupBoxAddType.Text = "添加品種:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(21, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 0;
this.label6.Text = "類名:";
//
// textBoxAddTypeName
//
this.textBoxAddTypeName.Location = new System.Drawing.Point(82, 26);
this.textBoxAddTypeName.Name = "textBoxAddTypeName";
this.textBoxAddTypeName.Size = new System.Drawing.Size(142, 21);
this.textBoxAddTypeName.TabIndex = 1;
//
// buttonAdd品種Ok
//
this.buttonAdd品種Ok.Location = new System.Drawing.Point(57, 72);
this.buttonAdd品種Ok.Name = "buttonAdd品種Ok";
this.buttonAdd品種Ok.Size = new System.Drawing.Size(75, 23);
this.buttonAdd品種Ok.TabIndex = 4;
this.buttonAdd品種Ok.Text = "確 定";
this.buttonAdd品種Ok.UseVisualStyleBackColor = true;
this.buttonAdd品種Ok.Click += new System.EventHandler(this.buttonAdd品種Ok_Click);
//
// buttonAdd品種Cancle
//
this.buttonAdd品種Cancle.Location = new System.Drawing.Point(160, 72);
this.buttonAdd品種Cancle.Name = "buttonAdd品種Cancle";
this.buttonAdd品種Cancle.Size = new System.Drawing.Size(75, 23);
this.buttonAdd品種Cancle.TabIndex = 4;
this.buttonAdd品種Cancle.Text = "取 消";
this.buttonAdd品種Cancle.UseVisualStyleBackColor = true;
this.buttonAdd品種Cancle.Click += new System.EventHandler(this.buttonAdd品種Cancle_Click);
//
// frm商品管理
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 503);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Name = "frm商品管理";
this.Text = "商品管理";
this.Load += new System.EventHandler(this.frm商品管理_Load);
this.panel1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage庫存.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.tabPage添加庫存.ResumeLayout(false);
this.tabPage添加庫存.PerformLayout();
this.groupBoxAdd庫存.ResumeLayout(false);
this.groupBoxAdd庫存.PerformLayout();
this.groupBoxAddType.ResumeLayout(false);
this.groupBoxAddType.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button buttonExit;
private System.Windows.Forms.Button buttonDele;
private System.Windows.Forms.Button button添加品種;
private System.Windows.Forms.Button button添加庫存;
private System.Windows.Forms.Button button庫存;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage庫存;
private System.Windows.Forms.TabPage tabPage添加庫存;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column商品編號;
private System.Windows.Forms.DataGridViewTextBoxColumn Column;
private System.Windows.Forms.DataGridViewTextBoxColumn Column商品類別;
private System.Windows.Forms.DataGridViewTextBoxColumn Column價格;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBoxAdd庫存;
private System.Windows.Forms.TextBox textBoxAdd庫存ProPrice;
private System.Windows.Forms.TextBox textBoxAdd庫存ProName;
private System.Windows.Forms.TextBox textBoxAdd庫存ProID;
private System.Windows.Forms.Button buttonAdd庫存Cancle;
private System.Windows.Forms.Button buttonAdd庫存Ok;
private System.Windows.Forms.ComboBox comboBoxAdd庫存ProType;
private System.Windows.Forms.GroupBox groupBoxAddType;
private System.Windows.Forms.Button buttonAdd品種Cancle;
private System.Windows.Forms.Button buttonAdd品種Ok;
private System.Windows.Forms.TextBox textBoxAddTypeName;
private System.Windows.Forms.Label label6;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -