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

📄 frmmain.designer.cs

📁 企业进销存管理系统,本系统主要实现了支持多条件查询、批量填写进货单及销售单、与代理商和供应商往来账本明细
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.fileUpperLimit.Text = "库存商品上限报警";
            this.fileUpperLimit.Click += new System.EventHandler(this.fileUpperLimit_Click);
            // 
            // fileLowerLimit
            // 
            this.fileLowerLimit.Name = "fileLowerLimit";
            this.fileLowerLimit.Size = new System.Drawing.Size(166, 22);
            this.fileLowerLimit.Text = "库存商品下限报警";
            this.fileLowerLimit.Click += new System.EventHandler(this.fileLowerLimit_Click);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(163, 6);
            // 
            // fileCheckStock
            // 
            this.fileCheckStock.Image = global::EMS.Properties.Resources.check;
            this.fileCheckStock.Name = "fileCheckStock";
            this.fileCheckStock.Size = new System.Drawing.Size(166, 22);
            this.fileCheckStock.Text = "库存盘点";
            this.fileCheckStock.Click += new System.EventHandler(this.fileCheckStock_Click);
            // 
            // tlmBase
            // 
            this.tlmBase.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileStore,
            this.fileUnits,
            this.fileEmployee});
            this.tlmBase.Enabled = false;
            this.tlmBase.Name = "tlmBase";
            this.tlmBase.Size = new System.Drawing.Size(83, 20);
            this.tlmBase.Text = "基础数据(&G)";
            // 
            // fileStore
            // 
            this.fileStore.Image = global::EMS.Properties.Resources._171;
            this.fileStore.Name = "fileStore";
            this.fileStore.Size = new System.Drawing.Size(118, 22);
            this.fileStore.Text = "库存商品";
            this.fileStore.Click += new System.EventHandler(this.fileStore_Click);
            // 
            // fileUnits
            // 
            this.fileUnits.Name = "fileUnits";
            this.fileUnits.Size = new System.Drawing.Size(118, 22);
            this.fileUnits.Text = "往来单位";
            this.fileUnits.Click += new System.EventHandler(this.fileUnits_Click);
            // 
            // fileEmployee
            // 
            this.fileEmployee.Image = global::EMS.Properties.Resources._42;
            this.fileEmployee.Name = "fileEmployee";
            this.fileEmployee.Size = new System.Drawing.Size(118, 22);
            this.fileEmployee.Text = "公司职员";
            this.fileEmployee.Click += new System.EventHandler(this.fileEmployee_Click);
            // 
            // tlmSystem
            // 
            this.tlmSystem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileUnit,
            this.toolStripSeparator10,
            this.frmSysPopedom,
            this.toolStripSeparator11,
            this.fileBakupAndRestor,
            this.fileClearTable});
            this.tlmSystem.Enabled = false;
            this.tlmSystem.Name = "tlmSystem";
            this.tlmSystem.Size = new System.Drawing.Size(83, 20);
            this.tlmSystem.Text = "系统维护(&M)";
            // 
            // fileUnit
            // 
            this.fileUnit.Name = "fileUnit";
            this.fileUnit.Size = new System.Drawing.Size(178, 22);
            this.fileUnit.Text = "本单位信息";
            this.fileUnit.Click += new System.EventHandler(this.本单位ToolStripMenuItem_Click);
            // 
            // toolStripSeparator10
            // 
            this.toolStripSeparator10.Name = "toolStripSeparator10";
            this.toolStripSeparator10.Size = new System.Drawing.Size(175, 6);
            // 
            // frmSysPopedom
            // 
            this.frmSysPopedom.Name = "frmSysPopedom";
            this.frmSysPopedom.Size = new System.Drawing.Size(178, 22);
            this.frmSysPopedom.Text = "系统管理设置";
            this.frmSysPopedom.Click += new System.EventHandler(this.frmSysPopedom_Click);
            // 
            // toolStripSeparator11
            // 
            this.toolStripSeparator11.Name = "toolStripSeparator11";
            this.toolStripSeparator11.Size = new System.Drawing.Size(175, 6);
            // 
            // fileBakupAndRestor
            // 
            this.fileBakupAndRestor.Name = "fileBakupAndRestor";
            this.fileBakupAndRestor.Size = new System.Drawing.Size(178, 22);
            this.fileBakupAndRestor.Text = "系统数据备份\恢复";
            this.fileBakupAndRestor.Click += new System.EventHandler(this.fileBakupAndRestor_Click);
            // 
            // fileClearTable
            // 
            this.fileClearTable.Name = "fileClearTable";
            this.fileClearTable.Size = new System.Drawing.Size(178, 22);
            this.fileClearTable.Text = "系统数据清理";
            this.fileClearTable.Click += new System.EventHandler(this.fileClearTable_Click);
            // 
            // 辅助工具ToolStripMenuItem
            // 
            this.辅助工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.登录ToolStripMenuItem,
            this.toolStripSeparator12,
            this.启动WordToolStripMenuItem,
            this.启动ExcelToolStripMenuItem,
            this.toolStripSeparator13,
            this.系统计算器ToolStripMenuItem});
            this.辅助工具ToolStripMenuItem.Name = "辅助工具ToolStripMenuItem";
            this.辅助工具ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.辅助工具ToolStripMenuItem.Text = "辅助工具(&A)";
            // 
            // 登录ToolStripMenuItem
            // 
            this.登录ToolStripMenuItem.Image = global::EMS.Properties.Resources.internet1;
            this.登录ToolStripMenuItem.Name = "登录ToolStripMenuItem";
            this.登录ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.登录ToolStripMenuItem.Text = "登录Internet";
            this.登录ToolStripMenuItem.Click += new System.EventHandler(this.登录ToolStripMenuItem_Click);
            // 
            // toolStripSeparator12
            // 
            this.toolStripSeparator12.Name = "toolStripSeparator12";
            this.toolStripSeparator12.Size = new System.Drawing.Size(149, 6);
            // 
            // 启动WordToolStripMenuItem
            // 
            this.启动WordToolStripMenuItem.Name = "启动WordToolStripMenuItem";
            this.启动WordToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.启动WordToolStripMenuItem.Text = "启动 Word";
            this.启动WordToolStripMenuItem.Click += new System.EventHandler(this.启动WordToolStripMenuItem_Click);
            // 
            // 启动ExcelToolStripMenuItem
            // 
            this.启动ExcelToolStripMenuItem.Name = "启动ExcelToolStripMenuItem";
            this.启动ExcelToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.启动ExcelToolStripMenuItem.Text = "启动 Excel";
            this.启动ExcelToolStripMenuItem.Click += new System.EventHandler(this.启动ExcelToolStripMenuItem_Click);
            // 
            // toolStripSeparator13
            // 
            this.toolStripSeparator13.Name = "toolStripSeparator13";
            this.toolStripSeparator13.Size = new System.Drawing.Size(149, 6);
            // 
            // 系统计算器ToolStripMenuItem
            // 
            this.系统计算器ToolStripMenuItem.Name = "系统计算器ToolStripMenuItem";
            this.系统计算器ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.系统计算器ToolStripMenuItem.Text = "系统-计算器";
            this.系统计算器ToolStripMenuItem.Click += new System.EventHandler(this.系统计算器ToolStripMenuItem_Click);
            // 
            // 系统信息ToolStripMenuItem
            // 
            this.系统信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.系统帮助ToolStripMenuItem,
            this.关于ToolStripMenuItem});
            this.系统信息ToolStripMenuItem.Name = "系统信息ToolStripMenuItem";
            this.系统信息ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.系统信息ToolStripMenuItem.Text = "系统信息(&I)";
            // 
            // 系统帮助ToolStripMenuItem
            // 
            this.系统帮助ToolStripMenuItem.Image = global::EMS.Properties.Resources.help;
            this.系统帮助ToolStripMenuItem.Name = "系统帮助ToolStripMenuItem";
            this.系统帮助ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.系统帮助ToolStripMenuItem.Text = "系统帮助";
            // 
            // 关于ToolStripMenuItem
            // 
            this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.关于ToolStripMenuItem.Text = "关于";
            // 
            // 退出ToolStripMenuItem
            // 
            this.退出ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileEnd});
            this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.退出ToolStripMenuItem.Text = "退出(&E)";
            // 
            // fileEnd
            // 
            this.fileEnd.Image = global::EMS.Properties.Resources.Close;
            this.fileEnd.Name = "fileEnd";
            this.fileEnd.Size = new System.Drawing.Size(142, 22);
            this.fileEnd.Text = "直接退出系统";
            this.fileEnd.Click += new System.EventHandler(this.fileEnd_Click);
            // 
            // 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(853, 402);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "frmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "企业进销存管理系统";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmMain_FormClosed);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem 辅助工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 系统信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fileBuyStock;
        private System.Windows.Forms.ToolStripMenuItem fileRebuyStock;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem fileBuyStockAnalyse;
        private System.Windows.Forms.ToolStripMenuItem fileBuyStockSum;
        private System.Windows.Forms.ToolStripMenuItem fileUnitsList;
        private System.Windows.Forms.ToolStripMenuItem fileSellStock;
        private System.Windows.Forms.ToolStripMenuItem fileResellStock;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem fileSellStockSum;
        private System.Windows.Forms.ToolStripMenuItem fileSellStockStatus;
        private System.Windows.Forms.ToolStripMenuItem fileSellStockOrderBy;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem fileSellStockCost;
        private System.Windows.Forms.ToolStripMenuItem fileCurrentBook;
        private System.Windows.Forms.ToolStripMenuItem fileStockStatus;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripMenuItem fileUpperLimit;
        private System.Windows.Forms.ToolStripMenuItem fileLowerLimit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripMenuItem fileCheckStock;
        private System.Windows.Forms.ToolStripMenuItem fileStore;
        private System.Windows.Forms.ToolStripMenuItem fileUnits;
        private System.Windows.Forms.ToolStripMenuItem fileEmployee;
        private System.Windows.Forms.ToolStripMenuItem fileUnit;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
        private System.Windows.Forms.ToolStripMenuItem frmSysPopedom;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
        private System.Windows.Forms.ToolStripMenuItem fileBakupAndRestor;
        private System.Windows.Forms.ToolStripMenuItem fileClearTable;
        private System.Windows.Forms.ToolStripMenuItem 登录ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
        private System.Windows.Forms.ToolStripMenuItem 启动WordToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 启动ExcelToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
        private System.Windows.Forms.ToolStripMenuItem 系统计算器ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 系统帮助ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem fileEnd;
        public System.Windows.Forms.ToolStripMenuItem tlmBuy;
        public System.Windows.Forms.ToolStripMenuItem tlmSale;
        public System.Windows.Forms.ToolStripMenuItem tlmStock;
        public System.Windows.Forms.ToolStripMenuItem tlmBase;
        public System.Windows.Forms.ToolStripMenuItem tlmSystem;
    }
}

⌨️ 快捷键说明

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