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

📄 indexui.cs

📁 一个基本的酒店管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
			// imageUpOrDown
			// 
			this.imageUpOrDown.ImageSize = new System.Drawing.Size(14, 17);
			this.imageUpOrDown.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageUpOrDown.ImageStream")));
			this.imageUpOrDown.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// button9
			// 
			this.button9.BackColor = System.Drawing.Color.White;
			this.button9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button9.BackgroundImage")));
			this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button9.Location = new System.Drawing.Point(40, 0);
			this.button9.Name = "button9";
			this.button9.Size = new System.Drawing.Size(75, 24);
			this.button9.TabIndex = 0;
			this.button9.Text = "查看全部";
			this.button9.Click += new System.EventHandler(this.button9_Click);
			// 
			// button10
			// 
			this.button10.BackColor = System.Drawing.Color.White;
			this.button10.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button10.BackgroundImage")));
			this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button10.Location = new System.Drawing.Point(128, 0);
			this.button10.Name = "button10";
			this.button10.Size = new System.Drawing.Size(75, 24);
			this.button10.TabIndex = 0;
			this.button10.Text = "查看方式";
			this.button10.Click += new System.EventHandler(this.button10_Click);
			// 
			// button11
			// 
			this.button11.BackColor = System.Drawing.Color.White;
			this.button11.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button11.BackgroundImage")));
			this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button11.Location = new System.Drawing.Point(224, 0);
			this.button11.Name = "button11";
			this.button11.Size = new System.Drawing.Size(75, 24);
			this.button11.TabIndex = 0;
			this.button11.Text = "客房中心";
			this.button11.Click += new System.EventHandler(this.button11_Click);
			// 
			// button12
			// 
			this.button12.BackColor = System.Drawing.Color.White;
			this.button12.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button12.BackgroundImage")));
			this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button12.Location = new System.Drawing.Point(312, 0);
			this.button12.Name = "button12";
			this.button12.Size = new System.Drawing.Size(75, 24);
			this.button12.TabIndex = 0;
			this.button12.Text = "押金状态";
			this.button12.Click += new System.EventHandler(this.button12_Click);
			// 
			// button13
			// 
			this.button13.BackColor = System.Drawing.Color.White;
			this.button13.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button13.BackgroundImage")));
			this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button13.Location = new System.Drawing.Point(400, 0);
			this.button13.Name = "button13";
			this.button13.Size = new System.Drawing.Size(75, 24);
			this.button13.TabIndex = 0;
			this.button13.Text = "刷新显示";
			this.button13.Click += new System.EventHandler(this.button13_Click);
			// 
			// button1
			// 
			this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button1.ImageIndex = 1;
			this.button1.ImageList = this.imageLeftOrRight;
			this.button1.Location = new System.Drawing.Point(0, 4);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(17, 14);
			this.button1.TabIndex = 0;
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// imageLeftOrRight
			// 
			this.imageLeftOrRight.ImageSize = new System.Drawing.Size(17, 15);
			this.imageLeftOrRight.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageLeftOrRight.ImageStream")));
			this.imageLeftOrRight.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// imageListRoomSate
			// 
			this.imageListRoomSate.ImageSize = new System.Drawing.Size(32, 32);
			this.imageListRoomSate.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListRoomSate.ImageStream")));
			this.imageListRoomSate.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// panel1
			// 
			this.panel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel1.BackgroundImage")));
			this.panel1.Controls.Add(this.textRoomId);
			this.panel1.Controls.Add(this.button3);
			this.panel1.Controls.Add(this.panel4);
			this.panel1.Controls.Add(this.tabControl1);
			this.panel1.Controls.Add(this.panel6);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
			this.panel1.Location = new System.Drawing.Point(0, 76);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(200, 605);
			this.panel1.TabIndex = 2;
			// 
			// textRoomId
			// 
			this.textRoomId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.textRoomId.Location = new System.Drawing.Point(0, 508);
			this.textRoomId.Name = "textRoomId";
			this.textRoomId.Size = new System.Drawing.Size(200, 21);
			this.textRoomId.TabIndex = 3;
			this.textRoomId.Text = "";
			this.textRoomId.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textRoomId_KeyDown);
			// 
			// button3
			// 
			this.button3.BackColor = System.Drawing.Color.Red;
			this.button3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button3.BackgroundImage")));
			this.button3.Enabled = false;
			this.button3.Location = new System.Drawing.Point(-4, 484);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(208, 23);
			this.button3.TabIndex = 2;
			this.button3.Text = "●快速搜索";
			// 
			// panel4
			// 
			this.panel4.Controls.Add(this.buttontime);
			this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
			this.panel4.Location = new System.Drawing.Point(0, 0);
			this.panel4.Name = "panel4";
			this.panel4.Size = new System.Drawing.Size(200, 20);
			this.panel4.TabIndex = 1;
			// 
			// buttontime
			// 
			this.buttontime.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("buttontime.BackgroundImage")));
			this.buttontime.Dock = System.Windows.Forms.DockStyle.Left;
			this.buttontime.Enabled = false;
			this.buttontime.Location = new System.Drawing.Point(0, 0);
			this.buttontime.Name = "buttontime";
			this.buttontime.Size = new System.Drawing.Size(200, 20);
			this.buttontime.TabIndex = 1;
			this.buttontime.Text = "2007-8-5 12:00:00";
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Location = new System.Drawing.Point(-4, 20);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.ShowToolTips = true;
			this.tabControl1.Size = new System.Drawing.Size(220, 468);
			this.tabControl1.TabIndex = 0;
			this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.button4);
			this.tabPage1.Controls.Add(this.button2);
			this.tabPage1.Controls.Add(this.label1);
			this.tabPage1.Controls.Add(this.label2);
			this.tabPage1.Controls.Add(this.label3);
			this.tabPage1.Controls.Add(this.label4);
			this.tabPage1.Controls.Add(this.label5);
			this.tabPage1.Controls.Add(this.label6);
			this.tabPage1.Controls.Add(this.label7);
			this.tabPage1.Controls.Add(this.label8);
			this.tabPage1.Controls.Add(this.label9);
			this.tabPage1.Controls.Add(this.label10);
			this.tabPage1.Controls.Add(this.label11);
			this.tabPage1.Controls.Add(this.label12);
			this.tabPage1.Controls.Add(this.label13);
			this.tabPage1.Controls.Add(this.label14);
			this.tabPage1.Controls.Add(this.label15);
			this.tabPage1.Controls.Add(this.label16);
			this.tabPage1.Controls.Add(this.label18);
			this.tabPage1.Controls.Add(this.label19);
			this.tabPage1.Controls.Add(this.label20);
			this.tabPage1.Controls.Add(this.label21);
			this.tabPage1.Controls.Add(this.label22);
			this.tabPage1.Controls.Add(this.label23);
			this.tabPage1.Controls.Add(this.label24);
			this.tabPage1.Controls.Add(this.label25);
			this.tabPage1.Controls.Add(this.label26);
			this.tabPage1.Controls.Add(this.label27);
			this.tabPage1.Controls.Add(this.label28);
			this.tabPage1.Controls.Add(this.label29);
			this.tabPage1.Controls.Add(this.label30);
			this.tabPage1.Controls.Add(this.label31);
			this.tabPage1.Controls.Add(this.label32);
			this.tabPage1.Controls.Add(this.label33);
			this.tabPage1.Location = new System.Drawing.Point(4, 21);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(212, 443);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "状态";
			this.toolTip1.SetToolTip(this.tabPage1, "显示选中房间的相关信息");
			this.tabPage1.ToolTipText = "显示选中房间的相关信息";
			// 
			// button4
			// 
			this.button4.BackColor = System.Drawing.Color.Red;
			this.button4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button4.BackgroundImage")));
			this.button4.Enabled = false;
			this.button4.Location = new System.Drawing.Point(-4, 244);
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(212, 23);
			this.button4.TabIndex = 2;
			this.button4.Text = "●总房信息";
			// 
			// button2
			// 
			this.button2.BackColor = System.Drawing.Color.Red;
			this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
			this.button2.Enabled = false;
			this.button2.Location = new System.Drawing.Point(-4, 0);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(212, 23);
			this.button2.TabIndex = 1;
			this.button2.Text = "●标准单人间";
			// 
			// label1
			// 
			this.label1.AutoSize = true;
			this.label1.Location = new System.Drawing.Point(8, 28);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(66, 17);
			this.label1.TabIndex = 0;
			this.label1.Text = "宾客姓名:";
			// 
			// label2
			// 
			this.label2.AutoSize = true;
			this.label2.Location = new System.Drawing.Point(8, 52);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(66, 17);
			this.label2.TabIndex = 0;
			this.label2.Text = "预设单价:";
			// 
			// label3
			// 
			this.label3.AutoSize = true;
			this.label3.Location = new System.Drawing.Point(8, 76);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(66, 17);
			this.label3.TabIndex = 0;
			this.label3.Text = "折后单价:";
			// 
			// label4
			// 
			this.label4.AutoSize = true;
			this.label4.Location = new System.Drawing.Point(8, 100);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(66, 17);
			this.label4.TabIndex = 0;
			this.label4.Text = "房间电话:";
			// 
			// label5
			// 
			this.label5.AutoSize = true;
			this.label5.Location = new System.Drawing.Point(8, 124);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(66, 17);
			this.label5.TabIndex = 0;
			this.label5.Text = "所在区域:";
			// 
			// label6
			// 
			this.label6.AutoSize = true;
			this.label6.Location = new System.Drawing.Point(8, 148);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(66, 17);
			this.label6.TabIndex = 0;
			this.label6.Text = "进店时间:";
			// 
			// label7
			// 
			this.label7.AutoSize = true;
			this.label7.Location = new System.Drawing.Point(8, 172);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(66, 17);
			this.label7.TabIndex = 0;
			this.label7.Text = "已用时间:";
			// 
			// label8
			// 
			this.label8.AutoSize = true;
			this.label8.Location = new System.Drawing.Point(8, 196);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(66, 17);
			this.label8.TabIndex = 0;
			this.label8.Text = "已交押金:";
			// 
			// label9
			// 
			this.label9.AutoSize = true;
			this.label9.Location = new System.Drawing.Point(8, 220);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(66, 17);
			this.label9.TabIndex = 0;
			this.label9.Text = "应收金额:";
			// 
			// label10
			// 
			this.label10.AutoSize = true;
			this.label10.Location = new System.Drawing.Point(8, 272);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(66, 17);
			this.label10.TabIndex = 0;
			this.label10.Text = "房间总数:";
			// 
			// label11
			// 
			this.label11.AutoSize = true;
			this.label11.Location = new System.Drawing.Point(8, 296);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(66, 17);
			this.label11.TabIndex = 0;
			this.label11.Text = "当前可供:";
			// 
			// label12
			// 
			this.label12.AutoSize = true;

⌨️ 快捷键说明

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