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

📄 hotelreserve.h

📁 我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例
💻 H
📖 第 1 页 / 共 4 页
字号:
			this->tBtnNextRecord->Text = S"上一记录";
			this->tBtnNextRecord->ToolTipText = S"上一记录";
			// 
			// tBtnPreviousRecord
			// 
			this->tBtnPreviousRecord->ImageIndex = 4;
			this->tBtnPreviousRecord->Text = S"下一记录";
			this->tBtnPreviousRecord->ToolTipText = S"下一记录";
			// 
			// tBtnLastRecord
			// 
			this->tBtnLastRecord->ImageIndex = 7;
			this->tBtnLastRecord->Text = S"尾记录";
			this->tBtnLastRecord->ToolTipText = S"尾记录";
			// 
			// tBtnNewRecord
			// 
			this->tBtnNewRecord->ImageIndex = 9;
			this->tBtnNewRecord->Text = S"新增";
			this->tBtnNewRecord->ToolTipText = S"新增";
			// 
			// tBtnModifyRecord
			// 
			this->tBtnModifyRecord->ImageIndex = 10;
			this->tBtnModifyRecord->Text = S"修改";
			this->tBtnModifyRecord->ToolTipText = S"修改";
			// 
			// tBtnDeleteRecord
			// 
			this->tBtnDeleteRecord->ImageIndex = 3;
			this->tBtnDeleteRecord->Text = S"删除";
			this->tBtnDeleteRecord->ToolTipText = S"删除";
			// 
			// tBtnPostModified
			// 
			this->tBtnPostModified->ImageIndex = 0;
			this->tBtnPostModified->Text = S"提交";
			this->tBtnPostModified->ToolTipText = S"提交";
			// 
			// tBtnCancleModified
			// 
			this->tBtnCancleModified->ImageIndex = 2;
			this->tBtnCancleModified->Text = S"取消";
			this->tBtnCancleModified->ToolTipText = S"取消";
			// 
			// tBtnQuit
			// 
			this->tBtnQuit->Text = S"退出";
			this->tBtnQuit->ToolTipText = S"退出";
			// 
			// imageList1
			// 
			this->imageList1->ImageSize = System::Drawing::Size(16, 16);
			this->imageList1->ImageStream = (__try_cast<System::Windows::Forms::ImageListStreamer *  >(resources->GetObject(S"imageList1.ImageStream")));
			this->imageList1->TransparentColor = System::Drawing::Color::Transparent;
			// 
			// groupBox1
			// 
			this->groupBox1->Controls->Add(this->tBoxArrival);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxOderID);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxOder);
			this->groupBox1->Controls->Add(this->label4);
			this->groupBox1->Dock = System::Windows::Forms::DockStyle::Top;
			this->groupBox1->Location = System::Drawing::Point(0, 41);
			this->groupBox1->Name = S"groupBox1";
			this->groupBox1->Size = System::Drawing::Size(760, 79);
			this->groupBox1->TabIndex = 1;
			this->groupBox1->TabStop = false;
			// 
			// tBoxArrival
			// 
			this->tBoxArrival->Location = System::Drawing::Point(408, 39);
			this->tBoxArrival->Name = S"tBoxArrival";
			this->tBoxArrival->Size = System::Drawing::Size(120, 21);
			this->tBoxArrival->TabIndex = 4;
			this->tBoxArrival->Text = S"";
			// 
			// label2
			// 
			this->label2->Location = System::Drawing::Point(344, 44);
			this->label2->Name = S"label2";
			this->label2->Size = System::Drawing::Size(56, 11);
			this->label2->TabIndex = 3;
			this->label2->Text = S"抵店时间";
			// 
			// tBoxOderID
			// 
			this->tBoxOderID->Location = System::Drawing::Point(208, 40);
			this->tBoxOderID->Name = S"tBoxOderID";
			this->tBoxOderID->Size = System::Drawing::Size(120, 21);
			this->tBoxOderID->TabIndex = 2;
			this->tBoxOderID->Text = S"";
			// 
			// label1
			// 
			this->label1->Location = System::Drawing::Point(144, 45);
			this->label1->Name = S"label1";
			this->label1->Size = System::Drawing::Size(56, 11);
			this->label1->TabIndex = 1;
			this->label1->Text = S"预订单号";
			// 
			// btnSearch
			// 
			this->btnSearch->ImageAlign = System::Drawing::ContentAlignment::MiddleLeft;
			this->btnSearch->ImageIndex = 6;
			this->btnSearch->ImageList = this->imageList1;
			this->btnSearch->Location = System::Drawing::Point(64, 40);
			this->btnSearch->Name = S"btnSearch";
			this->btnSearch->Size = System::Drawing::Size(56, 24);
			this->btnSearch->TabIndex = 0;
			this->btnSearch->Text = S"搜索";
			this->btnSearch->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->btnSearch->Click += new System::EventHandler(this, btnSearch_Click);
			// 
			// tBoxOder
			// 
			this->tBoxOder->Location = System::Drawing::Point(625, 40);
			this->tBoxOder->Name = S"tBoxOder";
			this->tBoxOder->Size = System::Drawing::Size(120, 21);
			this->tBoxOder->TabIndex = 6;
			this->tBoxOder->Text = S"";
			// 
			// label4
			// 
			this->label4->Location = System::Drawing::Point(559, 43);
			this->label4->Name = S"label4";
			this->label4->Size = System::Drawing::Size(56, 11);
			this->label4->TabIndex = 5;
			this->label4->Text = S"预定人";
			// 
			// dgrdOder
			// 
			this->dgrdOder->DataMember = S"";
			this->dgrdOder->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdOder->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdOder->Location = System::Drawing::Point(0, 120);
			this->dgrdOder->Name = S"dgrdOder";
			this->dgrdOder->Size = System::Drawing::Size(760, 101);
			this->dgrdOder->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->btnFindRoom);
			this->groupBox2->Controls->Add(this->dtpDeparture);
			this->groupBox2->Controls->Add(this->dtpArrival);
			this->groupBox2->Controls->Add(this->chkIsAdditionalBed);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->tBoxMemo);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->tBoxRealPrice);
			this->groupBox2->Controls->Add(this->tBoxRoomID);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxRoomPrice);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->cmbRoomType);
			this->groupBox2->Controls->Add(this->tBoxDiscountCause);
			this->groupBox2->Controls->Add(this->tBoxOderIDShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->tBoxPhoneNumber);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->label29);
			this->groupBox2->Controls->Add(this->label30);
			this->groupBox2->Controls->Add(this->tBoxDiscount);
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->tBoxSettleNumber);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->tBoxOperator);
			this->groupBox2->Controls->Add(this->label14);
			this->groupBox2->Controls->Add(this->tBoxOderShow);
			this->groupBox2->Controls->Add(this->label15);
			this->groupBox2->Controls->Add(this->tBoxOderStatus);
			this->groupBox2->Controls->Add(this->label16);
			this->groupBox2->Controls->Add(this->tBoxOP);
			this->groupBox2->Controls->Add(this->label17);
			this->groupBox2->Controls->Add(this->tBoxPreDeal);
			this->groupBox2->Controls->Add(this->tBoxAdditionalBedPrice);
			this->groupBox2->Controls->Add(this->label18);
			this->groupBox2->Controls->Add(this->tBoxMemberID);
			this->groupBox2->Controls->Add(this->label19);
			this->groupBox2->Controls->Add(this->tBoxOderCompany);
			this->groupBox2->Controls->Add(this->label20);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 221);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(760, 240);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// btnFindRoom
			// 
			this->btnFindRoom->ImageIndex = 11;
			this->btnFindRoom->ImageList = this->imageList1;
			this->btnFindRoom->Location = System::Drawing::Point(134, 103);
			this->btnFindRoom->Name = S"btnFindRoom";
			this->btnFindRoom->Size = System::Drawing::Size(16, 20);
			this->btnFindRoom->TabIndex = 60;
			this->btnFindRoom->Click += new System::EventHandler(this, btnFindRoom_Click);
			// 
			// dtpDeparture
			// 
			this->dtpDeparture->Location = System::Drawing::Point(368, 48);
			this->dtpDeparture->Name = S"dtpDeparture";
			this->dtpDeparture->Size = System::Drawing::Size(112, 21);
			this->dtpDeparture->TabIndex = 59;
			// 
			// dtpArrival
			// 
			this->dtpArrival->Location = System::Drawing::Point(248, 48);
			this->dtpArrival->Name = S"dtpArrival";
			this->dtpArrival->Size = System::Drawing::Size(112, 21);
			this->dtpArrival->TabIndex = 58;
			// 
			// chkIsAdditionalBed
			// 
			this->chkIsAdditionalBed->Location = System::Drawing::Point(536, 104);
			this->chkIsAdditionalBed->Name = S"chkIsAdditionalBed";
			this->chkIsAdditionalBed->Size = System::Drawing::Size(80, 24);
			this->chkIsAdditionalBed->TabIndex = 57;
			this->chkIsAdditionalBed->Text = S"是否加床";
			// 
			// label13
			// 
			this->label13->Location = System::Drawing::Point(352, 88);
			this->label13->Name = S"label13";
			this->label13->Size = System::Drawing::Size(56, 11);
			this->label13->TabIndex = 53;
			this->label13->Text = S"折扣原因";
			// 
			// tBoxMemo
			// 
			this->tBoxMemo->Location = System::Drawing::Point(256, 200);
			this->tBoxMemo->Name = S"tBoxMemo";
			this->tBoxMemo->Size = System::Drawing::Size(352, 21);
			this->tBoxMemo->TabIndex = 49;
			this->tBoxMemo->Text = S"";
			// 
			// label26
			// 
			this->label26->Location = System::Drawing::Point(256, 184);
			this->label26->Name = S"label26";
			this->label26->Size = System::Drawing::Size(56, 11);
			this->label26->TabIndex = 48;
			this->label26->Text = S"备注";
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(240, 88);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(64, 11);
			this->label8->TabIndex = 16;
			this->label8->Text = S"入住价格";
			// 
			// tBoxRealPrice
			// 
			this->tBoxRealPrice->Location = System::Drawing::Point(240, 104);
			this->tBoxRealPrice->Name = S"tBoxRealPrice";
			this->tBoxRealPrice->Size = System::Drawing::Size(64, 21);
			this->tBoxRealPrice->TabIndex = 12;
			this->tBoxRealPrice->Text = S"";
			// 
			// tBoxRoomID
			// 
			this->tBoxRoomID->Location = System::Drawing::Point(16, 104);
			this->tBoxRoomID->Name = S"tBoxRoomID";
			this->tBoxRoomID->Size = System::Drawing::Size(112, 21);
			this->tBoxRoomID->TabIndex = 10;
			this->tBoxRoomID->Text = S"";
			this->tBoxRoomID->Leave += new System::EventHandler(this, tBoxRoomID_Leave);
			// 
			// label9
			// 
			this->label9->Location = System::Drawing::Point(16, 88);
			this->label9->Name = S"label9";
			this->label9->Size = System::Drawing::Size(56, 11);
			this->label9->TabIndex = 9;
			this->label9->Text = S"客房编号";
			// 
			// tBoxRoomPrice
			// 
			this->tBoxRoomPrice->Location = System::Drawing::Point(160, 104);
			this->tBoxRoomPrice->Name = S"tBoxRoomPrice";
			this->tBoxRoomPrice->Size = System::Drawing::Size(72, 21);
			this->tBoxRoomPrice->TabIndex = 14;
			this->tBoxRoomPrice->Text = S"";
			// 
			// label10
			// 
			this->label10->Location = System::Drawing::Point(160, 88);
			this->label10->Name = S"label10";

⌨️ 快捷键说明

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