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

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

?? form1.designer.cs

?? 數據庫的圖書管理系統 由C#開發環境開發 功能:搜索
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace Library
{
    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.tabcontrol = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.label1 = new System.Windows.Forms.Label();
            this.listView_book = new System.Windows.Forms.ListView();
            this.textBox_title = new System.Windows.Forms.TextBox();
            this.button_query_book = new System.Windows.Forms.Button();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.labelmess = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.returnbook = new System.Windows.Forms.Button();
            this.borrowbook = new System.Windows.Forms.Button();
            this.textBoxcno = new System.Windows.Forms.TextBox();
            this.textBoxbno = new System.Windows.Forms.TextBox();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.result = new System.Windows.Forms.Label();
            this.condition = new System.Windows.Forms.Label();
            this.listView1 = new System.Windows.Forms.ListView();
            this.queryOther = new System.Windows.Forms.Button();
            this.listBox = new System.Windows.Forms.ListBox();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.labeladd = new System.Windows.Forms.Label();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.labelresult = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.listView2 = 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.textBox1 = new System.Windows.Forms.TextBox();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.tabcontrol.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage4.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabcontrol
            // 
            this.tabcontrol.Controls.Add(this.tabPage1);
            this.tabcontrol.Controls.Add(this.tabPage2);
            this.tabcontrol.Controls.Add(this.tabPage4);
            this.tabcontrol.Controls.Add(this.tabPage3);
            this.tabcontrol.Controls.Add(this.tabPage5);
            this.tabcontrol.Cursor = System.Windows.Forms.Cursors.VSplit;
            this.tabcontrol.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabcontrol.ItemSize = new System.Drawing.Size(60, 22);
            this.tabcontrol.Location = new System.Drawing.Point(-4, -2);
            this.tabcontrol.Name = "tabcontrol";
            this.tabcontrol.SelectedIndex = 0;
            this.tabcontrol.Size = new System.Drawing.Size(569, 382);
            this.tabcontrol.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.tabPage1.Controls.Add(this.label1);
            this.tabPage1.Controls.Add(this.listView_book);
            this.tabPage1.Controls.Add(this.textBox_title);
            this.tabPage1.Controls.Add(this.button_query_book);
            this.tabPage1.Font = new System.Drawing.Font("微軟雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(561, 352);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "書目查詢";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label1.Location = new System.Drawing.Point(62, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(172, 14);
            this.label1.TabIndex = 4;
            this.label1.Text = "輸入你要查詢書目的名稱";
            // 
            // listView_book
            // 
            this.listView_book.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.listView_book.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView_book.ForeColor = System.Drawing.SystemColors.InfoText;
            this.listView_book.Location = new System.Drawing.Point(10, 105);
            this.listView_book.Name = "listView_book";
            this.listView_book.Size = new System.Drawing.Size(539, 239);
            this.listView_book.Sorting = System.Windows.Forms.SortOrder.Ascending;
            this.listView_book.TabIndex = 3;
            this.listView_book.TileSize = new System.Drawing.Size(148, 36);
            this.listView_book.UseCompatibleStateImageBehavior = false;
            this.listView_book.View = System.Windows.Forms.View.Details;
            // 
            // textBox_title
            // 
            this.textBox_title.Location = new System.Drawing.Point(65, 57);
            this.textBox_title.Name = "textBox_title";
            this.textBox_title.Size = new System.Drawing.Size(196, 23);
            this.textBox_title.TabIndex = 2;
            // 
            // button_query_book
            // 
            this.button_query_book.Font = new System.Drawing.Font("幼圓", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button_query_book.Location = new System.Drawing.Point(347, 50);
            this.button_query_book.Name = "button_query_book";
            this.button_query_book.Size = new System.Drawing.Size(75, 30);
            this.button_query_book.TabIndex = 1;
            this.button_query_book.Text = "查詢";
            this.button_query_book.UseVisualStyleBackColor = true;
            this.button_query_book.Click += new System.EventHandler(this.button_query_book_Click);
            // 
            // tabPage2
            // 
            this.tabPage2.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage2.Controls.Add(this.labelmess);
            this.tabPage2.Controls.Add(this.label3);
            this.tabPage2.Controls.Add(this.label2);
            this.tabPage2.Controls.Add(this.returnbook);
            this.tabPage2.Controls.Add(this.borrowbook);
            this.tabPage2.Controls.Add(this.textBoxcno);
            this.tabPage2.Controls.Add(this.textBoxbno);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(561, 352);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "借還書";
            // 
            // labelmess
            // 
            this.labelmess.AutoSize = true;
            this.labelmess.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.labelmess.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.labelmess.Location = new System.Drawing.Point(108, 244);
            this.labelmess.Name = "labelmess";
            this.labelmess.Size = new System.Drawing.Size(56, 14);
            this.labelmess.TabIndex = 9;
            this.labelmess.Text = "Welcome";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label3.Location = new System.Drawing.Point(111, 157);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(35, 14);
            this.label3.TabIndex = 8;
            this.label3.Text = "書號";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.label2.Location = new System.Drawing.Point(111, 80);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(63, 14);
            this.label2.TabIndex = 7;
            this.label2.Text = "借書卡號";
            // 
            // returnbook
            // 
            this.returnbook.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.returnbook.Location = new System.Drawing.Point(277, 168);
            this.returnbook.Name = "returnbook";
            this.returnbook.Size = new System.Drawing.Size(75, 27);
            this.returnbook.TabIndex = 5;
            this.returnbook.Text = "還書";
            this.returnbook.UseVisualStyleBackColor = true;
            this.returnbook.Click += new System.EventHandler(this.returnbook_Click);
            // 
            // borrowbook
            // 
            this.borrowbook.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.borrowbook.Location = new System.Drawing.Point(277, 119);
            this.borrowbook.Name = "borrowbook";
            this.borrowbook.Size = new System.Drawing.Size(75, 26);
            this.borrowbook.TabIndex = 4;
            this.borrowbook.Text = "借書";
            this.borrowbook.UseVisualStyleBackColor = true;
            this.borrowbook.Click += new System.EventHandler(this.borrowbook_Click);
            // 
            // textBoxcno
            // 
            this.textBoxcno.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxcno.Location = new System.Drawing.Point(111, 103);
            this.textBoxcno.Name = "textBoxcno";
            this.textBoxcno.Size = new System.Drawing.Size(113, 21);
            this.textBoxcno.TabIndex = 3;
            // 
            // textBoxbno
            // 
            this.textBoxbno.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.textBoxbno.Location = new System.Drawing.Point(111, 180);
            this.textBoxbno.Name = "textBoxbno";
            this.textBoxbno.Size = new System.Drawing.Size(113, 21);
            this.textBoxbno.TabIndex = 2;
            // 
            // tabPage4
            // 
            this.tabPage4.BackColor = System.Drawing.Color.DarkGray;
            this.tabPage4.Controls.Add(this.result);
            this.tabPage4.Controls.Add(this.condition);
            this.tabPage4.Controls.Add(this.listView1);
            this.tabPage4.Controls.Add(this.queryOther);
            this.tabPage4.Controls.Add(this.listBox);
            this.tabPage4.Location = new System.Drawing.Point(4, 26);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(561, 352);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "其他查詢";
            // 
            // result
            // 
            this.result.AutoSize = true;
            this.result.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.result.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.result.Location = new System.Drawing.Point(198, 19);
            this.result.Name = "result";
            this.result.Size = new System.Drawing.Size(53, 12);
            this.result.TabIndex = 7;
            this.result.Text = "查詢結果";
            // 
            // condition
            // 
            this.condition.AutoSize = true;
            this.condition.Font = new System.Drawing.Font("宋體", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.condition.ForeColor = System.Drawing.SystemColors.HotTrack;
            this.condition.Location = new System.Drawing.Point(10, 19);
            this.condition.Name = "condition";
            this.condition.Size = new System.Drawing.Size(101, 12);
            this.condition.TabIndex = 6;
            this.condition.Text = "選擇要查詢的項目";
            // 
            // listView1
            // 
            this.listView1.BackColor = System.Drawing.SystemColors.InactiveCaption;
            this.listView1.Font = new System.Drawing.Font("宋體", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listView1.Location = new System.Drawing.Point(200, 49);
            this.listView1.Name = "listView1";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲欧洲综合另类在线| 久久久久久久综合色一本| 国产在线视频精品一区| 亚洲精品老司机| 国产午夜精品一区二区| 欧美色图一区二区三区| 国产成人精品1024| 日韩和的一区二区| 亚洲自拍偷拍九九九| 国产嫩草影院久久久久| 在线不卡a资源高清| 91丨九色丨国产丨porny| 国产一区二区三区视频在线播放| 亚洲综合精品自拍| 亚洲欧美日韩成人高清在线一区| 精品人在线二区三区| 欧美日韩国产大片| 91黄视频在线| 97久久精品人人爽人人爽蜜臀| 精品一区免费av| 日韩中文欧美在线| 亚洲一二三四在线| 国产欧美日韩麻豆91| 日韩精品专区在线影院重磅| 在线免费一区三区| 成人午夜在线视频| 国产一二精品视频| 日韩av午夜在线观看| 亚洲成人午夜影院| 亚洲色图丝袜美腿| 国产精品免费网站在线观看| 日韩免费一区二区三区在线播放| 欧美日韩dvd在线观看| 成人av高清在线| 久久99精品久久久久久国产越南 | www.视频一区| 国产呦萝稀缺另类资源| 经典三级视频一区| 久久国产精品免费| 免费看欧美女人艹b| 亚洲在线中文字幕| 亚洲成在人线在线播放| 亚洲男同性恋视频| 日韩欧美一区在线观看| 日韩午夜三级在线| 884aa四虎影成人精品一区| 欧美伦理视频网站| 欧美日韩国产高清一区二区三区 | 国产不卡视频一区| 青青草国产成人av片免费| 日韩精品欧美精品| 偷拍自拍另类欧美| 亚洲激情男女视频| 午夜精品影院在线观看| 亚洲风情在线资源站| 婷婷国产在线综合| 亚洲v中文字幕| 日韩经典一区二区| 免费三级欧美电影| 国产成人精品综合在线观看 | 在线看不卡av| 欧美性色黄大片| 91亚洲精品久久久蜜桃| 欧美绝品在线观看成人午夜影视| 欧美午夜电影在线播放| 欧美一区二区三区影视| 91精品国产aⅴ一区二区| 精品福利视频一区二区三区| 精品三级在线观看| 国产精品免费人成网站| 日韩理论片网站| 日韩国产欧美一区二区三区| 美女免费视频一区| 成人免费视频caoporn| 99久久久国产精品免费蜜臀| 国内精品伊人久久久久av一坑 | 国产精品午夜电影| 国产精品久久久久婷婷| 国产欧美一区二区三区鸳鸯浴 | 91在线观看高清| 欧美日韩国产中文| 欧美一级电影网站| 国产精品网站在线| 亚洲欧美一区二区三区国产精品 | 欧美亚男人的天堂| 欧美群妇大交群的观看方式| www一区二区| 久久久久久毛片| 亚洲国产美国国产综合一区二区| 亚洲综合精品久久| 国产a视频精品免费观看| 99在线精品免费| 日韩视频一区在线观看| 久久精品男人的天堂| 亚洲不卡av一区二区三区| 国产在线国偷精品免费看| 日本乱人伦一区| 欧美成人bangbros| 欧美一级在线免费| 一区二区三区日韩精品视频| 看电影不卡的网站| 欧日韩精品视频| 精品国产一区二区在线观看| 亚洲男同1069视频| 国产主播一区二区三区| 欧美三级电影精品| 国产午夜精品美女毛片视频| 日韩高清不卡在线| 波多野结衣中文一区| 欧美大片在线观看一区| 亚洲免费成人av| 国产精品1024| 欧美一级高清大全免费观看| 欧美精品一区二区在线播放| 日本伊人精品一区二区三区观看方式| 国产精品乡下勾搭老头1| 日韩西西人体444www| 亚洲欧美电影院| 99麻豆久久久国产精品免费优播| 9191精品国产综合久久久久久| 亚洲理论在线观看| 国产精选一区二区三区| 欧美一二三区精品| 一区二区三区高清| 91精彩视频在线| 国产精品毛片无遮挡高清| 夫妻av一区二区| 欧美成人免费网站| 久久成人久久爱| 欧美电影影音先锋| 亚洲成a人v欧美综合天堂| 99re这里都是精品| 国产精品美女久久久久aⅴ| 国内精品免费**视频| 欧美三级韩国三级日本一级| 一区二区三区电影在线播| 成人精品一区二区三区四区| 欧美激情一区二区三区全黄| 国产一二精品视频| 国产欧美日韩卡一| 狠狠色丁香九九婷婷综合五月| 日韩欧美国产成人一区二区| 午夜精品久久久久久| 欧美高清视频在线高清观看mv色露露十八 | 精品视频一区三区九区| 伊人色综合久久天天人手人婷| 丁香另类激情小说| 亚洲欧美乱综合| 91在线观看地址| 亚洲第一综合色| 日本电影欧美片| 午夜精品久久久久久不卡8050| 91黄视频在线| 青青草视频一区| 欧美一级二级在线观看| 国产精品伊人色| 国产亚洲1区2区3区| 91在线码无精品| 亚洲精品v日韩精品| 欧美日韩中文字幕一区二区| 一区二区三区成人| 欧美一区二区在线不卡| 奇米亚洲午夜久久精品| 久久久精品中文字幕麻豆发布| 日韩福利电影在线| 精品国产髙清在线看国产毛片| 精品系列免费在线观看| 国产日产欧美一区| 国产一区二区免费视频| 国产精品美日韩| 日本韩国一区二区| 午夜精品福利一区二区三区蜜桃| 99国产精品久久久久久久久久久| 亚洲色图制服丝袜| 在线观看av一区二区| 激情欧美日韩一区二区| 国产视频911| 欧美日韩一级二级三级| 裸体在线国模精品偷拍| 中文字幕在线不卡| 欧美性大战久久久| 激情伊人五月天久久综合| 国产精品成人免费精品自在线观看| 91蜜桃网址入口| 男女激情视频一区| 亚洲国产精品精华液ab| 欧美亚洲综合一区| 国产成人亚洲综合色影视 | 美女精品一区二区| 国产亚洲欧美色| 欧美三级一区二区| 国产精品99久久久久久久vr| 亚洲伊人色欲综合网| 精品理论电影在线观看| 欧美亚洲国产一区二区三区va| 久久不见久久见中文字幕免费| 亚洲免费三区一区二区| 日韩精品一区二| 欧美视频三区在线播放| 国产成人免费在线视频|