📄 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.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预抵压金 = 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 = "预定编号:";
//
// 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 = "预定时段:";
//
// 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 = "预抵时间:";
//
// 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 = "预定规格:";
//
// 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 = "预抵压金:";
//
// 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预抵压金
//
this.textBox预抵压金.Location = new System.Drawing.Point(469, 62);
this.textBox预抵压金.Name = "textBox预抵压金";
this.textBox预抵压金.Size = new System.Drawing.Size(165, 21);
this.textBox预抵压金.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;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -