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

📄 form1.designer.cs

📁 一个图书管理系统
💻 CS
字号:
namespace 图书馆
{
    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.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.readerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.类型设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.档案管理ToolStripMenuItem = 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.还书管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.预约管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.罚款ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.词库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.图书词库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.用户词库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.使用帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.产品信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripStatusLabel1});
            this.statusStrip1.Location = new System.Drawing.Point(0, 376);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(634, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(151, 17);
            this.toolStripStatusLabel1.Text = "图书管理系统开发小组开发";
            this.toolStripStatusLabel1.Click += new System.EventHandler(this.toolStripStatusLabel1_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.readerToolStripMenuItem,
            this.toolStripMenuItem1,
            this.借阅管理ToolStripMenuItem,
            this.词库管理ToolStripMenuItem,
            this.帮助ToolStripMenuItem,
            this.退出ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(634, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // readerToolStripMenuItem
            // 
            this.readerToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.类型设置ToolStripMenuItem,
            this.档案管理ToolStripMenuItem});
            this.readerToolStripMenuItem.Name = "readerToolStripMenuItem";
            this.readerToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.readerToolStripMenuItem.Text = "用户管理";
            this.readerToolStripMenuItem.Click += new System.EventHandler(this.readerToolStripMenuItem_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);
            // 
            // 档案管理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);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(67, 20);
            this.toolStripMenuItem1.Text = "图书管理";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // 借阅管理ToolStripMenuItem
            // 
            this.借阅管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.借书管理ToolStripMenuItem,
            this.还书管理ToolStripMenuItem,
            this.预约管理ToolStripMenuItem,
            this.罚款ToolStripMenuItem});
            this.借阅管理ToolStripMenuItem.Name = "借阅管理ToolStripMenuItem";
            this.借阅管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
            this.借阅管理ToolStripMenuItem.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);
            // 
            // 预约管理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);
            // 
            // 词库管理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(67, 20);
            this.词库管理ToolStripMenuItem.Text = "词库管理";
            // 
            // 图书词库ToolStripMenuItem
            // 
            this.图书词库ToolStripMenuItem.Name = "图书词库ToolStripMenuItem";
            this.图书词库ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.图书词库ToolStripMenuItem.Text = "图书词库";
            // 
            // 用户词库ToolStripMenuItem
            // 
            this.用户词库ToolStripMenuItem.Name = "用户词库ToolStripMenuItem";
            this.用户词库ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.用户词库ToolStripMenuItem.Text = "用户词库";
            // 
            // 帮助ToolStripMenuItem
            // 
            this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.使用帮助ToolStripMenuItem,
            this.产品信息ToolStripMenuItem,
            this.toolStripSeparator1,
            this.关于ToolStripMenuItem});
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
            this.帮助ToolStripMenuItem.Text = "帮助";
            // 
            // 使用帮助ToolStripMenuItem
            // 
            this.使用帮助ToolStripMenuItem.Name = "使用帮助ToolStripMenuItem";
            this.使用帮助ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.使用帮助ToolStripMenuItem.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);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.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.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
            this.退出ToolStripMenuItem.Text = "退出";
            this.退出ToolStripMenuItem.Click += new System.EventHandler(this.推出ToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(634, 398);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip1;
            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.Form1_Load);
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem readerToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 类型设置ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 档案管理ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
        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 罚款ToolStripMenuItem;
        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 使用帮助ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 产品信息ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
    }
}

⌨️ 快捷键说明

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