Form1.Designer.cs 31 KB

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