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

📄 queryguestform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 4 页
字号:
            证件号码Label.Name = "证件号码Label";
            证件号码Label.Size = new System.Drawing.Size(59, 12);
            证件号码Label.TabIndex = 18;
            证件号码Label.Text = "证件号码:";
            // 
            // 证件地址Label
            // 
            证件地址Label.AutoSize = true;
            证件地址Label.Location = new System.Drawing.Point(197, 58);
            证件地址Label.Name = "证件地址Label";
            证件地址Label.Size = new System.Drawing.Size(59, 12);
            证件地址Label.TabIndex = 20;
            证件地址Label.Text = "证件地址:";
            // 
            // 住宿人数Label
            // 
            住宿人数Label.AutoSize = true;
            住宿人数Label.Location = new System.Drawing.Point(197, 85);
            住宿人数Label.Name = "住宿人数Label";
            住宿人数Label.Size = new System.Drawing.Size(59, 12);
            住宿人数Label.TabIndex = 22;
            住宿人数Label.Text = "住宿人数:";
            // 
            // 客人性别Label
            // 
            客人性别Label.AutoSize = true;
            客人性别Label.Location = new System.Drawing.Point(197, 112);
            客人性别Label.Name = "客人性别Label";
            客人性别Label.Size = new System.Drawing.Size(59, 12);
            客人性别Label.TabIndex = 24;
            客人性别Label.Text = "客人性别:";
            // 
            // 联系电话Label
            // 
            联系电话Label.AutoSize = true;
            联系电话Label.Location = new System.Drawing.Point(197, 139);
            联系电话Label.Name = "联系电话Label";
            联系电话Label.Size = new System.Drawing.Size(59, 12);
            联系电话Label.TabIndex = 26;
            联系电话Label.Text = "联系电话:";
            // 
            // 操作人员Label
            // 
            操作人员Label.AutoSize = true;
            操作人员Label.Location = new System.Drawing.Point(197, 166);
            操作人员Label.Name = "操作人员Label";
            操作人员Label.Size = new System.Drawing.Size(59, 12);
            操作人员Label.TabIndex = 28;
            操作人员Label.Text = "操作人员:";
            // 
            // 说明Label
            // 
            说明Label.AutoSize = true;
            说明Label.Location = new System.Drawing.Point(2, 220);
            说明Label.Name = "说明Label";
            说明Label.Size = new System.Drawing.Size(35, 12);
            说明Label.TabIndex = 30;
            说明Label.Text = "说明:";
            // 
            // 客房入住单BindingNavigator
            // 
            this.客房入住单BindingNavigator.AddNewItem = null;
            this.客房入住单BindingNavigator.BindingSource = this.客房入住单BindingSource;
            this.客房入住单BindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.客房入住单BindingNavigator.DeleteItem = null;
            this.客房入住单BindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.客房入住单BindingNavigatorSaveItem,
            this.客人姓名ToolStripLabel,
            this.客人姓名ToolStripTextBox,
            this.查询入住旅客信息ToolStripButton});
            this.客房入住单BindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.客房入住单BindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.客房入住单BindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.客房入住单BindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.客房入住单BindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.客房入住单BindingNavigator.Name = "客房入住单BindingNavigator";
            this.客房入住单BindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.客房入住单BindingNavigator.Size = new System.Drawing.Size(540, 25);
            this.客房入住单BindingNavigator.TabIndex = 0;
            this.客房入住单BindingNavigator.Text = "bindingNavigator1";
            // 
            // 客房入住单BindingSource
            // 
            this.客房入住单BindingSource.DataMember = "客房入住单";
            this.客房入住单BindingSource.DataSource = this.myHotelDataSet;
            // 
            // myHotelDataSet
            // 
            this.myHotelDataSet.DataSetName = "MyHotelDataSet";
            this.myHotelDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "总项数";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一条记录";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一条记录";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "当前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一条记录";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一条记录";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // 客房入住单BindingNavigatorSaveItem
            // 
            this.客房入住单BindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("客房入住单BindingNavigatorSaveItem.Image")));
            this.客房入住单BindingNavigatorSaveItem.Name = "客房入住单BindingNavigatorSaveItem";
            this.客房入住单BindingNavigatorSaveItem.Size = new System.Drawing.Size(49, 22);
            this.客房入住单BindingNavigatorSaveItem.Text = "保存";
            this.客房入住单BindingNavigatorSaveItem.Click += new System.EventHandler(this.客房入住单BindingNavigatorSaveItem_Click);
            // 
            // 客人姓名ToolStripLabel
            // 
            this.客人姓名ToolStripLabel.Name = "客人姓名ToolStripLabel";
            this.客人姓名ToolStripLabel.Size = new System.Drawing.Size(59, 22);
            this.客人姓名ToolStripLabel.Text = "客人姓名:";
            // 
            // 客人姓名ToolStripTextBox
            // 
            this.客人姓名ToolStripTextBox.Name = "客人姓名ToolStripTextBox";
            this.客人姓名ToolStripTextBox.Size = new System.Drawing.Size(100, 25);
            this.客人姓名ToolStripTextBox.Text = "%%";
            // 
            // 查询入住旅客信息ToolStripButton
            // 
            this.查询入住旅客信息ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("查询入住旅客信息ToolStripButton.Image")));
            this.查询入住旅客信息ToolStripButton.Name = "查询入住旅客信息ToolStripButton";
            this.查询入住旅客信息ToolStripButton.Size = new System.Drawing.Size(49, 22);
            this.查询入住旅客信息ToolStripButton.Text = "查询";
            this.查询入住旅客信息ToolStripButton.Click += new System.EventHandler(this.查询入住旅客信息ToolStripButton_Click);
            // 

⌨️ 快捷键说明

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