Няма описание

VoucherForm.Designer.cs 14KB

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