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

📄 personnelform.h

📁 这是一个用VC++编写的人事工资管理系统,开发平台为VS2005,是开发企业管理程序的程序员的很好参考!
💻 H
📖 第 1 页 / 共 5 页
字号:
			// 住房基金帐号Label
			// 
			住房基金帐号Label->AutoSize = true;
			住房基金帐号Label->Location = System::Drawing::Point(250, 210);
			住房基金帐号Label->Name = L"住房基金帐号Label";
			住房基金帐号Label->Size = System::Drawing::Size(83, 12);
			住房基金帐号Label->TabIndex = 103;
			住房基金帐号Label->Text = L"住房基金帐号:";
			// 
			// 联系电话Label
			// 
			联系电话Label->AutoSize = true;
			联系电话Label->Location = System::Drawing::Point(5, 235);
			联系电话Label->Name = L"联系电话Label";
			联系电话Label->Size = System::Drawing::Size(59, 12);
			联系电话Label->TabIndex = 105;
			联系电话Label->Text = L"联系电话:";
			// 
			// 手机号码Label
			// 
			手机号码Label->AutoSize = true;
			手机号码Label->Location = System::Drawing::Point(167, 235);
			手机号码Label->Name = L"手机号码Label";
			手机号码Label->Size = System::Drawing::Size(59, 12);
			手机号码Label->TabIndex = 107;
			手机号码Label->Text = L"手机号码:";
			// 
			// 电子信箱Label
			// 
			电子信箱Label->AutoSize = true;
			电子信箱Label->Location = System::Drawing::Point(321, 235);
			电子信箱Label->Name = L"电子信箱Label";
			电子信箱Label->Size = System::Drawing::Size(59, 12);
			电子信箱Label->TabIndex = 109;
			电子信箱Label->Text = L"电子信箱:";
			// 
			// 家庭住址Label
			// 
			家庭住址Label->AutoSize = true;
			家庭住址Label->Location = System::Drawing::Point(5, 260);
			家庭住址Label->Name = L"家庭住址Label";
			家庭住址Label->Size = System::Drawing::Size(59, 12);
			家庭住址Label->TabIndex = 111;
			家庭住址Label->Text = L"家庭住址:";
			// 
			// 邮政编码Label
			// 
			邮政编码Label->AutoSize = true;
			邮政编码Label->Location = System::Drawing::Point(275, 260);
			邮政编码Label->Name = L"邮政编码Label";
			邮政编码Label->Size = System::Drawing::Size(59, 12);
			邮政编码Label->TabIndex = 113;
			邮政编码Label->Text = L"邮政编码:";
			// 
			// 籍贯Label
			// 
			籍贯Label->AutoSize = true;
			籍贯Label->Location = System::Drawing::Point(410, 260);
			籍贯Label->Name = L"籍贯Label";
			籍贯Label->Size = System::Drawing::Size(35, 12);
			籍贯Label->TabIndex = 115;
			籍贯Label->Text = L"籍贯:";
			// 
			// 说明Label
			// 
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(5, 285);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 117;
			说明Label->Text = L"说明:";
			// 
			// MyPersonnelDataSet
			// 
			this->MyPersonnelDataSet->DataSetName = L"MyPersonnelDataSet";
			this->MyPersonnelDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 基本档案BindingSource
			// 
			this->基本档案BindingSource->DataMember = L"基本档案";
			this->基本档案BindingSource->DataSource = this->MyPersonnelDataSet;
			// 
			// 基本档案TableAdapter
			// 
			this->基本档案TableAdapter->ClearBeforeFill = true;
			// 
			// 基本档案BindingNavigator
			// 
			this->基本档案BindingNavigator->AddNewItem = this->bindingNavigatorAddNewItem;
			this->基本档案BindingNavigator->BindingSource = this->基本档案BindingSource;
			this->基本档案BindingNavigator->CountItem = this->bindingNavigatorCountItem;
			this->基本档案BindingNavigator->DeleteItem = this->bindingNavigatorDeleteItem;
			this->基本档案BindingNavigator->Items->AddRange(gcnew cli::array< System::Windows::Forms::ToolStripItem^  >(15) {this->姓名ToolStripLabel, 
				this->姓名ToolStripTextBox, this->查询FillByToolStripButton, this->bindingNavigatorMoveFirstItem, this->bindingNavigatorMovePreviousItem, 
				this->bindingNavigatorSeparator, this->bindingNavigatorPositionItem, this->bindingNavigatorCountItem, this->bindingNavigatorSeparator1, 
				this->bindingNavigatorMoveNextItem, this->bindingNavigatorMoveLastItem, this->bindingNavigatorSeparator2, this->bindingNavigatorAddNewItem, 
				this->bindingNavigatorDeleteItem, this->基本档案BindingNavigatorSaveItem});
			this->基本档案BindingNavigator->Location = System::Drawing::Point(0, 0);
			this->基本档案BindingNavigator->MoveFirstItem = this->bindingNavigatorMoveFirstItem;
			this->基本档案BindingNavigator->MoveLastItem = this->bindingNavigatorMoveLastItem;
			this->基本档案BindingNavigator->MoveNextItem = this->bindingNavigatorMoveNextItem;
			this->基本档案BindingNavigator->MovePreviousItem = this->bindingNavigatorMovePreviousItem;
			this->基本档案BindingNavigator->Name = L"基本档案BindingNavigator";
			this->基本档案BindingNavigator->PositionItem = this->bindingNavigatorPositionItem;
			this->基本档案BindingNavigator->Size = System::Drawing::Size(542, 25);
			this->基本档案BindingNavigator->TabIndex = 0;
			this->基本档案BindingNavigator->Text = L"bindingNavigator1";
			// 
			// bindingNavigatorAddNewItem
			// 
			this->bindingNavigatorAddNewItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorAddNewItem.Image")));
			this->bindingNavigatorAddNewItem->Name = L"bindingNavigatorAddNewItem";
			this->bindingNavigatorAddNewItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorAddNewItem->Size = System::Drawing::Size(49, 22);
			this->bindingNavigatorAddNewItem->Text = L"新增";
			this->bindingNavigatorAddNewItem->Click += gcnew System::EventHandler(this, &PersonnelForm::bindingNavigatorAddNewItem_Click);
			// 
			// bindingNavigatorCountItem
			// 
			this->bindingNavigatorCountItem->Name = L"bindingNavigatorCountItem";
			this->bindingNavigatorCountItem->Size = System::Drawing::Size(35, 22);
			this->bindingNavigatorCountItem->Text = L"/ {0}";
			this->bindingNavigatorCountItem->ToolTipText = L"总项数";
			// 
			// bindingNavigatorDeleteItem
			// 
			this->bindingNavigatorDeleteItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorDeleteItem.Image")));
			this->bindingNavigatorDeleteItem->Name = L"bindingNavigatorDeleteItem";
			this->bindingNavigatorDeleteItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorDeleteItem->Size = System::Drawing::Size(49, 22);
			this->bindingNavigatorDeleteItem->Text = L"删除";
			// 
			// 姓名ToolStripLabel
			// 
			this->姓名ToolStripLabel->Name = L"姓名ToolStripLabel";
			this->姓名ToolStripLabel->Size = System::Drawing::Size(35, 22);
			this->姓名ToolStripLabel->Text = L"姓名:";
			// 
			// 姓名ToolStripTextBox
			// 
			this->姓名ToolStripTextBox->Name = L"姓名ToolStripTextBox";
			this->姓名ToolStripTextBox->Size = System::Drawing::Size(60, 25);
			this->姓名ToolStripTextBox->Text = L"%%";
			// 
			// 查询FillByToolStripButton
			// 
			this->查询FillByToolStripButton->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"查询FillByToolStripButton.Image")));
			this->查询FillByToolStripButton->Name = L"查询FillByToolStripButton";
			this->查询FillByToolStripButton->Size = System::Drawing::Size(49, 22);
			this->查询FillByToolStripButton->Text = L"查询";
			this->查询FillByToolStripButton->Click += gcnew System::EventHandler(this, &PersonnelForm::查询FillByToolStripButton_Click);
			// 
			// bindingNavigatorMoveFirstItem
			// 
			this->bindingNavigatorMoveFirstItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveFirstItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveFirstItem.Image")));
			this->bindingNavigatorMoveFirstItem->Name = L"bindingNavigatorMoveFirstItem";
			this->bindingNavigatorMoveFirstItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveFirstItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveFirstItem->Text = L"移到第一条记录";
			// 
			// bindingNavigatorMovePreviousItem
			// 
			this->bindingNavigatorMovePreviousItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMovePreviousItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMovePreviousItem.Image")));
			this->bindingNavigatorMovePreviousItem->Name = L"bindingNavigatorMovePreviousItem";
			this->bindingNavigatorMovePreviousItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMovePreviousItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMovePreviousItem->Text = L"移到上一条记录";
			// 
			// bindingNavigatorSeparator
			// 
			this->bindingNavigatorSeparator->Name = L"bindingNavigatorSeparator";
			this->bindingNavigatorSeparator->Size = System::Drawing::Size(6, 25);
			// 
			// bindingNavigatorPositionItem
			// 
			this->bindingNavigatorPositionItem->AccessibleName = L"位置";
			this->bindingNavigatorPositionItem->AutoSize = false;
			this->bindingNavigatorPositionItem->Name = L"bindingNavigatorPositionItem";
			this->bindingNavigatorPositionItem->Size = System::Drawing::Size(50, 21);
			this->bindingNavigatorPositionItem->Text = L"0";
			this->bindingNavigatorPositionItem->ToolTipText = L"当前位置";
			// 
			// bindingNavigatorSeparator1
			// 
			this->bindingNavigatorSeparator1->Name = L"bindingNavigatorSeparator1";
			this->bindingNavigatorSeparator1->Size = System::Drawing::Size(6, 25);
			// 
			// bindingNavigatorMoveNextItem
			// 
			this->bindingNavigatorMoveNextItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveNextItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveNextItem.Image")));
			this->bindingNavigatorMoveNextItem->Name = L"bindingNavigatorMoveNextItem";
			this->bindingNavigatorMoveNextItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveNextItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveNextItem->Text = L"移到下一条记录";
			// 
			// bindingNavigatorMoveLastItem
			// 
			this->bindingNavigatorMoveLastItem->DisplayStyle = System::Windows::Forms::ToolStripItemDisplayStyle::Image;
			this->bindingNavigatorMoveLastItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorMoveLastItem.Image")));
			this->bindingNavigatorMoveLastItem->Name = L"bindingNavigatorMoveLastItem";
			this->bindingNavigatorMoveLastItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorMoveLastItem->Size = System::Drawing::Size(23, 22);
			this->bindingNavigatorMoveLastItem->Text = L"移到最后一条记录";
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// 基本档案BindingNavigatorSaveItem
			// 
			this->基本档案BindingNavigatorSaveItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"基本档案BindingNavigatorSaveItem.Image")));
			this->基本档案BindingNavigatorSaveItem->Name = L"基本档案BindingNavigatorSaveItem";
			this->基本档案BindingNavigatorSaveItem->Size = System::Drawing::Size(49, 22);
			this->基本档案BindingNavigatorSaveItem->Text = L"保存";
			this->基本档案BindingNavigatorSaveItem->Click += gcnew System::EventHandler(this, &PersonnelForm::基本档案BindingNavigatorSaveItem_Click);
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"婚姻状况";
			this->dataGridViewTextBoxColumn10->HeaderText = L"婚姻状况";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"政治面貌";
			this->dataGridViewTextBoxColumn9->HeaderText = L"政治面貌";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"民族";
			this->dataGridViewTextBoxColumn8->HeaderText = L"民族";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";

⌨️ 快捷键说明

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