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

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

?? frmbookmanager.designer.cs

?? 圖書館管理系統的一個代碼 很好的學習借鑒
?? CS
?? 第 1 頁 / 共 3 頁
字號:
            this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "刪除";
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "移到第一條記錄";
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "移到上一條記錄";
            // 
            // bindingNavigatorSeparator
            // 
            this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
            this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.AccessibleName = "位置";
            this.bindingNavigatorPositionItem.AutoSize = false;
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 21);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.ToolTipText = "當前位置";
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "移到下一條記錄";
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "移到最后一條記錄";
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bookBindingNavigatorSaveItem
            // 
            this.bookBindingNavigatorSaveItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bookBindingNavigatorSaveItem.Image = ((System.Drawing.Image)(resources.GetObject("bookBindingNavigatorSaveItem.Image")));
            this.bookBindingNavigatorSaveItem.Name = "bookBindingNavigatorSaveItem";
            this.bookBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
            this.bookBindingNavigatorSaveItem.Text = "保存數據";
            this.bookBindingNavigatorSaveItem.Click += new System.EventHandler(this.bookBindingNavigatorSaveItem_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.內容簡介TextBox);
            this.groupBox2.Location = new System.Drawing.Point(637, 410);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(159, 178);
            this.groupBox2.TabIndex = 3;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "內容簡介";
            // 
            // 內容簡介TextBox
            // 
            this.內容簡介TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "內容簡介", true));
            this.內容簡介TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.內容簡介TextBox.Location = new System.Drawing.Point(3, 17);
            this.內容簡介TextBox.Multiline = true;
            this.內容簡介TextBox.Name = "內容簡介TextBox";
            this.內容簡介TextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.內容簡介TextBox.Size = new System.Drawing.Size(153, 158);
            this.內容簡介TextBox.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.GetBookClass);
            this.groupBox1.Controls.Add(入庫時間Label);
            this.groupBox1.Controls.Add(this.入庫時間DateTimePicker);
            this.groupBox1.Controls.Add(數量Label);
            this.groupBox1.Controls.Add(this.現有數量TextBox);
            this.groupBox1.Controls.Add(小類Label);
            this.groupBox1.Controls.Add(this.小類ComboBox);
            this.groupBox1.Controls.Add(大類Label);
            this.groupBox1.Controls.Add(this.大類ComboBox);
            this.groupBox1.Controls.Add(出版社Label);
            this.groupBox1.Controls.Add(this.出版社TextBox);
            this.groupBox1.Controls.Add(作者Label);
            this.groupBox1.Controls.Add(this.作者TextBox);
            this.groupBox1.Controls.Add(書名Label);
            this.groupBox1.Controls.Add(this.書名TextBox);
            this.groupBox1.Controls.Add(書籍編號Label);
            this.groupBox1.Controls.Add(this.書籍編號TextBox);
            this.groupBox1.Location = new System.Drawing.Point(51, 28);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(751, 81);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查閱圖書";
            // 
            // GetBookClass
            // 
            this.GetBookClass.Location = new System.Drawing.Point(701, 23);
            this.GetBookClass.Name = "GetBookClass";
            this.GetBookClass.Size = new System.Drawing.Size(44, 48);
            this.GetBookClass.TabIndex = 16;
            this.GetBookClass.Text = "取得類型";
            this.GetBookClass.UseVisualStyleBackColor = true;
            this.GetBookClass.Click += new System.EventHandler(this.GetBookClass_Click);
            // 
            // 入庫時間DateTimePicker
            // 
            this.入庫時間DateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.bookBindingSource, "入庫時間", true));
            this.入庫時間DateTimePicker.Location = new System.Drawing.Point(426, 55);
            this.入庫時間DateTimePicker.Name = "入庫時間DateTimePicker";
            this.入庫時間DateTimePicker.Size = new System.Drawing.Size(116, 21);
            this.入庫時間DateTimePicker.TabIndex = 15;
            // 
            // 現有數量TextBox
            // 
            this.現有數量TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "現有數量", true));
            this.現有數量TextBox.Location = new System.Drawing.Point(426, 20);
            this.現有數量TextBox.Name = "現有數量TextBox";
            this.現有數量TextBox.Size = new System.Drawing.Size(116, 21);
            this.現有數量TextBox.TabIndex = 13;
            // 
            // 小類ComboBox
            // 
            this.小類ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "小類", true));
            this.小類ComboBox.FormattingEnabled = true;
            this.小類ComboBox.Location = new System.Drawing.Point(589, 51);
            this.小類ComboBox.Name = "小類ComboBox";
            this.小類ComboBox.Size = new System.Drawing.Size(109, 20);
            this.小類ComboBox.TabIndex = 11;
            // 
            // 大類ComboBox
            // 
            this.大類ComboBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "大類", true));
            this.大類ComboBox.FormattingEnabled = true;
            this.大類ComboBox.Location = new System.Drawing.Point(589, 20);
            this.大類ComboBox.Name = "大類ComboBox";
            this.大類ComboBox.Size = new System.Drawing.Size(109, 20);
            this.大類ComboBox.TabIndex = 9;
            this.大類ComboBox.SelectedIndexChanged += new System.EventHandler(this.大類ComboBox_SelectedIndexChanged);
            // 
            // 出版社TextBox
            // 
            this.出版社TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "出版社", true));
            this.出版社TextBox.Location = new System.Drawing.Point(255, 50);
            this.出版社TextBox.Name = "出版社TextBox";
            this.出版社TextBox.Size = new System.Drawing.Size(100, 21);
            this.出版社TextBox.TabIndex = 7;
            // 
            // 作者TextBox
            // 
            this.作者TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "作者", true));
            this.作者TextBox.Location = new System.Drawing.Point(255, 19);
            this.作者TextBox.Name = "作者TextBox";
            this.作者TextBox.Size = new System.Drawing.Size(100, 21);
            this.作者TextBox.TabIndex = 5;
            // 
            // 書名TextBox
            // 
            this.書名TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "書名", true));
            this.書名TextBox.Location = new System.Drawing.Point(77, 50);
            this.書名TextBox.Name = "書名TextBox";
            this.書名TextBox.Size = new System.Drawing.Size(100, 21);
            this.書名TextBox.TabIndex = 3;
            // 
            // 書籍編號TextBox
            // 
            this.書籍編號TextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bookBindingSource, "書籍編號", true));
            this.書籍編號TextBox.Location = new System.Drawing.Point(77, 19);
            this.書籍編號TextBox.Name = "書籍編號TextBox";
            this.書籍編號TextBox.Size = new System.Drawing.Size(100, 21);
            this.書籍編號TextBox.TabIndex = 1;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.圖片PictureBox);
            this.groupBox3.Location = new System.Drawing.Point(637, 212);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(141, 158);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "圖片";
            // 
            // 圖片PictureBox
            // 
            this.圖片PictureBox.DataBindings.Add(new System.Windows.Forms.Binding("Image", this.bookBindingSource, "圖片", true));
            this.圖片PictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.圖片PictureBox.Location = new System.Drawing.Point(3, 17);
            this.圖片PictureBox.Name = "圖片PictureBox";
            this.圖片PictureBox.Size = new System.Drawing.Size(135, 138);
            this.圖片PictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.圖片PictureBox.TabIndex = 1;
            this.圖片PictureBox.TabStop = false;
            // 
            // InImage
            // 
            this.InImage.Location = new System.Drawing.Point(637, 376);
            this.InImage.Name = "InImage";
            this.InImage.Size = new System.Drawing.Size(75, 28);
            this.InImage.TabIndex = 6;
            this.InImage.Text = "導入圖片";
            this.InImage.UseVisualStyleBackColor = true;
            this.InImage.Click += new System.EventHandler(this.InImage_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.FileName = "openFileDialog1";
            // 
            // SerchBoxNo
            // 
            this.SerchBoxNo.Location = new System.Drawing.Point(68, 14);
            this.SerchBoxNo.Name = "SerchBoxNo";
            this.SerchBoxNo.Size = new System.Drawing.Size(85, 21);
            this.SerchBoxNo.TabIndex = 7;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 17);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲另类在线制服丝袜| 久久电影网站中文字幕| 蜜臀av性久久久久蜜臀aⅴ| 国产sm精品调教视频网站| 欧美私人免费视频| 久久精品亚洲乱码伦伦中文| 亚洲一区视频在线| 成人免费观看男女羞羞视频| 欧美男女性生活在线直播观看| 欧美成人激情免费网| 亚洲欧美一区二区三区国产精品 | 在线一区二区三区四区五区| 欧美电影免费观看完整版| 亚洲免费在线视频一区 二区| 国内精品伊人久久久久av影院| 91福利国产成人精品照片| 久久久久久久久久美女| 青青草精品视频| 91久久精品国产91性色tv| 欧美国产日韩一二三区| 精品亚洲aⅴ乱码一区二区三区| 欧美最新大片在线看 | 亚洲精品一线二线三线无人区| 中文字幕高清一区| 国产九九视频一区二区三区| 日韩精品一区二区三区四区| 亚洲成av人影院| 欧美日免费三级在线| 一区二区三区资源| 欧洲av一区二区嗯嗯嗯啊| 亚洲人123区| 91亚洲精品一区二区乱码| 中文字幕亚洲综合久久菠萝蜜| 国产成人综合精品三级| 久久免费电影网| 国内外成人在线| 国产亚洲一区二区在线观看| 国产一区二区三区综合| 久久久欧美精品sm网站| 国产麻豆成人精品| 国产日韩精品一区二区三区在线| 国产一区在线精品| 日本一区二区不卡视频| 成人一区二区视频| 国产精品人妖ts系列视频| 99精品视频一区二区| 综合久久一区二区三区| 91麻豆精品在线观看| 亚洲第一综合色| 日韩一区二区免费视频| 久久精品国产久精国产爱| 精品乱码亚洲一区二区不卡| 国产精品一级在线| 欧美韩日一区二区三区四区| 粉嫩av一区二区三区在线播放 | 欧美成人官网二区| 国产成人免费视频网站高清观看视频 | 日韩精品在线一区| 国产福利一区二区| 亚洲色图在线看| 欧美日韩高清影院| 高清久久久久久| 亚洲一二三四区不卡| 91麻豆精品久久久久蜜臀| 国精品**一区二区三区在线蜜桃 | 日韩三级精品电影久久久| 狠狠色狠狠色合久久伊人| 自拍偷拍欧美激情| 欧美精品日日鲁夜夜添| 国产一区二区伦理片| 亚洲欧美日韩中文播放 | 麻豆精品国产传媒mv男同| 久久色在线观看| 色综合网色综合| 六月丁香综合在线视频| 亚洲欧美日韩在线| 日韩一级完整毛片| 91丨porny丨户外露出| 日本人妖一区二区| 亚洲欧洲日韩在线| 精品国产制服丝袜高跟| 色婷婷av一区二区| 国产成人亚洲综合色影视| 午夜电影久久久| 国产精品伦理一区二区| 欧美xxxxx牲另类人与| 91福利小视频| 国产不卡视频一区二区三区| 日日夜夜免费精品| 亚洲人成小说网站色在线| 久久精品亚洲精品国产欧美kt∨| 欧美日韩中文精品| 91在线小视频| 国产精品1024久久| 毛片av一区二区| 亚洲国产乱码最新视频| 亚洲欧美偷拍卡通变态| 欧美国产日韩一二三区| 久久久久国产精品人| 正在播放一区二区| 欧美日韩精品一区二区三区蜜桃 | 国产女主播一区| 欧美tickling网站挠脚心| 欧美性受极品xxxx喷水| 91网站视频在线观看| 国产成人久久精品77777最新版本 国产成人鲁色资源国产91色综 | 国产乱子伦视频一区二区三区| 午夜在线成人av| 亚洲综合激情网| 亚洲天堂精品视频| 国产精品国产三级国产aⅴ中文| 久久精品亚洲精品国产欧美| 久久这里只有精品视频网| 欧美大片日本大片免费观看| 日韩一级黄色大片| 91麻豆精品国产91久久久资源速度| 欧美日韩精品综合在线| 欧美日韩国产首页在线观看| 91成人免费电影| 欧美在线视频不卡| 欧美日韩专区在线| 欧美妇女性影城| 日韩一级黄色片| 日韩三级视频在线看| 日韩一级免费一区| 欧美电影免费观看完整版| 欧美不卡一二三| 日本一区二区三区高清不卡| 国产女人aaa级久久久级| 中文字幕第一区综合| 国产精品进线69影院| 亚洲欧美一区二区三区久本道91| 免费成人av资源网| 国产精品每日更新| 精品国产麻豆免费人成网站| 欧美自拍偷拍午夜视频| 国产精品77777| 奇米影视7777精品一区二区| 亚洲欧美日韩小说| 国产精品久久久久久久久晋中 | 精品久久久久久最新网址| 日韩精品电影在线| 麻豆精品在线视频| 国产精品88888| 色哟哟亚洲精品| 欧美丰满美乳xxx高潮www| 欧美电影免费提供在线观看| 国产精品女主播av| 日日夜夜精品视频免费| 国产精一品亚洲二区在线视频| www.视频一区| 欧美精品亚洲一区二区在线播放| 欧美v亚洲v综合ⅴ国产v| ...xxx性欧美| 免费成人在线网站| 成人精品gif动图一区| 欧美在线观看一区二区| 久久影院视频免费| 亚洲一区在线播放| 国产一区二区三区综合| 欧美日韩亚洲高清一区二区| 久久综合久久综合久久| 亚洲综合在线五月| 国产另类ts人妖一区二区| 欧洲生活片亚洲生活在线观看| 久久免费美女视频| 性久久久久久久久久久久| 国产98色在线|日韩| 欧美色电影在线| 欧美国产一区在线| 日韩精品91亚洲二区在线观看| 丁香激情综合国产| 欧美一级片在线看| 亚洲一区在线观看免费| 成人99免费视频| 日韩片之四级片| 性做久久久久久久久| 不卡大黄网站免费看| 久久你懂得1024| 蜜臀久久久久久久| 色婷婷亚洲精品| 日本一区二区免费在线观看视频 | 国产精品一区二区91| 7777精品伊人久久久大香线蕉| 亚洲色图视频网| 成人免费毛片嘿嘿连载视频| 久久综合网色—综合色88| 五月天欧美精品| 欧美在线免费观看亚洲| 国产精品第13页| 福利91精品一区二区三区| 日韩欧美国产三级| 日韩av午夜在线观看| 欧美福利一区二区| 午夜一区二区三区在线观看| 91色综合久久久久婷婷| 中文字幕一区二区视频| 国产.欧美.日韩| 国产精品理伦片| 99re在线视频这里只有精品|