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

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

?? frmbookmanager.designer.cs

?? 圖書館管理系統的一個代碼 很好的學習借鑒
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace BookManagementSystem
{
    partial class frmBookManager
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.Label 書籍編號Label;
            System.Windows.Forms.Label 書名Label;
            System.Windows.Forms.Label 作者Label;
            System.Windows.Forms.Label 出版社Label;
            System.Windows.Forms.Label 大類Label;
            System.Windows.Forms.Label 小類Label;
            System.Windows.Forms.Label 數量Label;
            System.Windows.Forms.Label 入庫時間Label;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBookManager));
            this.bookBindingNavigator = new System.Windows.Forms.BindingNavigator(this.components);
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bookBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mydata2DataSet = new BookManagementSystem.Mydata2DataSet();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bookBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.內容簡介TextBox = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.GetBookClass = new System.Windows.Forms.Button();
            this.入庫時間DateTimePicker = new System.Windows.Forms.DateTimePicker();
            this.現有數量TextBox = new System.Windows.Forms.TextBox();
            this.小類ComboBox = new System.Windows.Forms.ComboBox();
            this.大類ComboBox = new System.Windows.Forms.ComboBox();
            this.出版社TextBox = new System.Windows.Forms.TextBox();
            this.作者TextBox = new System.Windows.Forms.TextBox();
            this.書名TextBox = new System.Windows.Forms.TextBox();
            this.書籍編號TextBox = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.圖片PictureBox = new System.Windows.Forms.PictureBox();
            this.InImage = new System.Windows.Forms.Button();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.SerchBoxNo = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.SerchBoxName = new System.Windows.Forms.TextBox();
            this.SerchBox = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.clear = new System.Windows.Forms.Button();
            this.dataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fillByToolStrip = new System.Windows.Forms.ToolStrip();
            this.fillByToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.bookTableAdapter = new BookManagementSystem.Mydata2DataSetTableAdapters.BookTableAdapter();
            書籍編號Label = new System.Windows.Forms.Label();
            書名Label = new System.Windows.Forms.Label();
            作者Label = new System.Windows.Forms.Label();
            出版社Label = new System.Windows.Forms.Label();
            大類Label = new System.Windows.Forms.Label();
            小類Label = new System.Windows.Forms.Label();
            數量Label = new System.Windows.Forms.Label();
            入庫時間Label = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.bookBindingNavigator)).BeginInit();
            this.bookBindingNavigator.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bookBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mydata2DataSet)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.圖片PictureBox)).BeginInit();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
            this.fillByToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // 書籍編號Label
            // 
            書籍編號Label.AutoSize = true;
            書籍編號Label.Location = new System.Drawing.Point(12, 22);
            書籍編號Label.Name = "書籍編號Label";
            書籍編號Label.Size = new System.Drawing.Size(59, 12);
            書籍編號Label.TabIndex = 0;
            書籍編號Label.Text = "書籍編號:";
            // 
            // 書名Label
            // 
            書名Label.AutoSize = true;
            書名Label.Location = new System.Drawing.Point(36, 53);
            書名Label.Name = "書名Label";
            書名Label.Size = new System.Drawing.Size(35, 12);
            書名Label.TabIndex = 2;
            書名Label.Text = "書名:";
            // 
            // 作者Label
            // 
            作者Label.AutoSize = true;
            作者Label.Location = new System.Drawing.Point(202, 22);
            作者Label.Name = "作者Label";
            作者Label.Size = new System.Drawing.Size(35, 12);
            作者Label.TabIndex = 4;
            作者Label.Text = "作者:";
            // 
            // 出版社Label
            // 
            出版社Label.AutoSize = true;
            出版社Label.Location = new System.Drawing.Point(202, 53);
            出版社Label.Name = "出版社Label";
            出版社Label.Size = new System.Drawing.Size(47, 12);
            出版社Label.TabIndex = 6;
            出版社Label.Text = "出版社:";
            // 
            // 大類Label
            // 
            大類Label.AutoSize = true;
            大類Label.Location = new System.Drawing.Point(548, 23);
            大類Label.Name = "大類Label";
            大類Label.Size = new System.Drawing.Size(35, 12);
            大類Label.TabIndex = 8;
            大類Label.Text = "大類:";
            // 
            // 小類Label
            // 
            小類Label.AutoSize = true;
            小類Label.Location = new System.Drawing.Point(548, 54);
            小類Label.Name = "小類Label";
            小類Label.Size = new System.Drawing.Size(35, 12);
            小類Label.TabIndex = 10;
            小類Label.Text = "小類:";
            // 
            // 數量Label
            // 
            數量Label.AutoSize = true;
            數量Label.Location = new System.Drawing.Point(361, 23);
            數量Label.Name = "數量Label";
            數量Label.Size = new System.Drawing.Size(59, 12);
            數量Label.TabIndex = 12;
            數量Label.Text = "現有數量:";
            // 
            // 入庫時間Label
            // 
            入庫時間Label.AutoSize = true;
            入庫時間Label.Location = new System.Drawing.Point(361, 59);
            入庫時間Label.Name = "入庫時間Label";
            入庫時間Label.Size = new System.Drawing.Size(59, 12);
            入庫時間Label.TabIndex = 14;
            入庫時間Label.Text = "入庫時間:";
            // 
            // bookBindingNavigator
            // 
            this.bookBindingNavigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.bookBindingNavigator.BindingSource = this.bookBindingSource;
            this.bookBindingNavigator.CountItem = this.bindingNavigatorCountItem;
            this.bookBindingNavigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.bookBindingNavigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorSeparator,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bookBindingNavigatorSaveItem});
            this.bookBindingNavigator.Location = new System.Drawing.Point(0, 0);
            this.bookBindingNavigator.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.bookBindingNavigator.MoveLastItem = this.bindingNavigatorMoveLastItem;
            this.bookBindingNavigator.MoveNextItem = this.bindingNavigatorMoveNextItem;
            this.bookBindingNavigator.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.bookBindingNavigator.Name = "bookBindingNavigator";
            this.bookBindingNavigator.PositionItem = this.bindingNavigatorPositionItem;
            this.bookBindingNavigator.Size = new System.Drawing.Size(819, 25);
            this.bookBindingNavigator.TabIndex = 0;
            this.bookBindingNavigator.Text = "bindingNavigator1";
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "新添";
            // 
            // bookBindingSource
            // 
            this.bookBindingSource.DataMember = "Book";
            this.bookBindingSource.DataSource = this.mydata2DataSet;
            // 
            // mydata2DataSet
            // 
            this.mydata2DataSet.DataSetName = "Mydata2DataSet";
            this.mydata2DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
            this.bindingNavigatorCountItem.Text = "/ {0}";
            this.bindingNavigatorCountItem.ToolTipText = "總項數";
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本道免费精品一区二区三区| 欧美一二三在线| 欧美一区二区三区不卡| 欧美经典一区二区| 日本系列欧美系列| 色呦呦日韩精品| 2014亚洲片线观看视频免费| 一区二区国产视频| 不卡电影一区二区三区| 欧美电影精品一区二区| 亚洲午夜免费福利视频| 99国产欧美另类久久久精品 | 丝瓜av网站精品一区二区| 国产成人av影院| 欧美一区二区三区在线电影 | 国产精品视频你懂的| 粉嫩一区二区三区在线看| 在线不卡的av| 亚洲一区在线看| 91老师国产黑色丝袜在线| 日本一区二区三区久久久久久久久不| 日本成人在线视频网站| 欧美日韩国产高清一区| 日韩码欧中文字| 大胆欧美人体老妇| 久久久久一区二区三区四区| 另类综合日韩欧美亚洲| 在线视频国内一区二区| 1024成人网色www| 国产91精品欧美| 国产欧美中文在线| 国产一区二区三区免费| 日韩欧美在线1卡| 久久99精品网久久| 欧美成人艳星乳罩| 国产在线一区二区综合免费视频| 日韩一区二区三区免费看| 青青草97国产精品免费观看 | 欧美激情一区二区在线| 国产盗摄精品一区二区三区在线 | 亚洲在线视频免费观看| k8久久久一区二区三区| 亚洲欧洲在线观看av| 91在线免费视频观看| 亚洲蜜臀av乱码久久精品蜜桃| 色综合久久天天| 亚洲午夜国产一区99re久久| 7777精品伊人久久久大香线蕉完整版| 日韩av在线发布| 精品国精品国产| 粉嫩在线一区二区三区视频| 国产精品美女久久久久久| 99re这里只有精品6| 亚洲一卡二卡三卡四卡五卡| 91精品视频网| 国产精品主播直播| 亚洲欧美国产高清| 91麻豆精品国产91久久久久久久久| 麻豆免费精品视频| 久久精品夜色噜噜亚洲a∨| 白白色亚洲国产精品| 亚洲一级二级三级| 精品久久久久一区二区国产| 成人精品视频一区二区三区| 亚洲黄网站在线观看| 91麻豆精品91久久久久久清纯| 国产一区二区三区高清播放| 中文字幕在线观看不卡| 欧美日韩www| 大桥未久av一区二区三区中文| 亚洲综合偷拍欧美一区色| 欧美sm极限捆绑bd| 色婷婷国产精品久久包臀| 日韩黄色免费电影| 亚洲欧美日韩在线不卡| 精品久久久久久久久久久院品网 | 91丨porny丨国产| 美女久久久精品| 亚洲香蕉伊在人在线观| 国产欧美中文在线| 欧美一级夜夜爽| 91黄色激情网站| 国产成人免费av在线| 日本不卡中文字幕| 一区二区三区中文在线观看| 久久久99免费| 日韩免费高清视频| 欧美日韩精品三区| 91小视频在线观看| 国产suv精品一区二区883| 日本人妖一区二区| 亚洲午夜免费福利视频| 亚洲免费观看高清完整版在线观看熊| 久久综合九色综合97婷婷| 欧美日韩国产综合草草| 91日韩在线专区| 成人黄色小视频| 国产一区二区三区视频在线播放| 午夜精品福利一区二区三区av | 国产成人99久久亚洲综合精品| 日本伊人色综合网| 亚洲va韩国va欧美va精品| 亚洲精品ww久久久久久p站 | 国产亚洲精品超碰| 精品国产一区a| 日韩精品一区国产麻豆| 777欧美精品| 欧美日韩日日夜夜| 欧美另类videos死尸| 欧美日韩精品一区二区| 欧美另类高清zo欧美| 欧美男生操女生| 91麻豆精品国产91久久久更新时间| 欧美日韩大陆一区二区| 欧美日韩午夜在线| 欧美日韩精品免费观看视频| 欧美系列亚洲系列| 欧美日韩在线播放| 欧美剧情片在线观看| 777午夜精品免费视频| 欧美一二三在线| 精品日韩99亚洲| 国产欧美日韩卡一| 中文字幕日韩一区二区| 亚洲欧美乱综合| 亚洲综合在线免费观看| 天天色综合成人网| 久久精品国产久精国产| 国产成人av在线影院| av网站一区二区三区| 在线视频亚洲一区| 日韩一区二区影院| 国产欧美视频在线观看| 亚洲四区在线观看| 亚洲午夜久久久久久久久久久 | 成人黄色小视频| 色成人在线视频| 88在线观看91蜜桃国自产| 精品黑人一区二区三区久久 | 欧美mv日韩mv| 日本一区二区三区电影| 亚洲一区免费观看| 久久精品国产色蜜蜜麻豆| 成人久久视频在线观看| 在线观看网站黄不卡| 日韩欧美一级二级三级久久久| 中文字幕日韩一区| 性做久久久久久免费观看| 久久99精品国产麻豆不卡| 成人成人成人在线视频| 欧美一区二区三区在线电影| 国产欧美精品在线观看| 亚洲一区二区在线播放相泽| 裸体健美xxxx欧美裸体表演| 不卡视频在线观看| 精品少妇一区二区三区视频免付费| 欧美激情综合网| 午夜精品一区二区三区三上悠亚 | 日韩欧美色综合网站| 国产精品午夜电影| 香蕉成人啪国产精品视频综合网 | 久久91精品国产91久久小草| 99久久免费精品| 精品国产91乱码一区二区三区| 亚洲视频免费在线| 国产精品视频线看| 久久久久久久久99精品| 一区二区三区不卡视频在线观看 | 精品国产91久久久久久久妲己| 国产精品久久毛片a| 秋霞午夜鲁丝一区二区老狼| 成人av午夜影院| 日韩美女一区二区三区四区| 国产精品久久久久永久免费观看| 日韩1区2区3区| 欧洲激情一区二区| 色综合久久精品| 久久99精品久久久| 欧美卡1卡2卡| 尤物在线观看一区| 成人国产在线观看| 国产日韩欧美精品一区| 久久9热精品视频| 8v天堂国产在线一区二区| 一区二区三区四区在线播放 | 久久久九九九九| 蜜桃一区二区三区在线观看| 91九色02白丝porn| 亚洲欧美日韩在线播放| 国产一区二区女| 亚洲精品在线免费播放| 免费亚洲电影在线| 日韩欧美一区二区视频| 日本伊人色综合网| 日韩欧美在线影院| 美国三级日本三级久久99| 日韩亚洲欧美在线| 免费久久精品视频| 久久综合久久鬼色中文字| 国产成人精品www牛牛影视|