📄 fmopenguest.cs
字号:
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chktime
//
this.chktime.Location = new System.Drawing.Point(16, 272);
this.chktime.Name = "chktime";
this.chktime.Size = new System.Drawing.Size(64, 16);
this.chktime.TabIndex = 21;
this.chktime.Text = "钟点房:";
this.chktime.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// chkserect
//
this.chkserect.Location = new System.Drawing.Point(208, 272);
this.chkserect.Name = "chkserect";
this.chkserect.Size = new System.Drawing.Size(64, 24);
this.chkserect.TabIndex = 22;
this.chkserect.Text = "保密房";
this.chkserect.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// chkJack
//
this.chkJack.Location = new System.Drawing.Point(296, 272);
this.chkJack.Name = "chkJack";
this.chkJack.Size = new System.Drawing.Size(136, 24);
this.chkJack.TabIndex = 23;
this.chkJack.Text = "到预住天数自动提醒";
//
// label5
//
this.label5.Location = new System.Drawing.Point(432, 80);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(80, 23);
this.label5.TabIndex = 24;
this.label5.Text = "主客性别:";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label8
//
this.label8.Location = new System.Drawing.Point(200, 208);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(72, 23);
this.label8.TabIndex = 25;
this.label8.Text = "备注信息:";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label19
//
this.label19.Location = new System.Drawing.Point(16, 112);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(72, 23);
this.label19.TabIndex = 26;
this.label19.Text = "宾客类型:";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// txtaddress
//
this.txtaddress.Location = new System.Drawing.Point(280, 176);
this.txtaddress.Name = "txtaddress";
this.txtaddress.Size = new System.Drawing.Size(304, 21);
this.txtaddress.TabIndex = 27;
this.txtaddress.Text = "";
//
// txtremark
//
this.txtremark.Location = new System.Drawing.Point(280, 208);
this.txtremark.Name = "txtremark";
this.txtremark.Size = new System.Drawing.Size(304, 21);
this.txtremark.TabIndex = 28;
this.txtremark.Text = "";
//
// cboCertificate
//
this.cboCertificate.Location = new System.Drawing.Point(96, 80);
this.cboCertificate.Name = "cboCertificate";
this.cboCertificate.Size = new System.Drawing.Size(88, 20);
this.cboCertificate.TabIndex = 29;
//
// cboGusetType
//
this.cboGusetType.Location = new System.Drawing.Point(96, 112);
this.cboGusetType.Name = "cboGusetType";
this.cboGusetType.Size = new System.Drawing.Size(88, 20);
this.cboGusetType.TabIndex = 32;
//
// cboOrigin
//
this.cboOrigin.Location = new System.Drawing.Point(96, 144);
this.cboOrigin.Name = "cboOrigin";
this.cboOrigin.Size = new System.Drawing.Size(88, 20);
this.cboOrigin.TabIndex = 33;
this.cboOrigin.SelectedValueChanged += new System.EventHandler(this.cboOrigin_SelectedValueChanged);
this.cboOrigin.SelectedIndexChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// cboSell
//
this.cboSell.Location = new System.Drawing.Point(96, 176);
this.cboSell.Name = "cboSell";
this.cboSell.Size = new System.Drawing.Size(88, 20);
this.cboSell.TabIndex = 34;
//
// txtDiscount
//
this.txtDiscount.Location = new System.Drawing.Point(96, 240);
this.txtDiscount.Name = "txtDiscount";
this.txtDiscount.ReadOnly = true;
this.txtDiscount.Size = new System.Drawing.Size(56, 21);
this.txtDiscount.TabIndex = 36;
this.txtDiscount.Text = "";
//
// txtPrice
//
this.txtPrice.Location = new System.Drawing.Point(248, 240);
this.txtPrice.Name = "txtPrice";
this.txtPrice.Size = new System.Drawing.Size(64, 21);
this.txtPrice.TabIndex = 37;
this.txtPrice.Text = "";
//
// txtDays
//
this.txtDays.Location = new System.Drawing.Point(376, 240);
this.txtDays.Name = "txtDays";
this.txtDays.Size = new System.Drawing.Size(48, 21);
this.txtDays.TabIndex = 38;
this.txtDays.Text = "";
//
// txtDeposit
//
this.txtDeposit.Location = new System.Drawing.Point(504, 240);
this.txtDeposit.Name = "txtDeposit";
this.txtDeposit.Size = new System.Drawing.Size(80, 21);
this.txtDeposit.TabIndex = 39;
this.txtDeposit.Text = "";
//
// txtCompany
//
this.txtCompany.Location = new System.Drawing.Point(280, 144);
this.txtCompany.Name = "txtCompany";
this.txtCompany.Size = new System.Drawing.Size(136, 21);
this.txtCompany.TabIndex = 40;
this.txtCompany.Text = "";
//
// txtCoding
//
this.txtCoding.Location = new System.Drawing.Point(280, 80);
this.txtCoding.Name = "txtCoding";
this.txtCoding.TabIndex = 41;
this.txtCoding.Text = "";
//
// txtName
//
this.txtName.Location = new System.Drawing.Point(280, 112);
this.txtName.Name = "txtName";
this.txtName.TabIndex = 42;
this.txtName.Text = "";
//
// cboSex
//
this.cboSex.Location = new System.Drawing.Point(512, 80);
this.cboSex.Name = "cboSex";
this.cboSex.Size = new System.Drawing.Size(72, 20);
this.cboSex.TabIndex = 43;
//
// txtGuestNum
//
this.txtGuestNum.Location = new System.Drawing.Point(512, 112);
this.txtGuestNum.Name = "txtGuestNum";
this.txtGuestNum.Size = new System.Drawing.Size(72, 21);
this.txtGuestNum.TabIndex = 44;
this.txtGuestNum.Text = "";
//
// comboBox1
//
this.comboBox1.Location = new System.Drawing.Point(96, 272);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(88, 20);
this.comboBox1.TabIndex = 45;
//
// lslHandCoding
//
this.lslHandCoding.Location = new System.Drawing.Point(440, 144);
this.lslHandCoding.Name = "lslHandCoding";
this.lslHandCoding.Size = new System.Drawing.Size(72, 23);
this.lslHandCoding.TabIndex = 46;
this.lslHandCoding.Text = "手工单号:";
this.lslHandCoding.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(512, 144);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(72, 21);
this.textBox2.TabIndex = 47;
this.textBox2.Text = "";
//
// button1
//
this.button1.Location = new System.Drawing.Point(272, 352);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(24, 23);
this.button1.TabIndex = 49;
this.button1.Text = ">";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(272, 408);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(24, 23);
this.button2.TabIndex = 50;
this.button2.Text = "<";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// listView1
//
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.序号,
this.开单房间});
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.Location = new System.Drawing.Point(304, 328);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(248, 144);
this.listView1.TabIndex = 51;
this.listView1.View = System.Windows.Forms.View.Details;
//
// 序号
//
this.序号.Text = "序号";
//
// 开单房间
//
this.开单房间.Text = "开单房间";
this.开单房间.Width = 217;
//
// checkBox4
//
this.checkBox4.Location = new System.Drawing.Point(32, 488);
this.checkBox4.Name = "checkBox4";
this.checkBox4.TabIndex = 52;
this.checkBox4.Text = "打印开单信息";
//
// label13
//
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(176, 488);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(400, 24);
this.label13.TabIndex = 53;
this.label13.Text = "注意:只能追加同类房间!若要追加不同类型的房间请选择“团体开单”";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btnInsert
//
this.btnInsert.Location = new System.Drawing.Point(96, 520);
this.btnInsert.Name = "btnInsert";
this.btnInsert.TabIndex = 55;
this.btnInsert.Text = "确定";
this.btnInsert.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(368, 520);
this.button4.Name = "button4";
this.button4.TabIndex = 56;
this.button4.Text = "取消";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Location = new System.Drawing.Point(16, 304);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(248, 168);
this.tabControl1.TabIndex = 57;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.lstRoomUsable);
this.tabPage1.Controls.Add(this.lblrType);
this.tabPage1.Controls.Add(this.label21);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(240, 143);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "追加房间";
//
// lstRoomUsable
//
this.lstRoomUsable.ItemHeight = 12;
this.lstRoomUsable.Location = new System.Drawing.Point(0, 32);
this.lstRoomUsable.Name = "lstRoomUsable";
this.lstRoomUsable.Size = new System.Drawing.Size(240, 112);
this.lstRoomUsable.TabIndex = 3;
//
// lblrType
//
this.lblrType.Location = new System.Drawing.Point(16, 8);
this.lblrType.Name = "lblrType";
this.lblrType.TabIndex = 2;
this.lblrType.Text = "label12";
this.lblrType.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label21
//
this.label21.ForeColor = System.Drawing.Color.Red;
this.label21.Location = new System.Drawing.Point(120, 8);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(88, 23);
this.label21.TabIndex = 1;
this.label21.Text = "可供房间";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(16, 24);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(0, 304);
this.groupBox1.TabIndex = 58;
this.groupBox1.TabStop = false;
//
// label24
//
this.label24.Location = new System.Drawing.Point(432, 272);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(72, 23);
this.label24.TabIndex = 30;
this.label24.Text = "付款方式:";
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cbopayway
//
this.cbopayway.ItemHeight = 12;
this.cbopayway.Location = new System.Drawing.Point(504, 272);
this.cbopayway.Name = "cbopayway";
this.cbopayway.Size = new System.Drawing.Size(80, 20);
this.cbopayway.TabIndex = 31;
//
// txttel
//
this.txttel.Location = new System.Drawing.Point(96, 208);
this.txttel.Name = "txttel";
this.txttel.Size = new System.Drawing.Size(88, 21);
this.txttel.TabIndex = 59;
this.txttel.Text = "";
//
// fmOpenGuest
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(600, 558);
this.Controls.Add(this.txttel);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.button4);
this.Controls.Add(this.btnInsert);
this.Controls.Add(this.label13);
this.Controls.Add(this.checkBox4);
this.Controls.Add(this.listView1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.txtGuestNum);
this.Controls.Add(this.txtName);
this.Controls.Add(this.txtCoding);
this.Controls.Add(this.txtCompany);
this.Controls.Add(this.txtDeposit);
this.Controls.Add(this.txtDays);
this.Controls.Add(this.txtPrice);
this.Controls.Add(this.txtDiscount);
this.Controls.Add(this.txtremark);
this.Controls.Add(this.txtaddress);
this.Controls.Add(this.lslHandCoding);
this.Controls.Add(this.comboBox1);
this.Controls.Add(this.cboSex);
this.Controls.Add(this.cboSell);
this.Controls.Add(this.cboOrigin);
this.Controls.Add(this.cboGusetType);
this.Controls.Add(this.cbopayway);
this.Controls.Add(this.label24);
this.Controls.Add(this.cboCertificate);
this.Controls.Add(this.label19);
this.Controls.Add(this.label8);
this.Controls.Add(this.label5);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblRoomID);
this.Controls.Add(this.label3);
this.Controls.Add(this.lblRoomType);
this.Controls.Add(this.label4);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -