Nessuna descrizione

VoucherForm.Designer.cs 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. namespace BulkPrinting
  2. {
  3. partial class VoucherForm
  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(VoucherForm));
  29. this.dgvVouchers = new System.Windows.Forms.DataGridView();
  30. this.lblBatchDetails = new System.Windows.Forms.Label();
  31. this.rdoPrintDate = new System.Windows.Forms.RadioButton();
  32. this.rdoVoucherRange = new System.Windows.Forms.RadioButton();
  33. this.rdoSerialNum = new System.Windows.Forms.RadioButton();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
  36. this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
  37. this.txtSerial = new System.Windows.Forms.TextBox();
  38. this.lblBatch1 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.lblBatch2 = new System.Windows.Forms.Label();
  42. this.numStartSeqNo = new System.Windows.Forms.NumericUpDown();
  43. this.numEndSeqNo = new System.Windows.Forms.NumericUpDown();
  44. this.btnSearch = new System.Windows.Forms.Button();
  45. this.numBatchId = new System.Windows.Forms.NumericUpDown();
  46. this.label2 = new System.Windows.Forms.Label();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.numBatchId)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // dgvVouchers
  54. //
  55. this.dgvVouchers.AllowUserToAddRows = false;
  56. this.dgvVouchers.AllowUserToDeleteRows = false;
  57. this.dgvVouchers.AllowUserToResizeRows = false;
  58. this.dgvVouchers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.dgvVouchers.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(157)))), ((int)(((byte)(233)))));
  62. this.dgvVouchers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  63. this.dgvVouchers.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  64. this.dgvVouchers.Location = new System.Drawing.Point(12, 108);
  65. this.dgvVouchers.MultiSelect = false;
  66. this.dgvVouchers.Name = "dgvVouchers";
  67. this.dgvVouchers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  68. this.dgvVouchers.Size = new System.Drawing.Size(704, 434);
  69. this.dgvVouchers.TabIndex = 5;
  70. this.dgvVouchers.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvVouchers_CellContentClick);
  71. //
  72. // lblBatchDetails
  73. //
  74. this.lblBatchDetails.AutoSize = true;
  75. this.lblBatchDetails.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  76. this.lblBatchDetails.Location = new System.Drawing.Point(12, 12);
  77. this.lblBatchDetails.Name = "lblBatchDetails";
  78. this.lblBatchDetails.Size = new System.Drawing.Size(0, 25);
  79. this.lblBatchDetails.TabIndex = 7;
  80. this.lblBatchDetails.Click += new System.EventHandler(this.lblBatchDetails_Click);
  81. //
  82. // rdoPrintDate
  83. //
  84. this.rdoPrintDate.AutoSize = true;
  85. this.rdoPrintDate.ForeColor = System.Drawing.Color.White;
  86. this.rdoPrintDate.Location = new System.Drawing.Point(12, 40);
  87. this.rdoPrintDate.Name = "rdoPrintDate";
  88. this.rdoPrintDate.Size = new System.Drawing.Size(123, 17);
  89. this.rdoPrintDate.TabIndex = 8;
  90. this.rdoPrintDate.Text = "Date Printed (range):";
  91. this.rdoPrintDate.UseVisualStyleBackColor = true;
  92. this.rdoPrintDate.CheckedChanged += new System.EventHandler(this.rdoPrintDate_CheckedChanged);
  93. //
  94. // rdoVoucherRange
  95. //
  96. this.rdoVoucherRange.AutoSize = true;
  97. this.rdoVoucherRange.ForeColor = System.Drawing.Color.White;
  98. this.rdoVoucherRange.Location = new System.Drawing.Point(12, 63);
  99. this.rdoVoucherRange.Name = "rdoVoucherRange";
  100. this.rdoVoucherRange.Size = new System.Drawing.Size(160, 17);
  101. this.rdoVoucherRange.TabIndex = 8;
  102. this.rdoVoucherRange.Text = "Vouchers in Selected Batch:";
  103. this.rdoVoucherRange.UseVisualStyleBackColor = true;
  104. this.rdoVoucherRange.CheckedChanged += new System.EventHandler(this.rdoVoucherRange_CheckedChanged);
  105. //
  106. // rdoSerialNum
  107. //
  108. this.rdoSerialNum.AutoSize = true;
  109. this.rdoSerialNum.Checked = true;
  110. this.rdoSerialNum.ForeColor = System.Drawing.Color.White;
  111. this.rdoSerialNum.Location = new System.Drawing.Point(12, 86);
  112. this.rdoSerialNum.Name = "rdoSerialNum";
  113. this.rdoSerialNum.Size = new System.Drawing.Size(94, 17);
  114. this.rdoSerialNum.TabIndex = 8;
  115. this.rdoSerialNum.TabStop = true;
  116. this.rdoSerialNum.Text = "Serial Number:";
  117. this.rdoSerialNum.UseVisualStyleBackColor = true;
  118. this.rdoSerialNum.CheckedChanged += new System.EventHandler(this.rdoSerialNum_CheckedChanged);
  119. //
  120. // label1
  121. //
  122. this.label1.AutoSize = true;
  123. this.label1.ForeColor = System.Drawing.Color.White;
  124. this.label1.Location = new System.Drawing.Point(12, 12);
  125. this.label1.Name = "label1";
  126. this.label1.Size = new System.Drawing.Size(120, 13);
  127. this.label1.TabIndex = 9;
  128. this.label1.Text = "Search for vouchers by:";
  129. this.label1.Click += new System.EventHandler(this.label1_Click);
  130. //
  131. // dtpStartDate
  132. //
  133. this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  134. this.dtpStartDate.Location = new System.Drawing.Point(353, 39);
  135. this.dtpStartDate.Name = "dtpStartDate";
  136. this.dtpStartDate.Size = new System.Drawing.Size(100, 20);
  137. this.dtpStartDate.TabIndex = 10;
  138. this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged);
  139. //
  140. // dtpEndDate
  141. //
  142. this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
  143. this.dtpEndDate.Location = new System.Drawing.Point(510, 39);
  144. this.dtpEndDate.Name = "dtpEndDate";
  145. this.dtpEndDate.Size = new System.Drawing.Size(100, 20);
  146. this.dtpEndDate.TabIndex = 10;
  147. this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpEndDate_ValueChanged);
  148. //
  149. // txtSerial
  150. //
  151. this.txtSerial.Location = new System.Drawing.Point(320, 85);
  152. this.txtSerial.Name = "txtSerial";
  153. this.txtSerial.Size = new System.Drawing.Size(290, 20);
  154. this.txtSerial.TabIndex = 11;
  155. //
  156. // lblBatch1
  157. //
  158. this.lblBatch1.AutoSize = true;
  159. this.lblBatch1.ForeColor = System.Drawing.Color.White;
  160. this.lblBatch1.Location = new System.Drawing.Point(317, 64);
  161. this.lblBatch1.Name = "lblBatch1";
  162. this.lblBatch1.Size = new System.Drawing.Size(30, 13);
  163. this.lblBatch1.TabIndex = 12;
  164. this.lblBatch1.Text = "From";
  165. this.lblBatch1.Click += new System.EventHandler(this.lblBatch1_Click);
  166. //
  167. // label3
  168. //
  169. this.label3.AutoSize = true;
  170. this.label3.ForeColor = System.Drawing.Color.White;
  171. this.label3.Location = new System.Drawing.Point(317, 41);
  172. this.label3.Name = "label3";
  173. this.label3.Size = new System.Drawing.Size(30, 13);
  174. this.label3.TabIndex = 12;
  175. this.label3.Text = "From";
  176. this.label3.Click += new System.EventHandler(this.label3_Click);
  177. //
  178. // label4
  179. //
  180. this.label4.AutoSize = true;
  181. this.label4.ForeColor = System.Drawing.Color.White;
  182. this.label4.Location = new System.Drawing.Point(484, 41);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(20, 13);
  185. this.label4.TabIndex = 12;
  186. this.label4.Text = "To";
  187. this.label4.Click += new System.EventHandler(this.label4_Click);
  188. //
  189. // lblBatch2
  190. //
  191. this.lblBatch2.AutoSize = true;
  192. this.lblBatch2.ForeColor = System.Drawing.Color.White;
  193. this.lblBatch2.Location = new System.Drawing.Point(484, 64);
  194. this.lblBatch2.Name = "lblBatch2";
  195. this.lblBatch2.Size = new System.Drawing.Size(20, 13);
  196. this.lblBatch2.TabIndex = 12;
  197. this.lblBatch2.Text = "To";
  198. this.lblBatch2.Click += new System.EventHandler(this.lblBatch2_Click);
  199. //
  200. // numStartSeqNo
  201. //
  202. this.numStartSeqNo.Location = new System.Drawing.Point(353, 62);
  203. this.numStartSeqNo.Name = "numStartSeqNo";
  204. this.numStartSeqNo.Size = new System.Drawing.Size(100, 20);
  205. this.numStartSeqNo.TabIndex = 14;
  206. this.numStartSeqNo.ValueChanged += new System.EventHandler(this.numStartSeqNo_ValueChanged);
  207. //
  208. // numEndSeqNo
  209. //
  210. this.numEndSeqNo.Location = new System.Drawing.Point(510, 62);
  211. this.numEndSeqNo.Name = "numEndSeqNo";
  212. this.numEndSeqNo.Size = new System.Drawing.Size(100, 20);
  213. this.numEndSeqNo.TabIndex = 14;
  214. this.numEndSeqNo.ValueChanged += new System.EventHandler(this.numEndSeqNo_ValueChanged);
  215. //
  216. // btnSearch
  217. //
  218. this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  219. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  220. this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  221. this.btnSearch.Location = new System.Drawing.Point(616, 2);
  222. this.btnSearch.Name = "btnSearch";
  223. this.btnSearch.Size = new System.Drawing.Size(100, 100);
  224. this.btnSearch.TabIndex = 13;
  225. this.btnSearch.UseVisualStyleBackColor = false;
  226. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  227. //
  228. // numBatchId
  229. //
  230. this.numBatchId.Location = new System.Drawing.Point(242, 62);
  231. this.numBatchId.Name = "numBatchId";
  232. this.numBatchId.Size = new System.Drawing.Size(69, 20);
  233. this.numBatchId.TabIndex = 15;
  234. //
  235. // label2
  236. //
  237. this.label2.AutoSize = true;
  238. this.label2.ForeColor = System.Drawing.Color.White;
  239. this.label2.Location = new System.Drawing.Point(187, 65);
  240. this.label2.Name = "label2";
  241. this.label2.Size = new System.Drawing.Size(49, 13);
  242. this.label2.TabIndex = 16;
  243. this.label2.Text = "Batch ID";
  244. //
  245. // VoucherForm
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  250. this.ClientSize = new System.Drawing.Size(728, 554);
  251. this.Controls.Add(this.label2);
  252. this.Controls.Add(this.numBatchId);
  253. this.Controls.Add(this.numEndSeqNo);
  254. this.Controls.Add(this.numStartSeqNo);
  255. this.Controls.Add(this.btnSearch);
  256. this.Controls.Add(this.lblBatch2);
  257. this.Controls.Add(this.label4);
  258. this.Controls.Add(this.label3);
  259. this.Controls.Add(this.lblBatch1);
  260. this.Controls.Add(this.txtSerial);
  261. this.Controls.Add(this.dtpEndDate);
  262. this.Controls.Add(this.dtpStartDate);
  263. this.Controls.Add(this.label1);
  264. this.Controls.Add(this.rdoSerialNum);
  265. this.Controls.Add(this.rdoVoucherRange);
  266. this.Controls.Add(this.rdoPrintDate);
  267. this.Controls.Add(this.lblBatchDetails);
  268. this.Controls.Add(this.dgvVouchers);
  269. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  270. this.MinimumSize = new System.Drawing.Size(621, 531);
  271. this.Name = "VoucherForm";
  272. this.Text = "View PINs";
  273. this.Load += new System.EventHandler(this.VoucherForm_Load);
  274. ((System.ComponentModel.ISupportInitialize)(this.dgvVouchers)).EndInit();
  275. ((System.ComponentModel.ISupportInitialize)(this.numStartSeqNo)).EndInit();
  276. ((System.ComponentModel.ISupportInitialize)(this.numEndSeqNo)).EndInit();
  277. ((System.ComponentModel.ISupportInitialize)(this.numBatchId)).EndInit();
  278. this.ResumeLayout(false);
  279. this.PerformLayout();
  280. }
  281. #endregion
  282. private System.Windows.Forms.DataGridView dgvVouchers;
  283. private System.Windows.Forms.Label lblBatchDetails;
  284. private System.Windows.Forms.RadioButton rdoPrintDate;
  285. private System.Windows.Forms.RadioButton rdoVoucherRange;
  286. private System.Windows.Forms.RadioButton rdoSerialNum;
  287. private System.Windows.Forms.Label label1;
  288. private System.Windows.Forms.DateTimePicker dtpStartDate;
  289. private System.Windows.Forms.DateTimePicker dtpEndDate;
  290. private System.Windows.Forms.TextBox txtSerial;
  291. private System.Windows.Forms.Label lblBatch1;
  292. private System.Windows.Forms.Label label3;
  293. private System.Windows.Forms.Label label4;
  294. private System.Windows.Forms.Label lblBatch2;
  295. private System.Windows.Forms.Button btnSearch;
  296. private System.Windows.Forms.NumericUpDown numStartSeqNo;
  297. private System.Windows.Forms.NumericUpDown numEndSeqNo;
  298. private System.Windows.Forms.NumericUpDown numBatchId;
  299. private System.Windows.Forms.Label label2;
  300. }
  301. }