📄 frmdestine.designer.cs
字号:
namespace Hotel.UI
{
partial class frmDestine
{
/// <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.grbInfo = new System.Windows.Forms.GroupBox();
this.btnFind = new System.Windows.Forms.Button();
this.cboSex = new System.Windows.Forms.ComboBox();
this.btnDown = new System.Windows.Forms.Button();
this.dtpIN = new System.Windows.Forms.DateTimePicker();
this.btnUp = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.lsbBespeak = new System.Windows.Forms.ListBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.lsbCanUse = new System.Windows.Forms.ListBox();
this.txtRemark = new System.Windows.Forms.TextBox();
this.txtHow = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtPhone = new System.Windows.Forms.TextBox();
this.txtCardNum = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.txtName = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.txtTime = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.grbInfo.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// grbInfo
//
this.grbInfo.Controls.Add(this.btnFind);
this.grbInfo.Controls.Add(this.cboSex);
this.grbInfo.Controls.Add(this.btnDown);
this.grbInfo.Controls.Add(this.dtpIN);
this.grbInfo.Controls.Add(this.btnUp);
this.grbInfo.Controls.Add(this.groupBox3);
this.grbInfo.Controls.Add(this.groupBox2);
this.grbInfo.Controls.Add(this.txtRemark);
this.grbInfo.Controls.Add(this.txtHow);
this.grbInfo.Controls.Add(this.label7);
this.grbInfo.Controls.Add(this.label9);
this.grbInfo.Controls.Add(this.label5);
this.grbInfo.Controls.Add(this.label6);
this.grbInfo.Controls.Add(this.label4);
this.grbInfo.Controls.Add(this.txtTime);
this.grbInfo.Controls.Add(this.txtPhone);
this.grbInfo.Controls.Add(this.txtCardNum);
this.grbInfo.Controls.Add(this.label3);
this.grbInfo.Controls.Add(this.label8);
this.grbInfo.Controls.Add(this.txtName);
this.grbInfo.Controls.Add(this.label2);
this.grbInfo.Controls.Add(this.label1);
this.grbInfo.Location = new System.Drawing.Point(12, 12);
this.grbInfo.Name = "grbInfo";
this.grbInfo.Size = new System.Drawing.Size(478, 388);
this.grbInfo.TabIndex = 0;
this.grbInfo.TabStop = false;
this.grbInfo.Text = "订单信息";
//
// btnFind
//
this.btnFind.Location = new System.Drawing.Point(209, 34);
this.btnFind.Name = "btnFind";
this.btnFind.Size = new System.Drawing.Size(38, 21);
this.btnFind.TabIndex = 6;
this.btnFind.Text = "查";
this.btnFind.UseVisualStyleBackColor = true;
//
// cboSex
//
this.cboSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboSex.FormattingEnabled = true;
this.cboSex.Items.AddRange(new object[] {
"男",
"女"});
this.cboSex.Location = new System.Drawing.Point(86, 114);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(61, 20);
this.cboSex.TabIndex = 5;
//
// btnDown
//
this.btnDown.Location = new System.Drawing.Point(319, 174);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(47, 23);
this.btnDown.TabIndex = 1;
this.btnDown.Text = "↓";
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// dtpIN
//
this.dtpIN.Location = new System.Drawing.Point(86, 278);
this.dtpIN.Name = "dtpIN";
this.dtpIN.Size = new System.Drawing.Size(94, 21);
this.dtpIN.TabIndex = 4;
//
// btnUp
//
this.btnUp.Location = new System.Drawing.Point(372, 174);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(44, 23);
this.btnUp.TabIndex = 1;
this.btnUp.Text = "↑";
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.lsbBespeak);
this.groupBox3.Location = new System.Drawing.Point(268, 203);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(197, 111);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "本次预定房间";
//
// lsbBespeak
//
this.lsbBespeak.FormattingEnabled = true;
this.lsbBespeak.ItemHeight = 12;
this.lsbBespeak.Location = new System.Drawing.Point(9, 16);
this.lsbBespeak.Name = "lsbBespeak";
this.lsbBespeak.Size = new System.Drawing.Size(180, 88);
this.lsbBespeak.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.lsbCanUse);
this.groupBox2.Location = new System.Drawing.Point(268, 15);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(197, 148);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "可供房间";
//
// lsbCanUse
//
this.lsbCanUse.FormattingEnabled = true;
this.lsbCanUse.ItemHeight = 12;
this.lsbCanUse.Location = new System.Drawing.Point(8, 16);
this.lsbCanUse.Name = "lsbCanUse";
this.lsbCanUse.Size = new System.Drawing.Size(180, 124);
this.lsbCanUse.TabIndex = 0;
//
// txtRemark
//
this.txtRemark.Location = new System.Drawing.Point(87, 320);
this.txtRemark.Multiline = true;
this.txtRemark.Name = "txtRemark";
this.txtRemark.Size = new System.Drawing.Size(378, 62);
this.txtRemark.TabIndex = 2;
//
// txtHow
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -