亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
51精品国自产在线| 亚洲一区二区三区影院| 精品国产一区二区三区久久久蜜月| 一本一道综合狠狠老| 成人av在线一区二区三区| 国产精品一区二区三区网站| 国产一区二区看久久| 久久69国产一区二区蜜臀| 国产资源精品在线观看| 国产中文一区二区三区| 国产乱码精品一区二区三区av| 狠狠色2019综合网| 欧美一区二区三区在| 欧美伦理影视网| 日韩一区二区三区电影在线观看| 欧美肥妇bbw| 欧美不卡一二三| 久久久精品国产免费观看同学| 国产三级精品三级在线专区| 国产精品国产成人国产三级| 亚洲欧美色图小说| 亚洲午夜免费视频| 热久久国产精品| 国精产品一区一区三区mba桃花| 国产成人免费高清| 99久久er热在这里只有精品15| 91麻豆高清视频| 欧美精品自拍偷拍| 亚洲精品一线二线三线| 中文字幕在线观看不卡| 一区二区三区在线免费观看| 天天免费综合色| 久久电影国产免费久久电影 | 美国精品在线观看| 国产在线精品不卡| 91在线视频18| 欧美精品在线一区二区三区| 久久久精品人体av艺术| 亚洲日韩欧美一区二区在线| 亚洲h在线观看| 精品一区二区三区久久| 不卡高清视频专区| 欧美美女网站色| 国产色产综合产在线视频| ●精品国产综合乱码久久久久| 亚洲一区免费视频| 蜜臀精品一区二区三区在线观看| 成人小视频在线观看| 欧美日韩成人激情| 日本一区二区三区视频视频| 亚洲一区电影777| 国产高清不卡一区二区| 欧美日韩国产成人在线免费| 国产三级精品视频| 午夜视频久久久久久| 粉嫩一区二区三区性色av| 欧美日韩免费一区二区三区| 国产亚洲欧美在线| 亚洲午夜久久久久| 国产精品一二三四区| 欧美日精品一区视频| 国产亚洲成aⅴ人片在线观看| 一区二区三区影院| 国产精品一区二区久久精品爱涩| 欧美影视一区二区三区| 日本一区二区综合亚洲| 免费人成在线不卡| 在线观看日韩av先锋影音电影院| 久久精品在线观看| 日本不卡1234视频| 在线影院国内精品| 国产精品天干天干在观线| 久久成人精品无人区| 欧美丝袜第三区| 国产精品女人毛片| 欧美精品在欧美一区二区少妇| 国产精品美女久久久久久2018| 久久国产麻豆精品| 欧美蜜桃一区二区三区| 亚洲美女区一区| 成人国产电影网| 久久久精品国产免大香伊| 免费xxxx性欧美18vr| 欧美日本在线视频| 一区二区激情小说| 成人av集中营| 国产欧美一区二区精品秋霞影院| 久久精品国产网站| 88在线观看91蜜桃国自产| 一区二区三区中文在线| 91麻豆.com| 国产精品灌醉下药二区| 成人高清免费观看| 亚洲国产电影在线观看| 国产精品综合一区二区三区| 欧美成va人片在线观看| 青青草国产成人99久久| 欧美日产国产精品| 五月激情综合网| 在线观看91av| 免费观看91视频大全| 91精品国产综合久久精品| 天天色天天操综合| 91精品一区二区三区久久久久久| 亚洲成人中文在线| 欧美精品丝袜久久久中文字幕| 天天色天天操综合| 91精品国产入口| 免费在线观看日韩欧美| 欧美成人一区二区三区| 美女在线观看视频一区二区| 91麻豆精品国产自产在线| 日本网站在线观看一区二区三区| 欧美老肥妇做.爰bbww| 奇米精品一区二区三区四区| 日韩美一区二区三区| 激情亚洲综合在线| 亚洲国产精品精华液2区45| 成人白浆超碰人人人人| 亚洲免费色视频| 欧美系列日韩一区| 捆绑调教美女网站视频一区| 2020国产精品久久精品美国| 国产69精品一区二区亚洲孕妇| 国产亚洲午夜高清国产拍精品 | 欧美一级久久久久久久大片| 免费亚洲电影在线| 国产亚洲欧美一级| 91网页版在线| 午夜一区二区三区在线观看| 欧美一卡二卡三卡四卡| 国产在线看一区| 亚洲视频一二三区| 欧美精品久久一区二区三区| 国内成人免费视频| 亚洲四区在线观看| 在线观看91av| 国产成人免费xxxxxxxx| 亚洲黄色性网站| 91精品国产乱码| 成人av高清在线| 日韩中文字幕91| 中文字幕欧美日本乱码一线二线 | 国产精品日韩精品欧美在线| 欧美在线观看视频一区二区 | 国产综合色在线| 中文字幕中文乱码欧美一区二区| 欧美日韩国产综合一区二区| 国产九色sp调教91| 亚洲图片欧美色图| 久久久久免费观看| 色猫猫国产区一区二在线视频| 蜜臀91精品一区二区三区| 18涩涩午夜精品.www| 在线综合视频播放| 成人av网站免费| 免费成人av在线| 一区二区三区在线免费播放| 久久日一线二线三线suv| 色噜噜狠狠成人网p站| 韩国毛片一区二区三区| 亚洲国产精品一区二区久久| 久久人人97超碰com| 欧美日韩大陆一区二区| 成人avav在线| 久久99久久99精品免视看婷婷| 亚洲色图制服诱惑| 久久伊人蜜桃av一区二区| 欧美性大战久久| 成人小视频在线观看| 久久99久久99精品免视看婷婷 | 亚洲欧美经典视频| 亚洲精品在线观| 4hu四虎永久在线影院成人| jlzzjlzz亚洲女人18| 国产在线一区二区综合免费视频| 亚洲图片有声小说| 麻豆精品视频在线观看| 香港成人在线视频| 亚洲另类春色国产| 中文在线一区二区| 精品久久久久久久久久久久包黑料| 91行情网站电视在线观看高清版| 国产成人av电影免费在线观看| 热久久久久久久| 丝袜美腿一区二区三区| 夜夜嗨av一区二区三区| 国产精品不卡一区| 国产三级欧美三级日产三级99| 欧美日韩激情一区| 91豆麻精品91久久久久久| 91小视频在线| jlzzjlzz亚洲日本少妇| 高清shemale亚洲人妖| 国产毛片精品一区| 久久成人免费网站| 黄一区二区三区| 九九视频精品免费| 九九在线精品视频| 黑人精品欧美一区二区蜜桃|