No Description

ReprintForm.Designer.cs 20KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. namespace BulkPrinting
  2. {
  3. partial class ReprintForm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReprintForm));
  29. this.lblPrintDescription = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.lblBatchOrderDate = new System.Windows.Forms.Label();
  35. this.lblTotalVouchers = new System.Windows.Forms.Label();
  36. this.lblFaceValue = new System.Windows.Forms.Label();
  37. this.lblVoucherType = new System.Windows.Forms.Label();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.lblBatchNumber = new System.Windows.Forms.Label();
  40. this.btnCancel = new System.Windows.Forms.Button();
  41. this.btnNext = new System.Windows.Forms.Button();
  42. this.lblFirstSeqNum = new System.Windows.Forms.Label();
  43. this.numLastSeqNum = new System.Windows.Forms.NumericUpDown();
  44. this.numFirstSeqNum = new System.Windows.Forms.NumericUpDown();
  45. this.lblLastSeqNum = new System.Windows.Forms.Label();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.lblNetwork = new System.Windows.Forms.Label();
  48. this.label8 = new System.Windows.Forms.Label();
  49. this.rdoRange = new System.Windows.Forms.RadioButton();
  50. this.rdoSerial = new System.Windows.Forms.RadioButton();
  51. this.label9 = new System.Windows.Forms.Label();
  52. this.txtSerialNum = new System.Windows.Forms.TextBox();
  53. this.label10 = new System.Windows.Forms.Label();
  54. this.label11 = new System.Windows.Forms.Label();
  55. this.lblMinSeqNo = new System.Windows.Forms.Label();
  56. this.lblMaxSeqNo = new System.Windows.Forms.Label();
  57. ((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // lblPrintDescription
  62. //
  63. this.lblPrintDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.lblPrintDescription.ForeColor = System.Drawing.Color.White;
  65. this.lblPrintDescription.Location = new System.Drawing.Point(13, 13);
  66. this.lblPrintDescription.Name = "lblPrintDescription";
  67. this.lblPrintDescription.Size = new System.Drawing.Size(259, 23);
  68. this.lblPrintDescription.TabIndex = 1;
  69. this.lblPrintDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.ForeColor = System.Drawing.Color.White;
  75. this.label1.Location = new System.Drawing.Point(88, 96);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(93, 13);
  78. this.label1.TabIndex = 2;
  79. this.label1.Text = "Batch Order Date:";
  80. //
  81. // label3
  82. //
  83. this.label3.AutoSize = true;
  84. this.label3.Location = new System.Drawing.Point(57, 109);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(124, 13);
  87. this.label3.TabIndex = 4;
  88. this.label3.Text = "Total Vouchers in Batch:";
  89. //
  90. // label4
  91. //
  92. this.label4.AutoSize = true;
  93. this.label4.ForeColor = System.Drawing.Color.White;
  94. this.label4.Location = new System.Drawing.Point(117, 124);
  95. this.label4.Name = "label4";
  96. this.label4.Size = new System.Drawing.Size(64, 13);
  97. this.label4.TabIndex = 5;
  98. this.label4.Text = "Face Value:";
  99. //
  100. // label5
  101. //
  102. this.label5.AutoSize = true;
  103. this.label5.ForeColor = System.Drawing.Color.White;
  104. this.label5.Location = new System.Drawing.Point(104, 139);
  105. this.label5.Name = "label5";
  106. this.label5.Size = new System.Drawing.Size(77, 13);
  107. this.label5.TabIndex = 6;
  108. this.label5.Text = "Voucher Type:";
  109. //
  110. // lblBatchOrderDate
  111. //
  112. this.lblBatchOrderDate.AutoSize = true;
  113. this.lblBatchOrderDate.ForeColor = System.Drawing.Color.White;
  114. this.lblBatchOrderDate.Location = new System.Drawing.Point(187, 96);
  115. this.lblBatchOrderDate.Name = "lblBatchOrderDate";
  116. this.lblBatchOrderDate.Size = new System.Drawing.Size(0, 13);
  117. this.lblBatchOrderDate.TabIndex = 7;
  118. //
  119. // lblTotalVouchers
  120. //
  121. this.lblTotalVouchers.AutoSize = true;
  122. this.lblTotalVouchers.ForeColor = System.Drawing.Color.White;
  123. this.lblTotalVouchers.Location = new System.Drawing.Point(187, 109);
  124. this.lblTotalVouchers.Name = "lblTotalVouchers";
  125. this.lblTotalVouchers.Size = new System.Drawing.Size(0, 13);
  126. this.lblTotalVouchers.TabIndex = 7;
  127. //
  128. // lblFaceValue
  129. //
  130. this.lblFaceValue.AutoSize = true;
  131. this.lblFaceValue.ForeColor = System.Drawing.Color.White;
  132. this.lblFaceValue.Location = new System.Drawing.Point(187, 124);
  133. this.lblFaceValue.Name = "lblFaceValue";
  134. this.lblFaceValue.Size = new System.Drawing.Size(0, 13);
  135. this.lblFaceValue.TabIndex = 7;
  136. //
  137. // lblVoucherType
  138. //
  139. this.lblVoucherType.AutoSize = true;
  140. this.lblVoucherType.ForeColor = System.Drawing.Color.White;
  141. this.lblVoucherType.Location = new System.Drawing.Point(187, 139);
  142. this.lblVoucherType.Name = "lblVoucherType";
  143. this.lblVoucherType.Size = new System.Drawing.Size(0, 13);
  144. this.lblVoucherType.TabIndex = 7;
  145. //
  146. // label6
  147. //
  148. this.label6.AutoSize = true;
  149. this.label6.ForeColor = System.Drawing.Color.White;
  150. this.label6.Location = new System.Drawing.Point(103, 81);
  151. this.label6.Name = "label6";
  152. this.label6.Size = new System.Drawing.Size(78, 13);
  153. this.label6.TabIndex = 10;
  154. this.label6.Text = "Batch Number:";
  155. //
  156. // lblBatchNumber
  157. //
  158. this.lblBatchNumber.AutoSize = true;
  159. this.lblBatchNumber.ForeColor = System.Drawing.Color.White;
  160. this.lblBatchNumber.Location = new System.Drawing.Point(187, 81);
  161. this.lblBatchNumber.Name = "lblBatchNumber";
  162. this.lblBatchNumber.Size = new System.Drawing.Size(0, 13);
  163. this.lblBatchNumber.TabIndex = 11;
  164. //
  165. // btnCancel
  166. //
  167. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  168. this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  169. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  170. this.btnCancel.ForeColor = System.Drawing.Color.White;
  171. this.btnCancel.Location = new System.Drawing.Point(145, 312);
  172. this.btnCancel.Name = "btnCancel";
  173. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  174. this.btnCancel.TabIndex = 12;
  175. this.btnCancel.Text = "Cancel";
  176. this.btnCancel.UseVisualStyleBackColor = false;
  177. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  178. //
  179. // btnNext
  180. //
  181. this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  182. this.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  183. this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  184. this.btnNext.ForeColor = System.Drawing.Color.White;
  185. this.btnNext.Location = new System.Drawing.Point(226, 312);
  186. this.btnNext.Name = "btnNext";
  187. this.btnNext.Size = new System.Drawing.Size(75, 23);
  188. this.btnNext.TabIndex = 13;
  189. this.btnNext.Text = "Next";
  190. this.btnNext.UseVisualStyleBackColor = false;
  191. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  192. //
  193. // lblFirstSeqNum
  194. //
  195. this.lblFirstSeqNum.AutoSize = true;
  196. this.lblFirstSeqNum.ForeColor = System.Drawing.Color.White;
  197. this.lblFirstSeqNum.Location = new System.Drawing.Point(42, 229);
  198. this.lblFirstSeqNum.Name = "lblFirstSeqNum";
  199. this.lblFirstSeqNum.Size = new System.Drawing.Size(158, 13);
  200. this.lblFirstSeqNum.TabIndex = 17;
  201. this.lblFirstSeqNum.Text = "To Voucher Sequence Number:";
  202. //
  203. // numLastSeqNum
  204. //
  205. this.numLastSeqNum.Location = new System.Drawing.Point(206, 227);
  206. this.numLastSeqNum.Name = "numLastSeqNum";
  207. this.numLastSeqNum.Size = new System.Drawing.Size(95, 20);
  208. this.numLastSeqNum.TabIndex = 18;
  209. //
  210. // numFirstSeqNum
  211. //
  212. this.numFirstSeqNum.Location = new System.Drawing.Point(206, 204);
  213. this.numFirstSeqNum.Name = "numFirstSeqNum";
  214. this.numFirstSeqNum.Size = new System.Drawing.Size(95, 20);
  215. this.numFirstSeqNum.TabIndex = 18;
  216. //
  217. // lblLastSeqNum
  218. //
  219. this.lblLastSeqNum.AutoSize = true;
  220. this.lblLastSeqNum.ForeColor = System.Drawing.Color.White;
  221. this.lblLastSeqNum.Location = new System.Drawing.Point(33, 206);
  222. this.lblLastSeqNum.Name = "lblLastSeqNum";
  223. this.lblLastSeqNum.Size = new System.Drawing.Size(168, 13);
  224. this.lblLastSeqNum.TabIndex = 17;
  225. this.lblLastSeqNum.Text = "From Voucher Sequence Number:";
  226. //
  227. // label7
  228. //
  229. this.label7.AutoSize = true;
  230. this.label7.ForeColor = System.Drawing.Color.White;
  231. this.label7.Location = new System.Drawing.Point(131, 154);
  232. this.label7.Name = "label7";
  233. this.label7.Size = new System.Drawing.Size(50, 13);
  234. this.label7.TabIndex = 6;
  235. this.label7.Text = "Network:";
  236. //
  237. // lblNetwork
  238. //
  239. this.lblNetwork.AutoSize = true;
  240. this.lblNetwork.ForeColor = System.Drawing.Color.White;
  241. this.lblNetwork.Location = new System.Drawing.Point(187, 154);
  242. this.lblNetwork.Name = "lblNetwork";
  243. this.lblNetwork.Size = new System.Drawing.Size(0, 13);
  244. this.lblNetwork.TabIndex = 7;
  245. //
  246. // label8
  247. //
  248. this.label8.AutoSize = true;
  249. this.label8.ForeColor = System.Drawing.Color.White;
  250. this.label8.Location = new System.Drawing.Point(12, 13);
  251. this.label8.Name = "label8";
  252. this.label8.Size = new System.Drawing.Size(291, 39);
  253. this.label8.TabIndex = 20;
  254. this.label8.Text = "Reprinting is only available for previously printed vouchers. \r\nSelect either a r" +
  255. "ange of vouchers from the currently selected\r\nbatch, or enter a single voucher s" +
  256. "erial number for reprinting.";
  257. //
  258. // rdoRange
  259. //
  260. this.rdoRange.AutoSize = true;
  261. this.rdoRange.Checked = true;
  262. this.rdoRange.ForeColor = System.Drawing.Color.White;
  263. this.rdoRange.Location = new System.Drawing.Point(30, 55);
  264. this.rdoRange.Name = "rdoRange";
  265. this.rdoRange.Size = new System.Drawing.Size(175, 17);
  266. this.rdoRange.TabIndex = 21;
  267. this.rdoRange.TabStop = true;
  268. this.rdoRange.Text = "Choose a range from this batch:";
  269. this.rdoRange.UseVisualStyleBackColor = true;
  270. //
  271. // rdoSerial
  272. //
  273. this.rdoSerial.AutoSize = true;
  274. this.rdoSerial.ForeColor = System.Drawing.Color.White;
  275. this.rdoSerial.Location = new System.Drawing.Point(30, 253);
  276. this.rdoSerial.Name = "rdoSerial";
  277. this.rdoSerial.Size = new System.Drawing.Size(247, 17);
  278. this.rdoSerial.TabIndex = 21;
  279. this.rdoSerial.Text = "Choose an individual voucher by serial number:";
  280. this.rdoSerial.UseVisualStyleBackColor = true;
  281. //
  282. // label9
  283. //
  284. this.label9.AutoSize = true;
  285. this.label9.ForeColor = System.Drawing.Color.White;
  286. this.label9.Location = new System.Drawing.Point(73, 279);
  287. this.label9.Name = "label9";
  288. this.label9.Size = new System.Drawing.Size(39, 13);
  289. this.label9.TabIndex = 22;
  290. this.label9.Text = "Serial: ";
  291. //
  292. // txtSerialNum
  293. //
  294. this.txtSerialNum.Location = new System.Drawing.Point(118, 276);
  295. this.txtSerialNum.Name = "txtSerialNum";
  296. this.txtSerialNum.Size = new System.Drawing.Size(183, 20);
  297. this.txtSerialNum.TabIndex = 23;
  298. this.txtSerialNum.TextChanged += new System.EventHandler(this.txtSerialNum_TextChanged);
  299. //
  300. // label10
  301. //
  302. this.label10.AutoSize = true;
  303. this.label10.ForeColor = System.Drawing.Color.White;
  304. this.label10.Location = new System.Drawing.Point(113, 167);
  305. this.label10.Name = "label10";
  306. this.label10.Size = new System.Drawing.Size(67, 13);
  307. this.label10.TabIndex = 6;
  308. this.label10.Text = "Range Start:";
  309. //
  310. // label11
  311. //
  312. this.label11.AutoSize = true;
  313. this.label11.ForeColor = System.Drawing.Color.White;
  314. this.label11.Location = new System.Drawing.Point(116, 180);
  315. this.label11.Name = "label11";
  316. this.label11.Size = new System.Drawing.Size(64, 13);
  317. this.label11.TabIndex = 6;
  318. this.label11.Text = "Range End:";
  319. //
  320. // lblMinSeqNo
  321. //
  322. this.lblMinSeqNo.AutoSize = true;
  323. this.lblMinSeqNo.ForeColor = System.Drawing.Color.White;
  324. this.lblMinSeqNo.Location = new System.Drawing.Point(186, 167);
  325. this.lblMinSeqNo.Name = "lblMinSeqNo";
  326. this.lblMinSeqNo.Size = new System.Drawing.Size(0, 13);
  327. this.lblMinSeqNo.TabIndex = 7;
  328. //
  329. // lblMaxSeqNo
  330. //
  331. this.lblMaxSeqNo.AutoSize = true;
  332. this.lblMaxSeqNo.ForeColor = System.Drawing.Color.White;
  333. this.lblMaxSeqNo.Location = new System.Drawing.Point(186, 180);
  334. this.lblMaxSeqNo.Name = "lblMaxSeqNo";
  335. this.lblMaxSeqNo.Size = new System.Drawing.Size(0, 13);
  336. this.lblMaxSeqNo.TabIndex = 7;
  337. //
  338. // ReprintForm
  339. //
  340. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  341. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  342. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  343. this.ClientSize = new System.Drawing.Size(313, 347);
  344. this.ControlBox = false;
  345. this.Controls.Add(this.txtSerialNum);
  346. this.Controls.Add(this.label9);
  347. this.Controls.Add(this.rdoSerial);
  348. this.Controls.Add(this.rdoRange);
  349. this.Controls.Add(this.label8);
  350. this.Controls.Add(this.numFirstSeqNum);
  351. this.Controls.Add(this.numLastSeqNum);
  352. this.Controls.Add(this.lblLastSeqNum);
  353. this.Controls.Add(this.lblFirstSeqNum);
  354. this.Controls.Add(this.btnNext);
  355. this.Controls.Add(this.btnCancel);
  356. this.Controls.Add(this.lblBatchNumber);
  357. this.Controls.Add(this.label6);
  358. this.Controls.Add(this.lblMaxSeqNo);
  359. this.Controls.Add(this.lblMinSeqNo);
  360. this.Controls.Add(this.lblNetwork);
  361. this.Controls.Add(this.lblVoucherType);
  362. this.Controls.Add(this.lblFaceValue);
  363. this.Controls.Add(this.lblTotalVouchers);
  364. this.Controls.Add(this.lblBatchOrderDate);
  365. this.Controls.Add(this.label11);
  366. this.Controls.Add(this.label10);
  367. this.Controls.Add(this.label7);
  368. this.Controls.Add(this.label5);
  369. this.Controls.Add(this.label4);
  370. this.Controls.Add(this.label3);
  371. this.Controls.Add(this.label1);
  372. this.Controls.Add(this.lblPrintDescription);
  373. this.ForeColor = System.Drawing.Color.White;
  374. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  375. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  376. this.MaximizeBox = false;
  377. this.MinimizeBox = false;
  378. this.Name = "ReprintForm";
  379. this.Text = "Reprint Vouchers";
  380. this.Load += new System.EventHandler(this.ReprintForm_Load);
  381. ((System.ComponentModel.ISupportInitialize)(this.numLastSeqNum)).EndInit();
  382. ((System.ComponentModel.ISupportInitialize)(this.numFirstSeqNum)).EndInit();
  383. this.ResumeLayout(false);
  384. this.PerformLayout();
  385. }
  386. #endregion
  387. private System.Windows.Forms.Label lblPrintDescription;
  388. private System.Windows.Forms.Label label1;
  389. private System.Windows.Forms.Label label3;
  390. private System.Windows.Forms.Label label4;
  391. private System.Windows.Forms.Label label5;
  392. private System.Windows.Forms.Label lblBatchOrderDate;
  393. private System.Windows.Forms.Label lblTotalVouchers;
  394. private System.Windows.Forms.Label lblFaceValue;
  395. private System.Windows.Forms.Label lblVoucherType;
  396. private System.Windows.Forms.Label label6;
  397. private System.Windows.Forms.Label lblBatchNumber;
  398. private System.Windows.Forms.Button btnCancel;
  399. private System.Windows.Forms.Button btnNext;
  400. private System.Windows.Forms.Label lblFirstSeqNum;
  401. private System.Windows.Forms.NumericUpDown numLastSeqNum;
  402. private System.Windows.Forms.NumericUpDown numFirstSeqNum;
  403. private System.Windows.Forms.Label lblLastSeqNum;
  404. private System.Windows.Forms.Label label7;
  405. private System.Windows.Forms.Label lblNetwork;
  406. private System.Windows.Forms.Label label8;
  407. private System.Windows.Forms.RadioButton rdoRange;
  408. private System.Windows.Forms.RadioButton rdoSerial;
  409. private System.Windows.Forms.Label label9;
  410. private System.Windows.Forms.TextBox txtSerialNum;
  411. private System.Windows.Forms.Label label10;
  412. private System.Windows.Forms.Label label11;
  413. private System.Windows.Forms.Label lblMinSeqNo;
  414. private System.Windows.Forms.Label lblMaxSeqNo;
  415. }
  416. }