亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲综合激情网| 91成人免费网站| 国产91精品免费| 97久久精品人人做人人爽50路| 色综合天天综合网国产成人综合天 | 日韩成人伦理电影在线观看| 国产一区二区三区综合| 91免费国产视频网站| www成人在线观看| 亚洲精品国久久99热| 韩国精品免费视频| 欧美电影一区二区三区| 国产精品国产三级国产| 天天影视网天天综合色在线播放| 成人午夜私人影院| 欧美精品一区二区在线观看| 亚洲成av人影院在线观看网| bt欧美亚洲午夜电影天堂| 久久你懂得1024| 蜜桃在线一区二区三区| 欧美午夜免费电影| 亚洲天堂福利av| 不卡电影一区二区三区| 国产区在线观看成人精品| 免费在线观看成人| 欧美精品在欧美一区二区少妇| 久久精品国产网站| 日韩精品一区二区三区老鸭窝| 亚洲v中文字幕| 久久久久久久久99精品| 亚洲h在线观看| 亚洲欧美激情在线| 国产精品77777| 精品国产伦一区二区三区观看方式| 福利电影一区二区| 亚洲成av人影院在线观看网| 欧美韩国日本综合| 国产精品亚洲一区二区三区在线| 亚洲老妇xxxxxx| 欧美mv日韩mv国产| 国产精品一区专区| 亚洲成a人v欧美综合天堂| 国产精品毛片久久久久久| 99综合电影在线视频| 蜜桃av一区二区| 一区二区在线看| 中文字幕免费不卡| 精品国产三级a在线观看| 欧美在线观看视频一区二区 | 日本麻豆一区二区三区视频| 中文字幕在线不卡| 91啪亚洲精品| 国产大陆精品国产| 亚洲日本一区二区三区| 久久一区二区三区国产精品| 欧美日韩久久一区| 国产呦精品一区二区三区网站| 一区2区3区在线看| 欧美成人激情免费网| 欧美日韩中文精品| 精一区二区三区| 国产精品网曝门| 久久伊人中文字幕| 精品久久久久久久久久久久久久久久久 | 蜜桃视频在线一区| 亚洲成人免费电影| 亚洲国产你懂的| 精品国偷自产国产一区| 欧美精品久久一区二区三区| 一本久久精品一区二区| 久久精品av麻豆的观看方式| 天堂久久久久va久久久久| 精品国产一区二区三区不卡 | 99九九99九九九视频精品| 国产精品一区二区不卡| 国产一区视频导航| 国产一区二区在线视频| 久久超碰97中文字幕| 国产一区二区在线看| 国产精品99久久久久久宅男| 激情久久五月天| 国产精品91xxx| 成人av免费在线观看| 成人av影院在线| 日本久久电影网| 欧美日韩国产精选| 欧美一区午夜精品| yourporn久久国产精品| www..com久久爱| 一本久久a久久精品亚洲| 欧美性猛片xxxx免费看久爱| 欧美少妇一区二区| 欧美不卡一二三| 国产性做久久久久久| 日韩一区二区免费高清| 色94色欧美sute亚洲线路二 | 日韩欧美一区在线观看| 亚洲精品一区二区三区四区高清| 久久精子c满五个校花| 中文字幕一区在线观看| 一区二区三区四区在线| 六月丁香综合在线视频| 成人黄页在线观看| 欧美日韩电影在线播放| 欧美成人性福生活免费看| 国产欧美精品一区二区三区四区 | 欧美成人一级视频| 国产精品毛片a∨一区二区三区| 亚洲女人小视频在线观看| 日本中文字幕不卡| 成人性视频免费网站| 欧美日韩精品久久久| 久久夜色精品国产噜噜av| 亚洲视频一区二区在线| 久久se这里有精品| 91日韩在线专区| 精品久久一区二区三区| 一区二区视频在线看| 美女视频网站久久| 91美女视频网站| 精品国产百合女同互慰| 一区二区高清免费观看影视大全| 黄色资源网久久资源365| 一本到一区二区三区| 久久久蜜桃精品| 视频一区二区三区入口| 99久久婷婷国产综合精品| 精品国产乱码久久久久久1区2区| 亚洲色图一区二区三区| 九九精品一区二区| 欧美高清激情brazzers| 成人欧美一区二区三区黑人麻豆| 奇米777欧美一区二区| 日本精品视频一区二区三区| 精品福利av导航| 首页国产欧美久久| 99精品视频中文字幕| 久久精品一区二区三区av| 日韩和的一区二区| 91在线免费播放| 欧美激情综合在线| 激情国产一区二区| 日韩一区二区三区精品视频| 亚洲国产日韩在线一区模特 | 色哦色哦哦色天天综合| 欧美激情在线观看视频免费| 日本麻豆一区二区三区视频| 欧美午夜精品一区二区三区| 亚洲欧美日韩系列| 成人动漫av在线| 国产日韩欧美不卡| 国产一区二区在线影院| 欧美成人性福生活免费看| 婷婷国产在线综合| 欧美日韩国产片| 亚洲福利电影网| 欧美亚洲综合另类| 亚洲精品成a人| 色久综合一二码| 亚洲精品v日韩精品| 91久久精品网| 亚洲一二三四在线| 欧美优质美女网站| 亚洲成人在线免费| 777久久久精品| 国产精品久久久久久久久免费桃花| 精品在线观看视频| 久久综合久久综合久久综合| 韩日欧美一区二区三区| 久久亚洲一区二区三区明星换脸| 精品一区二区三区久久| 精品国产伦一区二区三区观看体验| 卡一卡二国产精品 | 国产精品对白交换视频| 成人免费高清在线观看| 一区免费观看视频| 欧美在线视频不卡| 热久久久久久久| 亚洲精品在线观看网站| 国产精品小仙女| 中文字幕亚洲一区二区va在线| 99国产精品99久久久久久| 一区二区三区欧美| 欧美夫妻性生活| 久久成人羞羞网站| 国产精品久久久久久久久免费丝袜 | 亚洲日本免费电影| 欧美日韩二区三区| 国内精品第一页| 亚洲视频小说图片| 欧美精品久久天天躁| 国产精品综合一区二区| 国产精品成人免费| 欧美精品99久久久**| 国产精品一区在线观看乱码| 亚洲免费在线视频一区 二区| 欧美日韩美女一区二区| 国精品**一区二区三区在线蜜桃| 国产精品日产欧美久久久久| 在线观看一区二区精品视频|