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

📄 mainform.designer.cs

📁 一个超市管理系统,没有错误,非常好,里面什么都有!很使用,很有用
💻 CS
字号:
namespace DaFanRongMIS.ViewController.Common
{
    partial class MainForm
    {
        /// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.硬件信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muShop = new System.Windows.Forms.ToolStripMenuItem();
            this.muKitchen = new System.Windows.Forms.ToolStripMenuItem();
            this.muCash = new System.Windows.Forms.ToolStripMenuItem();
            this.人员信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muProvider = new System.Windows.Forms.ToolStripMenuItem();
            this.muEmployee = new System.Windows.Forms.ToolStripMenuItem();
            this.muLogin = new System.Windows.Forms.ToolStripMenuItem();
            this.商品信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muCategory = new System.Windows.Forms.ToolStripMenuItem();
            this.muUnit = new System.Windows.Forms.ToolStripMenuItem();
            this.muMaterial = new System.Windows.Forms.ToolStripMenuItem();
            this.muProduct = new System.Windows.Forms.ToolStripMenuItem();
            this.库存信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muInStorageManager = new System.Windows.Forms.ToolStripMenuItem();
            this.muOutStorageManager = new System.Windows.Forms.ToolStripMenuItem();
            this.查询统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.muInStorage = new System.Windows.Forms.ToolStripMenuItem();
            this.muOutStorage = new System.Windows.Forms.ToolStripMenuItem();
            this.muStorageFind = new System.Windows.Forms.ToolStripMenuItem();
            this.muExit = new System.Windows.Forms.ToolStripMenuItem();
            this.muSell = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.硬件信息ToolStripMenuItem,
            this.人员信息ToolStripMenuItem,
            this.商品信息ToolStripMenuItem,
            this.库存信息ToolStripMenuItem,
            this.查询统计ToolStripMenuItem,
            this.muExit});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(604, 24);
            this.menuStrip1.TabIndex = 11;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 硬件信息ToolStripMenuItem
            // 
            this.硬件信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muShop,
            this.muKitchen,
            this.muCash});
            this.硬件信息ToolStripMenuItem.Name = "硬件信息ToolStripMenuItem";
            this.硬件信息ToolStripMenuItem.Size = new System.Drawing.Size(91, 20);
            this.硬件信息ToolStripMenuItem.Text = "硬件信息维护";
            // 
            // muShop
            // 
            this.muShop.Name = "muShop";
            this.muShop.Size = new System.Drawing.Size(134, 22);
            this.muShop.Text = "饭店信息";
            this.muShop.Click += new System.EventHandler(this.muShop_Click);
            // 
            // muKitchen
            // 
            this.muKitchen.Name = "muKitchen";
            this.muKitchen.Size = new System.Drawing.Size(134, 22);
            this.muKitchen.Text = "厨房信息";
            this.muKitchen.Click += new System.EventHandler(this.muKitchen_Click);
            // 
            // muCash
            // 
            this.muCash.Name = "muCash";
            this.muCash.Size = new System.Drawing.Size(134, 22);
            this.muCash.Text = "收银机信息";
            this.muCash.Click += new System.EventHandler(this.muCash_Click);
            // 
            // 人员信息ToolStripMenuItem
            // 
            this.人员信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muProvider,
            this.muEmployee,
            this.muLogin});
            this.人员信息ToolStripMenuItem.Name = "人员信息ToolStripMenuItem";
            this.人员信息ToolStripMenuItem.Size = new System.Drawing.Size(91, 20);
            this.人员信息ToolStripMenuItem.Text = "人员信息维护";
            // 
            // muProvider
            // 
            this.muProvider.Name = "muProvider";
            this.muProvider.Size = new System.Drawing.Size(134, 22);
            this.muProvider.Text = "供应商信息";
            this.muProvider.Click += new System.EventHandler(this.muProvider_Click);
            // 
            // muEmployee
            // 
            this.muEmployee.Name = "muEmployee";
            this.muEmployee.Size = new System.Drawing.Size(134, 22);
            this.muEmployee.Text = "员工信息";
            this.muEmployee.Click += new System.EventHandler(this.muEmployee_Click);
            // 
            // muLogin
            // 
            this.muLogin.Name = "muLogin";
            this.muLogin.Size = new System.Drawing.Size(134, 22);
            this.muLogin.Text = "用户信息";
            this.muLogin.Click += new System.EventHandler(this.muLogin_Click);
            // 
            // 商品信息ToolStripMenuItem
            // 
            this.商品信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muCategory,
            this.muUnit,
            this.muMaterial,
            this.muProduct});
            this.商品信息ToolStripMenuItem.Name = "商品信息ToolStripMenuItem";
            this.商品信息ToolStripMenuItem.Size = new System.Drawing.Size(91, 20);
            this.商品信息ToolStripMenuItem.Text = "商品信息维护";
            // 
            // muCategory
            // 
            this.muCategory.Name = "muCategory";
            this.muCategory.Size = new System.Drawing.Size(146, 22);
            this.muCategory.Text = "商品类别信息";
            this.muCategory.Click += new System.EventHandler(this.muCategory_Click);
            // 
            // muUnit
            // 
            this.muUnit.Name = "muUnit";
            this.muUnit.Size = new System.Drawing.Size(146, 22);
            this.muUnit.Text = "计量单位信息";
            this.muUnit.Click += new System.EventHandler(this.muUnit_Click);
            // 
            // muMaterial
            // 
            this.muMaterial.Name = "muMaterial";
            this.muMaterial.Size = new System.Drawing.Size(146, 22);
            this.muMaterial.Text = "材料信息";
            this.muMaterial.Click += new System.EventHandler(this.muMaterial_Click);
            // 
            // muProduct
            // 
            this.muProduct.Name = "muProduct";
            this.muProduct.Size = new System.Drawing.Size(146, 22);
            this.muProduct.Text = "产品信息";
            this.muProduct.Click += new System.EventHandler(this.muProduct_Click);
            // 
            // 库存信息ToolStripMenuItem
            // 
            this.库存信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muInStorageManager,
            this.muOutStorageManager});
            this.库存信息ToolStripMenuItem.Name = "库存信息ToolStripMenuItem";
            this.库存信息ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.库存信息ToolStripMenuItem.Text = "日常业务";
            // 
            // muInStorageManager
            // 
            this.muInStorageManager.Name = "muInStorageManager";
            this.muInStorageManager.Size = new System.Drawing.Size(122, 22);
            this.muInStorageManager.Text = "入库管理";
            this.muInStorageManager.Click += new System.EventHandler(this.muInStorageManager_Click);
            // 
            // muOutStorageManager
            // 
            this.muOutStorageManager.Name = "muOutStorageManager";
            this.muOutStorageManager.Size = new System.Drawing.Size(122, 22);
            this.muOutStorageManager.Text = "出库管理";
            this.muOutStorageManager.Click += new System.EventHandler(this.muOutStorageManager_Click);
            // 
            // 查询统计ToolStripMenuItem
            // 
            this.查询统计ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.muInStorage,
            this.muOutStorage,
            this.muStorageFind,
            this.muSell});
            this.查询统计ToolStripMenuItem.Name = "查询统计ToolStripMenuItem";
            this.查询统计ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.查询统计ToolStripMenuItem.Text = "查询统计";
            // 
            // muInStorage
            // 
            this.muInStorage.Name = "muInStorage";
            this.muInStorage.Size = new System.Drawing.Size(152, 22);
            this.muInStorage.Text = "入库统计";
            this.muInStorage.Click += new System.EventHandler(this.muStoSta_Click);
            // 
            // muOutStorage
            // 
            this.muOutStorage.Name = "muOutStorage";
            this.muOutStorage.Size = new System.Drawing.Size(152, 22);
            this.muOutStorage.Text = "出库统计";
            this.muOutStorage.Click += new System.EventHandler(this.muOutStorage_Click);
            // 
            // muStorageFind
            // 
            this.muStorageFind.Name = "muStorageFind";
            this.muStorageFind.Size = new System.Drawing.Size(152, 22);
            this.muStorageFind.Text = "库存统计";
            this.muStorageFind.Click += new System.EventHandler(this.muStorageFind_Click);
            // 
            // muExit
            // 
            this.muExit.Name = "muExit";
            this.muExit.Size = new System.Drawing.Size(43, 20);
            this.muExit.Text = "退出";
            this.muExit.Click += new System.EventHandler(this.muExit_Click);
            // 
            // muSell
            // 
            this.muSell.Name = "muSell";
            this.muSell.Size = new System.Drawing.Size(152, 22);
            this.muSell.Text = "销售统计";
            this.muSell.Click += new System.EventHandler(this.muSell_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(604, 453);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "主窗体";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainForm_Load);
            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 muShop;
        private System.Windows.Forms.ToolStripMenuItem muKitchen;
        private System.Windows.Forms.ToolStripMenuItem muCash;
        private System.Windows.Forms.ToolStripMenuItem 人员信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem muProvider;
        private System.Windows.Forms.ToolStripMenuItem muEmployee;
        private System.Windows.Forms.ToolStripMenuItem muLogin;
        private System.Windows.Forms.ToolStripMenuItem 商品信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem muCategory;
        private System.Windows.Forms.ToolStripMenuItem muUnit;
        private System.Windows.Forms.ToolStripMenuItem muMaterial;
        private System.Windows.Forms.ToolStripMenuItem 库存信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 查询统计ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem muExit;
        private System.Windows.Forms.ToolStripMenuItem muProduct;
        private System.Windows.Forms.ToolStripMenuItem muInStorageManager;
        private System.Windows.Forms.ToolStripMenuItem muInStorage;
        private System.Windows.Forms.ToolStripMenuItem muOutStorage;
        private System.Windows.Forms.ToolStripMenuItem muOutStorageManager;
        private System.Windows.Forms.ToolStripMenuItem muStorageFind;
        private System.Windows.Forms.ToolStripMenuItem muSell;
    }
}

⌨️ 快捷键说明

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