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

📄 appmain.designer.cs

📁 教材管理 毕业设计 源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace GoodsReportManage
{
    partial class AppMain
    {
        /// <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(AppMain));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.menuBaseManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuEmployee = new System.Windows.Forms.ToolStripMenuItem();
            this.menuCompany = new System.Windows.Forms.ToolStripMenuItem();
            this.menuCustomer = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.menuLogin = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStockManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuGoodsIn = new System.Windows.Forms.ToolStripMenuItem();
            this.menuGoodsOut = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.menuFind = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSellManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSellGoods = new System.Windows.Forms.ToolStripMenuItem();
            this.menuGoodsBack = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
            this.menuSellFind = new System.Windows.Forms.ToolStripMenuItem();
            this.menuDepotManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuDepotChange = new System.Windows.Forms.ToolStripMenuItem();
            this.menuDepotAlarm = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
            this.menuDepotFind = new System.Windows.Forms.ToolStripMenuItem();
            this.menuReportManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuEmployeeReport = new System.Windows.Forms.ToolStripMenuItem();
            this.menuCompanyReport = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem7 = new System.Windows.Forms.ToolStripSeparator();
            this.menuStockReport = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSEmployeeReport = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripSeparator();
            this.进货分析报表JToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.销售分析报表OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.员工销售分析报表XToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSysManage = new System.Windows.Forms.ToolStripMenuItem();
            this.menuSysUser = new System.Windows.Forms.ToolStripMenuItem();
            this.menuPopedomSet = new System.Windows.Forms.ToolStripMenuItem();
            this.menuChangePwd = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripSeparator();
            this.menuDatabak = new System.Windows.Forms.ToolStripMenuItem();
            this.menuReBakData = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.statuslabMenuInfo = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusUser = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.statusTime = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuBaseManage,
            this.menuStockManage,
            this.menuSellManage,
            this.menuDepotManage,
            this.menuReportManage,
            this.menuSysManage});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(892, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // menuBaseManage
            // 
            this.menuBaseManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuEmployee,
            this.menuCompany,
            this.menuCustomer,
            this.toolStripMenuItem1,
            this.menuLogin});
            this.menuBaseManage.Name = "menuBaseManage";
            this.menuBaseManage.Size = new System.Drawing.Size(83, 20);
            this.menuBaseManage.Text = "基本档案[&B]";
            // 
            // menuEmployee
            // 
            this.menuEmployee.Name = "menuEmployee";
            this.menuEmployee.Size = new System.Drawing.Size(148, 22);
            this.menuEmployee.Tag = "1";
            this.menuEmployee.Text = "员工信息[&E]";
            this.menuEmployee.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuCompany
            // 
            this.menuCompany.Name = "menuCompany";
            this.menuCompany.Size = new System.Drawing.Size(148, 22);
            this.menuCompany.Tag = "2";
            this.menuCompany.Text = "出版社信息[&C]";
            this.menuCompany.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuCustomer
            // 
            this.menuCustomer.Name = "menuCustomer";
            this.menuCustomer.Size = new System.Drawing.Size(148, 22);
            this.menuCustomer.Tag = "30";
            this.menuCustomer.Text = "客户档案[&K]";
            this.menuCustomer.Click += new System.EventHandler(this.Menu_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(145, 6);
            // 
            // menuLogin
            // 
            this.menuLogin.Name = "menuLogin";
            this.menuLogin.Size = new System.Drawing.Size(148, 22);
            this.menuLogin.Tag = "3";
            this.menuLogin.Text = "用户登录[&L]";
            this.menuLogin.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuStockManage
            // 
            this.menuStockManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuGoodsIn,
            this.menuGoodsOut,
            this.toolStripMenuItem2,
            this.menuFind});
            this.menuStockManage.Name = "menuStockManage";
            this.menuStockManage.Size = new System.Drawing.Size(83, 20);
            this.menuStockManage.Text = "进货管理[&C]";
            // 
            // menuGoodsIn
            // 
            this.menuGoodsIn.Name = "menuGoodsIn";
            this.menuGoodsIn.Size = new System.Drawing.Size(136, 22);
            this.menuGoodsIn.Tag = "5";
            this.menuGoodsIn.Text = "教材进货[&S]";
            this.menuGoodsIn.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuGoodsOut
            // 
            this.menuGoodsOut.Name = "menuGoodsOut";
            this.menuGoodsOut.Size = new System.Drawing.Size(136, 22);
            this.menuGoodsOut.Tag = "6";
            this.menuGoodsOut.Text = "教材退货[&E]";
            this.menuGoodsOut.Click += new System.EventHandler(this.Menu_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
            // 
            // menuFind
            // 
            this.menuFind.Name = "menuFind";
            this.menuFind.Size = new System.Drawing.Size(136, 22);
            this.menuFind.Tag = "7";
            this.menuFind.Text = "采购查询[&F]";
            this.menuFind.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuSellManage
            // 
            this.menuSellManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuSellGoods,
            this.menuGoodsBack,
            this.toolStripMenuItem3,
            this.menuSellFind});
            this.menuSellManage.Name = "menuSellManage";
            this.menuSellManage.Size = new System.Drawing.Size(83, 20);
            this.menuSellManage.Text = "销售管理[&S]";
            // 
            // menuSellGoods
            // 
            this.menuSellGoods.Name = "menuSellGoods";
            this.menuSellGoods.Size = new System.Drawing.Size(136, 22);
            this.menuSellGoods.Tag = "8";
            this.menuSellGoods.Text = "教材销售[&G]";
            this.menuSellGoods.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuGoodsBack
            // 
            this.menuGoodsBack.Name = "menuGoodsBack";
            this.menuGoodsBack.Size = new System.Drawing.Size(136, 22);
            this.menuGoodsBack.Tag = "9";
            this.menuGoodsBack.Text = "客户退货[&E]";
            this.menuGoodsBack.Click += new System.EventHandler(this.Menu_Click);
            // 
            // toolStripMenuItem3
            // 
            this.toolStripMenuItem3.Name = "toolStripMenuItem3";
            this.toolStripMenuItem3.Size = new System.Drawing.Size(133, 6);
            // 
            // menuSellFind
            // 
            this.menuSellFind.Name = "menuSellFind";
            this.menuSellFind.Size = new System.Drawing.Size(136, 22);
            this.menuSellFind.Tag = "10";
            this.menuSellFind.Text = "销售查询[&F]";
            this.menuSellFind.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuDepotManage
            // 
            this.menuDepotManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuDepotChange,
            this.menuDepotAlarm,
            this.toolStripMenuItem4,
            this.menuDepotFind});
            this.menuDepotManage.Name = "menuDepotManage";
            this.menuDepotManage.Size = new System.Drawing.Size(83, 20);
            this.menuDepotManage.Text = "库存管理[&D]";
            // 
            // menuDepotChange
            // 
            this.menuDepotChange.Name = "menuDepotChange";
            this.menuDepotChange.Size = new System.Drawing.Size(136, 22);
            this.menuDepotChange.Tag = "11";
            this.menuDepotChange.Text = "库存调拨[&B]";
            this.menuDepotChange.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuDepotAlarm
            // 
            this.menuDepotAlarm.Name = "menuDepotAlarm";
            this.menuDepotAlarm.Size = new System.Drawing.Size(136, 22);
            this.menuDepotAlarm.Tag = "12";
            this.menuDepotAlarm.Text = "库存报警[&J]";
            this.menuDepotAlarm.Click += new System.EventHandler(this.Menu_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            this.toolStripMenuItem4.Size = new System.Drawing.Size(133, 6);
            // 
            // menuDepotFind
            // 
            this.menuDepotFind.Name = "menuDepotFind";
            this.menuDepotFind.Size = new System.Drawing.Size(136, 22);
            this.menuDepotFind.Tag = "13";
            this.menuDepotFind.Text = "库存查询[&C]";
            this.menuDepotFind.Click += new System.EventHandler(this.Menu_Click);
            // 
            // menuReportManage
            // 
            this.menuReportManage.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuEmployeeReport,

⌨️ 快捷键说明

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