📄 frmunitopen.designer.cs
字号:
this.tabPage4.Text = "预定房";
this.tabPage4.UseVisualStyleBackColor = true;
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 12;
this.listBox1.Location = new System.Drawing.Point(7, 9);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(142, 148);
this.listBox1.TabIndex = 3;
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(156, 43);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(44, 23);
this.btnAdd.TabIndex = 2;
this.btnAdd.Text = ">>";
this.btnAdd.UseVisualStyleBackColor = true;
//
// btnDelete
//
this.btnDelete.Location = new System.Drawing.Point(158, 101);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(44, 23);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "<<";
this.btnDelete.UseVisualStyleBackColor = true;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(15, 61);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(526, 222);
this.tabControl1.TabIndex = 2;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.lblHow);
this.tabPage1.Controls.Add(this.label31);
this.tabPage1.Controls.Add(this.cboCount);
this.tabPage1.Controls.Add(this.cboMode);
this.tabPage1.Controls.Add(this.rdbHours);
this.tabPage1.Controls.Add(this.rdbHalf);
this.tabPage1.Controls.Add(this.rdbDay);
this.tabPage1.Controls.Add(this.txtReckoning);
this.tabPage1.Controls.Add(this.txtRebate);
this.tabPage1.Controls.Add(this.txtHow);
this.tabPage1.Controls.Add(this.txtUser);
this.tabPage1.Controls.Add(this.txtBeginTime);
this.tabPage1.Controls.Add(this.txtEndCharge);
this.tabPage1.Controls.Add(this.txtSumCharge);
this.tabPage1.Controls.Add(this.txtRoomCharge);
this.tabPage1.Controls.Add(this.txtDeposit);
this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.label13);
this.tabPage1.Controls.Add(this.lblResert);
this.tabPage1.Controls.Add(this.label21);
this.tabPage1.Controls.Add(this.label16);
this.tabPage1.Controls.Add(this.label19);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label14);
this.tabPage1.Controls.Add(this.label18);
this.tabPage1.Controls.Add(this.label11);
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Controls.Add(this.label10);
this.tabPage1.Controls.Add(this.label9);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(518, 197);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "客房信息";
this.tabPage1.UseVisualStyleBackColor = true;
//
// lblHow
//
this.lblHow.AutoSize = true;
this.lblHow.Location = new System.Drawing.Point(316, 16);
this.lblHow.Name = "lblHow";
this.lblHow.Size = new System.Drawing.Size(17, 12);
this.lblHow.TabIndex = 7;
this.lblHow.Text = "天";
//
// label31
//
this.label31.AutoSize = true;
this.label31.Location = new System.Drawing.Point(320, 69);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(11, 12);
this.label31.TabIndex = 7;
this.label31.Text = "%";
//
// cboCount
//
this.cboCount.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboCount.FormattingEnabled = true;
this.cboCount.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8"});
this.cboCount.Location = new System.Drawing.Point(414, 11);
this.cboCount.Name = "cboCount";
this.cboCount.Size = new System.Drawing.Size(80, 20);
this.cboCount.TabIndex = 6;
//
// cboMode
//
this.cboMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboMode.FormattingEnabled = true;
this.cboMode.Location = new System.Drawing.Point(89, 128);
this.cboMode.Name = "cboMode";
this.cboMode.Size = new System.Drawing.Size(80, 20);
this.cboMode.TabIndex = 4;
//
// rdbHours
//
this.rdbHours.AutoSize = true;
this.rdbHours.Location = new System.Drawing.Point(187, 36);
this.rdbHours.Name = "rdbHours";
this.rdbHours.Size = new System.Drawing.Size(47, 16);
this.rdbHours.TabIndex = 2;
this.rdbHours.Text = "小时";
this.rdbHours.UseVisualStyleBackColor = true;
this.rdbHours.CheckedChanged += new System.EventHandler(this.rdbHours_CheckedChanged);
//
// rdbHalf
//
this.rdbHalf.AutoSize = true;
this.rdbHalf.Location = new System.Drawing.Point(134, 36);
this.rdbHalf.Name = "rdbHalf";
this.rdbHalf.Size = new System.Drawing.Size(47, 16);
this.rdbHalf.TabIndex = 2;
this.rdbHalf.Text = "半天";
this.rdbHalf.UseVisualStyleBackColor = true;
this.rdbHalf.CheckedChanged += new System.EventHandler(this.rdbHalf_CheckedChanged);
//
// rdbDay
//
this.rdbDay.AutoSize = true;
this.rdbDay.Checked = true;
this.rdbDay.Location = new System.Drawing.Point(89, 40);
this.rdbDay.Name = "rdbDay";
this.rdbDay.Size = new System.Drawing.Size(35, 16);
this.rdbDay.TabIndex = 2;
this.rdbDay.TabStop = true;
this.rdbDay.Text = "天";
this.rdbDay.UseVisualStyleBackColor = true;
this.rdbDay.CheckedChanged += new System.EventHandler(this.rdbDay_CheckedChanged);
//
// txtReckoning
//
this.txtReckoning.Location = new System.Drawing.Point(89, 158);
this.txtReckoning.Name = "txtReckoning";
this.txtReckoning.ReadOnly = true;
this.txtReckoning.Size = new System.Drawing.Size(155, 21);
this.txtReckoning.TabIndex = 1;
//
// txtRebate
//
this.txtRebate.Location = new System.Drawing.Point(245, 66);
this.txtRebate.Name = "txtRebate";
this.txtRebate.Size = new System.Drawing.Size(69, 21);
this.txtRebate.TabIndex = 1;
this.txtRebate.Text = "100.00";
//
// txtHow
//
this.txtHow.Location = new System.Drawing.Point(245, 11);
this.txtHow.Name = "txtHow";
this.txtHow.Size = new System.Drawing.Size(63, 21);
this.txtHow.TabIndex = 1;
this.txtHow.Text = "1";
//
// txtUser
//
this.txtUser.Location = new System.Drawing.Point(400, 161);
this.txtUser.Name = "txtUser";
this.txtUser.ReadOnly = true;
this.txtUser.Size = new System.Drawing.Size(98, 21);
this.txtUser.TabIndex = 1;
this.txtUser.Text = "US1001";
//
// txtBeginTime
//
this.txtBeginTime.Location = new System.Drawing.Point(89, 9);
this.txtBeginTime.Name = "txtBeginTime";
this.txtBeginTime.ReadOnly = true;
this.txtBeginTime.Size = new System.Drawing.Size(86, 21);
this.txtBeginTime.TabIndex = 1;
//
// txtEndCharge
//
this.txtEndCharge.Location = new System.Drawing.Point(268, 125);
this.txtEndCharge.Name = "txtEndCharge";
this.txtEndCharge.ReadOnly = true;
this.txtEndCharge.Size = new System.Drawing.Size(86, 21);
this.txtEndCharge.TabIndex = 1;
//
// txtSumCharge
//
this.txtSumCharge.Location = new System.Drawing.Point(409, 66);
this.txtSumCharge.Name = "txtSumCharge";
this.txtSumCharge.ReadOnly = true;
this.txtSumCharge.Size = new System.Drawing.Size(86, 21);
this.txtSumCharge.TabIndex = 1;
//
// txtRoomCharge
//
this.txtRoomCharge.Location = new System.Drawing.Point(89, 66);
this.txtRoomCharge.Name = "txtRoomCharge";
this.txtRoomCharge.ReadOnly = true;
this.txtRoomCharge.Size = new System.Drawing.Size(86, 21);
this.txtRoomCharge.TabIndex = 1;
//
// txtDeposit
//
this.txtDeposit.Location = new System.Drawing.Point(89, 97);
this.txtDeposit.Name = "txtDeposit";
this.txtDeposit.ReadOnly = true;
this.txtDeposit.Size = new System.Drawing.Size(86, 21);
this.txtDeposit.TabIndex = 1;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(28, 164);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(59, 12);
this.label17.TabIndex = 0;
this.label17.Text = "帐单编号:";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(347, 165);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(47, 12);
this.label13.TabIndex = 0;
this.label13.Text = "操作员:";
//
// lblResert
//
this.lblResert.AutoSize = true;
this.lblResert.Cursor = System.Windows.Forms.Cursors.Hand;
this.lblResert.ForeColor = System.Drawing.Color.Blue;
this.lblResert.Location = new System.Drawing.Point(266, 164);
this.lblResert.Name = "lblResert";
this.lblResert.Size = new System.Drawing.Size(53, 12);
this.lblResert.TabIndex = 0;
this.lblResert.Text = "刷新费用";
this.lblResert.Click += new System.EventHandler(this.lblResert_Click);
//
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(203, 128);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(47, 12);
this.label21.TabIndex = 0;
this.label21.Text = "应付款:";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(195, 69);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(35, 12);
this.label16.TabIndex = 0;
this.label16.Text = "折扣:";
//
// label19
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -