📄 checkoutform.designer.cs
字号:
namespace MyHotel
{
partial class CheckOutForm
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckOutForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
this.label1 = new System.Windows.Forms.Label();
this.结帐日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
this.结帐金额TextBox = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.说明TextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.费用总额TextBox = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.预收押金TextBox = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.用餐费TextBox = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.电话费TextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.住宿费TextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.店内消费TextBox = new System.Windows.Forms.TextBox();
this.printDocument1 = new System.Drawing.Printing.PrintDocument();
this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
this.打印Button = new System.Windows.Forms.Button();
this.酒店房号ComboBox = new System.Windows.Forms.ComboBox();
this.保存Button = new System.Windows.Forms.Button();
this.旅客姓名ComboBox = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.折扣价格TextBox = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.入住日期TextBox = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.客房入住单DataGridView = new System.Windows.Forms.DataGridView();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "结帐日期:";
//
// 结帐日期DateTimePicker
//
this.结帐日期DateTimePicker.Location = new System.Drawing.Point(83, 13);
this.结帐日期DateTimePicker.Name = "结帐日期DateTimePicker";
this.结帐日期DateTimePicker.Size = new System.Drawing.Size(176, 21);
this.结帐日期DateTimePicker.TabIndex = 1;
this.结帐日期DateTimePicker.ValueChanged += new System.EventHandler(this.结帐日期DateTimePicker_ValueChanged);
//
// 结帐金额TextBox
//
this.结帐金额TextBox.Location = new System.Drawing.Point(81, 74);
this.结帐金额TextBox.Name = "结帐金额TextBox";
this.结帐金额TextBox.Size = new System.Drawing.Size(162, 21);
this.结帐金额TextBox.TabIndex = 5;
this.结帐金额TextBox.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(10, 79);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(65, 12);
this.label8.TabIndex = 4;
this.label8.Text = "结帐金额:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(10, 25);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 0;
this.label3.Text = "店内消费:";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.说明TextBox);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.结帐金额TextBox);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.费用总额TextBox);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.预收押金TextBox);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Location = new System.Drawing.Point(279, 96);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(249, 131);
this.groupBox2.TabIndex = 32;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "结算信息";
//
// 说明TextBox
//
this.说明TextBox.Location = new System.Drawing.Point(81, 101);
this.说明TextBox.Name = "说明TextBox";
this.说明TextBox.Size = new System.Drawing.Size(162, 21);
this.说明TextBox.TabIndex = 7;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 106);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 6;
this.label7.Text = "说明:";
//
// 费用总额TextBox
//
this.费用总额TextBox.Location = new System.Drawing.Point(81, 47);
this.费用总额TextBox.Name = "费用总额TextBox";
this.费用总额TextBox.ReadOnly = true;
this.费用总额TextBox.Size = new System.Drawing.Size(162, 21);
this.费用总额TextBox.TabIndex = 3;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(10, 52);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 2;
this.label9.Text = "费用总额:";
//
// 预收押金TextBox
//
this.预收押金TextBox.Location = new System.Drawing.Point(81, 20);
this.预收押金TextBox.Name = "预收押金TextBox";
this.预收押金TextBox.ReadOnly = true;
this.预收押金TextBox.Size = new System.Drawing.Size(162, 21);
this.预收押金TextBox.TabIndex = 1;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(10, 25);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 0;
this.label10.Text = "预收押金:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.用餐费TextBox);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.电话费TextBox);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.住宿费TextBox);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.店内消费TextBox);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Location = new System.Drawing.Point(14, 92);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(251, 135);
this.groupBox1.TabIndex = 31;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "已经发生的费用";
//
// 用餐费TextBox
//
this.用餐费TextBox.Location = new System.Drawing.Point(81, 101);
this.用餐费TextBox.Name = "用餐费TextBox";
this.用餐费TextBox.ReadOnly = true;
this.用餐费TextBox.Size = new System.Drawing.Size(164, 21);
this.用餐费TextBox.TabIndex = 7;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(10, 106);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 6;
this.label6.Text = "用餐费:";
//
// 电话费TextBox
//
this.电话费TextBox.Location = new System.Drawing.Point(81, 74);
this.电话费TextBox.Name = "电话费TextBox";
this.电话费TextBox.ReadOnly = true;
this.电话费TextBox.Size = new System.Drawing.Size(164, 21);
this.电话费TextBox.TabIndex = 5;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(10, 79);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -