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

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

?? librarymanager.cs

?? 圖書館信息管理系統 Library Information Management System
?? CS
?? 第 1 頁 / 共 4 頁
字號:
			this.mnuWindows = new System.Windows.Forms.MenuItem();
			this.mnuHelp = new System.Windows.Forms.MenuItem();
			this.menuItem19 = new System.Windows.Forms.MenuItem();
			this.menuItem20 = new System.Windows.Forms.MenuItem();
			this.mnuAboutLibraryManageSystem = new System.Windows.Forms.MenuItem();
			this.iltToolBar = new System.Windows.Forms.ImageList(this.components);
			this.tbMain = new System.Windows.Forms.ToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton7 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
			this.prtDocument = new System.Drawing.Printing.PrintDocument();
			this.dlgPageSetup = new System.Windows.Forms.PageSetupDialog();
			this.dlgPrint = new System.Windows.Forms.PrintDialog();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.SuspendLayout();
			// 
			// mnuMain
			// 
			this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					this.menuItem1,
																					this.mnuSystem,
																					this.mnuBooksSetting,
																					this.mnuBooksManage,
																					this.mnuReaderManage,
																					this.mnuSystemSearch,
																					this.mnuStatistics,
																					this.mnuWindows,
																					this.mnuHelp});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.mnuProvisionalLeave,
																					  this.menuItem3,
																					  this.mnuExitSystem});
			this.menuItem1.Text = "文件(&F)";
			// 
			// mnuProvisionalLeave
			// 
			this.mnuProvisionalLeave.Index = 0;
			this.mnuProvisionalLeave.Shortcut = System.Windows.Forms.Shortcut.CtrlB;
			this.mnuProvisionalLeave.Text = "暫時離開";
			this.mnuProvisionalLeave.Click += new System.EventHandler(this.mnuProvisionalLeave_Click);
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 1;
			this.menuItem3.Text = "-";
			// 
			// mnuExitSystem
			// 
			this.mnuExitSystem.Index = 2;
			this.mnuExitSystem.Shortcut = System.Windows.Forms.Shortcut.CtrlD;
			this.mnuExitSystem.Text = "退出系統";
			this.mnuExitSystem.Click += new System.EventHandler(this.mnuExitSystem_Click);
			// 
			// mnuSystem
			// 
			this.mnuSystem.Index = 1;
			this.mnuSystem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.mnuUserSetting,
																					  this.mnuLibraryInfo});
			this.mnuSystem.Text = "系統設置(&S)";
			// 
			// mnuUserSetting
			// 
			this.mnuUserSetting.Index = 0;
			this.mnuUserSetting.Shortcut = System.Windows.Forms.Shortcut.CtrlE;
			this.mnuUserSetting.Text = "管理員設置";
			this.mnuUserSetting.Click += new System.EventHandler(this.mnuUserSetting_Click);
			// 
			// mnuLibraryInfo
			// 
			this.mnuLibraryInfo.Index = 1;
			this.mnuLibraryInfo.Shortcut = System.Windows.Forms.Shortcut.CtrlF;
			this.mnuLibraryInfo.Text = "圖書館信息";
			this.mnuLibraryInfo.Click += new System.EventHandler(this.mnuLibraryInfo_Click);
			// 
			// mnuBooksSetting
			// 
			this.mnuBooksSetting.Index = 2;
			this.mnuBooksSetting.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																							this.mnuPressSetting,
																							this.menuItem48,
																							this.menuItem5});
			this.mnuBooksSetting.Text = "圖書設置(&B)";
			// 
			// mnuPressSetting
			// 
			this.mnuPressSetting.Index = 0;
			this.mnuPressSetting.Shortcut = System.Windows.Forms.Shortcut.CtrlG;
			this.mnuPressSetting.Text = "出版社設置";
			this.mnuPressSetting.Click += new System.EventHandler(this.mnuPressSetting_Click);
			// 
			// menuItem48
			// 
			this.menuItem48.Index = 1;
			this.menuItem48.Text = "-";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 2;
			this.menuItem5.Shortcut = System.Windows.Forms.Shortcut.CtrlH;
			this.menuItem5.Text = "存放位置";
			this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
			// 
			// mnuBooksManage
			// 
			this.mnuBooksManage.Index = 3;
			this.mnuBooksManage.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						   this.mnuBuyBooks,
																						   this.mnuBooksInfo,
																						   this.menuItem6,
																						   this.mnuBorrowBooks,
																						   this.menuItem10,
																						   this.menuItem11,
																						   this.mnuReturnBooks,
																						   this.menuItem18,
																						   this.menuItem21,
																						   this.menuItem22});
			this.mnuBooksManage.Text = "圖書管理(&M)";
			// 
			// mnuBuyBooks
			// 
			this.mnuBuyBooks.Index = 0;
			this.mnuBuyBooks.Shortcut = System.Windows.Forms.Shortcut.CtrlI;
			this.mnuBuyBooks.Text = "圖書采購";
			this.mnuBuyBooks.Click += new System.EventHandler(this.mnuBuyBooks_Click);
			// 
			// mnuBooksInfo
			// 
			this.mnuBooksInfo.Index = 1;
			this.mnuBooksInfo.Shortcut = System.Windows.Forms.Shortcut.CtrlJ;
			this.mnuBooksInfo.Text = "圖書資料";
			this.mnuBooksInfo.Click += new System.EventHandler(this.mnuBooksInfo_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 2;
			this.menuItem6.Text = "-";
			// 
			// mnuBorrowBooks
			// 
			this.mnuBorrowBooks.Index = 3;
			this.mnuBorrowBooks.Shortcut = System.Windows.Forms.Shortcut.CtrlK;
			this.mnuBorrowBooks.Text = "借閱圖書";
			this.mnuBorrowBooks.Click += new System.EventHandler(this.mnuBorrowBooks_Click);
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 4;
			this.menuItem10.Shortcut = System.Windows.Forms.Shortcut.CtrlL;
			this.menuItem10.Text = "續借圖書";
			this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
			// 
			// menuItem11
			// 
			this.menuItem11.Index = 5;
			this.menuItem11.Text = "-";
			// 
			// mnuReturnBooks
			// 
			this.mnuReturnBooks.Index = 6;
			this.mnuReturnBooks.Shortcut = System.Windows.Forms.Shortcut.CtrlM;
			this.mnuReturnBooks.Text = "歸還圖書";
			this.mnuReturnBooks.Click += new System.EventHandler(this.mnuReturnBooks_Click);
			// 
			// menuItem18
			// 
			this.menuItem18.Index = 7;
			this.menuItem18.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
			this.menuItem18.Text = "毀書罰款";
			this.menuItem18.Visible = false;
			// 
			// menuItem21
			// 
			this.menuItem21.Index = 8;
			this.menuItem21.Text = "-";
			// 
			// menuItem22
			// 
			this.menuItem22.Index = 9;
			this.menuItem22.Shortcut = System.Windows.Forms.Shortcut.CtrlO;
			this.menuItem22.Text = "掛失圖書";
			this.menuItem22.Click += new System.EventHandler(this.menuItem22_Click);
			// 
			// mnuReaderManage
			// 
			this.mnuReaderManage.Index = 4;
			this.mnuReaderManage.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																							this.menuItem23,
																							this.menuItem25,
																							this.mnuAddNewCard,
																							this.mnuCancelReader,
																							this.mnuRegisterLoss,
																							this.mnuLiftLossRegister,
																							this.menuItem27,
																							this.mnuReaderManager,
																							this.menuItem2});
			this.mnuReaderManage.Text = "讀者管理(&R)";
			// 
			// menuItem23
			// 
			this.menuItem23.Index = 0;
			this.menuItem23.Shortcut = System.Windows.Forms.Shortcut.CtrlP;
			this.menuItem23.Text = "類型設置";
			this.menuItem23.Click += new System.EventHandler(this.menuItem23_Click);
			// 
			// menuItem25
			// 
			this.menuItem25.Index = 1;
			this.menuItem25.Text = "-";
			// 
			// mnuAddNewCard
			// 
			this.mnuAddNewCard.Index = 2;
			this.mnuAddNewCard.Shortcut = System.Windows.Forms.Shortcut.CtrlQ;
			this.mnuAddNewCard.Text = "讀者辦證";
			this.mnuAddNewCard.Click += new System.EventHandler(this.mnuAddNewCard_Click);
			// 
			// mnuCancelReader
			// 
			this.mnuCancelReader.Index = 3;
			this.mnuCancelReader.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
			this.mnuCancelReader.Text = "讀者注銷";
			this.mnuCancelReader.Visible = false;
			this.mnuCancelReader.Click += new System.EventHandler(this.mnuCancelReader_Click);
			// 
			// mnuRegisterLoss
			// 
			this.mnuRegisterLoss.Index = 4;
			this.mnuRegisterLoss.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
			this.mnuRegisterLoss.Text = "證件掛失";
			this.mnuRegisterLoss.Click += new System.EventHandler(this.mnuRegisterLoss_Click);
			// 
			// mnuLiftLossRegister
			// 
			this.mnuLiftLossRegister.Index = 5;
			this.mnuLiftLossRegister.Shortcut = System.Windows.Forms.Shortcut.CtrlT;
			this.mnuLiftLossRegister.Text = "證件解掛";
			this.mnuLiftLossRegister.Click += new System.EventHandler(this.mnuLiftLossRegister_Click);
			// 
			// menuItem27
			// 
			this.menuItem27.Index = 6;
			this.menuItem27.Text = "-";
			// 
			// mnuReaderManager
			// 
			this.mnuReaderManager.Index = 7;
			this.mnuReaderManager.Text = "讀者管理";
			this.mnuReaderManager.Click += new System.EventHandler(this.mnuReaderManager_Click);
			// 
			// mnuSystemSearch
			// 
			this.mnuSystemSearch.Index = 5;
			this.mnuSystemSearch.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																							this.menuItem32,
																							this.menuItem33,
																							this.menuItem34,
																							this.menuItem35,
																							this.menuItem36,
																							this.menuItem37,
																							this.menuItem38,
																							this.menuItem39,
																							this.menuItem40,
																							this.menuItem41});
			this.mnuSystemSearch.Text = "系統查詢(&E)";
			// 
			// menuItem32
			// 
			this.menuItem32.Index = 0;
			this.menuItem32.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftA;
			this.menuItem32.Text = "圖書借閱記錄";
			this.menuItem32.Click += new System.EventHandler(this.menuItem32_Click);
			// 
			// menuItem33
			// 
			this.menuItem33.Index = 1;
			this.menuItem33.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftB;
			this.menuItem33.Text = "借閱圖書查詢";
			this.menuItem33.Click += new System.EventHandler(this.menuItem33_Click);
			// 
			// menuItem34
			// 
			this.menuItem34.Index = 2;
			this.menuItem34.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftC;
			this.menuItem34.Text = "歸還圖書查詢";
			this.menuItem34.Click += new System.EventHandler(this.menuItem34_Click);
			// 
			// menuItem35
			// 
			this.menuItem35.Index = 3;
			this.menuItem35.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftD;
			this.menuItem35.Text = "超期圖書查詢";
			this.menuItem35.Click += new System.EventHandler(this.menuItem35_Click);
			// 
			// menuItem36
			// 
			this.menuItem36.Index = 4;
			this.menuItem36.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftE;
			this.menuItem36.Text = "丟失圖書查詢";
			this.menuItem36.Click += new System.EventHandler(this.menuItem36_Click);
			// 
			// menuItem37
			// 
			this.menuItem37.Index = 5;
			this.menuItem37.Text = "-";
			// 
			// menuItem38
			// 
			this.menuItem38.Index = 6;
			this.menuItem38.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftF;
			this.menuItem38.Text = "讀者信息查詢";
			this.menuItem38.Click += new System.EventHandler(this.menuItem38_Click);
			// 
			// menuItem39
			// 
			this.menuItem39.Index = 7;
			this.menuItem39.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftG;
			this.menuItem39.Text = "借書證掛失查詢";
			this.menuItem39.Click += new System.EventHandler(this.menuItem39_Click);
			// 
			// menuItem40
			// 
			this.menuItem40.Index = 8;
			this.menuItem40.Text = "-";
			// 
			// menuItem41
			// 
			this.menuItem41.Index = 9;
			this.menuItem41.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					   this.menuItem42,
																					   this.menuItem43,
																					   this.menuItem44});
			this.menuItem41.Text = "今日信息查詢";
			// 
			// menuItem42
			// 
			this.menuItem42.Index = 0;
			this.menuItem42.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftH;
			this.menuItem42.Text = "借閱圖書查詢";
			this.menuItem42.Click += new System.EventHandler(this.menuItem42_Click);
			// 
			// menuItem43
			// 
			this.menuItem43.Index = 1;
			this.menuItem43.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftI;
			this.menuItem43.Text = "歸還圖書查詢";
			this.menuItem43.Click += new System.EventHandler(this.menuItem43_Click);
			// 
			// menuItem44
			// 
			this.menuItem44.Index = 2;
			this.menuItem44.Shortcut = System.Windows.Forms.Shortcut.CtrlShiftJ;
			this.menuItem44.Text = "到期/超期信息";
			this.menuItem44.Click += new System.EventHandler(this.menuItem44_Click);
			// 
			// mnuStatistics
			// 
			this.mnuStatistics.Index = 6;
			this.mnuStatistics.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																						  this.mnuBooksStatistics,
																						  this.mnuReaderStatistics});
			this.mnuStatistics.Text = "統計排名(&P)";
			// 
			// mnuBooksStatistics
			// 
			this.mnuBooksStatistics.Index = 0;
			this.mnuBooksStatistics.Shortcut = System.Windows.Forms.Shortcut.CtrlU;
			this.mnuBooksStatistics.Text = "圖書借閱排名";
			this.mnuBooksStatistics.Click += new System.EventHandler(this.mnuBooksStatistics_Click);
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美精品一区二区在线观看| 精品女同一区二区| 99久久精品国产麻豆演员表| 欧美不卡123| 国产成人av影院| 国内精品久久久久影院一蜜桃| 日本不卡一区二区| 日韩精品亚洲一区| 日本中文一区二区三区| 麻豆一区二区三区| 激情欧美一区二区| 岛国av在线一区| 成人免费福利片| 日韩电影免费在线看| 国产在线播放一区二区三区| 天堂成人免费av电影一区| 日本三级亚洲精品| 国产在线播放一区二区三区 | 国产一区二区在线观看免费| 国产成人精品亚洲午夜麻豆| 国产91精品久久久久久久网曝门| 成人国产精品免费观看动漫| 性久久久久久久久久久久| 欧美日韩在线三区| 懂色av一区二区夜夜嗨| 欧美日韩你懂得| 在线免费亚洲电影| 日韩欧美不卡在线观看视频| 精品久久久久久久久久久久久久久久久 | 韩国视频一区二区| 国产精品久久夜| 欧美日韩视频一区二区| 麻豆国产一区二区| 国产一区二区视频在线| 亚洲欧美一区二区三区极速播放 | 亚洲精品久久久久久国产精华液| 国产精品久久久久久亚洲毛片| 在线亚洲精品福利网址导航| 美女一区二区在线观看| 亚洲欧美在线高清| 欧美日韩精品二区第二页| 欧美综合久久久| 亚洲婷婷综合色高清在线| 欧美一区二区三区日韩视频| 激情六月婷婷综合| 国产成人午夜片在线观看高清观看| 麻豆国产一区二区| 国产主播一区二区三区| 亚洲成av人在线观看| 亚洲精品一二三| 综合久久综合久久| 国产亚洲午夜高清国产拍精品 | 午夜天堂影视香蕉久久| 亚洲成人自拍偷拍| 免费观看一级特黄欧美大片| 欧美大片顶级少妇| 成人欧美一区二区三区白人| 亚洲福利视频三区| 94-欧美-setu| 欧美激情资源网| 亚洲自拍与偷拍| 成人av电影免费观看| 欧美日韩成人综合| 中文成人av在线| 免费看欧美女人艹b| 色综合久久中文字幕综合网| 91精品国产一区二区三区 | 国产剧情av麻豆香蕉精品| 国产精品久久久久久久久晋中 | 国产99久久久久久免费看农村| 国产成人精品www牛牛影视| 日韩午夜激情av| 综合婷婷亚洲小说| 久久狠狠亚洲综合| 日韩视频一区二区在线观看| 国产老肥熟一区二区三区| 亚洲男同性恋视频| 91免费版pro下载短视频| 欧美va亚洲va香蕉在线| 中文字幕av不卡| 美女网站一区二区| 欧美一区二区视频免费观看| 国产欧美一区二区三区在线看蜜臀 | 欧美v国产在线一区二区三区| 欧美偷拍一区二区| 国产69精品久久久久毛片 | 午夜精品成人在线视频| 欧美高清视频一二三区| 久久国产视频网| 亚洲视频在线观看三级| 99热这里都是精品| 亚洲一区二区三区四区在线免费观看| 欧美国产日韩a欧美在线观看| 亚洲欧美另类小说| 8v天堂国产在线一区二区| 秋霞影院一区二区| 欧美三级视频在线观看| 性久久久久久久久久久久| 99麻豆久久久国产精品免费优播| 国产精品乱码一区二三区小蝌蚪| 不卡av在线免费观看| 蜜臀av亚洲一区中文字幕| 另类的小说在线视频另类成人小视频在线 | 欧美成人官网二区| 成人午夜视频网站| 一区二区三区四区五区视频在线观看| 成人网页在线观看| 亚洲精品国产视频| 日韩欧美一级片| 国产精品性做久久久久久| 中文字幕一区av| 91精品中文字幕一区二区三区| 国产一区二区精品久久99| 日韩制服丝袜av| 亚洲欧美二区三区| 99久久久无码国产精品| 五月激情丁香一区二区三区| 国产精品久久夜| www国产亚洲精品久久麻豆| 国产一区二区91| 欧美日韩国产成人在线免费| 狠狠色丁香久久婷婷综| 国产不卡在线播放| 日日摸夜夜添夜夜添精品视频| 91免费在线看| 色哟哟国产精品免费观看| 91蜜桃网址入口| 成人性生交大合| 日韩欧美国产1| 欧美精品一区二区三区视频| 日本韩国一区二区| 无码av免费一区二区三区试看| 欧美一区二区免费| 7777精品伊人久久久大香线蕉超级流畅 | 日本不卡一区二区三区| 欧美日韩大陆在线| 久久久久亚洲蜜桃| 精品国产乱码久久久久久久久 | 亚洲精品视频自拍| 午夜免费久久看| 国产99精品国产| 色妞www精品视频| 99精品国产99久久久久久白柏| 国产精品看片你懂得| 欧美视频一二三区| 欧美日韩日日夜夜| 欧美性猛片aaaaaaa做受| 精品视频在线免费看| 亚洲风情在线资源站| 在线视频综合导航| 91麻豆精品视频| 日韩精品三区四区| 91啪在线观看| 精品福利视频一区二区三区| 色婷婷av一区二区三区gif| 欧美精品一区二区三区视频| 国产精品不卡一区| 亚洲免费在线视频一区 二区| 国产一区二区三区精品欧美日韩一区二区三区| 免费在线观看日韩欧美| 97久久精品人人爽人人爽蜜臀 | 美国十次了思思久久精品导航| 精品久久久三级丝袜| 欧美性猛交一区二区三区精品| 日韩成人免费在线| 亚洲女同一区二区| 久久精品欧美一区二区三区麻豆 | 中文字幕一区二区视频| 欧美卡1卡2卡| 成人18视频在线播放| 日韩精品久久久久久| 亚洲日穴在线视频| 欧美三级电影一区| 一区2区3区在线看| 色综合天天综合狠狠| 91色视频在线| 日韩精品久久理论片| 亚洲视频一区二区免费在线观看| 日韩欧美综合一区| 欧美日韩免费在线视频| 成人天堂资源www在线| 免费人成网站在线观看欧美高清| 国产欧美日韩精品在线| 精品美女一区二区三区| 51精品秘密在线观看| 在线观看欧美精品| 99国产精品国产精品久久| 国产福利一区在线| 久久99精品国产麻豆婷婷| 香蕉成人啪国产精品视频综合网| 国产女同互慰高潮91漫画| 精品剧情v国产在线观看在线| 欧美中文字幕一区| 色综合久久天天| av在线一区二区| 成人av网站在线| 国产99一区视频免费| 国产精品99久久久| 国产曰批免费观看久久久| 狠狠色丁香婷婷综合久久片|