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

📄 frmmain.designer.cs

📁 企业管理信息系统
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            // 系统维护ToolStripMenuItem
            // 
            this.系统维护ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.数据备份ToolStripMenuItem,
            this.数据还原ToolStripMenuItem,
            this.数据清理ToolStripMenuItem});
            this.系统维护ToolStripMenuItem.Name = "系统维护ToolStripMenuItem";
            this.系统维护ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.系统维护ToolStripMenuItem.Text = "系统维护[&D]";
            // 
            // 数据备份ToolStripMenuItem
            // 
            this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem";
            this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.数据备份ToolStripMenuItem.Text = "数据备份[&S]";
            this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click);
            // 
            // 数据还原ToolStripMenuItem
            // 
            this.数据还原ToolStripMenuItem.Name = "数据还原ToolStripMenuItem";
            this.数据还原ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.数据还原ToolStripMenuItem.Text = "数据还原[&R]";
            this.数据还原ToolStripMenuItem.Click += new System.EventHandler(this.数据还原ToolStripMenuItem_Click);
            // 
            // 数据清理ToolStripMenuItem
            // 
            this.数据清理ToolStripMenuItem.Name = "数据清理ToolStripMenuItem";
            this.数据清理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.数据清理ToolStripMenuItem.Text = "数据清理[&C]";
            this.数据清理ToolStripMenuItem.Click += new System.EventHandler(this.数据清理ToolStripMenuItem_Click);
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.启用记事本toolStripMenuItem,
            this.启用WordtoolStripMenuItem,
            this.启用ExceltoolStripMenuItem,
            this.水平平铺toolStripMenuItem,
            this.垂直平铺toolStripMenuItem,
            this.关于我们ToolStripMenuItem,
            this.重新登录ToolStripMenuItem,
            this.退出系统ToolStripMenuItem});
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.帮助ToolStripMenuItem.Text = "帮助[&H]";
            // 
            // 启用记事本toolStripMenuItem
            // 
            this.启用记事本toolStripMenuItem.Name = "启用记事本toolStripMenuItem";
            this.启用记事本toolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.启用记事本toolStripMenuItem.Text = "启用记事本[&N]";
            this.启用记事本toolStripMenuItem.Click += new System.EventHandler(this.启用记事本toolStripMenuItem_Click);
            // 
            // 启用WordtoolStripMenuItem
            // 
            this.启用WordtoolStripMenuItem.Name = "启用WordtoolStripMenuItem";
            this.启用WordtoolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.启用WordtoolStripMenuItem.Text = "启用Word[&W]";
            this.启用WordtoolStripMenuItem.Click += new System.EventHandler(this.启用WordtoolStripMenuItem_Click);
            // 
            // 启用ExceltoolStripMenuItem
            // 
            this.启用ExceltoolStripMenuItem.Name = "启用ExceltoolStripMenuItem";
            this.启用ExceltoolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.启用ExceltoolStripMenuItem.Text = "启用Excel[&E]";
            this.启用ExceltoolStripMenuItem.Click += new System.EventHandler(this.启用ExceltoolStripMenuItem_Click);
            // 
            // 水平平铺toolStripMenuItem
            // 
            this.水平平铺toolStripMenuItem.Name = "水平平铺toolStripMenuItem";
            this.水平平铺toolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.水平平铺toolStripMenuItem.Text = "水平平铺[&H]";
            this.水平平铺toolStripMenuItem.Click += new System.EventHandler(this.水平平铺toolStripMenuItem_Click);
            // 
            // 垂直平铺toolStripMenuItem
            // 
            this.垂直平铺toolStripMenuItem.Name = "垂直平铺toolStripMenuItem";
            this.垂直平铺toolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.垂直平铺toolStripMenuItem.Text = "垂直平铺[&V]";
            this.垂直平铺toolStripMenuItem.Click += new System.EventHandler(this.垂直平铺toolStripMenuItem_Click);
            // 
            // 关于我们ToolStripMenuItem
            // 
            this.关于我们ToolStripMenuItem.Name = "关于我们ToolStripMenuItem";
            this.关于我们ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.关于我们ToolStripMenuItem.Text = "关于我们[&A]";
            this.关于我们ToolStripMenuItem.Click += new System.EventHandler(this.关于我们ToolStripMenuItem_Click);
            // 
            // 重新登录ToolStripMenuItem
            // 
            this.重新登录ToolStripMenuItem.Name = "重新登录ToolStripMenuItem";
            this.重新登录ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.重新登录ToolStripMenuItem.Text = "重新登录[&L]";
            this.重新登录ToolStripMenuItem.Click += new System.EventHandler(this.重新登录ToolStripMenuItem_Click);
            // 
            // 退出系统ToolStripMenuItem
            // 
            this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
            this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
            this.退出系统ToolStripMenuItem.Text = "退出系统[&T]";
            this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsslUser,
            this.tsslTime,
            this.tsslUs,
            this.tsslNAddress});
            this.statusStrip1.Location = new System.Drawing.Point(0, 544);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(792, 22);
            this.statusStrip1.TabIndex = 3;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // tsslUser
            // 
            this.tsslUser.Name = "tsslUser";
            this.tsslUser.Size = new System.Drawing.Size(0, 17);
            // 
            // tsslTime
            // 
            this.tsslTime.Name = "tsslTime";
            this.tsslTime.Size = new System.Drawing.Size(0, 17);
            // 
            // tsslUs
            // 
            this.tsslUs.Name = "tsslUs";
            this.tsslUs.Size = new System.Drawing.Size(185, 17);
            this.tsslUs.Text = "||吉林省明日科技有限公司制作||";
            // 
            // tsslNAddress
            // 
            this.tsslNAddress.ForeColor = System.Drawing.Color.Blue;
            this.tsslNAddress.Name = "tsslNAddress";
            this.tsslNAddress.Size = new System.Drawing.Size(113, 17);
            this.tsslNAddress.Text = "www.mingrisoft.com";
            // 
            // nbcMenu
            // 
            this.nbcMenu.ActiveGroup = this.nbcDataManage;
            this.nbcMenu.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.nbcDataManage,
            this.nbcCInfoManage,
            this.nbcSumManage,
            this.nvcUserManage,
            this.nbcSysManage,
            this.nbcHelp});
            this.nbcMenu.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
            this.nbiAreaManage,
            this.nbiClientManage,
            this.nbiOppManage,
            this.nbiBInfoManage,
            this.nbiEInfoManage,
            this.nbiGInfoManage,
            this.nbiImportantEvent,
            this.nbiCLAnalyse,
            this.nbiCRAnalyse,
            this.nbiUserManage,
            this.nbiEditPwd,
            this.nbiEditRight,
            this.nbiDataStore,
            this.nbiDataRevert,
            this.nbiDataClear,
            this.nbiSNotepad,
            this.nbiSWord,
            this.nbiSExcel,
            this.nbiHorizontal,
            this.nbiVertical,
            this.nbiAboutUs,
            this.nbiReLogin,
            this.nbiExit});
            this.nbcMenu.Location = new System.Drawing.Point(-1, 25);
            this.nbcMenu.Name = "nbcMenu";
            this.nbcMenu.OptionsNavPane.ExpandedWidth = 140;
            this.nbcMenu.Size = new System.Drawing.Size(140, 518);
            this.nbcMenu.TabIndex = 5;
            this.nbcMenu.Text = "navBarControl1";
            this.nbcMenu.View = new DevExpress.XtraNavBar.ViewInfo.SkinExplorerBarViewInfoRegistrator();
            // 
            // nbcDataManage
            // 
            this.nbcDataManage.Caption = "资料管理";
            this.nbcDataManage.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiAreaManage),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiClientManage),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiOppManage)});
            this.nbcDataManage.Name = "nbcDataManage";
            // 
            // nbiAreaManage
            // 
            this.nbiAreaManage.Caption = "区域信息管理";
            this.nbiAreaManage.Name = "nbiAreaManage";
            this.nbiAreaManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiAreaManage_LinkClicked_1);
            // 
            // nbiClientManage
            // 
            this.nbiClientManage.Caption = "客户资料管理";
            this.nbiClientManage.Name = "nbiClientManage";
            this.nbiClientManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiClientManage_LinkClicked_1);
            // 
            // nbiOppManage
            // 
            this.nbiOppManage.Caption = "竞争对手管理";
            this.nbiOppManage.Name = "nbiOppManage";
            this.nbiOppManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiOppManage_LinkClicked_1);
            // 
            // nbcCInfoManage
            // 
            this.nbcCInfoManage.Caption = "我方信息管理";
            this.nbcCInfoManage.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiBInfoManage),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiEInfoManage),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiGInfoManage),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiImportantEvent)});
            this.nbcCInfoManage.Name = "nbcCInfoManage";
            // 
            // nbiBInfoManage
            // 
            this.nbiBInfoManage.Caption = "基本信息管理";
            this.nbiBInfoManage.Name = "nbiBInfoManage";
            this.nbiBInfoManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiBInfoManage_LinkClicked_1);
            // 
            // nbiEInfoManage
            // 
            this.nbiEInfoManage.Caption = "员工资料管理";
            this.nbiEInfoManage.Name = "nbiEInfoManage";
            this.nbiEInfoManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiEInfoManage_LinkClicked_1);
            // 
            // nbiGInfoManage
            // 
            this.nbiGInfoManage.Caption = "货物资料管理";
            this.nbiGInfoManage.Name = "nbiGInfoManage";
            this.nbiGInfoManage.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiGInfoManage_LinkClicked_1);
            // 
            // nbiImportantEvent
            // 
            this.nbiImportantEvent.Caption = "重大历史历程";
            this.nbiImportantEvent.Name = "nbiImportantEvent";

⌨️ 快捷键说明

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