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

📄 form1.cs

📁 酒店管理系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
			this.LeaveTime.Location = new System.Drawing.Point(352, 56);
			this.LeaveTime.Name = "LeaveTime";
			this.LeaveTime.Size = new System.Drawing.Size(120, 21);
			this.LeaveTime.TabIndex = 67;
			// 
			// OrderTime
			// 
			this.OrderTime.Location = new System.Drawing.Point(352, 16);
			this.OrderTime.Name = "OrderTime";
			this.OrderTime.Size = new System.Drawing.Size(120, 21);
			this.OrderTime.TabIndex = 66;
			// 
			// CustID
			// 
			this.CustID.Location = new System.Drawing.Point(112, 24);
			this.CustID.Name = "CustID";
			this.CustID.Size = new System.Drawing.Size(120, 21);
			this.CustID.TabIndex = 54;
			this.CustID.Text = "";
			// 
			// label2
			// 
			this.label2.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label2.Location = new System.Drawing.Point(40, 56);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(48, 24);
			this.label2.TabIndex = 36;
			this.label2.Text = "房间号";
			// 
			// label4
			// 
			this.label4.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label4.Location = new System.Drawing.Point(256, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(80, 24);
			this.label4.TabIndex = 35;
			this.label4.Text = "预定离开时间";
			// 
			// label3
			// 
			this.label3.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label3.Location = new System.Drawing.Point(256, 24);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(80, 23);
			this.label3.TabIndex = 34;
			this.label3.Text = "预定入住时间";
			// 
			// label6
			// 
			this.label6.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label6.Location = new System.Drawing.Point(40, 24);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(56, 23);
			this.label6.TabIndex = 33;
			this.label6.Text = "身份证号";
			// 
			// label7
			// 
			this.label7.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label7.Location = new System.Drawing.Point(40, 96);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(40, 24);
			this.label7.TabIndex = 32;
			this.label7.Text = "押金";
			// 
			// Team
			// 
			this.Team.Controls.Add(this.groupBox5);
			this.Team.Controls.Add(this.groupBox4);
			this.Team.Controls.Add(this.groupBox2);
			this.Team.Controls.Add(this.textBox9);
			this.Team.Controls.Add(this.textBox10);
			this.Team.Controls.Add(this.label9);
			this.Team.Controls.Add(this.label10);
			this.Team.Controls.Add(this.Tdg);
			this.Team.Location = new System.Drawing.Point(4, 21);
			this.Team.Name = "Team";
			this.Team.Size = new System.Drawing.Size(664, 367);
			this.Team.TabIndex = 1;
			this.Team.Text = "团体预定";
			this.Team.Visible = false;
			// 
			// groupBox5
			// 
			this.groupBox5.Controls.Add(this.TSearch);
			this.groupBox5.Controls.Add(this.TRState);
			this.groupBox5.Controls.Add(this.TRType);
			this.groupBox5.Location = new System.Drawing.Point(8, 152);
			this.groupBox5.Name = "groupBox5";
			this.groupBox5.Size = new System.Drawing.Size(528, 40);
			this.groupBox5.TabIndex = 75;
			this.groupBox5.TabStop = false;
			this.groupBox5.Text = "查询";
			// 
			// TSearch
			// 
			this.TSearch.Location = new System.Drawing.Point(416, 16);
			this.TSearch.Name = "TSearch";
			this.TSearch.TabIndex = 5;
			this.TSearch.Text = "查询";
			this.TSearch.Click += new System.EventHandler(this.TSearch_Click);
			// 
			// TRState
			// 
			this.TRState.Location = new System.Drawing.Point(224, 16);
			this.TRState.Name = "TRState";
			this.TRState.Size = new System.Drawing.Size(136, 20);
			this.TRState.TabIndex = 3;
			this.TRState.Text = "请选择房间状态";
			// 
			// TRType
			// 
			this.TRType.Location = new System.Drawing.Point(48, 16);
			this.TRType.Name = "TRType";
			this.TRType.Size = new System.Drawing.Size(136, 20);
			this.TRType.TabIndex = 2;
			this.TRType.Text = "请选择房间类型";
			// 
			// groupBox4
			// 
			this.groupBox4.Controls.Add(this.TCancel);
			this.groupBox4.Controls.Add(this.TClear);
			this.groupBox4.Controls.Add(this.TCommit);
			this.groupBox4.Location = new System.Drawing.Point(552, 0);
			this.groupBox4.Name = "groupBox4";
			this.groupBox4.Size = new System.Drawing.Size(96, 360);
			this.groupBox4.TabIndex = 48;
			this.groupBox4.TabStop = false;
			this.groupBox4.Text = "groupBox4";
			// 
			// TCancel
			// 
			this.TCancel.Location = new System.Drawing.Point(16, 232);
			this.TCancel.Name = "TCancel";
			this.TCancel.TabIndex = 57;
			this.TCancel.Text = "取消";
			this.TCancel.Click += new System.EventHandler(this.TCancel_Click);
			// 
			// TClear
			// 
			this.TClear.Location = new System.Drawing.Point(11, 169);
			this.TClear.Name = "TClear";
			this.TClear.TabIndex = 56;
			this.TClear.Text = "清空";
			this.TClear.Click += new System.EventHandler(this.TClear_Click);
			// 
			// TCommit
			// 
			this.TCommit.Location = new System.Drawing.Point(8, 56);
			this.TCommit.Name = "TCommit";
			this.TCommit.TabIndex = 45;
			this.TCommit.Text = "确定 ";
			this.TCommit.Click += new System.EventHandler(this.TCommit_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.RNos);
			this.groupBox2.Controls.Add(this.label11);
			this.groupBox2.Controls.Add(this.T_OrderTime);
			this.groupBox2.Controls.Add(this.T_LeaveTime);
			this.groupBox2.Controls.Add(this.T_Desposit);
			this.groupBox2.Controls.Add(this.label60);
			this.groupBox2.Controls.Add(this.Team_ID);
			this.groupBox2.Controls.Add(this.label57);
			this.groupBox2.Controls.Add(this.RoomCount);
			this.groupBox2.Controls.Add(this.label5);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.label8);
			this.groupBox2.Location = new System.Drawing.Point(8, -1);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(528, 145);
			this.groupBox2.TabIndex = 38;
			this.groupBox2.TabStop = false;
			// 
			// RNos
			// 
			this.RNos.Location = new System.Drawing.Point(376, 96);
			this.RNos.Name = "RNos";
			this.RNos.Size = new System.Drawing.Size(121, 20);
			this.RNos.TabIndex = 71;
			// 
			// label11
			// 
			this.label11.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label11.Location = new System.Drawing.Point(288, 96);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(40, 23);
			this.label11.TabIndex = 70;
			this.label11.Text = "房号";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// T_OrderTime
			// 
			this.T_OrderTime.Location = new System.Drawing.Point(112, 56);
			this.T_OrderTime.Name = "T_OrderTime";
			this.T_OrderTime.Size = new System.Drawing.Size(128, 21);
			this.T_OrderTime.TabIndex = 68;
			// 
			// T_LeaveTime
			// 
			this.T_LeaveTime.Location = new System.Drawing.Point(376, 56);
			this.T_LeaveTime.Name = "T_LeaveTime";
			this.T_LeaveTime.Size = new System.Drawing.Size(120, 21);
			this.T_LeaveTime.TabIndex = 67;
			// 
			// T_Desposit
			// 
			this.T_Desposit.Location = new System.Drawing.Point(112, 120);
			this.T_Desposit.Name = "T_Desposit";
			this.T_Desposit.Size = new System.Drawing.Size(128, 21);
			this.T_Desposit.TabIndex = 40;
			this.T_Desposit.Text = "";
			// 
			// label60
			// 
			this.label60.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label60.Location = new System.Drawing.Point(32, 120);
			this.label60.Name = "label60";
			this.label60.Size = new System.Drawing.Size(32, 23);
			this.label60.TabIndex = 39;
			this.label60.Text = "押金";
			this.label60.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// Team_ID
			// 
			this.Team_ID.Location = new System.Drawing.Point(112, 16);
			this.Team_ID.Name = "Team_ID";
			this.Team_ID.Size = new System.Drawing.Size(128, 21);
			this.Team_ID.TabIndex = 34;
			this.Team_ID.Text = "";
			// 
			// label57
			// 
			this.label57.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label57.Location = new System.Drawing.Point(16, 16);
			this.label57.Name = "label57";
			this.label57.Size = new System.Drawing.Size(80, 23);
			this.label57.TabIndex = 33;
			this.label57.Text = "团队ID";
			this.label57.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// RoomCount
			// 
			this.RoomCount.Location = new System.Drawing.Point(112, 88);
			this.RoomCount.Name = "RoomCount";
			this.RoomCount.Size = new System.Drawing.Size(128, 21);
			this.RoomCount.TabIndex = 32;
			this.RoomCount.Text = "";
			// 
			// label5
			// 
			this.label5.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label5.Location = new System.Drawing.Point(32, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(48, 23);
			this.label5.TabIndex = 29;
			this.label5.Text = "房间数";
			// 
			// label1
			// 
			this.label1.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label1.Location = new System.Drawing.Point(280, 56);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(80, 23);
			this.label1.TabIndex = 28;
			this.label1.Text = "预定离开时间";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label8
			// 
			this.label8.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label8.Location = new System.Drawing.Point(32, 56);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(80, 23);
			this.label8.TabIndex = 27;
			this.label8.Text = "预定入住时间";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// textBox9
			// 
			this.textBox9.Location = new System.Drawing.Point(399, -33);
			this.textBox9.Name = "textBox9";
			this.textBox9.Size = new System.Drawing.Size(184, 21);
			this.textBox9.TabIndex = 37;
			this.textBox9.Text = "";
			// 
			// textBox10
			// 
			this.textBox10.Location = new System.Drawing.Point(175, -33);
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new System.Drawing.Size(72, 21);
			this.textBox10.TabIndex = 36;
			this.textBox10.Text = "";
			// 
			// label9
			// 
			this.label9.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label9.Location = new System.Drawing.Point(327, -33);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(56, 33);
			this.label9.TabIndex = 34;
			this.label9.Text = "名称";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label10
			// 
			this.label10.ForeColor = System.Drawing.SystemColors.Desktop;
			this.label10.Location = new System.Drawing.Point(119, -33);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(48, 33);
			this.label10.TabIndex = 33;
			this.label10.Text = "团体号";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// Tdg
			// 
			this.Tdg.DataMember = "";
			this.Tdg.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.Tdg.Location = new System.Drawing.Point(8, 208);
			this.Tdg.Name = "Tdg";
			this.Tdg.Size = new System.Drawing.Size(528, 152);
			this.Tdg.TabIndex = 39;
			this.Tdg.DoubleClick += new System.EventHandler(this.Tdg_DoubleClick);
			// 
			// Process
			// 
			this.Process.Controls.Add(this.Session);
			this.Process.Controls.Add(this.Odg);
			this.Process.Controls.Add(this.groupBox6);
			this.Process.Location = new System.Drawing.Point(4, 21);
			this.Process.Name = "Process";
			this.Process.Size = new System.Drawing.Size(664, 367);
			this.Process.TabIndex = 2;
			this.Process.Text = "预定未到处理";
			this.Process.Visible = false;
			this.Process.Click += new System.EventHandler(this.Process_Click);
			// 
			// Session
			// 
			this.Session.Location = new System.Drawing.Point(328, 296);
			this.Session.Name = "Session";
			this.Session.Size = new System.Drawing.Size(134, 21);

⌨️ 快捷键说明

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