📄 frm单台预定.designer.cs
字号:
// comboBoxArrvHour
//
this.comboBoxArrvHour.FormattingEnabled = true;
this.comboBoxArrvHour.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.comboBoxArrvHour.Location = new System.Drawing.Point(222, 226);
this.comboBoxArrvHour.Name = "comboBoxArrvHour";
this.comboBoxArrvHour.Size = new System.Drawing.Size(40, 20);
this.comboBoxArrvHour.TabIndex = 9;
//
// comboBoxArrMin
//
this.comboBoxArrMin.FormattingEnabled = true;
this.comboBoxArrMin.Items.AddRange(new object[] {
"00",
"10",
"20",
"30",
"40",
"50"});
this.comboBoxArrMin.Location = new System.Drawing.Point(283, 226);
this.comboBoxArrMin.Name = "comboBoxArrMin";
this.comboBoxArrMin.Size = new System.Drawing.Size(40, 20);
this.comboBoxArrMin.TabIndex = 10;
//
// comboBoxBookSize
//
this.comboBoxBookSize.FormattingEnabled = true;
this.comboBoxBookSize.Location = new System.Drawing.Point(129, 261);
this.comboBoxBookSize.Name = "comboBoxBookSize";
this.comboBoxBookSize.Size = new System.Drawing.Size(179, 20);
this.comboBoxBookSize.TabIndex = 11;
this.comboBoxBookSize.SelectedIndexChanged += new System.EventHandler(this.comboBoxBookSize_SelectedIndexChanged);
//
// comboBoxTableID
//
this.comboBoxTableID.FormattingEnabled = true;
this.comboBoxTableID.Location = new System.Drawing.Point(469, 28);
this.comboBoxTableID.Name = "comboBoxTableID";
this.comboBoxTableID.Size = new System.Drawing.Size(179, 20);
this.comboBoxTableID.TabIndex = 12;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(264, 195);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 4;
this.label11.Text = "时";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(329, 201);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(17, 12);
this.label12.TabIndex = 4;
this.label12.Text = "分";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(264, 229);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(17, 12);
this.label13.TabIndex = 4;
this.label13.Text = "时";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(329, 235);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(17, 12);
this.label14.TabIndex = 4;
this.label14.Text = "分";
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(385, 248);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(192, 16);
this.checkBox1.TabIndex = 15;
this.checkBox1.Text = "到达预定时间是否自动取消预定";
this.checkBox1.UseVisualStyleBackColor = true;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(12, 307);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(665, 12);
this.label15.TabIndex = 6;
this.label15.Text = "———————————————————————————————————————————————————————";
//
// buttonOK
//
this.buttonOK.Location = new System.Drawing.Point(414, 343);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(75, 23);
this.buttonOK.TabIndex = 16;
this.buttonOK.Text = "确定(&E)";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// buttonCancle
//
this.buttonCancle.Location = new System.Drawing.Point(559, 343);
this.buttonCancle.Name = "buttonCancle";
this.buttonCancle.Size = new System.Drawing.Size(75, 23);
this.buttonCancle.TabIndex = 18;
this.buttonCancle.Text = "取消(&X)";
this.buttonCancle.UseVisualStyleBackColor = true;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(43, 229);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(65, 12);
this.label16.TabIndex = 8;
this.label16.Text = "取消时间:";
//
// comboBoxTimeSpamd
//
this.comboBoxTimeSpamd.FormattingEnabled = true;
this.comboBoxTimeSpamd.Items.AddRange(new object[] {
"早餐 06:00:00-09:59:59",
"午餐 10:00:00-14:59:59",
"晚餐 13:00:00-20:59:50",
"宵夜 21:00:00-23:59:59"});
this.comboBoxTimeSpamd.Location = new System.Drawing.Point(130, 161);
this.comboBoxTimeSpamd.Name = "comboBoxTimeSpamd";
this.comboBoxTimeSpamd.Size = new System.Drawing.Size(165, 20);
this.comboBoxTimeSpamd.TabIndex = 4;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(33, 343);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(87, 23);
this.btnAdd.TabIndex = 17;
this.btnAdd.Text = "添加预定类型";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// frm单台预定
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(698, 391);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.comboBoxTimeSpamd);
this.Controls.Add(this.label16);
this.Controls.Add(this.buttonCancle);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.label15);
this.Controls.Add(this.checkBox1);
this.Controls.Add(this.label14);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.label11);
this.Controls.Add(this.comboBoxTableID);
this.Controls.Add(this.comboBoxBookSize);
this.Controls.Add(this.comboBoxArrMin);
this.Controls.Add(this.comboBoxBookMin);
this.Controls.Add(this.comboBoxArrvHour);
this.Controls.Add(this.comboBoxBookHour);
this.Controls.Add(this.dateTimePicker2);
this.Controls.Add(this.dateTimePicker1);
this.Controls.Add(this.textBox客户留言);
this.Controls.Add(this.textBox预抵压金);
this.Controls.Add(this.tbPhoneNum);
this.Controls.Add(this.tbMoveTeleNum);
this.Controls.Add(this.tbVIPName);
this.Controls.Add(this.tbBookNO);
this.Controls.Add(this.label10);
this.Controls.Add(this.label7);
this.Controls.Add(this.label9);
this.Controls.Add(this.label4);
this.Controls.Add(this.label8);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "frm单台预定";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "单台预定";
this.Load += new System.EventHandler(this.frm单台预定_Load);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbBookNO;
private System.Windows.Forms.TextBox tbVIPName;
private System.Windows.Forms.TextBox tbMoveTeleNum;
private System.Windows.Forms.TextBox tbPhoneNum;
private System.Windows.Forms.TextBox textBox预抵压金;
private System.Windows.Forms.TextBox textBox客户留言;
private System.Windows.Forms.DateTimePicker dateTimePicker1;
private System.Windows.Forms.ComboBox comboBoxBookHour;
private System.Windows.Forms.ComboBox comboBoxBookMin;
private System.Windows.Forms.DateTimePicker dateTimePicker2;
private System.Windows.Forms.ComboBox comboBoxArrvHour;
private System.Windows.Forms.ComboBox comboBoxArrMin;
private System.Windows.Forms.ComboBox comboBoxBookSize;
private System.Windows.Forms.ComboBox comboBoxTableID;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.Button buttonCancle;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ComboBox comboBoxTimeSpamd;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Button btnAdd;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -