?? frm商品管理.designer.cs
字號:
?namespace 餐飲管理系統
{
partial class frm商品管理
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.buttonExit = new System.Windows.Forms.Button();
this.buttonDele = new System.Windows.Forms.Button();
this.button添加品種 = new System.Windows.Forms.Button();
this.button添加庫存 = new System.Windows.Forms.Button();
this.button庫存 = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage庫存 = new System.Windows.Forms.TabPage();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column商品編號 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column商品類別 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column價格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.tabPage添加庫存 = new System.Windows.Forms.TabPage();
this.groupBoxAdd庫存 = new System.Windows.Forms.GroupBox();
this.textBoxAdd庫存ProPrice = new System.Windows.Forms.TextBox();
this.textBoxAdd庫存ProName = new System.Windows.Forms.TextBox();
this.textBoxAdd庫存ProID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.comboBoxAdd庫存ProType = new System.Windows.Forms.ComboBox();
this.buttonAdd庫存Ok = new System.Windows.Forms.Button();
this.buttonAdd庫存Cancle = new System.Windows.Forms.Button();
this.groupBoxAddType = new System.Windows.Forms.GroupBox();
this.label6 = new System.Windows.Forms.Label();
this.textBoxAddTypeName = new System.Windows.Forms.TextBox();
this.buttonAdd品種Ok = new System.Windows.Forms.Button();
this.buttonAdd品種Cancle = new System.Windows.Forms.Button();
this.panel1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage庫存.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.tabPage添加庫存.SuspendLayout();
this.groupBoxAdd庫存.SuspendLayout();
this.groupBoxAddType.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Silver;
this.panel1.Controls.Add(this.buttonExit);
this.panel1.Controls.Add(this.buttonDele);
this.panel1.Controls.Add(this.button添加品種);
this.panel1.Controls.Add(this.button添加庫存);
this.panel1.Controls.Add(this.button庫存);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(684, 43);
this.panel1.TabIndex = 0;
//
// buttonExit
//
this.buttonExit.Location = new System.Drawing.Point(467, 10);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(75, 23);
this.buttonExit.TabIndex = 0;
this.buttonExit.Text = "退 出";
this.buttonExit.UseVisualStyleBackColor = true;
this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
//
// buttonDele
//
this.buttonDele.Location = new System.Drawing.Point(357, 10);
this.buttonDele.Name = "buttonDele";
this.buttonDele.Size = new System.Drawing.Size(75, 23);
this.buttonDele.TabIndex = 0;
this.buttonDele.Text = "刪 除";
this.buttonDele.UseVisualStyleBackColor = true;
this.buttonDele.Click += new System.EventHandler(this.buttonDele_Click);
//
// button添加品種
//
this.button添加品種.Location = new System.Drawing.Point(247, 10);
this.button添加品種.Name = "button添加品種";
this.button添加品種.Size = new System.Drawing.Size(75, 23);
this.button添加品種.TabIndex = 0;
this.button添加品種.Text = "添加品種";
this.button添加品種.UseVisualStyleBackColor = true;
this.button添加品種.Click += new System.EventHandler(this.button添加品種_Click);
//
// button添加庫存
//
this.button添加庫存.Location = new System.Drawing.Point(137, 10);
this.button添加庫存.Name = "button添加庫存";
this.button添加庫存.Size = new System.Drawing.Size(75, 23);
this.button添加庫存.TabIndex = 0;
this.button添加庫存.Text = "添加庫存";
this.button添加庫存.UseVisualStyleBackColor = true;
this.button添加庫存.Click += new System.EventHandler(this.button添加庫存_Click);
//
// button庫存
//
this.button庫存.Location = new System.Drawing.Point(27, 10);
this.button庫存.Name = "button庫存";
this.button庫存.Size = new System.Drawing.Size(75, 23);
this.button庫存.TabIndex = 0;
this.button庫存.Text = "庫 存";
this.button庫存.UseVisualStyleBackColor = true;
this.button庫存.Click += new System.EventHandler(this.button庫存_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage庫存);
this.tabControl1.Controls.Add(this.tabPage添加庫存);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 43);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(684, 460);
this.tabControl1.TabIndex = 1;
//
// tabPage庫存
//
this.tabPage庫存.Controls.Add(this.dataGridView1);
this.tabPage庫存.Location = new System.Drawing.Point(4, 21);
this.tabPage庫存.Name = "tabPage庫存";
this.tabPage庫存.Padding = new System.Windows.Forms.Padding(3);
this.tabPage庫存.Size = new System.Drawing.Size(676, 435);
this.tabPage庫存.TabIndex = 0;
this.tabPage庫存.Text = "庫 存";
this.tabPage庫存.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column商品編號,
this.Column,
this.Column商品類別,
this.Column價格});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(670, 429);
this.dataGridView1.TabIndex = 0;
//
// Column商品編號
//
this.Column商品編號.DataPropertyName = "商品編號";
this.Column商品編號.HeaderText = "商品編號";
this.Column商品編號.Name = "Column商品編號";
//
// Column
//
this.Column.DataPropertyName = "商品名稱";
this.Column.HeaderText = "商品名稱";
this.Column.Name = "Column";
//
// Column商品類別
//
this.Column商品類別.DataPropertyName = "商品類名";
this.Column商品類別.HeaderText = "商品類別";
this.Column商品類別.Name = "Column商品類別";
//
// Column價格
//
this.Column價格.DataPropertyName = "價格";
this.Column價格.HeaderText = "價格";
this.Column價格.Name = "Column價格";
//
// tabPage添加庫存
//
this.tabPage添加庫存.Controls.Add(this.groupBoxAddType);
this.tabPage添加庫存.Controls.Add(this.groupBoxAdd庫存);
this.tabPage添加庫存.Controls.Add(this.label1);
this.tabPage添加庫存.Location = new System.Drawing.Point(4, 21);
this.tabPage添加庫存.Name = "tabPage添加庫存";
this.tabPage添加庫存.Padding = new System.Windows.Forms.Padding(3);
this.tabPage添加庫存.Size = new System.Drawing.Size(676, 435);
this.tabPage添加庫存.TabIndex = 1;
this.tabPage添加庫存.Text = "添 加";
this.tabPage添加庫存.UseVisualStyleBackColor = true;
//
// groupBoxAdd庫存
//
this.groupBoxAdd庫存.Controls.Add(this.buttonAdd庫存Cancle);
this.groupBoxAdd庫存.Controls.Add(this.buttonAdd庫存Ok);
this.groupBoxAdd庫存.Controls.Add(this.comboBoxAdd庫存ProType);
this.groupBoxAdd庫存.Controls.Add(this.textBoxAdd庫存ProPrice);
this.groupBoxAdd庫存.Controls.Add(this.textBoxAdd庫存ProName);
this.groupBoxAdd庫存.Controls.Add(this.textBoxAdd庫存ProID);
this.groupBoxAdd庫存.Controls.Add(this.label2);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -