Нет описания

PrintForm.Designer.cs 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342
  1. namespace BulkPrinting
  2. {
  3. partial class PrintForm
  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(PrintForm));
  29. this.lblPrintDescription = new System.Windows.Forms.Label();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.lblBatchOrderDate = new System.Windows.Forms.Label();
  36. this.lblUnprintedVouchers = new System.Windows.Forms.Label();
  37. this.lblTotalVouchers = new System.Windows.Forms.Label();
  38. this.lblFaceValue = new System.Windows.Forms.Label();
  39. this.lblVoucherType = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.lblBatchNumber = new System.Windows.Forms.Label();
  42. this.btnCancel = new System.Windows.Forms.Button();
  43. this.btnNext = new System.Windows.Forms.Button();
  44. this.lblNumVouchers = new System.Windows.Forms.Label();
  45. this.numNumVouchers = new System.Windows.Forms.NumericUpDown();
  46. this.label7 = new System.Windows.Forms.Label();
  47. this.lblNetwork = new System.Windows.Forms.Label();
  48. this.btnAdvanced = new System.Windows.Forms.Button();
  49. ((System.ComponentModel.ISupportInitialize)(this.numNumVouchers)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // lblPrintDescription
  53. //
  54. this.lblPrintDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.lblPrintDescription.ForeColor = System.Drawing.Color.White;
  56. this.lblPrintDescription.Location = new System.Drawing.Point(17, 16);
  57. this.lblPrintDescription.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  58. this.lblPrintDescription.Name = "lblPrintDescription";
  59. this.lblPrintDescription.Size = new System.Drawing.Size(345, 28);
  60. this.lblPrintDescription.TabIndex = 1;
  61. this.lblPrintDescription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  62. this.lblPrintDescription.Click += new System.EventHandler(this.lblPrintDescription_Click);
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.ForeColor = System.Drawing.Color.White;
  68. this.label1.Location = new System.Drawing.Point(104, 69);
  69. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(123, 17);
  72. this.label1.TabIndex = 2;
  73. this.label1.Text = "Batch Order Date:";
  74. //
  75. // label2
  76. //
  77. this.label2.AutoSize = true;
  78. this.label2.ForeColor = System.Drawing.Color.White;
  79. this.label2.Location = new System.Drawing.Point(20, 89);
  80. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  81. this.label2.Name = "label2";
  82. this.label2.Size = new System.Drawing.Size(209, 17);
  83. this.label2.TabIndex = 3;
  84. this.label2.Text = "Unprinted Vouchers Remaining:";
  85. //
  86. // label3
  87. //
  88. this.label3.AutoSize = true;
  89. this.label3.ForeColor = System.Drawing.Color.White;
  90. this.label3.Location = new System.Drawing.Point(63, 107);
  91. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  92. this.label3.Name = "label3";
  93. this.label3.Size = new System.Drawing.Size(163, 17);
  94. this.label3.TabIndex = 4;
  95. this.label3.Text = "Total Vouchers in Batch:";
  96. //
  97. // label4
  98. //
  99. this.label4.AutoSize = true;
  100. this.label4.ForeColor = System.Drawing.Color.White;
  101. this.label4.Location = new System.Drawing.Point(143, 126);
  102. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(83, 17);
  105. this.label4.TabIndex = 5;
  106. this.label4.Text = "Face Value:";
  107. //
  108. // label5
  109. //
  110. this.label5.AutoSize = true;
  111. this.label5.ForeColor = System.Drawing.Color.White;
  112. this.label5.Location = new System.Drawing.Point(125, 144);
  113. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  114. this.label5.Name = "label5";
  115. this.label5.Size = new System.Drawing.Size(101, 17);
  116. this.label5.TabIndex = 6;
  117. this.label5.Text = "Voucher Type:";
  118. //
  119. // lblBatchOrderDate
  120. //
  121. this.lblBatchOrderDate.AutoSize = true;
  122. this.lblBatchOrderDate.ForeColor = System.Drawing.Color.White;
  123. this.lblBatchOrderDate.Location = new System.Drawing.Point(236, 69);
  124. this.lblBatchOrderDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  125. this.lblBatchOrderDate.Name = "lblBatchOrderDate";
  126. this.lblBatchOrderDate.Size = new System.Drawing.Size(0, 17);
  127. this.lblBatchOrderDate.TabIndex = 7;
  128. //
  129. // lblUnprintedVouchers
  130. //
  131. this.lblUnprintedVouchers.AutoSize = true;
  132. this.lblUnprintedVouchers.ForeColor = System.Drawing.Color.White;
  133. this.lblUnprintedVouchers.Location = new System.Drawing.Point(236, 89);
  134. this.lblUnprintedVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  135. this.lblUnprintedVouchers.Name = "lblUnprintedVouchers";
  136. this.lblUnprintedVouchers.Size = new System.Drawing.Size(0, 17);
  137. this.lblUnprintedVouchers.TabIndex = 7;
  138. //
  139. // lblTotalVouchers
  140. //
  141. this.lblTotalVouchers.AutoSize = true;
  142. this.lblTotalVouchers.ForeColor = System.Drawing.Color.White;
  143. this.lblTotalVouchers.Location = new System.Drawing.Point(236, 107);
  144. this.lblTotalVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.lblTotalVouchers.Name = "lblTotalVouchers";
  146. this.lblTotalVouchers.Size = new System.Drawing.Size(0, 17);
  147. this.lblTotalVouchers.TabIndex = 7;
  148. //
  149. // lblFaceValue
  150. //
  151. this.lblFaceValue.AutoSize = true;
  152. this.lblFaceValue.ForeColor = System.Drawing.Color.White;
  153. this.lblFaceValue.Location = new System.Drawing.Point(236, 126);
  154. this.lblFaceValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  155. this.lblFaceValue.Name = "lblFaceValue";
  156. this.lblFaceValue.Size = new System.Drawing.Size(0, 17);
  157. this.lblFaceValue.TabIndex = 7;
  158. //
  159. // lblVoucherType
  160. //
  161. this.lblVoucherType.AutoSize = true;
  162. this.lblVoucherType.ForeColor = System.Drawing.Color.White;
  163. this.lblVoucherType.Location = new System.Drawing.Point(236, 144);
  164. this.lblVoucherType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  165. this.lblVoucherType.Name = "lblVoucherType";
  166. this.lblVoucherType.Size = new System.Drawing.Size(0, 17);
  167. this.lblVoucherType.TabIndex = 7;
  168. //
  169. // label6
  170. //
  171. this.label6.AutoSize = true;
  172. this.label6.ForeColor = System.Drawing.Color.White;
  173. this.label6.Location = new System.Drawing.Point(124, 50);
  174. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  175. this.label6.Name = "label6";
  176. this.label6.Size = new System.Drawing.Size(102, 17);
  177. this.label6.TabIndex = 10;
  178. this.label6.Text = "Batch Number:";
  179. //
  180. // lblBatchNumber
  181. //
  182. this.lblBatchNumber.AutoSize = true;
  183. this.lblBatchNumber.ForeColor = System.Drawing.Color.White;
  184. this.lblBatchNumber.Location = new System.Drawing.Point(236, 50);
  185. this.lblBatchNumber.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.lblBatchNumber.Name = "lblBatchNumber";
  187. this.lblBatchNumber.Size = new System.Drawing.Size(0, 17);
  188. this.lblBatchNumber.TabIndex = 11;
  189. //
  190. // btnCancel
  191. //
  192. this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  193. this.btnCancel.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  194. this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  195. this.btnCancel.ForeColor = System.Drawing.Color.White;
  196. this.btnCancel.Location = new System.Drawing.Point(154, 211);
  197. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  198. this.btnCancel.Name = "btnCancel";
  199. this.btnCancel.Size = new System.Drawing.Size(100, 28);
  200. this.btnCancel.TabIndex = 2;
  201. this.btnCancel.Text = "Cancel";
  202. this.btnCancel.UseVisualStyleBackColor = false;
  203. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  204. //
  205. // btnNext
  206. //
  207. this.btnNext.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  208. this.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  209. this.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  210. this.btnNext.ForeColor = System.Drawing.Color.White;
  211. this.btnNext.Location = new System.Drawing.Point(262, 211);
  212. this.btnNext.Margin = new System.Windows.Forms.Padding(4);
  213. this.btnNext.Name = "btnNext";
  214. this.btnNext.Size = new System.Drawing.Size(100, 28);
  215. this.btnNext.TabIndex = 1;
  216. this.btnNext.Text = "Next";
  217. this.btnNext.UseVisualStyleBackColor = false;
  218. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  219. //
  220. // lblNumVouchers
  221. //
  222. this.lblNumVouchers.AutoSize = true;
  223. this.lblNumVouchers.ForeColor = System.Drawing.Color.White;
  224. this.lblNumVouchers.Location = new System.Drawing.Point(37, 183);
  225. this.lblNumVouchers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  226. this.lblNumVouchers.Name = "lblNumVouchers";
  227. this.lblNumVouchers.Size = new System.Drawing.Size(191, 17);
  228. this.lblNumVouchers.TabIndex = 16;
  229. this.lblNumVouchers.Text = "Number of Vouchers to Print:";
  230. //
  231. // numNumVouchers
  232. //
  233. this.numNumVouchers.Location = new System.Drawing.Point(236, 181);
  234. this.numNumVouchers.Margin = new System.Windows.Forms.Padding(4);
  235. this.numNumVouchers.Name = "numNumVouchers";
  236. this.numNumVouchers.Size = new System.Drawing.Size(127, 22);
  237. this.numNumVouchers.TabIndex = 0;
  238. //
  239. // label7
  240. //
  241. this.label7.AutoSize = true;
  242. this.label7.ForeColor = System.Drawing.Color.White;
  243. this.label7.Location = new System.Drawing.Point(161, 162);
  244. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  245. this.label7.Name = "label7";
  246. this.label7.Size = new System.Drawing.Size(63, 17);
  247. this.label7.TabIndex = 6;
  248. this.label7.Text = "Network:";
  249. //
  250. // lblNetwork
  251. //
  252. this.lblNetwork.AutoSize = true;
  253. this.lblNetwork.ForeColor = System.Drawing.Color.White;
  254. this.lblNetwork.Location = new System.Drawing.Point(236, 162);
  255. this.lblNetwork.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  256. this.lblNetwork.Name = "lblNetwork";
  257. this.lblNetwork.Size = new System.Drawing.Size(0, 17);
  258. this.lblNetwork.TabIndex = 7;
  259. //
  260. // btnAdvanced
  261. //
  262. this.btnAdvanced.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  263. this.btnAdvanced.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  264. this.btnAdvanced.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  265. this.btnAdvanced.Location = new System.Drawing.Point(13, 211);
  266. this.btnAdvanced.Margin = new System.Windows.Forms.Padding(4);
  267. this.btnAdvanced.Name = "btnAdvanced";
  268. this.btnAdvanced.Size = new System.Drawing.Size(96, 28);
  269. this.btnAdvanced.TabIndex = 3;
  270. this.btnAdvanced.Text = "Advanced";
  271. this.btnAdvanced.UseVisualStyleBackColor = false;
  272. this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click);
  273. //
  274. // PrintForm
  275. //
  276. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  277. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  278. this.AutoSize = true;
  279. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  280. this.ClientSize = new System.Drawing.Size(379, 257);
  281. this.ControlBox = false;
  282. this.Controls.Add(this.btnAdvanced);
  283. this.Controls.Add(this.numNumVouchers);
  284. this.Controls.Add(this.lblNumVouchers);
  285. this.Controls.Add(this.btnNext);
  286. this.Controls.Add(this.btnCancel);
  287. this.Controls.Add(this.lblBatchNumber);
  288. this.Controls.Add(this.label6);
  289. this.Controls.Add(this.lblNetwork);
  290. this.Controls.Add(this.lblVoucherType);
  291. this.Controls.Add(this.lblFaceValue);
  292. this.Controls.Add(this.lblTotalVouchers);
  293. this.Controls.Add(this.lblUnprintedVouchers);
  294. this.Controls.Add(this.lblBatchOrderDate);
  295. this.Controls.Add(this.label7);
  296. this.Controls.Add(this.label5);
  297. this.Controls.Add(this.label4);
  298. this.Controls.Add(this.label3);
  299. this.Controls.Add(this.label2);
  300. this.Controls.Add(this.label1);
  301. this.Controls.Add(this.lblPrintDescription);
  302. this.ForeColor = System.Drawing.Color.White;
  303. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  304. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  305. this.Margin = new System.Windows.Forms.Padding(4);
  306. this.MaximizeBox = false;
  307. this.MinimizeBox = false;
  308. this.Name = "PrintForm";
  309. this.Text = "Print Vouchers";
  310. this.Load += new System.EventHandler(this.PrintForm_Load);
  311. ((System.ComponentModel.ISupportInitialize)(this.numNumVouchers)).EndInit();
  312. this.ResumeLayout(false);
  313. this.PerformLayout();
  314. }
  315. #endregion
  316. private System.Windows.Forms.Label lblPrintDescription;
  317. private System.Windows.Forms.Label label1;
  318. private System.Windows.Forms.Label label2;
  319. private System.Windows.Forms.Label label3;
  320. private System.Windows.Forms.Label label4;
  321. private System.Windows.Forms.Label label5;
  322. private System.Windows.Forms.Label lblBatchOrderDate;
  323. private System.Windows.Forms.Label lblUnprintedVouchers;
  324. private System.Windows.Forms.Label lblTotalVouchers;
  325. private System.Windows.Forms.Label lblFaceValue;
  326. private System.Windows.Forms.Label lblVoucherType;
  327. private System.Windows.Forms.Label label6;
  328. private System.Windows.Forms.Label lblBatchNumber;
  329. private System.Windows.Forms.Button btnCancel;
  330. private System.Windows.Forms.Button btnNext;
  331. private System.Windows.Forms.Label lblNumVouchers;
  332. private System.Windows.Forms.NumericUpDown numNumVouchers;
  333. private System.Windows.Forms.Label label7;
  334. private System.Windows.Forms.Label lblNetwork;
  335. private System.Windows.Forms.Button btnAdvanced;
  336. }
  337. }