?? 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.listBox1 = new System.Windows.Forms.ListBox();
this.textBoxHtype = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBoxTableNo = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancle = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(323, 0);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(188, 268);
this.listBox1.TabIndex = 0;
//
// textBoxHtype
//
this.textBoxHtype.Location = new System.Drawing.Point(103, 36);
this.textBoxHtype.Name = "textBoxHtype";
this.textBoxHtype.Size = new System.Drawing.Size(137, 21);
this.textBoxHtype.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(24, 40);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 2;
this.label1.Text = "房間類型:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 93);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 3;
this.label2.Text = "餐臺編號:";
//
// textBoxTableNo
//
this.textBoxTableNo.Location = new System.Drawing.Point(103, 90);
this.textBoxTableNo.Name = "textBoxTableNo";
this.textBoxTableNo.Size = new System.Drawing.Size(137, 21);
this.textBoxTableNo.TabIndex = 4;
//
// button1
//
this.button1.Location = new System.Drawing.Point(257, 90);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(43, 23);
this.button1.TabIndex = 5;
this.button1.Text = " 》》";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// buttonOK
//
this.buttonOK.Location = new System.Drawing.Point(149, 290);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(91, 23);
this.buttonOK.TabIndex = 6;
this.buttonOK.Text = "確 定";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancle
//
this.buttonCancle.Location = new System.Drawing.Point(323, 290);
this.buttonCancle.Name = "buttonCancle";
this.buttonCancle.Size = new System.Drawing.Size(86, 23);
this.buttonCancle.TabIndex = 6;
this.buttonCancle.Text = "取 消";
this.buttonCancle.UseVisualStyleBackColor = true;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(36, 175);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 7;
this.label3.Text = "提示:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(101, 175);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(161, 36);
this.label4.TabIndex = 8;
this.label4.Text = "一個房間號對應若干餐臺號,\r\n一次添加一個房間類型,但對\r\n應多個餐臺號。\r\n";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frm添加預定類型
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(510, 337);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.buttonCancle);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBoxTableNo);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxHtype);
this.Controls.Add(this.listBox1);
this.Name = "frm添加預定類型";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加預定類型";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.TextBox textBoxHtype;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxTableNo;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Button buttonCancle;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -