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

📄 mainform.designer.cs

📁 一个很好的宾馆管理系统 VC++和SQL做的
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.打印帐单ToolStripButton,
            this.餐费登记ToolStripButton,
            this.话费登记ToolStripButton,
            this.消费登记ToolStripButton,
            this.旅客信息ToolStripButton,
            this.客房信息ToolStripButton,
            this.消耗信息ToolStripButton,
            this.消耗汇总ToolStripButton,
            this.押金信息ToolStripButton,
            this.入住报表ToolStripButton,
            this.餐费报表ToolStripButton,
            this.消费报表ToolStripButton,
            this.话费报表ToolStripButton,
            this.结帐报表ToolStripButton,
            this.退出系统ToolStripButton});
            this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Flow;
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(542, 156);
            this.toolStrip1.Stretch = true;
            this.toolStrip1.TabIndex = 1;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // 入住登记ToolStripButton
            // 
            this.入住登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("入住登记ToolStripButton.Image")));
            this.入住登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.入住登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.入住登记ToolStripButton.MergeAction = System.Windows.Forms.MergeAction.MatchOnly;
            this.入住登记ToolStripButton.Name = "入住登记ToolStripButton";
            this.入住登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.入住登记ToolStripButton.Text = "入住登记";
            this.入住登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.入住登记ToolStripButton.Click += new System.EventHandler(this.入住登记ToolStripMenuItem_Click);
            // 
            // 换房登记ToolStripButton
            // 
            this.换房登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("换房登记ToolStripButton.Image")));
            this.换房登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.换房登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.换房登记ToolStripButton.Name = "换房登记ToolStripButton";
            this.换房登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.换房登记ToolStripButton.Text = "换房登记";
            this.换房登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.换房登记ToolStripButton.Click += new System.EventHandler(this.换房登记ToolStripMenuItem_Click);
            // 
            // 结帐登记ToolStripButton
            // 
            this.结帐登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("结帐登记ToolStripButton.Image")));
            this.结帐登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.结帐登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.结帐登记ToolStripButton.Name = "结帐登记ToolStripButton";
            this.结帐登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.结帐登记ToolStripButton.Text = "结帐登记";
            this.结帐登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.结帐登记ToolStripButton.Click += new System.EventHandler(this.退房登记ToolStripMenuItem_Click);
            // 
            // 预订登记ToolStripButton
            // 
            this.预订登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("预订登记ToolStripButton.Image")));
            this.预订登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.预订登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.预订登记ToolStripButton.Name = "预订登记ToolStripButton";
            this.预订登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.预订登记ToolStripButton.Text = "预订登记";
            this.预订登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.预订登记ToolStripButton.Click += new System.EventHandler(this.预订房间ToolStripMenuItem_Click);
            // 
            // 预订入住ToolStripButton
            // 
            this.预订入住ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("预订入住ToolStripButton.Image")));
            this.预订入住ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.预订入住ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.预订入住ToolStripButton.Name = "预订入住ToolStripButton";
            this.预订入住ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.预订入住ToolStripButton.Text = "预订入住";
            this.预订入住ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.预订入住ToolStripButton.Click += new System.EventHandler(this.预订入住ToolStripMenuItem_Click);
            // 
            // 补交押金ToolStripButton
            // 
            this.补交押金ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("补交押金ToolStripButton.Image")));
            this.补交押金ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.补交押金ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.补交押金ToolStripButton.Name = "补交押金ToolStripButton";
            this.补交押金ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.补交押金ToolStripButton.Text = "补交押金";
            this.补交押金ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.补交押金ToolStripButton.Click += new System.EventHandler(this.补交押金ToolStripMenuItem_Click);
            // 
            // 打印帐单ToolStripButton
            // 
            this.打印帐单ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("打印帐单ToolStripButton.Image")));
            this.打印帐单ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.打印帐单ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.打印帐单ToolStripButton.Name = "打印帐单ToolStripButton";
            this.打印帐单ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.打印帐单ToolStripButton.Text = "打印帐单";
            this.打印帐单ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.打印帐单ToolStripButton.Click += new System.EventHandler(this.补打帐单ToolStripMenuItem_Click);
            // 
            // 餐费登记ToolStripButton
            // 
            this.餐费登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("餐费登记ToolStripButton.Image")));
            this.餐费登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.餐费登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.餐费登记ToolStripButton.Name = "餐费登记ToolStripButton";
            this.餐费登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.餐费登记ToolStripButton.Text = "餐费登记";
            this.餐费登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.餐费登记ToolStripButton.Click += new System.EventHandler(this.餐费入帐ToolStripMenuItem_Click);
            // 
            // 话费登记ToolStripButton
            // 
            this.话费登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("话费登记ToolStripButton.Image")));
            this.话费登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.话费登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.话费登记ToolStripButton.Name = "话费登记ToolStripButton";
            this.话费登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.话费登记ToolStripButton.Text = "话费登记";
            this.话费登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.话费登记ToolStripButton.Click += new System.EventHandler(this.话费入帐ToolStripMenuItem_Click);
            // 
            // 消费登记ToolStripButton
            // 
            this.消费登记ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("消费登记ToolStripButton.Image")));
            this.消费登记ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.消费登记ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.消费登记ToolStripButton.Name = "消费登记ToolStripButton";
            this.消费登记ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.消费登记ToolStripButton.Text = "消费登记";
            this.消费登记ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.消费登记ToolStripButton.Click += new System.EventHandler(this.消费入帐ToolStripMenuItem_Click);
            // 
            // 旅客信息ToolStripButton
            // 
            this.旅客信息ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("旅客信息ToolStripButton.Image")));
            this.旅客信息ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.旅客信息ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.旅客信息ToolStripButton.Name = "旅客信息ToolStripButton";
            this.旅客信息ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.旅客信息ToolStripButton.Text = "旅客信息";
            this.旅客信息ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.旅客信息ToolStripButton.Click += new System.EventHandler(this.入住旅客信息ToolStripMenuItem_Click);
            // 
            // 客房信息ToolStripButton
            // 
            this.客房信息ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("客房信息ToolStripButton.Image")));
            this.客房信息ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.客房信息ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.客房信息ToolStripButton.Name = "客房信息ToolStripButton";
            this.客房信息ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.客房信息ToolStripButton.Text = "客房信息";
            this.客房信息ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.客房信息ToolStripButton.Click += new System.EventHandler(this.客房入住状态ToolStripMenuItem_Click);
            // 
            // 消耗信息ToolStripButton
            // 
            this.消耗信息ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("消耗信息ToolStripButton.Image")));
            this.消耗信息ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.消耗信息ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.消耗信息ToolStripButton.Name = "消耗信息ToolStripButton";
            this.消耗信息ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.消耗信息ToolStripButton.Text = "消耗信息";
            this.消耗信息ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.消耗信息ToolStripButton.Click += new System.EventHandler(this.物品消耗信息ToolStripMenuItem_Click);
            // 
            // 消耗汇总ToolStripButton
            // 
            this.消耗汇总ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("消耗汇总ToolStripButton.Image")));
            this.消耗汇总ToolStripButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.消耗汇总ToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.消耗汇总ToolStripButton.Name = "消耗汇总ToolStripButton";
            this.消耗汇总ToolStripButton.Size = new System.Drawing.Size(59, 49);
            this.消耗汇总ToolStripButton.Text = "消耗汇总";
            this.消耗汇总ToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.消耗汇总ToolStripButton.Click += new System.EventHandler(this.物品消耗汇总ToolStripMenuItem_Click);
            // 
            // 押金信息ToolStripButton
            // 
            this.押金信息ToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("押金信息ToolStripButton.Image")));

⌨️ 快捷键说明

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