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

📄 frmbookmanagementsystem.designer.cs

📁 图书馆管理系统的一个代码 很好的学习借鉴
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace BookManagementSystem
{
    partial class frmBookManagementSystem
    {
        /// <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(frmBookManagementSystem));
            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.imageListBar = new System.Windows.Forms.ImageList(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.listView1 = new System.Windows.Forms.ListView();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.skinEngine = new Sunisoft.IrisSkin.SkinEngine(((System.ComponentModel.Component)(this)));
            this.menuStrip1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.登录ToolStripMenuItem,
            this.窗口ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.MdiWindowListItem = this.窗口ToolStripMenuItem;
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(592, 24);
            this.menuStrip1.TabIndex = 1;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // 登录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(43, 20);
            this.登录ToolStripMenuItem.Text = "登录";
            // 
            // 添加ToolStripMenuItem
            // 
            this.添加ToolStripMenuItem.Name = "添加ToolStripMenuItem";
            this.添加ToolStripMenuItem.Size = new System.Drawing.Size(122, 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(122, 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.窗口ToolStripMenuItem.Name = "窗口ToolStripMenuItem";
            this.窗口ToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
            this.窗口ToolStripMenuItem.Text = "窗口(&W)";
            // 
            // 层叠ToolStripMenuItem
            // 
            this.层叠ToolStripMenuItem.Name = "层叠ToolStripMenuItem";
            this.层叠ToolStripMenuItem.Size = new System.Drawing.Size(98, 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(98, 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(98, 22);
            this.水平ToolStripMenuItem.Text = "水平";
            this.水平ToolStripMenuItem.Click += new System.EventHandler(this.水平ToolStripMenuItem_Click);
            // 
            // imageListBar
            // 
            this.imageListBar.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageListBar.ImageStream")));
            this.imageListBar.TransparentColor = System.Drawing.Color.Transparent;
            this.imageListBar.Images.SetKeyName(0, "001.GIF");
            this.imageListBar.Images.SetKeyName(1, "00.gif");
            this.imageListBar.Images.SetKeyName(2, "01.gif");
            this.imageListBar.Images.SetKeyName(3, "02.gif");
            this.imageListBar.Images.SetKeyName(4, "03.gif");
            this.imageListBar.Images.SetKeyName(5, "08.gif");
            this.imageListBar.Images.SetKeyName(6, "004.GIF");
            this.imageListBar.Images.SetKeyName(7, "04.gif");
            this.imageListBar.Images.SetKeyName(8, "05.gif");
            this.imageListBar.Images.SetKeyName(9, "06.gif");
            this.imageListBar.Images.SetKeyName(10, "007.GIF");
            this.imageListBar.Images.SetKeyName(11, "07.gif");
            this.imageListBar.Images.SetKeyName(12, "008.GIF");
            this.imageListBar.Images.SetKeyName(13, "09.gif");
            this.imageListBar.Images.SetKeyName(14, "010.GIF");
            this.imageListBar.Images.SetKeyName(15, "10.gif");
            this.imageListBar.Images.SetKeyName(16, "011.GIF");
            this.imageListBar.Images.SetKeyName(17, "11.gif");
            this.imageListBar.Images.SetKeyName(18, "012.GIF");
            this.imageListBar.Images.SetKeyName(19, "12.gif");
            this.imageListBar.Images.SetKeyName(20, "013.GIF");
            this.imageListBar.Images.SetKeyName(21, "13.gif");
            this.imageListBar.Images.SetKeyName(22, "014.GIF");
            this.imageListBar.Images.SetKeyName(23, "14.gif");
            this.imageListBar.Images.SetKeyName(24, "015.GIF");
            this.imageListBar.Images.SetKeyName(25, "15.gif");
            this.imageListBar.Images.SetKeyName(26, "016.GIF");
            this.imageListBar.Images.SetKeyName(27, "16.gif");
            this.imageListBar.Images.SetKeyName(28, "017.GIF");
            this.imageListBar.Images.SetKeyName(29, "17.gif");
            this.imageListBar.Images.SetKeyName(30, "018.GIF");
            this.imageListBar.Images.SetKeyName(31, "18.gif");
            this.imageListBar.Images.SetKeyName(32, "019.GIF");
            this.imageListBar.Images.SetKeyName(33, "19.gif");
            this.imageListBar.Images.SetKeyName(34, "020.GIF");
            this.imageListBar.Images.SetKeyName(35, "20.gif");
            this.imageListBar.Images.SetKeyName(36, "021.GIF");
            this.imageListBar.Images.SetKeyName(37, "21.gif");
            this.imageListBar.Images.SetKeyName(38, "022.GIF");
            this.imageListBar.Images.SetKeyName(39, "22.gif");
            this.imageListBar.Images.SetKeyName(40, "023.GIF");
            this.imageListBar.Images.SetKeyName(41, "23.gif");
            this.imageListBar.Images.SetKeyName(42, "024.GIF");
            this.imageListBar.Images.SetKeyName(43, "24.gif");
            this.imageListBar.Images.SetKeyName(44, "025.GIF");
            this.imageListBar.Images.SetKeyName(45, "25.gif");
            this.imageListBar.Images.SetKeyName(46, "026.GIF");
            this.imageListBar.Images.SetKeyName(47, "26.gif");
            this.imageListBar.Images.SetKeyName(48, "027.GIF");
            this.imageListBar.Images.SetKeyName(49, "27.gif");
            this.imageListBar.Images.SetKeyName(50, "028.GIF");
            this.imageListBar.Images.SetKeyName(51, "28.gif");
            this.imageListBar.Images.SetKeyName(52, "029.GIF");
            this.imageListBar.Images.SetKeyName(53, "29.gif");
            this.imageListBar.Images.SetKeyName(54, "030.GIF");
            this.imageListBar.Images.SetKeyName(55, "30.gif");
            this.imageListBar.Images.SetKeyName(56, "30s.gif");
            this.imageListBar.Images.SetKeyName(57, "031.GIF");
            this.imageListBar.Images.SetKeyName(58, "31.gif");
            this.imageListBar.Images.SetKeyName(59, "032.GIF");
            this.imageListBar.Images.SetKeyName(60, "32.gif");
            this.imageListBar.Images.SetKeyName(61, "033.GIF");
            this.imageListBar.Images.SetKeyName(62, "33.gif");
            this.imageListBar.Images.SetKeyName(63, "034.GIF");
            this.imageListBar.Images.SetKeyName(64, "34.gif");
            this.imageListBar.Images.SetKeyName(65, "035.GIF");

⌨️ 快捷键说明

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