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

📄 hotelarrival.h

📁 我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例
💻 H
📖 第 1 页 / 共 4 页
字号:
			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->tBoxArrivalID);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxRoomIDSearch);
			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"抵店时间";
			// 
			// tBoxArrivalID
			// 
			this->tBoxArrivalID->Location = System::Drawing::Point(208, 40);
			this->tBoxArrivalID->Name = S"tBoxArrivalID";
			this->tBoxArrivalID->Size = System::Drawing::Size(120, 21);
			this->tBoxArrivalID->TabIndex = 2;
			this->tBoxArrivalID->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);
			// 
			// tBoxRoomIDSearch
			// 
			this->tBoxRoomIDSearch->Location = System::Drawing::Point(625, 40);
			this->tBoxRoomIDSearch->Name = S"tBoxRoomIDSearch";
			this->tBoxRoomIDSearch->Size = System::Drawing::Size(120, 21);
			this->tBoxRoomIDSearch->TabIndex = 6;
			this->tBoxRoomIDSearch->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, 93);
			this->dgrdOder->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->chkOfferBreadfast);
			this->groupBox2->Controls->Add(this->btnImportFromOrder);
			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->tBoxArrivalIDShow);
			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->Controls->Add(this->chkWake);
			this->groupBox2->Controls->Add(this->chkSecruite);
			this->groupBox2->Controls->Add(this->chkIsVIP);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 213);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(760, 272);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// chkOfferBreadfast
			// 
			this->chkOfferBreadfast->Location = System::Drawing::Point(168, 200);
			this->chkOfferBreadfast->Name = S"chkOfferBreadfast";
			this->chkOfferBreadfast->Size = System::Drawing::Size(80, 24);
			this->chkOfferBreadfast->TabIndex = 64;
			this->chkOfferBreadfast->Text = S"提供早餐";
			// 
			// btnImportFromOrder
			// 
			this->btnImportFromOrder->Location = System::Drawing::Point(520, 199);
			this->btnImportFromOrder->Name = S"btnImportFromOrder";
			this->btnImportFromOrder->Size = System::Drawing::Size(88, 24);
			this->btnImportFromOrder->TabIndex = 63;
			this->btnImportFromOrder->Text = S"从预订单导入";
			this->btnImportFromOrder->Click += new System::EventHandler(this, btnImportFromOrder_Click);
			// 
			// 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(16, 248);
			this->tBoxMemo->Name = S"tBoxMemo";
			this->tBoxMemo->Size = System::Drawing::Size(592, 21);
			this->tBoxMemo->TabIndex = 49;
			this->tBoxMemo->Text = S"";
			// 
			// label26
			// 
			this->label26->Location = System::Drawing::Point(16, 232);
			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";
			this->label10->Size = System::Drawing::Size(56, 11);
			this->label10->TabIndex = 13;
			this->label10->Text = S"客房价格";
			// 
			// label3
			// 
			this->label3->Location = System::Drawing::Point(368, 32);
			this->label3->Name = S"label3";
			this->label3->Size = System::Drawing::Size(56, 11);
			this->label3->TabIndex = 8;
			this->label3->Text = S"离店时间";
			// 
			// cmbRoomType
			// 
			System::Object* __mcTemp__2[] = new System::Object*[2];
			__mcTemp__2[0] = S"男";
			__mcTemp__2[1] = S"女";
			this->cmbRoomType->Items->AddRange(__mcTemp__2);
			this->cmbRoomType->Location = System::Drawing::Point(136, 48);
			this->cmbRoomType->Name = S"cmbRoomType";
			this->cmbRoomType->Size = System::Drawing::Size(104, 20);
			this->cmbRoomType->TabIndex = 7;
			// 
			// tBoxDiscountCause
			// 
			this->tBoxDiscountCause->Location = System::Drawing::Point(352, 104);

⌨️ 快捷键说明

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