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

📄 bookinfo.h

📁 Visual C++.net数据库开发经典案例
💻 H
📖 第 1 页 / 共 3 页
字号:
			// 
			// 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->tBoxBookID);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxBarCode);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxBookName);
			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;
			// 
			// tBoxBookID
			// 
			this->tBoxBookID->Location = System::Drawing::Point(408, 39);
			this->tBoxBookID->Name = S"tBoxBookID";
			this->tBoxBookID->Size = System::Drawing::Size(120, 21);
			this->tBoxBookID->TabIndex = 4;
			this->tBoxBookID->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"编号";
			// 
			// 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);
			// 
			// tBoxBookName
			// 
			this->tBoxBookName->Location = System::Drawing::Point(625, 40);
			this->tBoxBookName->Name = S"tBoxBookName";
			this->tBoxBookName->Size = System::Drawing::Size(120, 21);
			this->tBoxBookName->TabIndex = 6;
			this->tBoxBookName->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"书名";
			// 
			// dgrdBooks
			// 
			this->dgrdBooks->DataMember = S"";
			this->dgrdBooks->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdBooks->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdBooks->Location = System::Drawing::Point(0, 120);
			this->dgrdBooks->Name = S"dgrdBooks";
			this->dgrdBooks->Size = System::Drawing::Size(760, 109);
			this->dgrdBooks->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->cmbShell);
			this->groupBox2->Controls->Add(this->tBoxOperator);
			this->groupBox2->Controls->Add(this->tBoxPrice);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->tBoxPage);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->label14);
			this->groupBox2->Controls->Add(this->chkIsUnregister);
			this->groupBox2->Controls->Add(this->tBoxMemo);
			this->groupBox2->Controls->Add(this->label26);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->cmbPublisher);
			this->groupBox2->Controls->Add(this->tBoxISBN);
			this->groupBox2->Controls->Add(this->tBoxWritter);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxTranslator);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->tBoxBookIDShow);
			this->groupBox2->Controls->Add(this->tBoxBarCodeShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Controls->Add(this->tBoxBookNameShow);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->label29);
			this->groupBox2->Controls->Add(this->cmbBookClass);
			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;
			// 
			// label3
			// 
			this->label3->Location = System::Drawing::Point(256, 136);
			this->label3->Name = S"label3";
			this->label3->Size = System::Drawing::Size(80, 11);
			this->label3->TabIndex = 65;
			this->label3->Text = S"操作员";
			// 
			// cmbShell
			// 
			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->cmbShell->Items->AddRange(__mcTemp__2);
			this->cmbShell->Location = System::Drawing::Point(368, 152);
			this->cmbShell->Name = S"cmbShell";
			this->cmbShell->Size = System::Drawing::Size(112, 20);
			this->cmbShell->TabIndex = 64;
			// 
			// tBoxOperator
			// 
			this->tBoxOperator->Location = System::Drawing::Point(256, 152);
			this->tBoxOperator->Name = S"tBoxOperator";
			this->tBoxOperator->Size = System::Drawing::Size(104, 21);
			this->tBoxOperator->TabIndex = 61;
			this->tBoxOperator->Text = S"";
			// 
			// tBoxPrice
			// 
			this->tBoxPrice->Location = System::Drawing::Point(16, 152);
			this->tBoxPrice->Name = S"tBoxPrice";
			this->tBoxPrice->Size = System::Drawing::Size(112, 21);
			this->tBoxPrice->TabIndex = 59;
			this->tBoxPrice->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 = 58;
			this->label12->Text = S"价格";
			// 
			// tBoxPage
			// 
			this->tBoxPage->Location = System::Drawing::Point(136, 152);
			this->tBoxPage->Name = S"tBoxPage";
			this->tBoxPage->Size = System::Drawing::Size(112, 21);
			this->tBoxPage->TabIndex = 63;
			this->tBoxPage->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 = 62;
			this->label13->Text = S"页码";
			// 
			// label14
			// 
			this->label14->Location = System::Drawing::Point(368, 136);
			this->label14->Name = S"label14";
			this->label14->Size = System::Drawing::Size(56, 11);
			this->label14->TabIndex = 60;
			this->label14->Text = S"书架名称";
			// 
			// chkIsUnregister
			// 
			this->chkIsUnregister->Location = System::Drawing::Point(496, 152);
			this->chkIsUnregister->Name = S"chkIsUnregister";
			this->chkIsUnregister->TabIndex = 57;
			this->chkIsUnregister->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"备注";
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(256, 88);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(80, 11);
			this->label8->TabIndex = 16;
			this->label8->Text = S"ISBN";
			// 
			// cmbPublisher
			// 
			this->cmbPublisher->Location = System::Drawing::Point(368, 104);
			this->cmbPublisher->Name = S"cmbPublisher";
			this->cmbPublisher->Size = System::Drawing::Size(232, 20);
			this->cmbPublisher->TabIndex = 15;
			// 
			// tBoxISBN
			// 
			this->tBoxISBN->Location = System::Drawing::Point(256, 104);
			this->tBoxISBN->Name = S"tBoxISBN";
			this->tBoxISBN->Size = System::Drawing::Size(104, 21);
			this->tBoxISBN->TabIndex = 12;
			this->tBoxISBN->Text = S"";
			// 
			// tBoxWritter
			// 
			this->tBoxWritter->Location = System::Drawing::Point(16, 104);
			this->tBoxWritter->Name = S"tBoxWritter";
			this->tBoxWritter->Size = System::Drawing::Size(112, 21);
			this->tBoxWritter->TabIndex = 10;
			this->tBoxWritter->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"作者";
			// 
			// tBoxTranslator
			// 
			this->tBoxTranslator->Location = System::Drawing::Point(136, 104);
			this->tBoxTranslator->Name = S"tBoxTranslator";
			this->tBoxTranslator->Size = System::Drawing::Size(112, 21);
			this->tBoxTranslator->TabIndex = 14;
			this->tBoxTranslator->Text = S"";
			// 
			// label10
			// 
			this->label10->Location = System::Drawing::Point(136, 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(368, 88);
			this->label11->Name = S"label11";
			this->label11->Size = System::Drawing::Size(56, 11);
			this->label11->TabIndex = 11;
			this->label11->Text = S"出版社";
			// 
			// tBoxBookIDShow
			// 
			this->tBoxBookIDShow->Location = System::Drawing::Point(136, 48);
			this->tBoxBookIDShow->Name = S"tBoxBookIDShow";
			this->tBoxBookIDShow->Size = System::Drawing::Size(112, 21);
			this->tBoxBookIDShow->TabIndex = 4;
			this->tBoxBookIDShow->Text = S"";
			this->tBoxBookIDShow->Leave += new System::EventHandler(this, tBoxBookIDShow_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;

⌨️ 快捷键说明

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