亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产1区2区3区精品美女| 精品一区二区在线看| 久久精品人人做| 欧美猛男男办公室激情| 色综合色狠狠天天综合色| 成人免费视频一区二区| 国产高清一区日本| 成人激情小说网站| 一本色道久久综合精品竹菊| 99久久精品情趣| 色综合天天综合网国产成人综合天| 成人av一区二区三区| 成人av免费网站| 日本韩国欧美国产| 欧美日韩国产高清一区二区三区 | 中文字幕亚洲区| 欧美国产精品一区二区三区| 国产精品家庭影院| 一区二区三区蜜桃| 香蕉影视欧美成人| 国产一区二区不卡老阿姨| 国产成人久久精品77777最新版本| 国产成人福利片| 色香蕉成人二区免费| 69堂国产成人免费视频| 久久人人爽人人爽| 亚洲乱码国产乱码精品精可以看 | 日韩精品一区二区三区老鸭窝| 欧美成人a∨高清免费观看| 日韩精品一区二区三区视频播放| 国产亚洲欧美在线| 亚洲午夜激情av| 狠狠色狠狠色综合系列| 一本到三区不卡视频| 日韩情涩欧美日韩视频| 中文字幕一区二区在线观看| 日韩精品午夜视频| 成人妖精视频yjsp地址| 欧美日韩免费高清一区色橹橹| 精品免费日韩av| 亚洲黄色免费电影| 狠狠狠色丁香婷婷综合激情 | 久久成人免费网站| 日本高清不卡视频| 国产亚洲欧美一级| 天天爽夜夜爽夜夜爽精品视频 | 国产精品视频一二三区| 一个色妞综合视频在线观看| 久久99国产精品尤物| 在线观看精品一区| 国产精品美女久久久久久久久| 天堂久久一区二区三区| 成人午夜电影久久影院| 日韩精品资源二区在线| 亚洲国产视频网站| 91无套直看片红桃| 欧美激情在线一区二区三区| 免费国产亚洲视频| 欧美三级视频在线观看| 国产精品二三区| 国产精品77777| 欧美一级精品大片| 偷拍自拍另类欧美| 日本电影亚洲天堂一区| 亚洲特级片在线| 成人午夜伦理影院| 国产精品网站在线观看| 国产精品77777竹菊影视小说| 日韩你懂的在线播放| 无码av中文一区二区三区桃花岛| 欧美在线观看视频在线| 亚洲一线二线三线久久久| 91美女视频网站| 亚洲视频图片小说| av在线这里只有精品| 日本一区二区综合亚洲| 懂色av一区二区夜夜嗨| 亚洲国产精品ⅴa在线观看| 国产做a爰片久久毛片| 精品国产乱码久久久久久久| 免费欧美在线视频| 91麻豆精品国产91久久久| 日韩一区精品字幕| 日韩一区二区三区在线视频| 久久精品国产77777蜜臀| 日韩美女视频一区二区在线观看| 国内精品视频666| 国产喷白浆一区二区三区| 国产成人精品aa毛片| 午夜成人在线视频| 5858s免费视频成人| 免费成人性网站| 久久久亚洲欧洲日产国码αv| 丁香一区二区三区| 一区二区久久久久久| 337p亚洲精品色噜噜狠狠| 精品一二线国产| 亚洲欧洲av在线| 67194成人在线观看| 精品一二三四区| 亚洲欧美日韩综合aⅴ视频| 欧美日韩国产免费一区二区 | 中文字幕精品三区| 欧洲日韩一区二区三区| 日本不卡视频在线| 国产精品久久久久一区二区三区 | 免费高清在线一区| 中文字幕免费观看一区| 91国内精品野花午夜精品| 美女视频网站久久| 中文字幕中文字幕在线一区| 在线播放国产精品二区一二区四区| 麻豆成人av在线| 亚洲人快播电影网| 精品国产第一区二区三区观看体验| 成人精品视频一区二区三区 | 风间由美中文字幕在线看视频国产欧美| 国产亚洲短视频| 欧美福利视频一区| www.欧美亚洲| 精品一区二区成人精品| 亚洲一二三四在线| 国产精品免费看片| 欧美xxxx老人做受| 欧美日韩中文精品| 99精品欧美一区二区蜜桃免费| 麻豆精品久久久| 亚洲与欧洲av电影| 中文字幕亚洲视频| 国产亚洲精品中文字幕| 欧美一区二区精品| 欧美无砖砖区免费| 色婷婷狠狠综合| 成人a免费在线看| 国产精品18久久久久久久久久久久| 水野朝阳av一区二区三区| 国产日韩欧美一区二区三区综合 | 丁香亚洲综合激情啪啪综合| 免费人成精品欧美精品| 亚洲成人免费在线| 亚洲高清在线精品| 伊人夜夜躁av伊人久久| 国产精品久久久久永久免费观看 | 国产亚洲欧美中文| xf在线a精品一区二区视频网站| 欧美日韩免费高清一区色橹橹| 成人在线综合网站| 欧美日韩精品一区视频| 97久久精品人人爽人人爽蜜臀| 成人激情动漫在线观看| 国产成人在线免费| 国产精品亚洲人在线观看| 久久精品国产免费看久久精品| 免费在线看一区| 美日韩黄色大片| 国内精品不卡在线| 国产露脸91国语对白| 国产黄色精品视频| 成人精品gif动图一区| 成人精品小蝌蚪| 一本到不卡精品视频在线观看| 91色综合久久久久婷婷| 色哟哟一区二区三区| 欧美日韩三级视频| 欧美一级理论性理论a| 精品国产三级a在线观看| 国产丝袜在线精品| 国产精品国产a| 亚洲一区二区偷拍精品| 日韩黄色小视频| 国产精品影音先锋| 色综合天天综合色综合av| 欧美日韩在线播| 欧美大胆人体bbbb| 中文字幕电影一区| 亚洲国产精品影院| 国产在线播精品第三| 99r精品视频| 91麻豆精品国产91久久久久久 | 国产精品欧美一区喷水| 亚洲九九爱视频| 日韩激情一区二区| 丁香六月综合激情| 欧美三级视频在线观看| 精品欧美乱码久久久久久| 亚洲欧美综合在线精品| 奇米一区二区三区av| 成人久久视频在线观看| 99re在线精品| 日韩精品一区二| 亚洲日本一区二区三区| 美国三级日本三级久久99| 成人精品视频一区| 日韩三级.com| 亚洲综合精品久久| 国产精品一级二级三级| 欧美日韩在线播放一区| 国产精品三级av| 欧美亚洲国产一区在线观看网站| 欧美精品一级二级三级|