?? frm單臺預(yù)定.designer.cs
字號:
?namespace 餐飲管理系統(tǒng)
{
partial class frm單臺預(yù)定
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tbBookNO = new System.Windows.Forms.TextBox();
this.tbVIPName = new System.Windows.Forms.TextBox();
this.tbMoveTeleNum = new System.Windows.Forms.TextBox();
this.tbPhoneNum = new System.Windows.Forms.TextBox();
this.textBox預(yù)抵壓金 = new System.Windows.Forms.TextBox();
this.textBox客戶留言 = new System.Windows.Forms.TextBox();
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
this.comboBoxBookHour = new System.Windows.Forms.ComboBox();
this.comboBoxBookMin = new System.Windows.Forms.ComboBox();
this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
this.comboBoxArrvHour = new System.Windows.Forms.ComboBox();
this.comboBoxArrMin = new System.Windows.Forms.ComboBox();
this.comboBoxBookSize = new System.Windows.Forms.ComboBox();
this.comboBoxTableID = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.label15 = new System.Windows.Forms.Label();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancle = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.label16 = new System.Windows.Forms.Label();
this.comboBoxTimeSpamd = new System.Windows.Forms.ComboBox();
this.btnAdd = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(43, 65);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "賓客姓名:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(43, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "預(yù)定編號:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(43, 99);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "移動電話:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(43, 133);
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(43, 165);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "預(yù)定時段:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(43, 196);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 0;
this.label6.Text = "預(yù)抵時間:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(43, 264);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 0;
this.label7.Text = "預(yù)定規(guī)格:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(383, 31);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 0;
this.label8.Text = "餐臺編號:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(383, 65);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 0;
this.label9.Text = "預(yù)抵壓金:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(383, 99);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 0;
this.label10.Text = "客戶留言:";
//
// tbBookNO
//
this.tbBookNO.Enabled = false;
this.tbBookNO.Location = new System.Drawing.Point(129, 28);
this.tbBookNO.Name = "tbBookNO";
this.tbBookNO.Size = new System.Drawing.Size(165, 21);
this.tbBookNO.TabIndex = 0;
//
// tbVIPName
//
this.tbVIPName.Location = new System.Drawing.Point(129, 65);
this.tbVIPName.Name = "tbVIPName";
this.tbVIPName.Size = new System.Drawing.Size(165, 21);
this.tbVIPName.TabIndex = 1;
//
// tbMoveTeleNum
//
this.tbMoveTeleNum.Location = new System.Drawing.Point(129, 99);
this.tbMoveTeleNum.Name = "tbMoveTeleNum";
this.tbMoveTeleNum.Size = new System.Drawing.Size(165, 21);
this.tbMoveTeleNum.TabIndex = 2;
//
// tbPhoneNum
//
this.tbPhoneNum.Location = new System.Drawing.Point(129, 130);
this.tbPhoneNum.Name = "tbPhoneNum";
this.tbPhoneNum.Size = new System.Drawing.Size(165, 21);
this.tbPhoneNum.TabIndex = 3;
//
// textBox預(yù)抵壓金
//
this.textBox預(yù)抵壓金.Location = new System.Drawing.Point(469, 62);
this.textBox預(yù)抵壓金.Name = "textBox預(yù)抵壓金";
this.textBox預(yù)抵壓金.Size = new System.Drawing.Size(165, 21);
this.textBox預(yù)抵壓金.TabIndex = 13;
//
// textBox客戶留言
//
this.textBox客戶留言.Location = new System.Drawing.Point(469, 96);
this.textBox客戶留言.Multiline = true;
this.textBox客戶留言.Name = "textBox客戶留言";
this.textBox客戶留言.Size = new System.Drawing.Size(191, 122);
this.textBox客戶留言.TabIndex = 14;
//
// dateTimePicker1
//
this.dateTimePicker1.Location = new System.Drawing.Point(129, 192);
this.dateTimePicker1.Name = "dateTimePicker1";
this.dateTimePicker1.Size = new System.Drawing.Size(87, 21);
this.dateTimePicker1.TabIndex = 5;
//
// comboBoxBookHour
//
this.comboBoxBookHour.FormattingEnabled = true;
this.comboBoxBookHour.Items.AddRange(new object[] {
"01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24"});
this.comboBoxBookHour.Location = new System.Drawing.Point(222, 192);
this.comboBoxBookHour.Name = "comboBoxBookHour";
this.comboBoxBookHour.Size = new System.Drawing.Size(40, 20);
this.comboBoxBookHour.TabIndex = 6;
//
// comboBoxBookMin
//
this.comboBoxBookMin.FormattingEnabled = true;
this.comboBoxBookMin.Items.AddRange(new object[] {
"00",
"10",
"20",
"30",
"40",
"50"});
this.comboBoxBookMin.Location = new System.Drawing.Point(283, 192);
this.comboBoxBookMin.Name = "comboBoxBookMin";
this.comboBoxBookMin.Size = new System.Drawing.Size(40, 20);
this.comboBoxBookMin.TabIndex = 7;
//
// dateTimePicker2
//
this.dateTimePicker2.Location = new System.Drawing.Point(129, 226);
this.dateTimePicker2.Name = "dateTimePicker2";
this.dateTimePicker2.Size = new System.Drawing.Size(87, 21);
this.dateTimePicker2.TabIndex = 8;
//
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -