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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? 借書管理.designer.cs

?? 一個圖書管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace 圖書館
{
    partial class 借書管理
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(借書管理));
            this.label12 = new System.Windows.Forms.Label();
            this.textBox8 = new System.Windows.Forms.TextBox();
            this.圖書ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.圖書名稱 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.textBox7 = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.ISBN = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.狀態(tài) = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.借閱時間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.歸還時間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.出版社 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.價格 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.button3 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label3 = new System.Windows.Forms.Label();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.textBox6 = new System.Windows.Forms.TextBox();
            this.textBox5 = new System.Windows.Forms.TextBox();
            this.textBox4 = new System.Windows.Forms.TextBox();
            this.textBox3 = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(221, 52);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(29, 12);
            this.label12.TabIndex = 22;
            this.label12.Text = "學(xué)院";
            // 
            // textBox8
            // 
            this.textBox8.Location = new System.Drawing.Point(223, 78);
            this.textBox8.Name = "textBox8";
            this.textBox8.ReadOnly = true;
            this.textBox8.Size = new System.Drawing.Size(76, 21);
            this.textBox8.TabIndex = 23;
            // 
            // 圖書ID
            // 
            this.圖書ID.HeaderText = "圖書ID";
            this.圖書ID.Name = "圖書ID";
            this.圖書ID.ReadOnly = true;
            // 
            // 圖書名稱
            // 
            this.圖書名稱.HeaderText = "圖書名稱";
            this.圖書名稱.Name = "圖書名稱";
            this.圖書名稱.ReadOnly = true;
            // 
            // textBox7
            // 
            this.textBox7.Location = new System.Drawing.Point(558, 78);
            this.textBox7.Name = "textBox7";
            this.textBox7.ReadOnly = true;
            this.textBox7.Size = new System.Drawing.Size(76, 21);
            this.textBox7.TabIndex = 19;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(556, 52);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(29, 12);
            this.label9.TabIndex = 18;
            this.label9.Text = "欠款";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(448, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 17;
            this.label8.Text = "可借閱";
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.圖書ID,
            this.圖書名稱,
            this.ISBN,
            this.狀態(tài),
            this.借閱時間,
            this.歸還時間,
            this.出版社,
            this.價格});
            this.dataGridView1.Location = new System.Drawing.Point(-2, 69);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(808, 292);
            this.dataGridView1.TabIndex = 10;
            // 
            // ISBN
            // 
            this.ISBN.HeaderText = "ISBN";
            this.ISBN.Name = "ISBN";
            this.ISBN.ReadOnly = true;
            // 
            // 狀態(tài)
            // 
            this.狀態(tài).HeaderText = "狀態(tài)";
            this.狀態(tài).Name = "狀態(tài)";
            this.狀態(tài).ReadOnly = true;
            // 
            // 借閱時間
            // 
            this.借閱時間.HeaderText = "借閱時間";
            this.借閱時間.Name = "借閱時間";
            this.借閱時間.ReadOnly = true;
            // 
            // 歸還時間
            // 
            this.歸還時間.HeaderText = "歸還時間";
            this.歸還時間.Name = "歸還時間";
            this.歸還時間.ReadOnly = true;
            // 
            // 出版社
            // 
            this.出版社.HeaderText = "出版社";
            this.出版社.Name = "出版社";
            this.出版社.ReadOnly = true;
            // 
            // 價格
            // 
            this.價格.HeaderText = "價格";
            this.價格.Name = "價格";
            this.價格.ReadOnly = true;
            // 
            // button3
            // 
            this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button3.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button3.Location = new System.Drawing.Point(12, 192);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(100, 39);
            this.button3.TabIndex = 32;
            this.button3.Text = "退出";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button2.Location = new System.Drawing.Point(12, 127);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(100, 39);
            this.button2.TabIndex = 31;
            this.button2.Text = "取消";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.CausesValidation = false;
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button1.Location = new System.Drawing.Point(12, 62);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(100, 39);
            this.button1.TabIndex = 30;
            this.button1.Text = "確定";
            this.button1.UseVisualStyleBackColor = true;
            // 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品乱码一区二区三区软件 | 国产高清精品久久久久| 日韩午夜中文字幕| 久久国产精品99久久人人澡| 精品久久一二三区| 成人伦理片在线| 一区二区三区加勒比av| 91精品久久久久久蜜臀| 蜜臀va亚洲va欧美va天堂| 欧美大片日本大片免费观看| 床上的激情91.| 一区二区三区免费在线观看| 欧美久久久久免费| 国产精品中文字幕一区二区三区| 国产无人区一区二区三区| 99久久夜色精品国产网站| 激情av综合网| 这里只有精品99re| 韩国欧美一区二区| 亚洲人吸女人奶水| 911精品产国品一二三产区| 国产综合久久久久久鬼色| 国产精品国产精品国产专区不片 | 成人免费一区二区三区在线观看| 99热99精品| 日韩专区一卡二卡| 国产欧美精品国产国产专区| 色就色 综合激情| 久久99久久久欧美国产| 亚洲欧洲中文日韩久久av乱码| 欧美日韩激情在线| 顶级嫩模精品视频在线看| 亚洲一区免费视频| 2020国产精品自拍| 欧美日韩在线综合| 国产aⅴ精品一区二区三区色成熟| 中文字幕佐山爱一区二区免费| 欧美一区二区三区免费视频| 成人免费观看av| 91国偷自产一区二区三区观看| 蜜臀av亚洲一区中文字幕| 国产精品久久久久永久免费观看 | 狠狠狠色丁香婷婷综合久久五月| 亚洲人成精品久久久久| 精品处破学生在线二十三| 色一区在线观看| 国产河南妇女毛片精品久久久| 婷婷久久综合九色综合绿巨人 | 亚洲精品久久久蜜桃| 精品国产乱码久久久久久老虎 | 日日摸夜夜添夜夜添亚洲女人| 久久精品人人做人人爽97| 欧美日韩一区不卡| 99在线精品免费| 国产一区二区成人久久免费影院| 调教+趴+乳夹+国产+精品| 国产精品久久久久久妇女6080| 精品福利一区二区三区免费视频| 欧美性大战久久久| 91激情在线视频| 99国产精品视频免费观看| 国产精品123区| 狠狠色综合播放一区二区| 美女视频免费一区| 美女视频免费一区| 人人狠狠综合久久亚洲| 天天综合天天做天天综合| 性做久久久久久| 亚洲一区在线视频观看| 一区二区三区四区不卡视频| 日韩毛片精品高清免费| 亚洲欧洲在线观看av| 国产精品久久久久久久久图文区| 欧美国产97人人爽人人喊| 国产欧美日韩麻豆91| 久久毛片高清国产| 国产色婷婷亚洲99精品小说| 久久亚洲一级片| 国产亚洲福利社区一区| 国产欧美一区二区三区沐欲| 久久久午夜精品| 日本一区二区视频在线| 国产精品久久久久久久久免费丝袜| 国产日产欧美精品一区二区三区| 国产欧美日韩精品a在线观看| 欧美极品美女视频| 亚洲色图欧洲色图婷婷| 亚洲一区中文在线| 日韩成人精品在线| 精品一区二区三区在线播放| 国产毛片一区二区| 99精品久久99久久久久| 欧美性生活久久| 制服丝袜一区二区三区| 亚洲精品一区二区三区四区高清| 日韩精品欧美成人高清一区二区| 午夜精品久久久久久不卡8050| 丝袜亚洲另类丝袜在线| 久久激五月天综合精品| 国产91清纯白嫩初高中在线观看| 91免费看`日韩一区二区| 欧美午夜理伦三级在线观看| 日韩一区二区高清| 久久久久88色偷偷免费| 亚洲另类在线制服丝袜| 青青青爽久久午夜综合久久午夜| 国产一区二区中文字幕| 91色porny在线视频| 欧美精品在线观看一区二区| 精品国产一区二区三区av性色| 国产日产欧美一区二区视频| 亚洲综合免费观看高清在线观看| 亚洲成av人片| 国产成人在线观看免费网站| 在线视频国内自拍亚洲视频| 欧美mv日韩mv亚洲| 亚洲精品五月天| 久草精品在线观看| 色婷婷狠狠综合| 欧美一区二区视频观看视频 | 精品国产亚洲在线| 亚洲人一二三区| 久久不见久久见免费视频1| 不卡av电影在线播放| 制服丝袜亚洲色图| 亚洲天天做日日做天天谢日日欢| 日韩av中文字幕一区二区| 972aa.com艺术欧美| 日韩女优视频免费观看| 一区二区在线看| 国产69精品久久777的优势| 91精品婷婷国产综合久久| 国产精品福利一区二区三区| 青青草国产精品亚洲专区无| 色哟哟国产精品| 国产欧美一区二区三区沐欲| 麻豆一区二区在线| 欧美视频中文一区二区三区在线观看| 国产日韩欧美精品综合| 久久精品理论片| 欧美嫩在线观看| 亚洲欧美日韩在线不卡| 国产.欧美.日韩| 精品精品欲导航| 午夜久久久久久久久久一区二区| av在线不卡网| 欧美韩国日本不卡| 国产一区二区三区在线观看精品 | 国产一区二区视频在线| 欧美一区二区在线免费观看| 亚洲自拍偷拍九九九| 成人不卡免费av| 国产精品色眯眯| 国产一区二区成人久久免费影院| 欧美大尺度电影在线| 日本不卡在线视频| 欧美在线观看18| 亚洲成av人在线观看| 欧美三区在线观看| 一区二区三区四区五区视频在线观看| 国产成人啪免费观看软件| 亚洲一区av在线| 色哟哟亚洲精品| 一区二区在线免费观看| 欧美自拍丝袜亚洲| 亚洲精品视频在线看| 99久久精品国产观看| 亚洲欧美偷拍卡通变态| 一本大道久久a久久精二百| 一区二区三区精品在线观看| 在线日韩一区二区| 视频一区二区不卡| 日韩视频永久免费| 国产在线观看免费一区| 久久精品人人做人人爽人人| 成人精品免费看| 亚洲欧美另类小说| 欧美写真视频网站| 日本中文在线一区| 2欧美一区二区三区在线观看视频| 韩国欧美一区二区| 国产精品久久久久久亚洲毛片| 99re热这里只有精品视频| 亚洲一区二区在线观看视频| 欧美日韩国产另类一区| 精品一区二区三区影院在线午夜| 久久久久国产精品人| 91香蕉视频黄| 日本欧美一区二区三区乱码| 在线播放日韩导航| 国产麻豆欧美日韩一区| 亚洲区小说区图片区qvod| 51精品视频一区二区三区| 狠狠色综合日日| 亚洲日本在线看| 91精品在线一区二区| 成人a级免费电影| 亚洲国产成人精品视频| 精品国产乱码久久久久久图片 | 欧美性猛交xxxx黑人交|