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

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

?? 圖書檔案管理.designer.cs

?? 圖書管理系統源代碼,很圖書管理系統源代碼,很不錯,有參考作用不錯,有參考作用
?? CS
?? 第 1 頁 / 共 4 頁
字號:
?namespace 圖書館管理系統
{
    partial class 圖書檔案管理
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(圖書檔案管理));
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button11 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.comboBox4 = new System.Windows.Forms.ComboBox();
            this.button10 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.dataSet11 = new 圖書館管理系統.DataSet1();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.textBox11 = new System.Windows.Forms.TextBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.label14 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button1.Image = global::圖書館管理系統.Properties.Resources.首記錄;
            this.button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button1.Location = new System.Drawing.Point(1, -1);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(49, 42);
            this.button1.TabIndex = 0;
            this.button1.Text = "首記錄";
            this.button1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button2.Image = global::圖書館管理系統.Properties.Resources.上記錄;
            this.button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button2.Location = new System.Drawing.Point(50, -1);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(63, 42);
            this.button2.TabIndex = 1;
            this.button2.Text = "上一記錄";
            this.button2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button3.Image = global::圖書館管理系統.Properties.Resources.下記錄;
            this.button3.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button3.Location = new System.Drawing.Point(113, 0);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(62, 41);
            this.button3.TabIndex = 2;
            this.button3.Text = "下一記錄";
            this.button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button4
            // 
            this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button4.Image = global::圖書館管理系統.Properties.Resources.尾記錄;
            this.button4.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button4.Location = new System.Drawing.Point(175, -1);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(51, 42);
            this.button4.TabIndex = 3;
            this.button4.Text = "尾記錄";
            this.button4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // button7
            // 
            this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button7.Image = global::圖書館管理系統.Properties.Resources.刪除;
            this.button7.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button7.Location = new System.Drawing.Point(349, -1);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(66, 42);
            this.button7.TabIndex = 6;
            this.button7.Text = "刪除記錄";
            this.button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_Click);
            // 
            // button8
            // 
            this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button8.Image = global::圖書館管理系統.Properties.Resources.取消;
            this.button8.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button8.Location = new System.Drawing.Point(415, -1);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(46, 42);
            this.button8.TabIndex = 7;
            this.button8.Text = "取消";
            this.button8.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.button11);
            this.panel1.Controls.Add(this.button9);
            this.panel1.Controls.Add(this.button8);
            this.panel1.Controls.Add(this.button7);
            this.panel1.Controls.Add(this.button6);
            this.panel1.Controls.Add(this.button5);
            this.panel1.Controls.Add(this.button4);
            this.panel1.Controls.Add(this.button3);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(721, 43);
            this.panel1.TabIndex = 0;
            // 
            // button11
            // 
            this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button11.Image = global::圖書館管理系統.Properties.Resources.save;
            this.button11.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button11.Location = new System.Drawing.Point(461, 0);
            this.button11.Name = "button11";
            this.button11.Size = new System.Drawing.Size(55, 41);
            this.button11.TabIndex = 9;
            this.button11.Text = "提交";
            this.button11.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button11.UseVisualStyleBackColor = true;
            this.button11.Click += new System.EventHandler(this.button11_Click);
            // 
            // button9
            // 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美另类高清zo欧美| 欧美日本在线看| 国产成人综合在线播放| 免费在线看成人av| 免费不卡在线视频| 国产精品正在播放| 高清成人免费视频| 99视频超级精品| 在线视频中文字幕一区二区| 欧美色图在线观看| 欧美日韩视频第一区| 欧美精品99久久久**| 日韩美女视频在线| 亚洲国产精品激情在线观看| 成人免费小视频| 午夜激情久久久| 激情丁香综合五月| 成人国产电影网| 欧美色图天堂网| 精品国产乱码久久久久久夜甘婷婷| 久久免费的精品国产v∧| 中文字幕第一区第二区| 亚洲国产精品综合小说图片区| 三级一区在线视频先锋| 国产精品一区二区无线| 91在线精品秘密一区二区| 欧美日本免费一区二区三区| 精品国产一区二区三区av性色 | 亚洲福利视频一区二区| 免费日韩伦理电影| youjizz久久| 7777精品伊人久久久大香线蕉经典版下载 | 精品1区2区3区| 久久一二三国产| 亚洲美女免费视频| 精品一区二区三区香蕉蜜桃| 99国产精品久久久久| 日韩午夜激情av| 最好看的中文字幕久久| 精品一区二区三区免费| 日本乱人伦一区| 欧美电视剧免费观看| 中文字幕在线视频一区| 免费成人在线播放| 91国偷自产一区二区使用方法| 26uuu亚洲婷婷狠狠天堂| 亚洲欧美日韩国产手机在线| 国产综合久久久久久鬼色| 欧美在线免费观看亚洲| 国产精品蜜臀在线观看| 麻豆一区二区三区| 在线观看日韩毛片| 国产精品激情偷乱一区二区∴| 日韩av午夜在线观看| 色综合久久综合网欧美综合网| 精品少妇一区二区三区免费观看 | 欧美电视剧在线看免费| 香蕉久久一区二区不卡无毒影院 | 亚洲精品成人悠悠色影视| 国产成人一级电影| 26uuu国产在线精品一区二区| 亚洲午夜羞羞片| 欧美伊人久久久久久久久影院| 综合久久久久综合| av电影在线不卡| 亚洲日本成人在线观看| 国产精品69久久久久水密桃| 日韩一区二区免费在线电影| 亚洲成年人网站在线观看| 97se亚洲国产综合在线| 国产精品久久毛片a| 国产成人av影院| 国产欧美日本一区二区三区| 国产在线一区二区| 久久久国产精华| 国产精品一卡二| 国产亚洲精品精华液| 成人自拍视频在线| 亚洲色图欧洲色图婷婷| 91视频观看免费| 亚洲一二三专区| 欧美一级搡bbbb搡bbbb| 免费亚洲电影在线| 国产亚洲欧美中文| 91在线视频免费91| 亚洲一区国产视频| 91.成人天堂一区| 美国欧美日韩国产在线播放| 久久久精品蜜桃| 色噜噜狠狠色综合欧洲selulu| 亚洲精品成人在线| 3d动漫精品啪啪1区2区免费 | 久久久久久久一区| www.久久久久久久久| 亚洲综合免费观看高清在线观看| 欧美日韩亚洲高清一区二区| 九一九一国产精品| 国产精品国产三级国产三级人妇 | 精品国产免费一区二区三区香蕉| 国产美女娇喘av呻吟久久| 国产精品免费视频观看| 欧美日韩高清一区| 国产在线国偷精品产拍免费yy| 欧美国产精品一区二区三区| 欧美视频一区二区在线观看| 国产美女在线精品| 亚洲一级二级三级| 国产日韩欧美不卡| 欧美色爱综合网| 国产毛片一区二区| 亚洲成人动漫在线观看| 久久亚洲春色中文字幕久久久| 色婷婷久久综合| 国产一区二区免费看| 悠悠色在线精品| 国产日韩欧美综合一区| 欧美三级视频在线观看| eeuss鲁片一区二区三区在线观看| 日韩经典一区二区| 亚洲三级在线看| 国产三级三级三级精品8ⅰ区| 欧美在线免费观看亚洲| 成人伦理片在线| 国产最新精品免费| 日韩中文字幕1| 亚洲免费成人av| 国产精品你懂的| wwwwww.欧美系列| 欧美老人xxxx18| 欧美日韩在线三级| 日本黄色一区二区| av色综合久久天堂av综合| 久久成人综合网| 午夜成人免费视频| 亚洲午夜在线观看视频在线| 国产精品激情偷乱一区二区∴| 精品国产乱码久久久久久夜甘婷婷| 欧美日韩免费不卡视频一区二区三区| 成人综合日日夜夜| 成人性生交大合| 国产成人精品综合在线观看| 国内精品国产成人国产三级粉色| 三级影片在线观看欧美日韩一区二区| 一区二区激情小说| 亚洲老司机在线| 亚洲老妇xxxxxx| 亚洲一区在线电影| 一个色综合av| 午夜视频在线观看一区二区| 亚洲一区二区三区在线看| 亚洲精品成人少妇| 亚洲国产裸拍裸体视频在线观看乱了 | 日本一区二区三区免费乱视频| 欧美一级片在线看| 欧美一级免费大片| 日韩一区二区三区免费看 | 亚洲少妇屁股交4| 亚洲人成人一区二区在线观看| 国产精品国产馆在线真实露脸| 国产精品视频观看| 亚洲视频图片小说| 亚洲国产日日夜夜| 久久精品国产一区二区三区免费看| 蜜臀久久久久久久| 韩国精品在线观看| av不卡在线播放| 91久久免费观看| 欧美精品1区2区3区| 欧美mv日韩mv亚洲| 国产精品久久久久久久久图文区 | 老司机精品视频线观看86| 极品瑜伽女神91| 99国产精品视频免费观看| 欧美在线视频你懂得| 日韩精品中文字幕一区| 欧美韩国一区二区| 一区二区三区加勒比av| 日本美女一区二区三区| 国产99精品在线观看| 欧美午夜免费电影| 精品成人免费观看| 亚洲欧洲成人精品av97| 午夜激情一区二区三区| 丁香激情综合国产| 欧美私人免费视频| 久久九九久精品国产免费直播| 亚洲欧美日韩久久精品| 蜜桃精品视频在线| 一本色道久久综合精品竹菊 | 国产suv精品一区二区6| 在线观看免费亚洲| 久久精品在这里| 丝袜诱惑制服诱惑色一区在线观看| 国产麻豆精品95视频| 欧美三级韩国三级日本三斤| 亚洲国产成人在线| 麻豆精品一二三| 欧美高清一级片在线| 亚洲欧美一区二区三区久本道91| 日韩 欧美一区二区三区|