Form1.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. namespace BooksManageSystem
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  30. this.menu_M = new System.Windows.Forms.ToolStripMenuItem();
  31. this.menu_BUYBOOK = new System.Windows.Forms.ToolStripMenuItem();
  32. this.menu_RETURNBOOK = new System.Windows.Forms.ToolStripMenuItem();
  33. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  34. this.menu_SELLBOOK = new System.Windows.Forms.ToolStripMenuItem();
  35. this.menu_LINGQU = new System.Windows.Forms.ToolStripMenuItem();
  36. this.记录查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.menu_BookLOG = new System.Windows.Forms.ToolStripMenuItem();
  38. this.menu_All_bookLOG = new System.Windows.Forms.ToolStripMenuItem();
  39. this.menu_BigList = new System.Windows.Forms.ToolStripMenuItem();
  40. this.书籍清单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.menu_ModifyBook = new System.Windows.Forms.ToolStripMenuItem();
  42. this.menu_newBook = new System.Windows.Forms.ToolStripMenuItem();
  43. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  44. this.menu_exportBookList = new System.Windows.Forms.ToolStripMenuItem();
  45. this.menu_ExcelOutBookList = new System.Windows.Forms.ToolStripMenuItem();
  46. this.销售统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.menu_TotalSell = new System.Windows.Forms.ToolStripMenuItem();
  48. this.初始化ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.menu_init = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  51. this.menu_About = new System.Windows.Forms.ToolStripMenuItem();
  52. this.listView1 = new System.Windows.Forms.ListView();
  53. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  54. this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  55. this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  56. this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  57. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  58. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  59. this.txt_Search = new System.Windows.Forms.TextBox();
  60. this.label1 = new System.Windows.Forms.Label();
  61. this.btn_ShowAll = new System.Windows.Forms.Button();
  62. this.btn_Search = new System.Windows.Forms.Button();
  63. this.label2 = new System.Windows.Forms.Label();
  64. this.btn_in_Buy = new System.Windows.Forms.Button();
  65. this.btn_in_Return = new System.Windows.Forms.Button();
  66. this.btn_out_Sell = new System.Windows.Forms.Button();
  67. this.btn_out_Give = new System.Windows.Forms.Button();
  68. this.pl_BtnPlanel = new System.Windows.Forms.Panel();
  69. this.btn_out_Give_booklist = new System.Windows.Forms.Button();
  70. this.btn_BuyListQuery = new System.Windows.Forms.Button();
  71. this.btn_OPLOGALL = new System.Windows.Forms.Button();
  72. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  73. this.menuStrip1.SuspendLayout();
  74. this.pl_BtnPlanel.SuspendLayout();
  75. this.SuspendLayout();
  76. //
  77. // menuStrip1
  78. //
  79. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.menu_M,
  81. this.记录查询ToolStripMenuItem,
  82. this.书籍清单ToolStripMenuItem,
  83. this.销售统计ToolStripMenuItem,
  84. this.初始化ToolStripMenuItem});
  85. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  86. this.menuStrip1.Name = "menuStrip1";
  87. this.menuStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  88. this.menuStrip1.Size = new System.Drawing.Size(784, 25);
  89. this.menuStrip1.TabIndex = 0;
  90. //
  91. // menu_M
  92. //
  93. this.menu_M.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  94. this.menu_BUYBOOK,
  95. this.menu_RETURNBOOK,
  96. this.toolStripSeparator1,
  97. this.menu_SELLBOOK,
  98. this.menu_LINGQU});
  99. this.menu_M.Name = "menu_M";
  100. this.menu_M.Size = new System.Drawing.Size(84, 21);
  101. this.menu_M.Text = "数量变更(&C)";
  102. //
  103. // menu_BUYBOOK
  104. //
  105. this.menu_BUYBOOK.Name = "menu_BUYBOOK";
  106. this.menu_BUYBOOK.Size = new System.Drawing.Size(140, 22);
  107. this.menu_BUYBOOK.Text = "批量购书(&P)";
  108. this.menu_BUYBOOK.Click += new System.EventHandler(this.menu_BUYBOOK_Click);
  109. //
  110. // menu_RETURNBOOK
  111. //
  112. this.menu_RETURNBOOK.Name = "menu_RETURNBOOK";
  113. this.menu_RETURNBOOK.Size = new System.Drawing.Size(140, 22);
  114. this.menu_RETURNBOOK.Text = "归还书籍(&R)";
  115. this.menu_RETURNBOOK.Click += new System.EventHandler(this.menu_RETURNBOOK_Click);
  116. //
  117. // toolStripSeparator1
  118. //
  119. this.toolStripSeparator1.Name = "toolStripSeparator1";
  120. this.toolStripSeparator1.Size = new System.Drawing.Size(137, 6);
  121. //
  122. // menu_SELLBOOK
  123. //
  124. this.menu_SELLBOOK.Name = "menu_SELLBOOK";
  125. this.menu_SELLBOOK.Size = new System.Drawing.Size(140, 22);
  126. this.menu_SELLBOOK.Text = "销售书籍(&S)";
  127. this.menu_SELLBOOK.Click += new System.EventHandler(this.menu_SELLBOOK_Click);
  128. //
  129. // menu_LINGQU
  130. //
  131. this.menu_LINGQU.Name = "menu_LINGQU";
  132. this.menu_LINGQU.Size = new System.Drawing.Size(140, 22);
  133. this.menu_LINGQU.Text = "领取书籍(&E)";
  134. this.menu_LINGQU.Click += new System.EventHandler(this.menu_LINGQU_Click);
  135. //
  136. // 记录查询ToolStripMenuItem
  137. //
  138. this.记录查询ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  139. this.menu_BookLOG,
  140. this.menu_All_bookLOG,
  141. this.menu_BigList});
  142. this.记录查询ToolStripMenuItem.Name = "记录查询ToolStripMenuItem";
  143. this.记录查询ToolStripMenuItem.Size = new System.Drawing.Size(86, 21);
  144. this.记录查询ToolStripMenuItem.Text = "记录查询(&Q)";
  145. //
  146. // menu_BookLOG
  147. //
  148. this.menu_BookLOG.Name = "menu_BookLOG";
  149. this.menu_BookLOG.Size = new System.Drawing.Size(229, 22);
  150. this.menu_BookLOG.Text = "选中的书籍数量变更记录";
  151. this.menu_BookLOG.Click += new System.EventHandler(this.menu_BookLOG_Click);
  152. //
  153. // menu_All_bookLOG
  154. //
  155. this.menu_All_bookLOG.Name = "menu_All_bookLOG";
  156. this.menu_All_bookLOG.Size = new System.Drawing.Size(229, 22);
  157. this.menu_All_bookLOG.Text = "最近100次书籍数量变更记录";
  158. this.menu_All_bookLOG.Click += new System.EventHandler(this.menu_All_bookLOG_Click);
  159. //
  160. // menu_BigList
  161. //
  162. this.menu_BigList.Name = "menu_BigList";
  163. this.menu_BigList.Size = new System.Drawing.Size(229, 22);
  164. this.menu_BigList.Text = "购书单查询";
  165. this.menu_BigList.Click += new System.EventHandler(this.menu_BigList_Click);
  166. //
  167. // 书籍清单ToolStripMenuItem
  168. //
  169. this.书籍清单ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  170. this.menu_ModifyBook,
  171. this.menu_newBook,
  172. this.toolStripSeparator2,
  173. this.menu_exportBookList,
  174. this.menu_ExcelOutBookList});
  175. this.书籍清单ToolStripMenuItem.Name = "书籍清单ToolStripMenuItem";
  176. this.书籍清单ToolStripMenuItem.Size = new System.Drawing.Size(88, 21);
  177. this.书籍清单ToolStripMenuItem.Text = "书籍管理(&M)";
  178. //
  179. // menu_ModifyBook
  180. //
  181. this.menu_ModifyBook.Name = "menu_ModifyBook";
  182. this.menu_ModifyBook.Size = new System.Drawing.Size(228, 22);
  183. this.menu_ModifyBook.Text = "修改书籍(录入错误时候修改)";
  184. this.menu_ModifyBook.Click += new System.EventHandler(this.menu_ModifyBook_Click);
  185. //
  186. // menu_newBook
  187. //
  188. this.menu_newBook.Name = "menu_newBook";
  189. this.menu_newBook.Size = new System.Drawing.Size(228, 22);
  190. this.menu_newBook.Text = "添加新书(从没有用过的教材)";
  191. this.menu_newBook.Click += new System.EventHandler(this.menu_newBook_Click);
  192. //
  193. // toolStripSeparator2
  194. //
  195. this.toolStripSeparator2.Name = "toolStripSeparator2";
  196. this.toolStripSeparator2.Size = new System.Drawing.Size(225, 6);
  197. //
  198. // menu_exportBookList
  199. //
  200. this.menu_exportBookList.Name = "menu_exportBookList";
  201. this.menu_exportBookList.Size = new System.Drawing.Size(228, 22);
  202. this.menu_exportBookList.Text = "导出txt库存列表";
  203. this.menu_exportBookList.Click += new System.EventHandler(this.menu_exportBookList_Click);
  204. //
  205. // menu_ExcelOutBookList
  206. //
  207. this.menu_ExcelOutBookList.Name = "menu_ExcelOutBookList";
  208. this.menu_ExcelOutBookList.Size = new System.Drawing.Size(228, 22);
  209. this.menu_ExcelOutBookList.Text = "导出Excel库存列表";
  210. this.menu_ExcelOutBookList.Click += new System.EventHandler(this.menu_ExcelOutBookList_Click);
  211. //
  212. // 销售统计ToolStripMenuItem
  213. //
  214. this.销售统计ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  215. this.menu_TotalSell});
  216. this.销售统计ToolStripMenuItem.Name = "销售统计ToolStripMenuItem";
  217. this.销售统计ToolStripMenuItem.Size = new System.Drawing.Size(83, 21);
  218. this.销售统计ToolStripMenuItem.Text = "销售统计(&T)";
  219. //
  220. // menu_TotalSell
  221. //
  222. this.menu_TotalSell.Name = "menu_TotalSell";
  223. this.menu_TotalSell.Size = new System.Drawing.Size(177, 22);
  224. this.menu_TotalSell.Text = "导出Excel销售数据";
  225. this.menu_TotalSell.Click += new System.EventHandler(this.menu_TotalSell_Click);
  226. //
  227. // 初始化ToolStripMenuItem
  228. //
  229. this.初始化ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  230. this.menu_init,
  231. this.toolStripMenuItem1,
  232. this.toolStripMenuItem2,
  233. this.menu_About});
  234. this.初始化ToolStripMenuItem.Name = "初始化ToolStripMenuItem";
  235. this.初始化ToolStripMenuItem.Size = new System.Drawing.Size(59, 21);
  236. this.初始化ToolStripMenuItem.Text = "系统(&S)";
  237. //
  238. // menu_init
  239. //
  240. this.menu_init.Name = "menu_init";
  241. this.menu_init.Size = new System.Drawing.Size(182, 22);
  242. this.menu_init.Text = "初始数据维护";
  243. this.menu_init.Click += new System.EventHandler(this.menu_init_Click);
  244. //
  245. // toolStripMenuItem1
  246. //
  247. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  248. this.toolStripMenuItem1.Size = new System.Drawing.Size(182, 22);
  249. this.toolStripMenuItem1.Text = "数据库升级1.0到1.1";
  250. this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  251. //
  252. // menu_About
  253. //
  254. this.menu_About.Name = "menu_About";
  255. this.menu_About.Size = new System.Drawing.Size(182, 22);
  256. this.menu_About.Text = "关于";
  257. this.menu_About.Click += new System.EventHandler(this.menu_About_Click);
  258. //
  259. // listView1
  260. //
  261. this.listView1.BackColor = System.Drawing.Color.White;
  262. this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  263. this.columnHeader1,
  264. this.columnHeader2,
  265. this.columnHeader3,
  266. this.columnHeader4,
  267. this.columnHeader5,
  268. this.columnHeader6});
  269. this.listView1.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.listView1.FullRowSelect = true;
  271. this.listView1.GridLines = true;
  272. this.listView1.Location = new System.Drawing.Point(116, 55);
  273. this.listView1.Name = "listView1";
  274. this.listView1.Size = new System.Drawing.Size(656, 494);
  275. this.listView1.TabIndex = 3;
  276. this.listView1.UseCompatibleStateImageBehavior = false;
  277. this.listView1.View = System.Windows.Forms.View.Details;
  278. //
  279. // columnHeader1
  280. //
  281. this.columnHeader1.Text = "ID";
  282. this.columnHeader1.Width = 46;
  283. //
  284. // columnHeader2
  285. //
  286. this.columnHeader2.Text = "书名";
  287. this.columnHeader2.Width = 328;
  288. //
  289. // columnHeader3
  290. //
  291. this.columnHeader3.Text = "定价";
  292. this.columnHeader3.Width = 50;
  293. //
  294. // columnHeader4
  295. //
  296. this.columnHeader4.Text = "订购价";
  297. //
  298. // columnHeader5
  299. //
  300. this.columnHeader5.Text = "数量";
  301. this.columnHeader5.Width = 62;
  302. //
  303. // columnHeader6
  304. //
  305. this.columnHeader6.Text = "学生用书";
  306. this.columnHeader6.Width = 80;
  307. //
  308. // txt_Search
  309. //
  310. this.txt_Search.Location = new System.Drawing.Point(555, 28);
  311. this.txt_Search.Name = "txt_Search";
  312. this.txt_Search.Size = new System.Drawing.Size(100, 21);
  313. this.txt_Search.TabIndex = 4;
  314. this.txt_Search.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txt_Search_KeyPress);
  315. //
  316. // label1
  317. //
  318. this.label1.AutoSize = true;
  319. this.label1.Location = new System.Drawing.Point(520, 31);
  320. this.label1.Name = "label1";
  321. this.label1.Size = new System.Drawing.Size(29, 12);
  322. this.label1.TabIndex = 5;
  323. this.label1.Text = "查找";
  324. //
  325. // btn_ShowAll
  326. //
  327. this.btn_ShowAll.Location = new System.Drawing.Point(696, 26);
  328. this.btn_ShowAll.Name = "btn_ShowAll";
  329. this.btn_ShowAll.Size = new System.Drawing.Size(79, 23);
  330. this.btn_ShowAll.TabIndex = 6;
  331. this.btn_ShowAll.Text = "刷新/全部";
  332. this.btn_ShowAll.UseVisualStyleBackColor = true;
  333. this.btn_ShowAll.Click += new System.EventHandler(this.btn_ShowAll_Click);
  334. //
  335. // btn_Search
  336. //
  337. this.btn_Search.Location = new System.Drawing.Point(660, 26);
  338. this.btn_Search.Name = "btn_Search";
  339. this.btn_Search.Size = new System.Drawing.Size(37, 23);
  340. this.btn_Search.TabIndex = 7;
  341. this.btn_Search.Text = "Go";
  342. this.btn_Search.UseVisualStyleBackColor = true;
  343. this.btn_Search.Click += new System.EventHandler(this.btn_Search_Click);
  344. //
  345. // label2
  346. //
  347. this.label2.AutoSize = true;
  348. this.label2.Location = new System.Drawing.Point(114, 37);
  349. this.label2.Name = "label2";
  350. this.label2.Size = new System.Drawing.Size(137, 12);
  351. this.label2.TabIndex = 8;
  352. this.label2.Text = "红色为数量少的学生用书";
  353. //
  354. // btn_in_Buy
  355. //
  356. this.btn_in_Buy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(129)))), ((int)(((byte)(93)))));
  357. this.btn_in_Buy.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  358. this.btn_in_Buy.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.btn_in_Buy.Location = new System.Drawing.Point(3, 3);
  360. this.btn_in_Buy.Name = "btn_in_Buy";
  361. this.btn_in_Buy.Size = new System.Drawing.Size(91, 32);
  362. this.btn_in_Buy.TabIndex = 10;
  363. this.btn_in_Buy.Text = "批量购入";
  364. this.btn_in_Buy.UseVisualStyleBackColor = false;
  365. this.btn_in_Buy.Click += new System.EventHandler(this.btn_in_Buy_Click);
  366. //
  367. // btn_in_Return
  368. //
  369. this.btn_in_Return.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(164)))), ((int)(((byte)(59)))));
  370. this.btn_in_Return.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  371. this.btn_in_Return.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.btn_in_Return.Location = new System.Drawing.Point(3, 41);
  373. this.btn_in_Return.Name = "btn_in_Return";
  374. this.btn_in_Return.Size = new System.Drawing.Size(91, 32);
  375. this.btn_in_Return.TabIndex = 11;
  376. this.btn_in_Return.Text = "归还";
  377. this.btn_in_Return.UseVisualStyleBackColor = false;
  378. this.btn_in_Return.Click += new System.EventHandler(this.btn_in_Return_Click);
  379. //
  380. // btn_out_Sell
  381. //
  382. this.btn_out_Sell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  383. this.btn_out_Sell.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  384. this.btn_out_Sell.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btn_out_Sell.Location = new System.Drawing.Point(4, 97);
  386. this.btn_out_Sell.Name = "btn_out_Sell";
  387. this.btn_out_Sell.Size = new System.Drawing.Size(91, 32);
  388. this.btn_out_Sell.TabIndex = 12;
  389. this.btn_out_Sell.Text = "销售";
  390. this.btn_out_Sell.UseVisualStyleBackColor = false;
  391. this.btn_out_Sell.Click += new System.EventHandler(this.btn_out_Sell_Click);
  392. //
  393. // btn_out_Give
  394. //
  395. this.btn_out_Give.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(204)))), ((int)(((byte)(90)))));
  396. this.btn_out_Give.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  397. this.btn_out_Give.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.btn_out_Give.Location = new System.Drawing.Point(4, 135);
  399. this.btn_out_Give.Name = "btn_out_Give";
  400. this.btn_out_Give.Size = new System.Drawing.Size(91, 32);
  401. this.btn_out_Give.TabIndex = 13;
  402. this.btn_out_Give.Text = "领取";
  403. this.btn_out_Give.UseVisualStyleBackColor = false;
  404. this.btn_out_Give.Click += new System.EventHandler(this.btn_out_Give_Click);
  405. //
  406. // pl_BtnPlanel
  407. //
  408. this.pl_BtnPlanel.Controls.Add(this.btn_out_Give_booklist);
  409. this.pl_BtnPlanel.Controls.Add(this.btn_BuyListQuery);
  410. this.pl_BtnPlanel.Controls.Add(this.btn_OPLOGALL);
  411. this.pl_BtnPlanel.Controls.Add(this.btn_in_Buy);
  412. this.pl_BtnPlanel.Controls.Add(this.btn_out_Give);
  413. this.pl_BtnPlanel.Controls.Add(this.btn_in_Return);
  414. this.pl_BtnPlanel.Controls.Add(this.btn_out_Sell);
  415. this.pl_BtnPlanel.Location = new System.Drawing.Point(12, 55);
  416. this.pl_BtnPlanel.Name = "pl_BtnPlanel";
  417. this.pl_BtnPlanel.Size = new System.Drawing.Size(98, 327);
  418. this.pl_BtnPlanel.TabIndex = 14;
  419. //
  420. // btn_out_Give_booklist
  421. //
  422. this.btn_out_Give_booklist.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(204)))), ((int)(((byte)(90)))));
  423. this.btn_out_Give_booklist.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  424. this.btn_out_Give_booklist.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.btn_out_Give_booklist.Location = new System.Drawing.Point(4, 173);
  426. this.btn_out_Give_booklist.Name = "btn_out_Give_booklist";
  427. this.btn_out_Give_booklist.Size = new System.Drawing.Size(91, 32);
  428. this.btn_out_Give_booklist.TabIndex = 16;
  429. this.btn_out_Give_booklist.Text = "批量领取";
  430. this.btn_out_Give_booklist.UseVisualStyleBackColor = false;
  431. this.btn_out_Give_booklist.Click += new System.EventHandler(this.btn_out_Give_booklist_Click);
  432. //
  433. // btn_BuyListQuery
  434. //
  435. this.btn_BuyListQuery.BackColor = System.Drawing.Color.Violet;
  436. this.btn_BuyListQuery.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  437. this.btn_BuyListQuery.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.btn_BuyListQuery.ForeColor = System.Drawing.SystemColors.ControlText;
  439. this.btn_BuyListQuery.Location = new System.Drawing.Point(4, 292);
  440. this.btn_BuyListQuery.Name = "btn_BuyListQuery";
  441. this.btn_BuyListQuery.Size = new System.Drawing.Size(91, 32);
  442. this.btn_BuyListQuery.TabIndex = 15;
  443. this.btn_BuyListQuery.Text = "购书记录";
  444. this.btn_BuyListQuery.UseVisualStyleBackColor = false;
  445. this.btn_BuyListQuery.Click += new System.EventHandler(this.btn_BuyListQuery_Click);
  446. //
  447. // btn_OPLOGALL
  448. //
  449. this.btn_OPLOGALL.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(125)))), ((int)(((byte)(134)))));
  450. this.btn_OPLOGALL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  451. this.btn_OPLOGALL.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.btn_OPLOGALL.ForeColor = System.Drawing.SystemColors.ControlText;
  453. this.btn_OPLOGALL.Location = new System.Drawing.Point(3, 254);
  454. this.btn_OPLOGALL.Name = "btn_OPLOGALL";
  455. this.btn_OPLOGALL.Size = new System.Drawing.Size(91, 32);
  456. this.btn_OPLOGALL.TabIndex = 14;
  457. this.btn_OPLOGALL.Text = "全部记录";
  458. this.btn_OPLOGALL.UseVisualStyleBackColor = false;
  459. this.btn_OPLOGALL.Click += new System.EventHandler(this.btn_OPLOGALL_Click);
  460. //
  461. // toolStripMenuItem2
  462. //
  463. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  464. this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 22);
  465. this.toolStripMenuItem2.Text = "数据库升级1.1到1.3";
  466. this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
  467. //
  468. // Form1
  469. //
  470. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  471. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  472. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(241)))));
  473. this.ClientSize = new System.Drawing.Size(784, 561);
  474. this.Controls.Add(this.listView1);
  475. this.Controls.Add(this.pl_BtnPlanel);
  476. this.Controls.Add(this.label2);
  477. this.Controls.Add(this.btn_Search);
  478. this.Controls.Add(this.btn_ShowAll);
  479. this.Controls.Add(this.label1);
  480. this.Controls.Add(this.txt_Search);
  481. this.Controls.Add(this.menuStrip1);
  482. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  483. this.MainMenuStrip = this.menuStrip1;
  484. this.MaximumSize = new System.Drawing.Size(1920, 1078);
  485. this.MinimumSize = new System.Drawing.Size(800, 600);
  486. this.Name = "Form1";
  487. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  488. this.Text = "Grace的图书管理";
  489. this.Load += new System.EventHandler(this.Form1_Load);
  490. this.SizeChanged += new System.EventHandler(this.Form1_SizeChanged);
  491. this.menuStrip1.ResumeLayout(false);
  492. this.menuStrip1.PerformLayout();
  493. this.pl_BtnPlanel.ResumeLayout(false);
  494. this.ResumeLayout(false);
  495. this.PerformLayout();
  496. }
  497. #endregion
  498. private System.Windows.Forms.MenuStrip menuStrip1;
  499. private System.Windows.Forms.ToolStripMenuItem menu_M;
  500. private System.Windows.Forms.ToolStripMenuItem menu_BUYBOOK;
  501. private System.Windows.Forms.ToolStripMenuItem menu_LINGQU;
  502. private System.Windows.Forms.ToolStripMenuItem menu_SELLBOOK;
  503. private System.Windows.Forms.ToolStripMenuItem menu_RETURNBOOK;
  504. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  505. private System.Windows.Forms.ToolStripMenuItem 书籍清单ToolStripMenuItem;
  506. private System.Windows.Forms.ListView listView1;
  507. private System.Windows.Forms.ColumnHeader columnHeader1;
  508. private System.Windows.Forms.ColumnHeader columnHeader2;
  509. private System.Windows.Forms.ColumnHeader columnHeader3;
  510. private System.Windows.Forms.ColumnHeader columnHeader4;
  511. private System.Windows.Forms.ColumnHeader columnHeader5;
  512. private System.Windows.Forms.ToolStripMenuItem menu_newBook;
  513. private System.Windows.Forms.ToolStripMenuItem 记录查询ToolStripMenuItem;
  514. private System.Windows.Forms.ToolStripMenuItem menu_BookLOG;
  515. private System.Windows.Forms.ToolStripMenuItem menu_All_bookLOG;
  516. private System.Windows.Forms.ToolStripMenuItem menu_exportBookList;
  517. private System.Windows.Forms.TextBox txt_Search;
  518. private System.Windows.Forms.Label label1;
  519. private System.Windows.Forms.Button btn_ShowAll;
  520. private System.Windows.Forms.Button btn_Search;
  521. private System.Windows.Forms.ColumnHeader columnHeader6;
  522. private System.Windows.Forms.ToolStripMenuItem 销售统计ToolStripMenuItem;
  523. private System.Windows.Forms.ToolStripMenuItem menu_TotalSell;
  524. private System.Windows.Forms.ToolStripMenuItem menu_ExcelOutBookList;
  525. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  526. private System.Windows.Forms.ToolStripMenuItem 初始化ToolStripMenuItem;
  527. private System.Windows.Forms.ToolStripMenuItem menu_init;
  528. private System.Windows.Forms.ToolStripMenuItem menu_ModifyBook;
  529. private System.Windows.Forms.ToolStripMenuItem menu_About;
  530. private System.Windows.Forms.Label label2;
  531. private System.Windows.Forms.Button btn_in_Buy;
  532. private System.Windows.Forms.Button btn_in_Return;
  533. private System.Windows.Forms.Button btn_out_Sell;
  534. private System.Windows.Forms.Button btn_out_Give;
  535. private System.Windows.Forms.Panel pl_BtnPlanel;
  536. private System.Windows.Forms.Button btn_OPLOGALL;
  537. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  538. private System.Windows.Forms.ToolStripMenuItem menu_BigList;
  539. private System.Windows.Forms.Button btn_BuyListQuery;
  540. private System.Windows.Forms.Button btn_out_Give_booklist;
  541. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  542. }
  543. }