亚洲欧美第一页_禁久久精品乱码_粉嫩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.panel1 = new System.Windows.Forms.Panel();
            this.button10 = new System.Windows.Forms.Button();
            this.button9 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button8 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.button7 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button11 = 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.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.sqlDeleteCommand = new System.Data.SqlClient.SqlCommand();
            this.sqlInsertCommand = new System.Data.SqlClient.SqlCommand();
            this.sqlUpdateCommand = new System.Data.SqlClient.SqlCommand();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
            this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
            this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.dataSet11 = new 圖書館管理系統.DataSet1();
            this.label18 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.textBox9 = new System.Windows.Forms.TextBox();
            this.label16 = new System.Windows.Forms.Label();
            this.comboBox6 = new System.Windows.Forms.ComboBox();
            this.label15 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.comboBox4 = new System.Windows.Forms.ComboBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.comboBox3 = new System.Windows.Forms.ComboBox();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.label7 = 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.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.dataGrid1 = new System.Windows.Forms.DataGrid();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panel1.Controls.Add(this.button10);
            this.panel1.Controls.Add(this.button9);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Controls.Add(this.button8);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.button7);
            this.panel1.Controls.Add(this.button3);
            this.panel1.Controls.Add(this.button6);
            this.panel1.Controls.Add(this.button4);
            this.panel1.Controls.Add(this.button5);
            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(694, 50);
            this.panel1.TabIndex = 0;
            // 
            // button10
            // 
            this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button10.Image = global::圖書館管理系統.Properties.Resources.關閉;
            this.button10.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button10.Location = new System.Drawing.Point(535, 0);
            this.button10.Name = "button10";
            this.button10.Size = new System.Drawing.Size(53, 47);
            this.button10.TabIndex = 8;
            this.button10.Text = "退出";
            this.button10.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button10.UseVisualStyleBackColor = true;
            this.button10.Click += new System.EventHandler(this.button10_Click);
            // 
            // button9
            // 
            this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button9.Image = global::圖書館管理系統.Properties.Resources.save;
            this.button9.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button9.Location = new System.Drawing.Point(470, -1);
            this.button9.Name = "button9";
            this.button9.Size = new System.Drawing.Size(65, 48);
            this.button9.TabIndex = 7;
            this.button9.Text = "提交保存";
            this.button9.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button9.UseVisualStyleBackColor = true;
            this.button9.Click += new System.EventHandler(this.button9_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(52, 0);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(56, 47);
            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);
            // 
            // 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(406, -1);
            this.button8.Name = "button8";
            this.button8.Size = new System.Drawing.Size(64, 48);
            this.button8.TabIndex = 6;
            this.button8.Text = "取消操作";
            this.button8.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button8.UseVisualStyleBackColor = true;
            this.button8.Click += new System.EventHandler(this.button8_Click);
            // 
            // 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(0, -1);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(54, 48);
            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);
            // 
            // 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(342, -1);
            this.button7.Name = "button7";
            this.button7.Size = new System.Drawing.Size(65, 48);
            this.button7.TabIndex = 5;
            this.button7.Text = "修改記錄";
            this.button7.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button7.UseVisualStyleBackColor = true;
            this.button7.Click += new System.EventHandler(this.button7_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(108, -1);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(54, 48);
            this.button3.TabIndex = 1;
            this.button3.Text = "下一條記錄";
            this.button3.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // button6
            // 
            this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.button6.Image = global::圖書館管理系統.Properties.Resources.刪除;
            this.button6.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
            this.button6.Location = new System.Drawing.Point(278, 0);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(64, 47);
            this.button6.TabIndex = 4;
            this.button6.Text = "刪除記錄";
            this.button6.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
玉米视频成人免费看| 337p日本欧洲亚洲大胆色噜噜| 69成人精品免费视频| 久久亚洲综合色一区二区三区 | 国产亚洲欧美中文| 亚洲精品视频免费观看| 韩国成人在线视频| 日韩一级大片在线| 一区二区三区免费看视频| 国产成人av电影| 欧美成人欧美edvon| 亚洲国产婷婷综合在线精品| 成人综合婷婷国产精品久久| 欧美成va人片在线观看| 午夜电影网一区| 91国偷自产一区二区三区观看| 欧美国产一区在线| 国产精品1区2区3区| 日韩欧美国产电影| 蜜臀av性久久久久av蜜臀妖精| 欧美日韩情趣电影| 亚洲一区二区三区四区在线| 色菇凉天天综合网| 亚洲精品videosex极品| 成人aaaa免费全部观看| 国产丝袜美腿一区二区三区| 国产一区美女在线| 欧美成人vr18sexvr| 国产在线看一区| 国产免费观看久久| 国产成a人亚洲| 亚洲国产高清在线| 成人国产精品视频| 亚洲天堂av老司机| 一本久道久久综合中文字幕| 亚洲黄色av一区| 欧美日韩一二三区| 欧美aⅴ一区二区三区视频| 欧美一级电影网站| 狠狠狠色丁香婷婷综合久久五月| 精品国产亚洲在线| 欧美精品三级日韩久久| 精品成人一区二区三区| 激情另类小说区图片区视频区| 777欧美精品| 国产精品一二三四区| 欧美r级电影在线观看| 国产很黄免费观看久久| 亚洲国产成人av网| 亚洲图片你懂的| 久久久精品黄色| 3d动漫精品啪啪| 91搞黄在线观看| av在线免费不卡| 国产精品 日产精品 欧美精品| 天天影视网天天综合色在线播放| 自拍偷在线精品自拍偷无码专区| 久久先锋影音av鲁色资源网| 欧美日韩国产免费一区二区| 色综合久久综合中文综合网| 99视频国产精品| 成人激情免费视频| 国产69精品久久久久毛片| 久久精品72免费观看| 日韩中文字幕麻豆| 亚洲成a人v欧美综合天堂 | 欧美影视一区二区三区| 成人高清av在线| 国产成人av影院| 国产在线播放一区| 久久99久久精品欧美| 奇米四色…亚洲| 美日韩一区二区三区| 亚洲国产综合人成综合网站| 91丨porny丨首页| 99re6这里只有精品视频在线观看 99re8在线精品视频免费播放 | 欧美一区二区三区视频在线| 色综合久久中文字幕综合网| 97精品国产露脸对白| 9人人澡人人爽人人精品| 91美女视频网站| 色婷婷av一区二区三区gif | 国产欧美久久久精品影院| 久久久久9999亚洲精品| 国产欧美一区二区精品婷婷| 国产清纯在线一区二区www| 久久青草欧美一区二区三区| 欧美国产一区二区在线观看| 国产精品你懂的在线欣赏| 中文字幕亚洲成人| 一级做a爱片久久| 三级不卡在线观看| 3d成人h动漫网站入口| 精品黑人一区二区三区久久| 精品欧美一区二区三区精品久久| 欧美v亚洲v综合ⅴ国产v| 久久久久久久综合| 中文字幕在线免费不卡| 亚洲第一在线综合网站| 蜜桃一区二区三区在线| 国产v综合v亚洲欧| 在线影院国内精品| 91精品国产一区二区三区| 久久综合成人精品亚洲另类欧美| 国产精品久久久久天堂| 一区二区三区四区视频精品免费 | 日本最新不卡在线| 国产精品亚洲а∨天堂免在线| 99久久免费精品高清特色大片| 欧美亚洲高清一区| xfplay精品久久| 亚洲欧美另类在线| 日本中文一区二区三区| 国产91丝袜在线播放0| 欧美日韩国产影片| 国产午夜亚洲精品羞羞网站| 亚洲一区在线视频| 国产精品影音先锋| 欧美日韩亚洲高清一区二区| 久久久亚洲午夜电影| 亚洲地区一二三色| 国产a视频精品免费观看| 欧美另类久久久品| 综合激情网...| 久久99精品国产91久久来源| 色老头久久综合| 久久亚洲精品国产精品紫薇| 亚洲国产cao| 99久久综合精品| 日韩欧美国产综合一区| 亚洲制服丝袜在线| 国产成人自拍在线| 精品少妇一区二区三区免费观看| 一区二区三区欧美视频| 成人免费视频视频在线观看免费 | 在线观看一区日韩| 久久久青草青青国产亚洲免观| 亚洲成人av资源| av不卡免费在线观看| 精品99久久久久久| 日韩电影在线看| 欧美日韩国产精品成人| 亚洲三级电影全部在线观看高清| 激情综合五月婷婷| 欧美一级日韩一级| 一区二区三区中文免费| 成年人网站91| 国产欧美日本一区二区三区| 国内精品国产三级国产a久久| 6080午夜不卡| 亚洲.国产.中文慕字在线| 色综合一区二区三区| 国产精品久久免费看| 懂色av一区二区三区蜜臀| ww亚洲ww在线观看国产| 国内精品伊人久久久久av一坑 | 色婷婷狠狠综合| 中文字幕第一区| 成人精品一区二区三区中文字幕| 精品国产99国产精品| 久久99精品久久久久久久久久久久| 69av一区二区三区| 免费av成人在线| 欧美成人乱码一区二区三区| 久久成人av少妇免费| 欧美v亚洲v综合ⅴ国产v| 久久99国产精品麻豆| 精品av综合导航| 国产麻豆精品在线观看| 中文在线资源观看网站视频免费不卡| 国产馆精品极品| 亚洲欧美怡红院| 欧美伊人久久久久久午夜久久久久| 亚洲国产欧美在线| 欧美精品亚洲二区| 美女在线一区二区| 久久美女艺术照精彩视频福利播放| 狠狠色综合色综合网络| 久久久精品免费观看| 99久久久国产精品| 亚洲午夜一区二区三区| 日韩午夜精品电影| 国产麻豆视频一区| 亚洲欧美激情在线| 欧美日韩高清一区二区不卡| 麻豆精品久久精品色综合| 久久午夜羞羞影院免费观看| 成人国产视频在线观看| 亚洲午夜在线电影| 久久综合色8888| a在线欧美一区| 日韩精品成人一区二区在线| 2023国产精品| 99re这里只有精品视频首页| 亚洲影视在线播放| 2019国产精品| 99久久99久久精品免费观看| 天使萌一区二区三区免费观看| 久久美女艺术照精彩视频福利播放| 一本久久a久久免费精品不卡|