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

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

?? 還書管理.designer.cs

?? 一個(gè)圖書管理系統(tǒng)
?? CS
字號(hào):
?namespace 圖書館
{
    partial class 還書管理
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </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è)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.圖書ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.圖書名稱 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.欠款 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.讀者ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.讀者姓名 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label3 = new System.Windows.Forms.Label();
            this.button4 = new System.Windows.Forms.Button();
            this.續(xù)借次數(shù) = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.借閱時(shí)間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.歸還時(shí)間 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.button3 = new System.Windows.Forms.Button();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.textBox2 = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button2 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.button1 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.button6 = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // 圖書ID
            // 
            this.圖書ID.HeaderText = "圖書ID";
            this.圖書ID.Name = "圖書ID";
            this.圖書ID.ReadOnly = true;
            // 
            // 圖書名稱
            // 
            this.圖書名稱.HeaderText = "圖書名稱";
            this.圖書名稱.Name = "圖書名稱";
            this.圖書名稱.ReadOnly = true;
            // 
            // 欠款
            // 
            this.欠款.HeaderText = "欠款";
            this.欠款.Name = "欠款";
            this.欠款.ReadOnly = true;
            // 
            // 讀者ID
            // 
            this.讀者ID.HeaderText = "讀者ID";
            this.讀者ID.Name = "讀者ID";
            this.讀者ID.ReadOnly = true;
            // 
            // 讀者姓名
            // 
            this.讀者姓名.HeaderText = "讀者姓名";
            this.讀者姓名.Name = "讀者姓名";
            this.讀者姓名.ReadOnly = true;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(27, 94);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(95, 12);
            this.label3.TabIndex = 8;
            this.label3.Text = "注:兩者可選其一";
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(13, 213);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(101, 42);
            this.button4.TabIndex = 17;
            this.button4.Text = "罰款";
            this.button4.UseVisualStyleBackColor = true;
            // 
            // 續(xù)借次數(shù)
            // 
            this.續(xù)借次數(shù).HeaderText = "續(xù)借次數(shù)";
            this.續(xù)借次數(shù).Name = "續(xù)借次數(shù)";
            this.續(xù)借次數(shù).ReadOnly = true;
            // 
            // 借閱時(shí)間
            // 
            this.借閱時(shí)間.HeaderText = "借閱時(shí)間";
            this.借閱時(shí)間.Name = "借閱時(shí)間";
            this.借閱時(shí)間.ReadOnly = true;
            // 
            // 歸還時(shí)間
            // 
            this.歸還時(shí)間.HeaderText = "歸還時(shí)間";
            this.歸還時(shí)間.Name = "歸還時(shí)間";
            this.歸還時(shí)間.ReadOnly = true;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(305, 29);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "讀者ID";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(27, 29);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "圖書ID";
            // 
            // button3
            // 
            this.button3.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button3.Location = new System.Drawing.Point(13, 290);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(101, 42);
            this.button3.TabIndex = 13;
            this.button3.Text = "退出";
            this.button3.UseVisualStyleBackColor = true;
            // 
            // splitter1
            // 
            this.splitter1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.splitter1.Location = new System.Drawing.Point(0, 0);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(143, 457);
            this.splitter1.TabIndex = 14;
            this.splitter1.TabStop = false;
            // 
            // textBox2
            // 
            this.textBox2.Location = new System.Drawing.Point(307, 61);
            this.textBox2.Name = "textBox2";
            this.textBox2.Size = new System.Drawing.Size(122, 21);
            this.textBox2.TabIndex = 7;
            // 
            // panel1
            // 
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.textBox2);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.textBox1);
            this.panel1.Location = new System.Drawing.Point(149, 5);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(797, 120);
            this.panel1.TabIndex = 16;
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(29, 61);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(122, 21);
            this.textBox1.TabIndex = 4;
            // 
            // button2
            // 
            this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button2.Location = new System.Drawing.Point(13, 131);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(101, 42);
            this.button2.TabIndex = 12;
            this.button2.Text = "取消";
            this.button2.UseVisualStyleBackColor = true;
            // 
            // dataGridView1
            // 
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.讀者ID,
            this.讀者姓名,
            this.欠款,
            this.圖書ID,
            this.圖書名稱,
            this.借閱時(shí)間,
            this.歸還時(shí)間,
            this.續(xù)借次數(shù)});
            this.dataGridView1.Location = new System.Drawing.Point(149, 148);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(797, 309);
            this.dataGridView1.TabIndex = 15;
            // 
            // button1
            // 
            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.button1.Location = new System.Drawing.Point(13, 56);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(101, 42);
            this.button1.TabIndex = 11;
            this.button1.Text = "確定";
            this.button1.UseVisualStyleBackColor = true;
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(13, 56);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(101, 42);
            this.button5.TabIndex = 18;
            this.button5.Text = "確定";
            this.button5.UseVisualStyleBackColor = true;
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(13, 131);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(101, 42);
            this.button6.TabIndex = 19;
            this.button6.Text = "取消";
            this.button6.UseVisualStyleBackColor = true;
            // 
            // 還書管理
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(948, 457);
            this.Controls.Add(this.button6);
            this.Controls.Add(this.button5);
            this.Controls.Add(this.button4);
            this.Controls.Add(this.button3);
            this.Controls.Add(this.splitter1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.button1);
            this.Name = "還書管理";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "還書管理";
            this.Load += new System.EventHandler(this.還書管理_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridViewTextBoxColumn 圖書ID;
        private System.Windows.Forms.DataGridViewTextBoxColumn 圖書名稱;
        private System.Windows.Forms.DataGridViewTextBoxColumn 欠款;
        private System.Windows.Forms.DataGridViewTextBoxColumn 讀者ID;
        private System.Windows.Forms.DataGridViewTextBoxColumn 讀者姓名;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.DataGridViewTextBoxColumn 續(xù)借次數(shù);
        private System.Windows.Forms.DataGridViewTextBoxColumn 借閱時(shí)間;
        private System.Windows.Forms.DataGridViewTextBoxColumn 歸還時(shí)間;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Splitter splitter1;
        private System.Windows.Forms.TextBox textBox2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.Button button6;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩一区二区电影在线| 国产精品美女久久久久aⅴ| 成人午夜短视频| 舔着乳尖日韩一区| 亚洲人吸女人奶水| 久久久国际精品| 欧美精品乱人伦久久久久久| voyeur盗摄精品| 国产一区二区三区日韩| 日本欧美一区二区在线观看| 亚洲欧美日本韩国| 国产精品欧美久久久久无广告 | 久久婷婷一区二区三区| 欧美唯美清纯偷拍| 一本久久a久久免费精品不卡| 国产精品综合在线视频| 日韩**一区毛片| 亚洲国产欧美另类丝袜| 亚洲人一二三区| 中文字幕一区二区在线观看| 久久久91精品国产一区二区精品 | 国产精品欧美经典| 国产亚洲精品精华液| 精品久久国产97色综合| 6080日韩午夜伦伦午夜伦| 在线观看三级视频欧美| 色妞www精品视频| 不卡视频免费播放| 成人18视频在线播放| 成人伦理片在线| 成人黄色a**站在线观看| 国产超碰在线一区| 高清不卡在线观看| 国产白丝网站精品污在线入口| 精品在线播放免费| 狠狠色丁香久久婷婷综| 五月天激情小说综合| 午夜视频在线观看一区二区 | 午夜精品久久久久久久久久| 亚洲黄色免费网站| 亚洲香蕉伊在人在线观| 午夜天堂影视香蕉久久| 奇米四色…亚洲| 黄网站免费久久| 国产成人免费高清| www..com久久爱| 一本到一区二区三区| 色狠狠色狠狠综合| 777亚洲妇女| 久久综合一区二区| 国产精品国产馆在线真实露脸| 国产精品久久久久久久久晋中 | 99精品一区二区三区| 99久久综合99久久综合网站| 91麻豆国产精品久久| 欧美日韩午夜影院| 欧美xxxx在线观看| 亚洲国产精品成人综合色在线婷婷 | 粉嫩aⅴ一区二区三区四区| 成人av网站在线观看| 在线亚洲高清视频| 精品剧情在线观看| 综合网在线视频| 午夜精品在线视频一区| 老鸭窝一区二区久久精品| 国产成人精品亚洲777人妖| 91丨九色丨蝌蚪丨老版| 欧美精品自拍偷拍| 国产三级一区二区| 亚洲综合在线电影| 毛片av一区二区三区| 成人综合在线观看| 欧美精品一二三四| 国产欧美一区二区三区沐欲| 亚洲免费观看高清| 久国产精品韩国三级视频| 91丨国产丨九色丨pron| 日韩午夜激情视频| 亚洲欧洲成人精品av97| 五月天中文字幕一区二区| 国产一区不卡在线| 在线免费观看日韩欧美| 亚洲精品一线二线三线无人区| 亚洲视频免费在线观看| 蜜臀av性久久久久蜜臀aⅴ四虎 | 91精品国产麻豆国产自产在线 | 一区二区日韩电影| 狠狠狠色丁香婷婷综合久久五月| 色天使色偷偷av一区二区| 欧美大度的电影原声| 亚洲精品亚洲人成人网 | 国产一区二区毛片| 欧美在线啊v一区| 国产日韩三级在线| 视频在线观看一区| 99精品偷自拍| 久久久影视传媒| 日本不卡一区二区三区| 99久久久国产精品免费蜜臀| 亚洲精品一区二区三区香蕉| 亚洲一区在线观看视频| 成人白浆超碰人人人人| 精品日韩一区二区三区免费视频| 亚洲综合久久久| 成人黄色av电影| 久久久av毛片精品| 久久精品国产网站| 欧美人妖巨大在线| 尤物在线观看一区| 99精品国产热久久91蜜凸| 久久综合九色欧美综合狠狠| 日韩电影在线免费| 欧美日韩中文字幕精品| 中文字幕日韩欧美一区二区三区| 国产精品一区二区久激情瑜伽| 欧美一区二区不卡视频| 性做久久久久久| 欧美午夜在线观看| 亚洲精选视频在线| 91麻豆免费观看| 亚洲美女在线一区| 色偷偷久久人人79超碰人人澡| 中文字幕第一页久久| 国产成人免费视频网站高清观看视频| 日韩精品一区二区三区在线观看| 日韩不卡手机在线v区| 欧美亚洲国产bt| 亚洲制服欧美中文字幕中文字幕| 色一情一乱一乱一91av| 一区二区在线观看不卡| 色成人在线视频| 亚洲国产美国国产综合一区二区| 亚洲精品伦理在线| 亚洲福利视频导航| 91麻豆国产自产在线观看| 国产精品美女视频| 国产99久久久久久免费看农村| 久久亚洲精华国产精华液| 久久99国产精品尤物| 欧美成人午夜电影| 国产综合久久久久影院| www久久久久| 粉嫩欧美一区二区三区高清影视| 欧美国产精品v| 色偷偷久久一区二区三区| 亚洲一二三四久久| 欧美日韩在线一区二区| 日韩精品福利网| 日韩欧美一区在线| 国产成人综合在线| 椎名由奈av一区二区三区| 91久久免费观看| 丝袜国产日韩另类美女| 精品国产99国产精品| 国产成人免费xxxxxxxx| 亚洲免费在线观看| 制服丝袜在线91| 国产精品一区二区三区99| 国产精品理论片在线观看| 欧美综合欧美视频| 久久爱www久久做| 国产精品天美传媒| 欧美在线短视频| 精品在线一区二区三区| 国产精品久久毛片| 欧美疯狂性受xxxxx喷水图片| 美国十次综合导航| 中文字幕亚洲精品在线观看| 欧美精选一区二区| 国产成人免费xxxxxxxx| 亚洲成人一二三| 国产亚洲欧美一区在线观看| 色综合久久中文字幕综合网| 日本系列欧美系列| 国产精品不卡一区| 欧美一区二区在线观看| 粉嫩欧美一区二区三区高清影视| 亚洲电影欧美电影有声小说| 久久久综合视频| 欧美日韩免费一区二区三区| 国产一区二区0| 性感美女极品91精品| 久久久久久久久伊人| 欧美精品亚洲一区二区在线播放| 国产一二三精品| 亚洲国产精品一区二区久久| 久久久99精品免费观看不卡| 欧美色图12p| 国产成人激情av| 日本亚洲最大的色成网站www| 国产精品毛片久久久久久| 日韩一区二区不卡| 色偷偷久久一区二区三区| 国产一区二区三区免费在线观看| 亚洲国产精品一区二区www在线| 国产日产亚洲精品系列| 欧美妇女性影城| 91电影在线观看| 成人99免费视频| 国产黄色精品视频|