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

📄 form1.designer.cs

📁 图书管理系统源代码,很图书管理系统源代码,很不错,有参考作用不错,有参考作用
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace 图书馆管理系统
{
    partial class Form1
    {
        /// <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(Form1));
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.管理员信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.图书馆管理系统10版ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.退出系统QToolStripMenuItem = 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.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            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.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            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.图书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.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.label3 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label4 = new System.Windows.Forms.Label();
            this.axWindowsMediaPlayer2 = new AxWMPLib.AxWindowsMediaPlayer();
            this.menuStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axWindowsMediaPlayer2)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件ToolStripMenuItem,
            this.读者管理ToolStripMenuItem,
            this.图书管理ToolStripMenuItem,
            this.流通管理ToolStripMenuItem,
            this.系统管理ToolStripMenuItem,
            this.退出系统ToolStripMenuItem,
            this.帮助HToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(554, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 文件ToolStripMenuItem
            // 
            this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.管理员信息ToolStripMenuItem,
            this.图书馆管理系统10版ToolStripMenuItem,
            this.toolStripSeparator1,
            this.退出系统QToolStripMenuItem});
            this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
            this.文件ToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
            this.文件ToolStripMenuItem.Text = "文件(&F)";
            // 
            // 管理员信息ToolStripMenuItem
            // 
            this.管理员信息ToolStripMenuItem.Name = "管理员信息ToolStripMenuItem";
            this.管理员信息ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.管理员信息ToolStripMenuItem.Text = "管理员信息";
            this.管理员信息ToolStripMenuItem.Click += new System.EventHandler(this.管理员信息ToolStripMenuItem_Click);
            // 
            // 图书馆管理系统10版ToolStripMenuItem
            // 
            this.图书馆管理系统10版ToolStripMenuItem.Name = "图书馆管理系统10版ToolStripMenuItem";
            this.图书馆管理系统10版ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.图书馆管理系统10版ToolStripMenuItem.Text = "图书馆管理系统1.0版";
            this.图书馆管理系统10版ToolStripMenuItem.Click += new System.EventHandler(this.图书馆管理系统10版ToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(181, 6);
            // 
            // 退出系统QToolStripMenuItem
            // 
            this.退出系统QToolStripMenuItem.Name = "退出系统QToolStripMenuItem";
            this.退出系统QToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
            this.退出系统QToolStripMenuItem.Text = "退出(&X)";
            this.退出系统QToolStripMenuItem.Click += new System.EventHandler(this.退出系统QToolStripMenuItem_Click);
            // 
            // 读者管理ToolStripMenuItem
            // 
            this.读者管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.读者类型设置ToolStripMenuItem,
            this.读者档案管理ToolStripMenuItem,
            this.toolStripSeparator4,
            this.借书证挂失与恢复ToolStripMenuItem,
            this.过期续证管理ToolStripMenuItem});
            this.读者管理ToolStripMenuItem.Name = "读者管理ToolStripMenuItem";
            this.读者管理ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
            this.读者管理ToolStripMenuItem.Text = "读者管理(&D)";
            // 
            // 读者类型设置ToolStripMenuItem
            // 
            this.读者类型设置ToolStripMenuItem.Name = "读者类型设置ToolStripMenuItem";
            this.读者类型设置ToolStripMenuItem.Size = new System.Drawing.Size(166, 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(166, 22);
            this.读者档案管理ToolStripMenuItem.Text = "读者档案管理";
            this.读者档案管理ToolStripMenuItem.Click += new System.EventHandler(this.读者档案管理ToolStripMenuItem_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(163, 6);
            // 
            // 借书证挂失与恢复ToolStripMenuItem
            // 
            this.借书证挂失与恢复ToolStripMenuItem.Name = "借书证挂失与恢复ToolStripMenuItem";
            this.借书证挂失与恢复ToolStripMenuItem.Size = new System.Drawing.Size(166, 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(166, 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,
            this.toolStripSeparator3,
            this.图书注销ToolStripMenuItem,
            this.图书征定ToolStripMenuItem,
            this.图书ToolStripMenuItem,
            this.图书盘点ToolStripMenuItem});
            this.图书管理ToolStripMenuItem.Name = "图书管理ToolStripMenuItem";
            this.图书管理ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);

⌨️ 快捷键说明

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