📄 operatorform.h
字号:
#pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
namespace 人事工资管理系统 {
/// <summary>
/// OperatorForm 摘要
///
/// 警告: 如果更改此类的名称,则需要更改
/// 与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
/// “资源文件名”属性。否则,
/// 设计器将不能与此窗体的关联
/// 本地化资源正确交互。
/// </summary>
public ref class OperatorForm : public System::Windows::Forms::Form
{
public:
OperatorForm(void)
{
InitializeComponent();
//
//TODO: 在此处添加构造函数代码
//
}
protected:
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
~OperatorForm()
{
if (components)
{
delete components;
}
}
private: My::MyPersonnelDataSet^ MyPersonnelDataSet;
protected:
private: System::Windows::Forms::BindingSource^ 操作用户BindingSource;
private: My::MyPersonnelDataSetTableAdapters::操作用户TableAdapter^ 操作用户TableAdapter;
private: System::Windows::Forms::BindingNavigator^ 操作用户BindingNavigator;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorAddNewItem;
private: System::Windows::Forms::ToolStripLabel^ bindingNavigatorCountItem;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorDeleteItem;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorMoveFirstItem;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorMovePreviousItem;
private: System::Windows::Forms::ToolStripSeparator^ bindingNavigatorSeparator;
private: System::Windows::Forms::ToolStripTextBox^ bindingNavigatorPositionItem;
private: System::Windows::Forms::ToolStripSeparator^ bindingNavigatorSeparator1;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorMoveNextItem;
private: System::Windows::Forms::ToolStripButton^ bindingNavigatorMoveLastItem;
private: System::Windows::Forms::ToolStripSeparator^ bindingNavigatorSeparator2;
private: System::Windows::Forms::ToolStripButton^ 操作用户BindingNavigatorSaveItem;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn8;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn7;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn9;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn11;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn10;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn6;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn2;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn1;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn3;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn5;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn4;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn19;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn18;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn20;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn22;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn21;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn17;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn13;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn12;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn14;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn16;
private: System::Windows::Forms::DataGridViewTextBoxColumn^ dataGridViewTextBoxColumn15;
private: System::Windows::Forms::TextBox^ 用户名称TextBox;
private: System::Windows::Forms::TextBox^ 用户密码TextBox;
private: System::Windows::Forms::CheckBox^ 人事管理之基本档案CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之家庭成员CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之工作简历CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之奖惩记录CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之培训记录CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之工作业绩CheckBox;
private: System::Windows::Forms::CheckBox^ 人事管理之离职管理CheckBox;
private: System::Windows::Forms::CheckBox^ 考勤管理之月度部门考勤CheckBox;
private: System::Windows::Forms::CheckBox^ 考勤管理之年度个人考勤CheckBox;
private: System::Windows::Forms::CheckBox^ 工资管理之工资核算CheckBox;
private: System::Windows::Forms::CheckBox^ 工资管理之工资发放CheckBox;
private: System::Windows::Forms::CheckBox^ 查询管理之个人员工档案CheckBox;
private: System::Windows::Forms::CheckBox^ 查询管理之部门员工档案CheckBox;
private: System::Windows::Forms::CheckBox^ 查询管理之全部考勤记录CheckBox;
private: System::Windows::Forms::CheckBox^ 查询管理之全部工资信息CheckBox;
private: System::Windows::Forms::CheckBox^ 系统管理之操作权限设置CheckBox;
private: System::Windows::Forms::CheckBox^ 系统管理之修改用户密码CheckBox;
private: System::Windows::Forms::CheckBox^ 系统管理之公司信息设置CheckBox;
private: System::Windows::Forms::CheckBox^ 系统管理之公司部门设置CheckBox;
private: System::Windows::Forms::TextBox^ 说明TextBox;
private: System::Windows::Forms::DataGridView^ 操作用户DataGridView;
private: System::ComponentModel::IContainer^ components;
private:
/// <summary>
/// 必需的设计器变量。
/// </summary>
#pragma region Windows Form Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
void InitializeComponent(void)
{
this->components = (gcnew System::ComponentModel::Container());
System::ComponentModel::ComponentResourceManager^ resources = (gcnew System::ComponentModel::ComponentResourceManager(OperatorForm::typeid));
System::Windows::Forms::Label^ 用户名称Label;
System::Windows::Forms::Label^ 用户密码Label;
System::Windows::Forms::Label^ 人事管理之基本档案Label;
System::Windows::Forms::Label^ 人事管理之家庭成员Label;
System::Windows::Forms::Label^ 人事管理之工作简历Label;
System::Windows::Forms::Label^ 人事管理之奖惩记录Label;
System::Windows::Forms::Label^ 人事管理之培训记录Label;
System::Windows::Forms::Label^ 人事管理之工作业绩Label;
System::Windows::Forms::Label^ 人事管理之离职管理Label;
System::Windows::Forms::Label^ 考勤管理之月度部门考勤Label;
System::Windows::Forms::Label^ 考勤管理之年度个人考勤Label;
System::Windows::Forms::Label^ 工资管理之工资核算Label;
System::Windows::Forms::Label^ 工资管理之工资发放Label;
System::Windows::Forms::Label^ 查询管理之个人员工档案Label;
System::Windows::Forms::Label^ 查询管理之部门员工档案Label;
System::Windows::Forms::Label^ 查询管理之全部考勤记录Label;
System::Windows::Forms::Label^ 查询管理之全部工资信息Label;
System::Windows::Forms::Label^ 系统管理之操作权限设置Label;
System::Windows::Forms::Label^ 系统管理之修改用户密码Label;
System::Windows::Forms::Label^ 系统管理之公司信息设置Label;
System::Windows::Forms::Label^ 系统管理之公司部门设置Label;
System::Windows::Forms::Label^ 说明Label;
System::Windows::Forms::DataGridViewCellStyle^ dataGridViewCellStyle1 = (gcnew System::Windows::Forms::DataGridViewCellStyle());
this->MyPersonnelDataSet = (gcnew My::MyPersonnelDataSet());
this->操作用户BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
this->操作用户TableAdapter = (gcnew My::MyPersonnelDataSetTableAdapters::操作用户TableAdapter());
this->操作用户BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
this->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
this->bindingNavigatorPositionItem = (gcnew System::Windows::Forms::ToolStripTextBox());
this->bindingNavigatorCountItem = (gcnew System::Windows::Forms::ToolStripLabel());
this->bindingNavigatorSeparator1 = (gcnew System::Windows::Forms::ToolStripSeparator());
this->bindingNavigatorMoveNextItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorMoveLastItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
this->操作用户BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn19 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn18 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn20 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn22 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn21 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn17 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn13 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn12 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn14 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn16 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->dataGridViewTextBoxColumn15 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
this->用户名称TextBox = (gcnew System::Windows::Forms::TextBox());
this->用户密码TextBox = (gcnew System::Windows::Forms::TextBox());
this->人事管理之基本档案CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之家庭成员CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之工作简历CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之奖惩记录CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之培训记录CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之工作业绩CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->人事管理之离职管理CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->考勤管理之月度部门考勤CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->考勤管理之年度个人考勤CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->工资管理之工资核算CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->工资管理之工资发放CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->查询管理之个人员工档案CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->查询管理之部门员工档案CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->查询管理之全部考勤记录CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->查询管理之全部工资信息CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->系统管理之操作权限设置CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->系统管理之修改用户密码CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->系统管理之公司信息设置CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->系统管理之公司部门设置CheckBox = (gcnew System::Windows::Forms::CheckBox());
this->说明TextBox = (gcnew System::Windows::Forms::TextBox());
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -