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

📄 roominfo.h

📁 我新买的书 光盘里有一个很好的教务管理系统的VC.net的按例
💻 H
📖 第 1 页 / 共 3 页
字号:
			// 
			// tBtnQuit
			// 
			this->tBtnQuit->ImageIndex = 11;
			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->tBoxRoomTypeID);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxRoomID);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxFloorID);
			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;
			// 
			// tBoxRoomTypeID
			// 
			this->tBoxRoomTypeID->Location = System::Drawing::Point(408, 39);
			this->tBoxRoomTypeID->Name = S"tBoxRoomTypeID";
			this->tBoxRoomTypeID->Size = System::Drawing::Size(120, 21);
			this->tBoxRoomTypeID->TabIndex = 4;
			this->tBoxRoomTypeID->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"房型编号";
			// 
			// tBoxRoomID
			// 
			this->tBoxRoomID->Location = System::Drawing::Point(208, 40);
			this->tBoxRoomID->Name = S"tBoxRoomID";
			this->tBoxRoomID->Size = System::Drawing::Size(120, 21);
			this->tBoxRoomID->TabIndex = 2;
			this->tBoxRoomID->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);
			// 
			// tBoxFloorID
			// 
			this->tBoxFloorID->Location = System::Drawing::Point(625, 40);
			this->tBoxFloorID->Name = S"tBoxFloorID";
			this->tBoxFloorID->Size = System::Drawing::Size(120, 21);
			this->tBoxFloorID->TabIndex = 6;
			this->tBoxFloorID->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"楼层编号";
			// 
			// dgrdRoom
			// 
			this->dgrdRoom->DataMember = S"";
			this->dgrdRoom->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdRoom->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdRoom->Location = System::Drawing::Point(0, 120);
			this->dgrdRoom->Name = S"dgrdRoom";
			this->dgrdRoom->Size = System::Drawing::Size(760, 133);
			this->dgrdRoom->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->tBoxRoomDiscribe);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->chkIsCanCombine);
			this->groupBox2->Controls->Add(this->tBoxMemo);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->cmbFloor);
			this->groupBox2->Controls->Add(this->tBoxStatus);
			this->groupBox2->Controls->Add(this->tBoxCapacity);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxBedInRoom);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->tBoxRoomIDShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->cmbRoomType);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 253);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(760, 136);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// tBoxRoomDiscribe
			// 
			this->tBoxRoomDiscribe->Location = System::Drawing::Point(16, 96);
			this->tBoxRoomDiscribe->Name = S"tBoxRoomDiscribe";
			this->tBoxRoomDiscribe->Size = System::Drawing::Size(280, 21);
			this->tBoxRoomDiscribe->TabIndex = 59;
			this->tBoxRoomDiscribe->Text = S"";
			// 
			// label12
			// 
			this->label12->Location = System::Drawing::Point(16, 80);
			this->label12->Name = S"label12";
			this->label12->Size = System::Drawing::Size(56, 11);
			this->label12->TabIndex = 58;
			this->label12->Text = S"客房描述";
			// 
			// chkIsCanCombine
			// 
			this->chkIsCanCombine->Location = System::Drawing::Point(600, 96);
			this->chkIsCanCombine->Name = S"chkIsCanCombine";
			this->chkIsCanCombine->TabIndex = 57;
			this->chkIsCanCombine->Text = S"是否可拼房";
			// 
			// tBoxMemo
			// 
			this->tBoxMemo->Location = System::Drawing::Point(304, 96);
			this->tBoxMemo->Name = S"tBoxMemo";
			this->tBoxMemo->Size = System::Drawing::Size(288, 21);
			this->tBoxMemo->TabIndex = 49;
			this->tBoxMemo->Text = S"";
			// 
			// label26
			// 
			this->label26->Location = System::Drawing::Point(304, 80);
			this->label26->Name = S"label26";
			this->label26->Size = System::Drawing::Size(120, 11);
			this->label26->TabIndex = 48;
			this->label26->Text = S"备注";
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(600, 32);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(80, 11);
			this->label8->TabIndex = 16;
			this->label8->Text = S"状态";
			// 
			// cmbFloor
			// 
			System::Object* __mcTemp__2[] = new System::Object*[6];
			__mcTemp__2[0] = S"身份证";
			__mcTemp__2[1] = S"学生证";
			__mcTemp__2[2] = S"教师证";
			__mcTemp__2[3] = S"军人证";
			__mcTemp__2[4] = S"公务员证";
			__mcTemp__2[5] = S"其他证件";
			this->cmbFloor->Items->AddRange(__mcTemp__2);
			this->cmbFloor->Location = System::Drawing::Point(296, 48);
			this->cmbFloor->Name = S"cmbFloor";
			this->cmbFloor->Size = System::Drawing::Size(112, 20);
			this->cmbFloor->TabIndex = 15;
			// 
			// tBoxStatus
			// 
			this->tBoxStatus->Location = System::Drawing::Point(600, 48);
			this->tBoxStatus->Name = S"tBoxStatus";
			this->tBoxStatus->Size = System::Drawing::Size(104, 21);
			this->tBoxStatus->TabIndex = 12;
			this->tBoxStatus->Text = S"";
			// 
			// tBoxCapacity
			// 
			this->tBoxCapacity->Location = System::Drawing::Point(424, 48);
			this->tBoxCapacity->Name = S"tBoxCapacity";
			this->tBoxCapacity->Size = System::Drawing::Size(80, 21);
			this->tBoxCapacity->TabIndex = 10;
			this->tBoxCapacity->Text = S"";
			// 
			// label9
			// 
			this->label9->Location = System::Drawing::Point(424, 32);
			this->label9->Name = S"label9";
			this->label9->Size = System::Drawing::Size(56, 11);
			this->label9->TabIndex = 9;
			this->label9->Text = S"额定人数";
			// 
			// tBoxBedInRoom
			// 
			this->tBoxBedInRoom->Location = System::Drawing::Point(512, 48);
			this->tBoxBedInRoom->Name = S"tBoxBedInRoom";
			this->tBoxBedInRoom->Size = System::Drawing::Size(80, 21);
			this->tBoxBedInRoom->TabIndex = 14;
			this->tBoxBedInRoom->Text = S"";
			// 
			// label10
			// 
			this->label10->Location = System::Drawing::Point(512, 32);
			this->label10->Name = S"label10";
			this->label10->Size = System::Drawing::Size(56, 11);
			this->label10->TabIndex = 13;
			this->label10->Text = S"床数";
			// 
			// tBoxRoomIDShow
			// 
			this->tBoxRoomIDShow->Location = System::Drawing::Point(16, 48);
			this->tBoxRoomIDShow->Name = S"tBoxRoomIDShow";
			this->tBoxRoomIDShow->Size = System::Drawing::Size(112, 21);
			this->tBoxRoomIDShow->TabIndex = 2;
			this->tBoxRoomIDShow->Text = S"";
			this->tBoxRoomIDShow->Leave += new System::EventHandler(this, tBoxRoomIDShow_Leave);
			// 
			// label5
			// 
			this->label5->Location = System::Drawing::Point(16, 32);
			this->label5->Name = S"label5";
			this->label5->Size = System::Drawing::Size(56, 11);
			this->label5->TabIndex = 1;
			this->label5->Text = S"客房编号";
			// 
			// label6
			// 
			this->label6->Location = System::Drawing::Point(296, 32);
			this->label6->Name = S"label6";
			this->label6->Size = System::Drawing::Size(56, 11);
			this->label6->TabIndex = 5;
			this->label6->Text = S"楼层";
			// 
			// label7
			// 
			this->label7->Location = System::Drawing::Point(136, 32);
			this->label7->Name = S"label7";
			this->label7->Size = System::Drawing::Size(56, 11);
			this->label7->TabIndex = 3;

⌨️ 快捷键说明

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