FrmBookListMaker.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. namespace BooksManageSystem
  2. {
  3. partial class FrmBookListMaker
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.panel1 = new System.Windows.Forms.Panel();
  29. this.checkedListBox1 = new System.Windows.Forms.CheckedListBox();
  30. this.btn_Add = new System.Windows.Forms.Button();
  31. this.btn_OK = new System.Windows.Forms.Button();
  32. this.textBox1 = new System.Windows.Forms.TextBox();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.dtp_Op_time = new System.Windows.Forms.DateTimePicker();
  35. this.btn_AddChecked = new System.Windows.Forms.Button();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.panel3 = new System.Windows.Forms.Panel();
  41. this.btn_LoadList = new System.Windows.Forms.Button();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.btn_saveList = new System.Windows.Forms.Button();
  45. this.panel1.SuspendLayout();
  46. this.panel2.SuspendLayout();
  47. this.panel3.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // panel1
  51. //
  52. this.panel1.AutoScroll = true;
  53. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  54. this.panel1.Controls.Add(this.checkedListBox1);
  55. this.panel1.Location = new System.Drawing.Point(7, 39);
  56. this.panel1.Name = "panel1";
  57. this.panel1.Size = new System.Drawing.Size(765, 416);
  58. this.panel1.TabIndex = 4;
  59. //
  60. // checkedListBox1
  61. //
  62. this.checkedListBox1.BackColor = System.Drawing.Color.White;
  63. this.checkedListBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  64. this.checkedListBox1.CheckOnClick = true;
  65. this.checkedListBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.checkedListBox1.FormattingEnabled = true;
  67. this.checkedListBox1.Location = new System.Drawing.Point(6, 3);
  68. this.checkedListBox1.Name = "checkedListBox1";
  69. this.checkedListBox1.Size = new System.Drawing.Size(754, 398);
  70. this.checkedListBox1.TabIndex = 0;
  71. //
  72. // btn_Add
  73. //
  74. this.btn_Add.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  75. this.btn_Add.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  76. this.btn_Add.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.btn_Add.Location = new System.Drawing.Point(721, 1);
  78. this.btn_Add.Name = "btn_Add";
  79. this.btn_Add.Size = new System.Drawing.Size(20, 20);
  80. this.btn_Add.TabIndex = 1;
  81. this.btn_Add.Text = "+";
  82. this.btn_Add.UseVisualStyleBackColor = false;
  83. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  84. //
  85. // btn_OK
  86. //
  87. this.btn_OK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(108)))), ((int)(((byte)(123)))));
  88. this.btn_OK.Enabled = false;
  89. this.btn_OK.FlatStyle = System.Windows.Forms.FlatStyle.System;
  90. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.btn_OK.ForeColor = System.Drawing.SystemColors.Window;
  92. this.btn_OK.Location = new System.Drawing.Point(681, 27);
  93. this.btn_OK.Name = "btn_OK";
  94. this.btn_OK.Size = new System.Drawing.Size(91, 33);
  95. this.btn_OK.TabIndex = 4;
  96. this.btn_OK.Text = "确认";
  97. this.btn_OK.UseVisualStyleBackColor = false;
  98. this.btn_OK.Click += new System.EventHandler(this.btn_OK_Click);
  99. //
  100. // textBox1
  101. //
  102. this.textBox1.BackColor = System.Drawing.SystemColors.Window;
  103. this.textBox1.Location = new System.Drawing.Point(470, 12);
  104. this.textBox1.Name = "textBox1";
  105. this.textBox1.Size = new System.Drawing.Size(205, 21);
  106. this.textBox1.TabIndex = 2;
  107. //
  108. // label1
  109. //
  110. this.label1.AutoSize = true;
  111. this.label1.Location = new System.Drawing.Point(435, 15);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(29, 12);
  114. this.label1.TabIndex = 4;
  115. this.label1.Text = "备注";
  116. //
  117. // dtp_Op_time
  118. //
  119. this.dtp_Op_time.CalendarMonthBackground = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(220)))), ((int)(((byte)(101)))));
  120. this.dtp_Op_time.CustomFormat = "yyyy年MM月dd日 HH:mm:ss";
  121. this.dtp_Op_time.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.dtp_Op_time.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  123. this.dtp_Op_time.Location = new System.Drawing.Point(470, 39);
  124. this.dtp_Op_time.Name = "dtp_Op_time";
  125. this.dtp_Op_time.Size = new System.Drawing.Size(205, 23);
  126. this.dtp_Op_time.TabIndex = 3;
  127. //
  128. // btn_AddChecked
  129. //
  130. this.btn_AddChecked.BackColor = System.Drawing.Color.DodgerBlue;
  131. this.btn_AddChecked.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  132. this.btn_AddChecked.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.btn_AddChecked.ForeColor = System.Drawing.Color.White;
  134. this.btn_AddChecked.Location = new System.Drawing.Point(232, 10);
  135. this.btn_AddChecked.Name = "btn_AddChecked";
  136. this.btn_AddChecked.Size = new System.Drawing.Size(188, 35);
  137. this.btn_AddChecked.TabIndex = 0;
  138. this.btn_AddChecked.Text = "按勾选项目新建书单";
  139. this.btn_AddChecked.UseVisualStyleBackColor = false;
  140. this.btn_AddChecked.Click += new System.EventHandler(this.btn_AddChecked_Click);
  141. //
  142. // label2
  143. //
  144. this.label2.AutoSize = true;
  145. this.label2.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.label2.Location = new System.Drawing.Point(3, 1);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(37, 20);
  149. this.label2.TabIndex = 5;
  150. this.label2.Text = "书名";
  151. //
  152. // label3
  153. //
  154. this.label3.AutoSize = true;
  155. this.label3.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.label3.Location = new System.Drawing.Point(323, 1);
  157. this.label3.Name = "label3";
  158. this.label3.Size = new System.Drawing.Size(37, 20);
  159. this.label3.TabIndex = 6;
  160. this.label3.Text = "数量";
  161. //
  162. // label4
  163. //
  164. this.label4.AutoSize = true;
  165. this.label4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.label4.Location = new System.Drawing.Point(683, 1);
  167. this.label4.Name = "label4";
  168. this.label4.Size = new System.Drawing.Size(37, 20);
  169. this.label4.TabIndex = 7;
  170. this.label4.Text = "操作";
  171. //
  172. // panel2
  173. //
  174. this.panel2.Controls.Add(this.label2);
  175. this.panel2.Controls.Add(this.btn_Add);
  176. this.panel2.Controls.Add(this.label4);
  177. this.panel2.Controls.Add(this.label3);
  178. this.panel2.Location = new System.Drawing.Point(10, 6);
  179. this.panel2.Name = "panel2";
  180. this.panel2.Size = new System.Drawing.Size(758, 27);
  181. this.panel2.TabIndex = 8;
  182. //
  183. // panel3
  184. //
  185. this.panel3.Controls.Add(this.btn_saveList);
  186. this.panel3.Controls.Add(this.btn_LoadList);
  187. this.panel3.Controls.Add(this.label6);
  188. this.panel3.Controls.Add(this.btn_AddChecked);
  189. this.panel3.Controls.Add(this.label5);
  190. this.panel3.Controls.Add(this.btn_OK);
  191. this.panel3.Controls.Add(this.dtp_Op_time);
  192. this.panel3.Controls.Add(this.textBox1);
  193. this.panel3.Controls.Add(this.label1);
  194. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  195. this.panel3.Location = new System.Drawing.Point(0, 461);
  196. this.panel3.Name = "panel3";
  197. this.panel3.Size = new System.Drawing.Size(784, 100);
  198. this.panel3.TabIndex = 9;
  199. //
  200. // btn_LoadList
  201. //
  202. this.btn_LoadList.BackColor = System.Drawing.Color.DodgerBlue;
  203. this.btn_LoadList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  204. this.btn_LoadList.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.btn_LoadList.ForeColor = System.Drawing.Color.White;
  206. this.btn_LoadList.Location = new System.Drawing.Point(232, 51);
  207. this.btn_LoadList.Name = "btn_LoadList";
  208. this.btn_LoadList.Size = new System.Drawing.Size(91, 35);
  209. this.btn_LoadList.TabIndex = 6;
  210. this.btn_LoadList.Text = "载入书单";
  211. this.btn_LoadList.UseVisualStyleBackColor = false;
  212. this.btn_LoadList.Click += new System.EventHandler(this.btn_LoadList_Click);
  213. //
  214. // label6
  215. //
  216. this.label6.AutoSize = true;
  217. this.label6.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.label6.Location = new System.Drawing.Point(10, 10);
  219. this.label6.Name = "label6";
  220. this.label6.Size = new System.Drawing.Size(188, 80);
  221. this.label6.TabIndex = 5;
  222. this.label6.Text = "1.勾选书,点击蓝色按钮\r\n2.调整书的数量\r\n3.检查无误后写入备注信息\r\n4.点击“确认”按钮完成操作";
  223. //
  224. // label5
  225. //
  226. this.label5.AutoSize = true;
  227. this.label5.Location = new System.Drawing.Point(435, 47);
  228. this.label5.Name = "label5";
  229. this.label5.Size = new System.Drawing.Size(29, 12);
  230. this.label5.TabIndex = 5;
  231. this.label5.Text = "日期";
  232. //
  233. // btn_saveList
  234. //
  235. this.btn_saveList.BackColor = System.Drawing.Color.DodgerBlue;
  236. this.btn_saveList.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  237. this.btn_saveList.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.btn_saveList.ForeColor = System.Drawing.Color.White;
  239. this.btn_saveList.Location = new System.Drawing.Point(329, 51);
  240. this.btn_saveList.Name = "btn_saveList";
  241. this.btn_saveList.Size = new System.Drawing.Size(91, 35);
  242. this.btn_saveList.TabIndex = 7;
  243. this.btn_saveList.Text = "保存书单";
  244. this.btn_saveList.UseVisualStyleBackColor = false;
  245. this.btn_saveList.Click += new System.EventHandler(this.btn_saveList_Click);
  246. //
  247. // FrmBookListMaker
  248. //
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  251. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(252)))), ((int)(((byte)(241)))));
  252. this.ClientSize = new System.Drawing.Size(784, 561);
  253. this.Controls.Add(this.panel3);
  254. this.Controls.Add(this.panel2);
  255. this.Controls.Add(this.panel1);
  256. this.MaximizeBox = false;
  257. this.MaximumSize = new System.Drawing.Size(800, 1080);
  258. this.MinimizeBox = false;
  259. this.MinimumSize = new System.Drawing.Size(800, 600);
  260. this.Name = "FrmBookListMaker";
  261. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  262. this.Text = "批量购买清单编辑器";
  263. this.SizeChanged += new System.EventHandler(this.FrmBookListMaker_SizeChanged);
  264. this.panel1.ResumeLayout(false);
  265. this.panel2.ResumeLayout(false);
  266. this.panel2.PerformLayout();
  267. this.panel3.ResumeLayout(false);
  268. this.panel3.PerformLayout();
  269. this.ResumeLayout(false);
  270. }
  271. #endregion
  272. private System.Windows.Forms.Panel panel1;
  273. private System.Windows.Forms.Button btn_Add;
  274. private System.Windows.Forms.Button btn_OK;
  275. private System.Windows.Forms.TextBox textBox1;
  276. private System.Windows.Forms.Label label1;
  277. private System.Windows.Forms.DateTimePicker dtp_Op_time;
  278. private System.Windows.Forms.CheckedListBox checkedListBox1;
  279. private System.Windows.Forms.Button btn_AddChecked;
  280. private System.Windows.Forms.Label label2;
  281. private System.Windows.Forms.Label label3;
  282. private System.Windows.Forms.Label label4;
  283. private System.Windows.Forms.Panel panel2;
  284. private System.Windows.Forms.Panel panel3;
  285. private System.Windows.Forms.Label label5;
  286. private System.Windows.Forms.Label label6;
  287. private System.Windows.Forms.Button btn_LoadList;
  288. private System.Windows.Forms.Button btn_saveList;
  289. }
  290. }