📄 frmmain.designer.cs
字号:
namespace HRP
{
partial class frmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.tlsmenuBase = new System.Windows.Forms.ToolStripMenuItem();
this.fileDept = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.fileWorkType = new System.Windows.Forms.ToolStripMenuItem();
this.fileDutyType = new System.Windows.Forms.ToolStripMenuItem();
this.filePostTitle = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.fileKultuLevel = new System.Windows.Forms.ToolStripMenuItem();
this.filePoliticsVisage = new System.Windows.Forms.ToolStripMenuItem();
this.fileFolk = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.filePactType = new System.Windows.Forms.ToolStripMenuItem();
this.tlsmenuWageSetUp = new System.Windows.Forms.ToolStripMenuItem();
this.fileHortationItem = new System.Windows.Forms.ToolStripMenuItem();
this.fileChastisementItem = new System.Windows.Forms.ToolStripMenuItem();
this.tlsmenuPersonnel = new System.Windows.Forms.ToolStripMenuItem();
this.filePersonnel = new System.Windows.Forms.ToolStripMenuItem();
this.fileEmployeeRemove = new System.Windows.Forms.ToolStripMenuItem();
this.filePactManage = new System.Windows.Forms.ToolStripMenuItem();
this.tlsmenuWage = new System.Windows.Forms.ToolStripMenuItem();
this.fileMonthWageAdd = new System.Windows.Forms.ToolStripMenuItem();
this.fileWageManage = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.fileEmployeeHortation = new System.Windows.Forms.ToolStripMenuItem();
this.fileEmployeeChastisement = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
this.fileAttendance = new System.Windows.Forms.ToolStripMenuItem();
this.tlsmenuSystem = new System.Windows.Forms.ToolStripMenuItem();
this.fileUserManage = new System.Windows.Forms.ToolStripMenuItem();
this.fileUserPwdSetUp = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tlslabUserName = new System.Windows.Forms.ToolStripStatusLabel();
this.tbAttendanceBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.db_HRPDataSet = new HRP.db_HRPDataSet();
this.tb_AttendanceTableAdapter = new HRP.db_HRPDataSetTableAdapters.tb_AttendanceTableAdapter();
this.menuStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.tbAttendanceBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.db_HRPDataSet)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlsmenuBase,
this.tlsmenuWageSetUp,
this.tlsmenuPersonnel,
this.tlsmenuWage,
this.tlsmenuSystem,
this.退出ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(792, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// tlsmenuBase
//
this.tlsmenuBase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileDept,
this.toolStripSeparator1,
this.fileWorkType,
this.fileDutyType,
this.filePostTitle,
this.toolStripSeparator2,
this.fileKultuLevel,
this.filePoliticsVisage,
this.fileFolk,
this.toolStripSeparator3,
this.filePactType});
this.tlsmenuBase.Name = "tlsmenuBase";
this.tlsmenuBase.Size = new System.Drawing.Size(110, 20);
this.tlsmenuBase.Text = "基本资料管理";
//
// fileDept
//
this.fileDept.Name = "fileDept";
this.fileDept.Size = new System.Drawing.Size(166, 22);
this.fileDept.Text = "部门管理";
this.fileDept.Click += new System.EventHandler(this.fileDept_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
//
// fileWorkType
//
this.fileWorkType.Name = "fileWorkType";
this.fileWorkType.Size = new System.Drawing.Size(166, 22);
this.fileWorkType.Text = "工种类型管理";
this.fileWorkType.Click += new System.EventHandler(this.fileWorkType_Click);
//
// fileDutyType
//
this.fileDutyType.Name = "fileDutyType";
this.fileDutyType.Size = new System.Drawing.Size(166, 22);
this.fileDutyType.Text = "职务类型管理";
this.fileDutyType.Click += new System.EventHandler(this.fileDutyType_Click);
//
// filePostTitle
//
this.filePostTitle.Name = "filePostTitle";
this.filePostTitle.Size = new System.Drawing.Size(166, 22);
this.filePostTitle.Text = "职称类型管理";
this.filePostTitle.Click += new System.EventHandler(this.filePostTitle_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(163, 6);
//
// fileKultuLevel
//
this.fileKultuLevel.Name = "fileKultuLevel";
this.fileKultuLevel.Size = new System.Drawing.Size(166, 22);
this.fileKultuLevel.Text = "文化程度管理";
this.fileKultuLevel.Click += new System.EventHandler(this.fileKultuLevel_Click);
//
// filePoliticsVisage
//
this.filePoliticsVisage.Name = "filePoliticsVisage";
this.filePoliticsVisage.Size = new System.Drawing.Size(166, 22);
this.filePoliticsVisage.Text = "政治面貌管理";
this.filePoliticsVisage.Click += new System.EventHandler(this.filePoliticsVisage_Click);
//
// fileFolk
//
this.fileFolk.Name = "fileFolk";
this.fileFolk.Size = new System.Drawing.Size(166, 22);
this.fileFolk.Text = "民族管理";
this.fileFolk.Click += new System.EventHandler(this.fileFolk_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(163, 6);
//
// filePactType
//
this.filePactType.Name = "filePactType";
this.filePactType.Size = new System.Drawing.Size(166, 22);
this.filePactType.Text = "合同类型管理";
this.filePactType.Click += new System.EventHandler(this.filePactType_Click);
//
// tlsmenuWageSetUp
//
this.tlsmenuWageSetUp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileHortationItem,
this.fileChastisementItem});
this.tlsmenuWageSetUp.Name = "tlsmenuWageSetUp";
this.tlsmenuWageSetUp.Size = new System.Drawing.Size(80, 20);
this.tlsmenuWageSetUp.Text = "工资设置";
//
// fileHortationItem
//
this.fileHortationItem.Name = "fileHortationItem";
this.fileHortationItem.Size = new System.Drawing.Size(166, 22);
this.fileHortationItem.Text = "奖励项目设置";
this.fileHortationItem.Click += new System.EventHandler(this.fileHortationItem_Click);
//
// fileChastisementItem
//
this.fileChastisementItem.Name = "fileChastisementItem";
this.fileChastisementItem.Size = new System.Drawing.Size(166, 22);
this.fileChastisementItem.Text = "惩罚项目设置";
this.fileChastisementItem.Click += new System.EventHandler(this.fileChastisementItem_Click);
//
// tlsmenuPersonnel
//
this.tlsmenuPersonnel.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.filePersonnel,
this.fileEmployeeRemove,
this.filePactManage});
this.tlsmenuPersonnel.Name = "tlsmenuPersonnel";
this.tlsmenuPersonnel.Size = new System.Drawing.Size(80, 20);
this.tlsmenuPersonnel.Text = "人事管理";
//
// filePersonnel
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -