Form1.Designer.cs 32 KB

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