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

📄 readerinfo.h

📁 Visual C++.net数据库开发经典案例
💻 H
📖 第 1 页 / 共 3 页
字号:
			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"编号";
			// 
			// tBoxBarCode
			// 
			this->tBoxBarCode->Location = System::Drawing::Point(208, 40);
			this->tBoxBarCode->Name = S"tBoxBarCode";
			this->tBoxBarCode->Size = System::Drawing::Size(120, 21);
			this->tBoxBarCode->TabIndex = 2;
			this->tBoxBarCode->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);
			// 
			// tBoxReaderName
			// 
			this->tBoxReaderName->Location = System::Drawing::Point(625, 40);
			this->tBoxReaderName->Name = S"tBoxReaderName";
			this->tBoxReaderName->Size = System::Drawing::Size(120, 21);
			this->tBoxReaderName->TabIndex = 6;
			this->tBoxReaderName->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"姓名";
			// 
			// dgrdReaders
			// 
			this->dgrdReaders->DataMember = S"";
			this->dgrdReaders->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdReaders->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdReaders->Location = System::Drawing::Point(0, 120);
			this->dgrdReaders->Name = S"dgrdReaders";
			this->dgrdReaders->Size = System::Drawing::Size(760, 109);
			this->dgrdReaders->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->dtpValidate);
			this->groupBox2->Controls->Add(this->dtpRegisterDate);
			this->groupBox2->Controls->Add(this->dtpBirthday);
			this->groupBox2->Controls->Add(this->chkIsReportToLost);
			this->groupBox2->Controls->Add(this->label15);
			this->groupBox2->Controls->Add(this->label14);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->tBoxMemo);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->tBoxOperator);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->cmbValidCertificate);
			this->groupBox2->Controls->Add(this->tBoxBookBorrowTimes);
			this->groupBox2->Controls->Add(this->tBoxContactation);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxCertificateNumber);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->cmbSex);
			this->groupBox2->Controls->Add(this->tBoxReaderIDShow);
			this->groupBox2->Controls->Add(this->tBoxBarCodeShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->tBoxReaderNameShow);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->label29);
			this->groupBox2->Controls->Add(this->cmbReaderClass);
			this->groupBox2->Controls->Add(this->label30);
			this->groupBox2->Controls->Add(this->tBoxMagazineBorrowTimes);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 229);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(760, 240);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// dtpValidate
			// 
			this->dtpValidate->Location = System::Drawing::Point(256, 152);
			this->dtpValidate->Name = S"dtpValidate";
			this->dtpValidate->Size = System::Drawing::Size(120, 21);
			this->dtpValidate->TabIndex = 60;
			// 
			// dtpRegisterDate
			// 
			this->dtpRegisterDate->Location = System::Drawing::Point(136, 152);
			this->dtpRegisterDate->Name = S"dtpRegisterDate";
			this->dtpRegisterDate->Size = System::Drawing::Size(112, 21);
			this->dtpRegisterDate->TabIndex = 59;
			// 
			// dtpBirthday
			// 
			this->dtpBirthday->Location = System::Drawing::Point(16, 152);
			this->dtpBirthday->Name = S"dtpBirthday";
			this->dtpBirthday->Size = System::Drawing::Size(112, 21);
			this->dtpBirthday->TabIndex = 58;
			// 
			// chkIsReportToLost
			// 
			this->chkIsReportToLost->Location = System::Drawing::Point(496, 152);
			this->chkIsReportToLost->Name = S"chkIsReportToLost";
			this->chkIsReportToLost->TabIndex = 57;
			this->chkIsReportToLost->Text = S"是否挂失";
			// 
			// label15
			// 
			this->label15->Location = System::Drawing::Point(384, 136);
			this->label15->Name = S"label15";
			this->label15->Size = System::Drawing::Size(56, 11);
			this->label15->TabIndex = 56;
			this->label15->Text = S"操作员";
			// 
			// label14
			// 
			this->label14->Location = System::Drawing::Point(260, 136);
			this->label14->Name = S"label14";
			this->label14->Size = System::Drawing::Size(56, 11);
			this->label14->TabIndex = 54;
			this->label14->Text = S"有效期至";
			// 
			// label12
			// 
			this->label12->Location = System::Drawing::Point(16, 136);
			this->label12->Name = S"label12";
			this->label12->Size = System::Drawing::Size(56, 11);
			this->label12->TabIndex = 52;
			this->label12->Text = S"出生日期";
			// 
			// label13
			// 
			this->label13->Location = System::Drawing::Point(136, 136);
			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, 200);
			this->tBoxMemo->Name = S"tBoxMemo";
			this->tBoxMemo->Size = System::Drawing::Size(584, 21);
			this->tBoxMemo->TabIndex = 49;
			this->tBoxMemo->Text = S"";
			// 
			// label26
			// 
			this->label26->Location = System::Drawing::Point(16, 184);
			this->label26->Name = S"label26";
			this->label26->Size = System::Drawing::Size(56, 11);
			this->label26->TabIndex = 48;
			this->label26->Text = S"备注";
			// 
			// tBoxOperator
			// 
			this->tBoxOperator->Location = System::Drawing::Point(384, 152);
			this->tBoxOperator->Name = S"tBoxOperator";
			this->tBoxOperator->Size = System::Drawing::Size(104, 21);
			this->tBoxOperator->TabIndex = 24;
			this->tBoxOperator->Text = S"";
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(384, 88);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(80, 11);
			this->label8->TabIndex = 16;
			this->label8->Text = S"图书借阅次数";
			// 
			// cmbValidCertificate
			// 
			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->cmbValidCertificate->Items->AddRange(__mcTemp__2);
			this->cmbValidCertificate->Location = System::Drawing::Point(136, 104);
			this->cmbValidCertificate->Name = S"cmbValidCertificate";
			this->cmbValidCertificate->Size = System::Drawing::Size(112, 20);
			this->cmbValidCertificate->TabIndex = 15;
			// 
			// tBoxBookBorrowTimes
			// 
			this->tBoxBookBorrowTimes->Location = System::Drawing::Point(384, 104);
			this->tBoxBookBorrowTimes->Name = S"tBoxBookBorrowTimes";
			this->tBoxBookBorrowTimes->Size = System::Drawing::Size(104, 21);
			this->tBoxBookBorrowTimes->TabIndex = 12;
			this->tBoxBookBorrowTimes->Text = S"";
			// 
			// tBoxContactation
			// 
			this->tBoxContactation->Location = System::Drawing::Point(16, 104);
			this->tBoxContactation->Name = S"tBoxContactation";
			this->tBoxContactation->Size = System::Drawing::Size(112, 21);
			this->tBoxContactation->TabIndex = 10;
			this->tBoxContactation->Text = S"";
			// 
			// 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"联系方式";
			// 
			// tBoxCertificateNumber
			// 
			this->tBoxCertificateNumber->Location = System::Drawing::Point(256, 104);
			this->tBoxCertificateNumber->Name = S"tBoxCertificateNumber";
			this->tBoxCertificateNumber->Size = System::Drawing::Size(120, 21);
			this->tBoxCertificateNumber->TabIndex = 14;
			this->tBoxCertificateNumber->Text = S"";
			// 
			// label10
			// 
			this->label10->Location = System::Drawing::Point(256, 88);
			this->label10->Name = S"label10";
			this->label10->Size = System::Drawing::Size(56, 11);
			this->label10->TabIndex = 13;
			this->label10->Text = S"证件号码";
			// 
			// label11
			// 
			this->label11->Location = System::Drawing::Point(136, 88);
			this->label11->Name = S"label11";
			this->label11->Size = System::Drawing::Size(56, 11);
			this->label11->TabIndex = 11;
			this->label11->Text = S"有效证件";
			// 
			// label3
			// 
			this->label3->Location = System::Drawing::Point(384, 32);
			this->label3->Name = S"label3";
			this->label3->Size = System::Drawing::Size(56, 11);
			this->label3->TabIndex = 8;
			this->label3->Text = S"性别";
			// 
			// cmbSex
			// 
			System::Object* __mcTemp__3[] = new System::Object*[2];
			__mcTemp__3[0] = S"男";
			__mcTemp__3[1] = S"女";
			this->cmbSex->Items->AddRange(__mcTemp__3);
			this->cmbSex->Location = System::Drawing::Point(384, 48);
			this->cmbSex->Name = S"cmbSex";
			this->cmbSex->Size = System::Drawing::Size(104, 20);
			this->cmbSex->TabIndex = 7;
			// 
			// tBoxReaderIDShow
			// 
			this->tBoxReaderIDShow->Location = System::Drawing::Point(136, 48);
			this->tBoxReaderIDShow->Name = S"tBoxReaderIDShow";
			this->tBoxReaderIDShow->Size = System::Drawing::Size(112, 21);
			this->tBoxReaderIDShow->TabIndex = 4;
			this->tBoxReaderIDShow->Text = S"";
			this->tBoxReaderIDShow->Leave += new System::EventHandler(this, tBoxReaderIDShow_Leave);
			// 
			// tBoxBarCodeShow
			// 
			this->tBoxBarCodeShow->Location = System::Drawing::Point(16, 48);
			this->tBoxBarCodeShow->Name = S"tBoxBarCodeShow";
			this->tBoxBarCodeShow->Size = System::Drawing::Size(112, 21);
			this->tBoxBarCodeShow->TabIndex = 2;
			this->tBoxBarCodeShow->Text = S"";
			// 
			// 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"条形码";
			// 
			// tBoxReaderNameShow
			// 
			this->tBoxReaderNameShow->Location = System::Drawing::Point(256, 48);
			this->tBoxReaderNameShow->Name = S"tBoxReaderNameShow";
			this->tBoxReaderNameShow->Size = System::Drawing::Size(120, 21);
			this->tBoxReaderNameShow->TabIndex = 6;
			this->tBoxReaderNameShow->Text = S"";
			// 
			// label6
			// 
			this->label6->Location = System::Drawing::Point(256, 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";

⌨️ 快捷键说明

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