亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
午夜久久电影网| 精品国产乱码久久久久久1区2区| 国产精品久久国产精麻豆99网站| 国产激情一区二区三区四区| 国产视频一区二区三区在线观看| 国产在线播放一区三区四| 26uuu精品一区二区在线观看| 韩国女主播成人在线观看| 精品欧美乱码久久久久久1区2区| 国产在线一区观看| 欧美激情一区不卡| 色综合天天综合网国产成人综合天| 最新久久zyz资源站| 欧美日韩国产天堂| 久久99精品久久久久| 国产片一区二区三区| 一本一道综合狠狠老| 五月天欧美精品| 精品国产一二三区| 99精品视频中文字幕| 亚洲综合色视频| 精品对白一区国产伦| 成人免费视频播放| 亚洲大尺度视频在线观看| 欧美一卡二卡在线观看| 国产精品一区二区男女羞羞无遮挡 | 一本久道中文字幕精品亚洲嫩| 亚洲精品高清在线| 日韩美女在线视频| 成人av免费网站| 麻豆精品精品国产自在97香蕉| 国产精品午夜电影| 欧美一区午夜精品| 91亚洲精华国产精华精华液| 免费在线观看视频一区| 成人免费视频在线观看| 日韩一级片在线播放| 99久久婷婷国产精品综合| 蜜桃av一区二区| 亚洲女人的天堂| 久久精品综合网| 69久久99精品久久久久婷婷| 成人午夜视频免费看| 免费精品99久久国产综合精品| 亚洲图片激情小说| 久久综合色之久久综合| 欧美欧美午夜aⅴ在线观看| 国产不卡视频在线观看| 全部av―极品视觉盛宴亚洲| 亚洲精品视频自拍| 日本一区二区免费在线| 日韩欧美国产不卡| 91精品综合久久久久久| 一本久道中文字幕精品亚洲嫩| 国产精品1024| 久久成人免费网站| 亚洲成av人片| 亚洲主播在线播放| 亚洲色图欧美偷拍| 国产日韩视频一区二区三区| 日韩美女主播在线视频一区二区三区| 欧美性生活影院| 波多野结衣在线aⅴ中文字幕不卡| 久久99精品久久只有精品| 五月综合激情网| 亚洲成a人片在线不卡一二三区| 亚洲色图在线看| 国产精品久久久久久久蜜臀| 久久久久久99精品| 久久综合久久鬼色| 欧美精品一区二区久久婷婷| 日韩限制级电影在线观看| 欧美日韩亚洲综合一区二区三区| 91麻豆国产福利在线观看| 成人在线视频一区| 岛国精品一区二区| 国产精品一区二区x88av| 麻豆91在线播放免费| 日本成人中文字幕| 男男成人高潮片免费网站| 奇米影视一区二区三区| 日韩精品一二三区| 蜜乳av一区二区三区| 美女国产一区二区三区| 蜜臂av日日欢夜夜爽一区| 久久狠狠亚洲综合| 久久99精品久久久久久动态图| 国产精品中文字幕欧美| 国产福利91精品| av激情亚洲男人天堂| 色拍拍在线精品视频8848| 在线视频亚洲一区| 欧美男人的天堂一二区| 在线播放视频一区| 欧美xxxxxxxxx| 国产片一区二区三区| 亚洲色图视频免费播放| 亚洲国产成人av网| 久久成人麻豆午夜电影| 国产不卡在线播放| 色哟哟欧美精品| 日韩美女天天操| 国产丝袜在线精品| 一区二区三区在线播| 天天操天天干天天综合网| 久久成人久久爱| 91在线国内视频| 91麻豆精品国产91久久久久久久久 | 欧美日韩欧美一区二区| 欧美一区欧美二区| 国产欧美日韩一区二区三区在线观看| 最新中文字幕一区二区三区| 亚洲国产精品久久久久婷婷884 | 精品美女一区二区| 国产欧美精品在线观看| 亚洲自拍偷拍图区| 激情五月激情综合网| 成人三级在线视频| 91精品欧美久久久久久动漫| 欧美激情在线一区二区| 亚洲动漫第一页| 国产福利一区二区三区视频在线 | 国产呦精品一区二区三区网站| 91麻豆福利精品推荐| 精品理论电影在线| 亚洲免费av观看| 国产自产v一区二区三区c| 一本色道a无线码一区v| 欧美日韩一区二区在线观看视频 | 麻豆传媒一区二区三区| 亚洲va韩国va欧美va| 精品区一区二区| www国产亚洲精品久久麻豆| 最新久久zyz资源站| 日韩午夜激情电影| 日本一区二区三区四区在线视频| 亚洲欧美日韩一区二区| 成人免费电影视频| 欧美一区二区精美| 亚洲人成7777| 床上的激情91.| 日韩免费福利电影在线观看| 亚洲一区自拍偷拍| 成人app软件下载大全免费| 精品美女在线观看| 亚洲国产精品自拍| 日本电影亚洲天堂一区| 国产蜜臀97一区二区三区| av中文字幕亚洲| 麻豆中文一区二区| wwwwxxxxx欧美| 日韩成人午夜电影| 91香蕉视频黄| 日本一二三不卡| 国产在线精品一区二区三区不卡| 欧美精品aⅴ在线视频| 亚洲日本va午夜在线影院| 国产成人在线网站| 久久久久久97三级| 韩国女主播成人在线观看| 日韩免费高清av| 精品一区二区三区的国产在线播放| 欧美久久久久久久久中文字幕| 亚洲国产精品一区二区www| 在线观看av不卡| 亚洲激情图片小说视频| 色综合久久中文综合久久97| 亚洲同性同志一二三专区| 91在线视频18| 亚洲视频一二区| 91免费观看视频| 亚洲综合成人在线| 91福利在线免费观看| 一区二区三区精密机械公司| 91在线国产观看| 亚洲一区二区在线免费看| 欧美性大战久久久久久久蜜臀| 亚洲精品视频在线| 欧美在线色视频| 五月婷婷激情综合| 欧美mv日韩mv国产网站app| 国内精品写真在线观看| 国产午夜精品一区二区三区四区 | 国产精品综合视频| 日本一区免费视频| 99久久精品99国产精品| 亚洲自拍与偷拍| 91精品国产综合久久精品app| 麻豆极品一区二区三区| 国产午夜精品一区二区三区视频 | 精品视频在线视频| 久久精品国产亚洲一区二区三区| 欧美大白屁股肥臀xxxxxx| 国产精品99久久久| 亚洲区小说区图片区qvod| 欧美日韩国产高清一区二区| 久久91精品久久久久久秒播| 国产精品视频麻豆| 欧美日本在线观看| 国内精品在线播放|