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

📄 mainfrm.designer.cs

📁 用于超市信息管理的系统
💻 CS
字号:
namespace 超市信息管理系统.MarketSystem
{
    partial class MainFrm
    {
        /// <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.ManageUser = new System.Windows.Forms.ToolStripMenuItem();
            this.ModifyPassword = new System.Windows.Forms.ToolStripMenuItem();
            this.商品管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.商品管理ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.AddMerch = new System.Windows.Forms.ToolStripMenuItem();
            this.QueryMerch = new System.Windows.Forms.ToolStripMenuItem();
            this.仓库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.StockManage = new System.Windows.Forms.ToolStripMenuItem();
            this.EnterStock = new System.Windows.Forms.ToolStripMenuItem();
            this.会员管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.QueryMember = new System.Windows.Forms.ToolStripMenuItem();
            this.销售管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.MaintainSale = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.SystemExit = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.员工管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.厂商管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuIte = new System.Windows.Forms.ToolStripMenuItem();
            this.SystemHelp = 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.toolStripMenuItem1,
            this.帮助ToolStripMenuItem,
            this.帮助ToolStripMenuIte});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(693, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 系统设置ToolStripMenuItem
            // 
            this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.ManageUser,
            this.ModifyPassword});
            this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
            this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.系统设置ToolStripMenuItem.Text = "系统设置";
            // 
            // ManageUser
            // 
            this.ManageUser.Name = "ManageUser";
            this.ManageUser.Size = new System.Drawing.Size(122, 22);
            this.ManageUser.Text = "用户管理";
            this.ManageUser.Click += new System.EventHandler(this.ManageUser_Click);
            // 
            // ModifyPassword
            // 
            this.ModifyPassword.Name = "ModifyPassword";
            this.ModifyPassword.Size = new System.Drawing.Size(122, 22);
            this.ModifyPassword.Text = "修改密码";
            this.ModifyPassword.Click += new System.EventHandler(this.ModifyPassword_Click);
            // 
            // 商品管理ToolStripMenuItem
            // 
            this.商品管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.商品管理ToolStripMenuItem1,
            this.仓库管理ToolStripMenuItem});
            this.商品管理ToolStripMenuItem.Name = "商品管理ToolStripMenuItem";
            this.商品管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.商品管理ToolStripMenuItem.Text = "商品管理";
            // 
            // 商品管理ToolStripMenuItem1
            // 
            this.商品管理ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.AddMerch,
            this.QueryMerch});
            this.商品管理ToolStripMenuItem1.Name = "商品管理ToolStripMenuItem1";
            this.商品管理ToolStripMenuItem1.Size = new System.Drawing.Size(122, 22);
            this.商品管理ToolStripMenuItem1.Text = "商品管理";
            // 
            // AddMerch
            // 
            this.AddMerch.Name = "AddMerch";
            this.AddMerch.Size = new System.Drawing.Size(146, 22);
            this.AddMerch.Text = "商品添加";
            this.AddMerch.Click += new System.EventHandler(this.AddMerch_Click);
            // 
            // QueryMerch
            // 
            this.QueryMerch.Name = "QueryMerch";
            this.QueryMerch.Size = new System.Drawing.Size(146, 22);
            this.QueryMerch.Text = "商品信息查询";
            this.QueryMerch.Click += new System.EventHandler(this.QueryMerch_Click);
            // 
            // 仓库管理ToolStripMenuItem
            // 
            this.仓库管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.StockManage,
            this.EnterStock});
            this.仓库管理ToolStripMenuItem.Name = "仓库管理ToolStripMenuItem";
            this.仓库管理ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.仓库管理ToolStripMenuItem.Text = "仓库管理";
            // 
            // StockManage
            // 
            this.StockManage.Name = "StockManage";
            this.StockManage.Size = new System.Drawing.Size(122, 22);
            this.StockManage.Text = "库存管理";
            this.StockManage.Click += new System.EventHandler(this.StockManage_Click);
            // 
            // EnterStock
            // 
            this.EnterStock.Name = "EnterStock";
            this.EnterStock.Size = new System.Drawing.Size(122, 22);
            this.EnterStock.Text = "进货管理";
            this.EnterStock.Click += new System.EventHandler(this.EnterStock_Click);
            // 
            // 会员管理ToolStripMenuItem
            // 
            this.会员管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.QueryMember});
            this.会员管理ToolStripMenuItem.Name = "会员管理ToolStripMenuItem";
            this.会员管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.会员管理ToolStripMenuItem.Text = "会员管理";
            // 
            // QueryMember
            // 
            this.QueryMember.Name = "QueryMember";
            this.QueryMember.Size = new System.Drawing.Size(146, 22);
            this.QueryMember.Text = "会员信息管理";
            this.QueryMember.Click += new System.EventHandler(this.QueryMember_Click);
            // 
            // 销售管理ToolStripMenuItem
            // 
            this.销售管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MaintainSale});
            this.销售管理ToolStripMenuItem.Name = "销售管理ToolStripMenuItem";
            this.销售管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.销售管理ToolStripMenuItem.Text = "销售管理";
            // 
            // MaintainSale
            // 
            this.MaintainSale.Name = "MaintainSale";
            this.MaintainSale.Size = new System.Drawing.Size(152, 22);
            this.MaintainSale.Text = "销售录入";
            this.MaintainSale.Click += new System.EventHandler(this.MaintainSale_Click);
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.SystemExit});
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.帮助ToolStripMenuItem.Text = "系统退出";
            // 
            // SystemExit
            // 
            this.SystemExit.Name = "SystemExit";
            this.SystemExit.Size = new System.Drawing.Size(152, 22);
            this.SystemExit.Text = "退出";
            this.SystemExit.Click += new System.EventHandler(this.SystemExit_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.员工管理ToolStripMenuItem,
            this.厂商管理ToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(103, 20);
            this.toolStripMenuItem1.Text = "厂商及员工管理";
            // 
            // 员工管理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.Name = "厂商管理ToolStripMenuItem";
            this.厂商管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.厂商管理ToolStripMenuItem.Text = "厂商管理";
            this.厂商管理ToolStripMenuItem.Click += new System.EventHandler(this.厂商管理ToolStripMenuItem_Click);
            // 
            // 帮助ToolStripMenuIte
            // 
            this.帮助ToolStripMenuIte.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.SystemHelp});
            this.帮助ToolStripMenuIte.Name = "帮助ToolStripMenuIte";
            this.帮助ToolStripMenuIte.Size = new System.Drawing.Size(43, 20);
            this.帮助ToolStripMenuIte.Text = "帮助";
            this.帮助ToolStripMenuIte.Click += new System.EventHandler(this.帮助ToolStripMenuIte_Click);
            // 
            // SystemHelp
            // 
            this.SystemHelp.Name = "SystemHelp";
            this.SystemHelp.Size = new System.Drawing.Size(152, 22);
            this.SystemHelp.Text = "帮助";
            // 
            // MainFrm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(693, 386);
            this.Controls.Add(this.menuStrip1);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainFrm";
            this.Text = "超市信息管理";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainFrm_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 ManageUser;
        private System.Windows.Forms.ToolStripMenuItem ModifyPassword;
        private System.Windows.Forms.ToolStripMenuItem 商品管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 会员管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 销售管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuIte;
        private System.Windows.Forms.ToolStripMenuItem SystemExit;
        private System.Windows.Forms.ToolStripMenuItem 商品管理ToolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem AddMerch;
        private System.Windows.Forms.ToolStripMenuItem QueryMerch;
        private System.Windows.Forms.ToolStripMenuItem 仓库管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem StockManage;
        private System.Windows.Forms.ToolStripMenuItem EnterStock;
        private System.Windows.Forms.ToolStripMenuItem QueryMember;
        private System.Windows.Forms.ToolStripMenuItem SystemHelp;
        private System.Windows.Forms.ToolStripMenuItem MaintainSale;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem 员工管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 厂商管理ToolStripMenuItem;
    }
}

⌨️ 快捷键说明

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