⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 checkinform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 4 页
字号:
namespace MyHotel
{
    partial class CheckInForm
    {
        /// <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.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 入住编号Label;
            System.Windows.Forms.Label 房号Label;
            System.Windows.Forms.Label 折扣价格Label;
            System.Windows.Forms.Label 预收押金Label;
            System.Windows.Forms.Label 入住日期Label;
            System.Windows.Forms.Label 离开日期Label;
            System.Windows.Forms.Label 客人姓名Label;
            System.Windows.Forms.Label 证件号码Label;
            System.Windows.Forms.Label 证件地址Label;
            System.Windows.Forms.Label 客人性别Label;
            System.Windows.Forms.Label 联系电话Label;
            System.Windows.Forms.Label 操作人员Label;
            System.Windows.Forms.Label 证件名称Label;
            System.Windows.Forms.Label 住宿人数Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CheckInForm));
            this.入住编号TextBox = new System.Windows.Forms.TextBox();
            this.客房入住单BindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.myHotelDataSet = new MyHotel.MyHotelDataSet();
            this.房号TextBox = new System.Windows.Forms.TextBox();
            this.折扣价格TextBox = new System.Windows.Forms.TextBox();
            this.预收押金TextBox = new System.Windows.Forms.TextBox();
            this.入住日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.离开日期DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.客人姓名TextBox = new System.Windows.Forms.TextBox();
            this.证件号码TextBox = new System.Windows.Forms.TextBox();
            this.证件地址TextBox = new System.Windows.Forms.TextBox();
            this.客人性别TextBox = new System.Windows.Forms.TextBox();
            this.联系电话TextBox = new System.Windows.Forms.TextBox();
            this.操作人员TextBox = new System.Windows.Forms.TextBox();
            this.客房入住单TableAdapter = new MyHotel.MyHotelDataSetTableAdapters.客房入住单TableAdapter();
            this.fillByToolStrip = new System.Windows.Forms.ToolStrip();
            this.入住编号ToolStripLabel = new System.Windows.Forms.ToolStripLabel();
            this.入住编号ToolStripTextBox = new System.Windows.Forms.ToolStripTextBox();
            this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.酒店房间类别ToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
            this.客房入住单BindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.客房入住单BindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.打印入住单ToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.酒店可用房间DataGridView = new System.Windows.Forms.DataGridView();
            this.客房入住单DataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.证件名称ComboBox = new System.Windows.Forms.ComboBox();
            this.printDocument1 = new System.Drawing.Printing.PrintDocument();
            this.printDialog1 = new System.Windows.Forms.PrintDialog();
            this.住宿人数ComboBox = new System.Windows.Forms.ComboBox();
            入住编号Label = new System.Windows.Forms.Label();
            房号Label = new System.Windows.Forms.Label();
            折扣价格Label = new System.Windows.Forms.Label();
            预收押金Label = new System.Windows.Forms.Label();
            入住日期Label = new System.Windows.Forms.Label();
            离开日期Label = new System.Windows.Forms.Label();
            客人姓名Label = new System.Windows.Forms.Label();
            证件号码Label = new System.Windows.Forms.Label();
            证件地址Label = new System.Windows.Forms.Label();
            客人性别Label = new System.Windows.Forms.Label();
            联系电话Label = new System.Windows.Forms.Label();
            操作人员Label = new System.Windows.Forms.Label();
            证件名称Label = new System.Windows.Forms.Label();
            住宿人数Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.客房入住单BindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.myHotelDataSet)).BeginInit();
            this.fillByToolStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.客房入住单BindingNavigator)).BeginInit();
            this.客房入住单BindingNavigator.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.酒店可用房间DataGridView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.客房入住单DataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // 入住编号Label
            // 
            入住编号Label.AutoSize = true;
            入住编号Label.Location = new System.Drawing.Point(4, 407);
            入住编号Label.Name = "入住编号Label";
            入住编号Label.Size = new System.Drawing.Size(59, 12);
            入住编号Label.TabIndex = 1;
            入住编号Label.Text = "入住编号:";
            // 
            // 房号Label
            // 
            房号Label.AutoSize = true;
            房号Label.Location = new System.Drawing.Point(4, 56);
            房号Label.Name = "房号Label";
            房号Label.Size = new System.Drawing.Size(35, 12);
            房号Label.TabIndex = 3;
            房号Label.Text = "房号:";
            // 
            // 折扣价格Label
            // 
            折扣价格Label.AutoSize = true;
            折扣价格Label.Location = new System.Drawing.Point(4, 83);
            折扣价格Label.Name = "折扣价格Label";
            折扣价格Label.Size = new System.Drawing.Size(59, 12);
            折扣价格Label.TabIndex = 5;
            折扣价格Label.Text = "折扣价格:";
            // 
            // 预收押金Label
            // 
            预收押金Label.AutoSize = true;
            预收押金Label.Location = new System.Drawing.Point(4, 110);
            预收押金Label.Name = "预收押金Label";
            预收押金Label.Size = new System.Drawing.Size(59, 12);
            预收押金Label.TabIndex = 7;
            预收押金Label.Text = "预收押金:";
            // 
            // 入住日期Label
            // 
            入住日期Label.AutoSize = true;
            入住日期Label.Location = new System.Drawing.Point(4, 138);
            入住日期Label.Name = "入住日期Label";
            入住日期Label.Size = new System.Drawing.Size(59, 12);
            入住日期Label.TabIndex = 9;
            入住日期Label.Text = "入住日期:";
            // 
            // 离开日期Label
            // 
            离开日期Label.AutoSize = true;
            离开日期Label.Location = new System.Drawing.Point(4, 165);
            离开日期Label.Name = "离开日期Label";
            离开日期Label.Size = new System.Drawing.Size(59, 12);
            离开日期Label.TabIndex = 11;
            离开日期Label.Text = "离开日期:";
            // 
            // 客人姓名Label
            // 
            客人姓名Label.AutoSize = true;
            客人姓名Label.Location = new System.Drawing.Point(4, 191);
            客人姓名Label.Name = "客人姓名Label";
            客人姓名Label.Size = new System.Drawing.Size(59, 12);
            客人姓名Label.TabIndex = 13;
            客人姓名Label.Text = "客人姓名:";
            // 
            // 证件号码Label
            // 
            证件号码Label.AutoSize = true;
            证件号码Label.Location = new System.Drawing.Point(4, 245);
            证件号码Label.Name = "证件号码Label";
            证件号码Label.Size = new System.Drawing.Size(59, 12);
            证件号码Label.TabIndex = 17;
            证件号码Label.Text = "证件号码:";
            // 
            // 证件地址Label
            // 
            证件地址Label.AutoSize = true;
            证件地址Label.Location = new System.Drawing.Point(4, 272);
            证件地址Label.Name = "证件地址Label";
            证件地址Label.Size = new System.Drawing.Size(59, 12);
            证件地址Label.TabIndex = 19;
            证件地址Label.Text = "证件地址:";
            // 
            // 客人性别Label
            // 
            客人性别Label.AutoSize = true;
            客人性别Label.Location = new System.Drawing.Point(4, 326);
            客人性别Label.Name = "客人性别Label";
            客人性别Label.Size = new System.Drawing.Size(59, 12);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -