📄 frmmain.designer.cs
字号:
this.filePersonnel.Name = "filePersonnel";
this.filePersonnel.Size = new System.Drawing.Size(166, 22);
this.filePersonnel.Text = "人事信息管理";
this.filePersonnel.Click += new System.EventHandler(this.filePersonnel_Click);
//
// fileEmployeeRemove
//
this.fileEmployeeRemove.Name = "fileEmployeeRemove";
this.fileEmployeeRemove.Size = new System.Drawing.Size(166, 22);
this.fileEmployeeRemove.Text = "员工调动";
this.fileEmployeeRemove.Click += new System.EventHandler(this.fileEmployeeRemove_Click);
//
// filePactManage
//
this.filePactManage.Name = "filePactManage";
this.filePactManage.Size = new System.Drawing.Size(166, 22);
this.filePactManage.Text = "合同管理";
this.filePactManage.Click += new System.EventHandler(this.filePactManage_Click);
//
// tlsmenuWage
//
this.tlsmenuWage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileMonthWageAdd,
this.fileWageManage,
this.toolStripSeparator6,
this.fileEmployeeHortation,
this.fileEmployeeChastisement,
this.toolStripSeparator7,
this.fileAttendance});
this.tlsmenuWage.Name = "tlsmenuWage";
this.tlsmenuWage.Size = new System.Drawing.Size(80, 20);
this.tlsmenuWage.Text = "工资管理";
//
// fileMonthWageAdd
//
this.fileMonthWageAdd.Name = "fileMonthWageAdd";
this.fileMonthWageAdd.Size = new System.Drawing.Size(181, 22);
this.fileMonthWageAdd.Text = "建立新月份工资";
this.fileMonthWageAdd.Click += new System.EventHandler(this.fileMonthWageAdd_Click);
//
// fileWageManage
//
this.fileWageManage.Name = "fileWageManage";
this.fileWageManage.Size = new System.Drawing.Size(181, 22);
this.fileWageManage.Text = "工资信息管理";
this.fileWageManage.Click += new System.EventHandler(this.fileWageManage_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(178, 6);
//
// fileEmployeeHortation
//
this.fileEmployeeHortation.Name = "fileEmployeeHortation";
this.fileEmployeeHortation.Size = new System.Drawing.Size(181, 22);
this.fileEmployeeHortation.Text = "员工奖励管理";
this.fileEmployeeHortation.Click += new System.EventHandler(this.fileEmployeeHortation_Click);
//
// fileEmployeeChastisement
//
this.fileEmployeeChastisement.Name = "fileEmployeeChastisement";
this.fileEmployeeChastisement.Size = new System.Drawing.Size(181, 22);
this.fileEmployeeChastisement.Text = "员工惩罚管理";
this.fileEmployeeChastisement.Click += new System.EventHandler(this.fileEmployeeChastisement_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(178, 6);
//
// fileAttendance
//
this.fileAttendance.Name = "fileAttendance";
this.fileAttendance.Size = new System.Drawing.Size(181, 22);
this.fileAttendance.Text = "考勤信息管理";
this.fileAttendance.Click += new System.EventHandler(this.fileAttendance_Click);
//
// tlsmenuSystem
//
this.tlsmenuSystem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileUserManage,
this.fileUserPwdSetUp});
this.tlsmenuSystem.Name = "tlsmenuSystem";
this.tlsmenuSystem.Size = new System.Drawing.Size(80, 20);
this.tlsmenuSystem.Text = "系统管理";
//
// fileUserManage
//
this.fileUserManage.Name = "fileUserManage";
this.fileUserManage.Size = new System.Drawing.Size(136, 22);
this.fileUserManage.Text = "用户管理";
this.fileUserManage.Click += new System.EventHandler(this.fileUserManage_Click);
//
// fileUserPwdSetUp
//
this.fileUserPwdSetUp.Name = "fileUserPwdSetUp";
this.fileUserPwdSetUp.Size = new System.Drawing.Size(136, 22);
this.fileUserPwdSetUp.Text = "口令设置";
this.fileUserPwdSetUp.Click += new System.EventHandler(this.fileUserPwdSetUp_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1,
this.tlslabUserName});
this.statusStrip1.Location = new System.Drawing.Point(0, 566);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(792, 22);
this.statusStrip1.TabIndex = 2;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(113, 17);
this.toolStripStatusLabel1.Text = "当前操作用户:";
//
// tlslabUserName
//
this.tlslabUserName.Name = "tlslabUserName";
this.tlslabUserName.Size = new System.Drawing.Size(0, 17);
//
// tbAttendanceBindingSource
//
this.tbAttendanceBindingSource.DataMember = "tb_Attendance";
this.tbAttendanceBindingSource.DataSource = this.db_HRPDataSet;
//
// db_HRPDataSet
//
this.db_HRPDataSet.DataSetName = "db_HRPDataSet";
this.db_HRPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// tb_AttendanceTableAdapter
//
this.tb_AttendanceTableAdapter.ClearBeforeFill = true;
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(792, 588);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.MaximizeBox = false;
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "【人力资源管理系统】";
this.Load += new System.EventHandler(this.frmMain_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.tbAttendanceBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.db_HRPDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem tlsmenuBase;
private System.Windows.Forms.ToolStripMenuItem tlsmenuWageSetUp;
private System.Windows.Forms.ToolStripMenuItem tlsmenuPersonnel;
private System.Windows.Forms.ToolStripMenuItem tlsmenuWage;
private System.Windows.Forms.ToolStripMenuItem fileDept;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem fileWorkType;
private System.Windows.Forms.ToolStripMenuItem fileDutyType;
private System.Windows.Forms.ToolStripMenuItem filePostTitle;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem fileKultuLevel;
private System.Windows.Forms.ToolStripMenuItem filePoliticsVisage;
private System.Windows.Forms.ToolStripMenuItem filePactType;
private System.Windows.Forms.ToolStripMenuItem tlsmenuSystem;
private System.Windows.Forms.ToolStripMenuItem fileHortationItem;
private System.Windows.Forms.ToolStripMenuItem fileChastisementItem;
private System.Windows.Forms.ToolStripMenuItem filePersonnel;
private System.Windows.Forms.ToolStripMenuItem fileEmployeeRemove;
private System.Windows.Forms.ToolStripMenuItem filePactManage;
private System.Windows.Forms.ToolStripMenuItem fileMonthWageAdd;
private System.Windows.Forms.ToolStripMenuItem fileWageManage;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem fileEmployeeHortation;
private System.Windows.Forms.ToolStripMenuItem fileEmployeeChastisement;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem fileAttendance;
private System.Windows.Forms.ToolStripMenuItem fileUserManage;
private System.Windows.Forms.ToolStripMenuItem fileUserPwdSetUp;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileFolk;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel tlslabUserName;
private db_HRPDataSet db_HRPDataSet;
private System.Windows.Forms.BindingSource tbAttendanceBindingSource;
private HRP.db_HRPDataSetTableAdapters.tb_AttendanceTableAdapter tb_AttendanceTableAdapter;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -