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

📄 studentinfo.h

📁 Visual C++.net数据库开发经典案例
💻 H
📖 第 1 页 / 共 3 页
字号:
			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->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->tBoxName);
			this->groupBox1->Controls->Add(this->label2);
			this->groupBox1->Controls->Add(this->tBoxStudentID);
			this->groupBox1->Controls->Add(this->label1);
			this->groupBox1->Controls->Add(this->btnSearch);
			this->groupBox1->Controls->Add(this->tBoxGrade);
			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;
			// 
			// tBoxName
			// 
			this->tBoxName->Location = System::Drawing::Point(408, 39);
			this->tBoxName->Name = S"tBoxName";
			this->tBoxName->Size = System::Drawing::Size(120, 21);
			this->tBoxName->TabIndex = 4;
			this->tBoxName->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"姓名";
			// 
			// tBoxStudentID
			// 
			this->tBoxStudentID->Location = System::Drawing::Point(208, 40);
			this->tBoxStudentID->Name = S"tBoxStudentID";
			this->tBoxStudentID->Size = System::Drawing::Size(120, 21);
			this->tBoxStudentID->TabIndex = 2;
			this->tBoxStudentID->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);
			// 
			// tBoxGrade
			// 
			this->tBoxGrade->Location = System::Drawing::Point(625, 40);
			this->tBoxGrade->Name = S"tBoxGrade";
			this->tBoxGrade->Size = System::Drawing::Size(120, 21);
			this->tBoxGrade->TabIndex = 6;
			this->tBoxGrade->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"年级";
			// 
			// dgrdStudent
			// 
			this->dgrdStudent->DataMember = S"";
			this->dgrdStudent->Dock = System::Windows::Forms::DockStyle::Fill;
			this->dgrdStudent->HeaderForeColor = System::Drawing::SystemColors::ControlText;
			this->dgrdStudent->Location = System::Drawing::Point(0, 120);
			this->dgrdStudent->Name = S"dgrdStudent";
			this->dgrdStudent->Size = System::Drawing::Size(760, 165);
			this->dgrdStudent->TabIndex = 2;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->label11);
			this->groupBox2->Controls->Add(this->cmbPolicy);
			this->groupBox2->Controls->Add(this->label12);
			this->groupBox2->Controls->Add(this->cmbHomeTown);
			this->groupBox2->Controls->Add(this->label7);
			this->groupBox2->Controls->Add(this->cmbSchool);
			this->groupBox2->Controls->Add(this->label8);
			this->groupBox2->Controls->Add(this->cmbRate);
			this->groupBox2->Controls->Add(this->tBoxPersonalID);
			this->groupBox2->Controls->Add(this->label13);
			this->groupBox2->Controls->Add(this->label6);
			this->groupBox2->Controls->Add(this->cmbClass);
			this->groupBox2->Controls->Add(this->label3);
			this->groupBox2->Controls->Add(this->cmbSex);
			this->groupBox2->Controls->Add(this->tBoxNameShow);
			this->groupBox2->Controls->Add(this->label9);
			this->groupBox2->Controls->Add(this->tBoxGradeShow);
			this->groupBox2->Controls->Add(this->label10);
			this->groupBox2->Controls->Add(this->tBoxStudentIDShow);
			this->groupBox2->Controls->Add(this->label5);
			this->groupBox2->Dock = System::Windows::Forms::DockStyle::Bottom;
			this->groupBox2->Location = System::Drawing::Point(0, 285);
			this->groupBox2->Name = S"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(760, 136);
			this->groupBox2->TabIndex = 3;
			this->groupBox2->TabStop = false;
			// 
			// label11
			// 
			this->label11->Location = System::Drawing::Point(120, 64);
			this->label11->Name = S"label11";
			this->label11->Size = System::Drawing::Size(56, 11);
			this->label11->TabIndex = 77;
			this->label11->Text = S"政治面貌";
			// 
			// cmbPolicy
			// 
			System::Object* __mcTemp__2[] = new System::Object*[3];
			__mcTemp__2[0] = S"群众";
			__mcTemp__2[1] = S"团员";
			__mcTemp__2[2] = S"党员";
			this->cmbPolicy->Items->AddRange(__mcTemp__2);
			this->cmbPolicy->Location = System::Drawing::Point(120, 80);
			this->cmbPolicy->Name = S"cmbPolicy";
			this->cmbPolicy->Size = System::Drawing::Size(112, 20);
			this->cmbPolicy->TabIndex = 76;
			this->cmbPolicy->SelectedIndexChanged += new System::EventHandler(this, cmbPolicy_SelectedIndexChanged);
			// 
			// label12
			// 
			this->label12->Location = System::Drawing::Point(368, 64);
			this->label12->Name = S"label12";
			this->label12->Size = System::Drawing::Size(56, 11);
			this->label12->TabIndex = 75;
			this->label12->Text = S"籍贯";
			// 
			// cmbHomeTown
			// 
			this->cmbHomeTown->Location = System::Drawing::Point(368, 80);
			this->cmbHomeTown->Name = S"cmbHomeTown";
			this->cmbHomeTown->Size = System::Drawing::Size(112, 20);
			this->cmbHomeTown->TabIndex = 74;
			this->cmbHomeTown->Leave += new System::EventHandler(this, cmbHomeTown_Leave);
			// 
			// label7
			// 
			this->label7->Location = System::Drawing::Point(488, 64);
			this->label7->Name = S"label7";
			this->label7->Size = System::Drawing::Size(56, 11);
			this->label7->TabIndex = 73;
			this->label7->Text = S"学籍";
			// 
			// cmbSchool
			// 
			this->cmbSchool->Location = System::Drawing::Point(488, 80);
			this->cmbSchool->Name = S"cmbSchool";
			this->cmbSchool->Size = System::Drawing::Size(160, 20);
			this->cmbSchool->TabIndex = 72;
			this->cmbSchool->Leave += new System::EventHandler(this, cmbSchool_Leave);
			// 
			// label8
			// 
			this->label8->Location = System::Drawing::Point(240, 64);
			this->label8->Name = S"label8";
			this->label8->Size = System::Drawing::Size(56, 11);
			this->label8->TabIndex = 71;
			this->label8->Text = S"民族";
			// 
			// cmbRate
			// 
			System::Object* __mcTemp__3[] = new System::Object*[2];
			__mcTemp__3[0] = S"党员";
			__mcTemp__3[1] = S"团员";
			this->cmbRate->Items->AddRange(__mcTemp__3);
			this->cmbRate->Location = System::Drawing::Point(240, 80);
			this->cmbRate->Name = S"cmbRate";
			this->cmbRate->Size = System::Drawing::Size(120, 20);
			this->cmbRate->TabIndex = 70;
			this->cmbRate->Text = S"党员";
			this->cmbRate->Leave += new System::EventHandler(this, cmbRate_Leave);
			// 
			// tBoxPersonalID
			// 
			this->tBoxPersonalID->Location = System::Drawing::Point(8, 80);
			this->tBoxPersonalID->Name = S"tBoxPersonalID";
			this->tBoxPersonalID->Size = System::Drawing::Size(104, 21);
			this->tBoxPersonalID->TabIndex = 65;
			this->tBoxPersonalID->Text = S"";
			// 
			// label13
			// 
			this->label13->Location = System::Drawing::Point(8, 64);
			this->label13->Name = S"label13";
			this->label13->Size = System::Drawing::Size(56, 11);
			this->label13->TabIndex = 64;
			this->label13->Text = S"身份证编号";
			// 
			// label6
			// 
			this->label6->Location = System::Drawing::Point(488, 16);
			this->label6->Name = S"label6";
			this->label6->Size = System::Drawing::Size(56, 11);
			this->label6->TabIndex = 63;
			this->label6->Text = S"班级";
			// 
			// cmbClass
			// 
			this->cmbClass->Location = System::Drawing::Point(488, 32);
			this->cmbClass->Name = S"cmbClass";
			this->cmbClass->Size = System::Drawing::Size(160, 20);
			this->cmbClass->TabIndex = 62;
			// 
			// label3
			// 
			this->label3->Location = System::Drawing::Point(240, 16);
			this->label3->Name = S"label3";
			this->label3->Size = System::Drawing::Size(56, 11);
			this->label3->TabIndex = 61;
			this->label3->Text = S"性别";
			// 
			// cmbSex
			// 
			System::Object* __mcTemp__4[] = new System::Object*[2];
			__mcTemp__4[0] = S"男";
			__mcTemp__4[1] = S"女";
			this->cmbSex->Items->AddRange(__mcTemp__4);
			this->cmbSex->Location = System::Drawing::Point(240, 32);
			this->cmbSex->Name = S"cmbSex";
			this->cmbSex->Size = System::Drawing::Size(120, 20);
			this->cmbSex->TabIndex = 60;
			this->cmbSex->Text = S"男";
			// 
			// tBoxNameShow
			// 
			this->tBoxNameShow->Location = System::Drawing::Point(120, 32);
			this->tBoxNameShow->Name = S"tBoxNameShow";
			this->tBoxNameShow->Size = System::Drawing::Size(112, 21);
			this->tBoxNameShow->TabIndex = 10;
			this->tBoxNameShow->Text = S"";
			// 
			// label9
			// 

⌨️ 快捷键说明

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