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

📄 fmain1.designer.cs

📁   一个用C#编写的图书管系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Library
{
    partial class fMain1
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fMain1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            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.图书综合查询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.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.用户功能ToolStripMenuItem,
            this.事务处理ToolStripMenuItem,
            this.数据管理ToolStripMenuItem,
            this.查询统计ToolStripMenuItem,
            this.系统设置ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 3, 0, 3);
            this.menuStrip1.Size = new System.Drawing.Size(455, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
            // 
            // 用户功能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, 18);
            this.用户功能ToolStripMenuItem.Text = "用户功能(&S)";
            // 
            // 数据备份ToolStripMenuItem
            // 
            this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem";
            this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.数据备份ToolStripMenuItem.Text = "数据备份(&B)";
            this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click);
            // 
            // 退出ToolStripMenuItem
            // 
            this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
            this.退出ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.退出ToolStripMenuItem.Text = "退出(&X)";
            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});
            this.事务处理ToolStripMenuItem.Name = "事务处理ToolStripMenuItem";
            this.事务处理ToolStripMenuItem.Size = new System.Drawing.Size(83, 18);
            this.事务处理ToolStripMenuItem.Text = "事务处理(&M)";
            // 
            // 借书管理ToolStripMenuItem
            // 
            this.借书管理ToolStripMenuItem.Name = "借书管理ToolStripMenuItem";
            this.借书管理ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.借书管理ToolStripMenuItem.Text = "借书管理(&B)";
            this.借书管理ToolStripMenuItem.Click += new System.EventHandler(this.借书管理ToolStripMenuItem_Click);
            // 
            // 还书管理ToolStripMenuItem
            // 
            this.还书管理ToolStripMenuItem.Name = "还书管理ToolStripMenuItem";
            this.还书管理ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.还书管理ToolStripMenuItem.Text = "还书管理(&R)";
            this.还书管理ToolStripMenuItem.Click += new System.EventHandler(this.还书管理ToolStripMenuItem_Click);
            // 
            // 图书证挂失处理ToolStripMenuItem
            // 
            this.图书证挂失处理ToolStripMenuItem.Name = "图书证挂失处理ToolStripMenuItem";
            this.图书证挂失处理ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
            this.图书证挂失处理ToolStripMenuItem.Text = "图书证挂失处理(&L)";
            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, 18);
            this.数据管理ToolStripMenuItem.Text = "数据管理(&D)";
            // 
            // 图书管理ToolStripMenuItem
            // 
            this.图书管理ToolStripMenuItem.Name = "图书管理ToolStripMenuItem";
            this.图书管理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.图书管理ToolStripMenuItem.Text = "图书管理(&B)";
            this.图书管理ToolStripMenuItem.Click += new System.EventHandler(this.图书管理ToolStripMenuItem_Click);
            // 
            // 读者管理ToolStripMenuItem
            // 
            this.读者管理ToolStripMenuItem.Name = "读者管理ToolStripMenuItem";
            this.读者管理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
            this.读者管理ToolStripMenuItem.Text = "读者管理(&R)";
            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,
            this.图书馆书籍分类查询ToolStripMenuItem});
            this.查询统计ToolStripMenuItem.Name = "查询统计ToolStripMenuItem";
            this.查询统计ToolStripMenuItem.Size = new System.Drawing.Size(83, 18);
            this.查询统计ToolStripMenuItem.Text = "查询统计(&Q)";
            // 
            // 图书综合查询ToolStripMenuItem
            // 
            this.图书综合查询ToolStripMenuItem.Name = "图书综合查询ToolStripMenuItem";
            this.图书综合查询ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.图书综合查询ToolStripMenuItem.Text = "图书综合查询(&B)";
            this.图书综合查询ToolStripMenuItem.Click += new System.EventHandler(this.图书综合查询ToolStripMenuItem_Click);
            // 
            // 读者综合查询ToolStripMenuItem
            // 
            this.读者综合查询ToolStripMenuItem.Name = "读者综合查询ToolStripMenuItem";
            this.读者综合查询ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.读者综合查询ToolStripMenuItem.Text = "读者综合查询(&R)";
            this.读者综合查询ToolStripMenuItem.Click += new System.EventHandler(this.读者综合查询ToolStripMenuItem_Click);
            // 

⌨️ 快捷键说明

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