You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

276 lines
10 KiB

4 years ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. namespace JMEAgentSystem.WebPages.SendTxn {
  10. public partial class PrintSendMoneyRequestDetails {
  11. /// <summary>
  12. /// idNumber control.
  13. /// </summary>
  14. /// <remarks>
  15. /// Auto-generated field.
  16. /// To modify move field declaration from designer file to code-behind file.
  17. /// </remarks>
  18. protected global::System.Web.UI.HtmlControls.HtmlTableCell idNumber;
  19. /// <summary>
  20. /// custFullName control.
  21. /// </summary>
  22. /// <remarks>
  23. /// Auto-generated field.
  24. /// To modify move field declaration from designer file to code-behind file.
  25. /// </remarks>
  26. protected global::System.Web.UI.HtmlControls.HtmlTableCell custFullName;
  27. /// <summary>
  28. /// recFullName control.
  29. /// </summary>
  30. /// <remarks>
  31. /// Auto-generated field.
  32. /// To modify move field declaration from designer file to code-behind file.
  33. /// </remarks>
  34. protected global::System.Web.UI.HtmlControls.HtmlTableCell recFullName;
  35. /// <summary>
  36. /// recAddress control.
  37. /// </summary>
  38. /// <remarks>
  39. /// Auto-generated field.
  40. /// To modify move field declaration from designer file to code-behind file.
  41. /// </remarks>
  42. protected global::System.Web.UI.HtmlControls.HtmlTableCell recAddress;
  43. /// <summary>
  44. /// recMobile control.
  45. /// </summary>
  46. /// <remarks>
  47. /// Auto-generated field.
  48. /// To modify move field declaration from designer file to code-behind file.
  49. /// </remarks>
  50. protected global::System.Web.UI.HtmlControls.HtmlTableCell recMobile;
  51. /// <summary>
  52. /// pCountry control.
  53. /// </summary>
  54. /// <remarks>
  55. /// Auto-generated field.
  56. /// To modify move field declaration from designer file to code-behind file.
  57. /// </remarks>
  58. protected global::System.Web.UI.HtmlControls.HtmlTableCell pCountry;
  59. /// <summary>
  60. /// pmode control.
  61. /// </summary>
  62. /// <remarks>
  63. /// Auto-generated field.
  64. /// To modify move field declaration from designer file to code-behind file.
  65. /// </remarks>
  66. protected global::System.Web.UI.HtmlControls.HtmlTableCell pmode;
  67. /// <summary>
  68. /// pAgent control.
  69. /// </summary>
  70. /// <remarks>
  71. /// Auto-generated field.
  72. /// To modify move field declaration from designer file to code-behind file.
  73. /// </remarks>
  74. protected global::System.Web.UI.HtmlControls.HtmlTableCell pAgent;
  75. /// <summary>
  76. /// pBranch control.
  77. /// </summary>
  78. /// <remarks>
  79. /// Auto-generated field.
  80. /// To modify move field declaration from designer file to code-behind file.
  81. /// </remarks>
  82. protected global::System.Web.UI.HtmlControls.HtmlTableCell pBranch;
  83. /// <summary>
  84. /// accountNo control.
  85. /// </summary>
  86. /// <remarks>
  87. /// Auto-generated field.
  88. /// To modify move field declaration from designer file to code-behind file.
  89. /// </remarks>
  90. protected global::System.Web.UI.HtmlControls.HtmlTableCell accountNo;
  91. /// <summary>
  92. /// cAmt control.
  93. /// </summary>
  94. /// <remarks>
  95. /// Auto-generated field.
  96. /// To modify move field declaration from designer file to code-behind file.
  97. /// </remarks>
  98. protected global::System.Web.UI.HtmlControls.HtmlTableCell cAmt;
  99. /// <summary>
  100. /// tAmt control.
  101. /// </summary>
  102. /// <remarks>
  103. /// Auto-generated field.
  104. /// To modify move field declaration from designer file to code-behind file.
  105. /// </remarks>
  106. protected global::System.Web.UI.HtmlControls.HtmlTableCell tAmt;
  107. /// <summary>
  108. /// serviceCharge control.
  109. /// </summary>
  110. /// <remarks>
  111. /// Auto-generated field.
  112. /// To modify move field declaration from designer file to code-behind file.
  113. /// </remarks>
  114. protected global::System.Web.UI.HtmlControls.HtmlTableCell serviceCharge;
  115. /// <summary>
  116. /// purpose control.
  117. /// </summary>
  118. /// <remarks>
  119. /// Auto-generated field.
  120. /// To modify move field declaration from designer file to code-behind file.
  121. /// </remarks>
  122. protected global::System.Web.UI.HtmlControls.HtmlTableCell purpose;
  123. /// <summary>
  124. /// otherPurpose control.
  125. /// </summary>
  126. /// <remarks>
  127. /// Auto-generated field.
  128. /// To modify move field declaration from designer file to code-behind file.
  129. /// </remarks>
  130. protected global::System.Web.UI.HtmlControls.HtmlTableCell otherPurpose;
  131. /// <summary>
  132. /// relationship control.
  133. /// </summary>
  134. /// <remarks>
  135. /// Auto-generated field.
  136. /// To modify move field declaration from designer file to code-behind file.
  137. /// </remarks>
  138. protected global::System.Web.UI.HtmlControls.HtmlTableCell relationship;
  139. /// <summary>
  140. /// otherRelation control.
  141. /// </summary>
  142. /// <remarks>
  143. /// Auto-generated field.
  144. /// To modify move field declaration from designer file to code-behind file.
  145. /// </remarks>
  146. protected global::System.Web.UI.HtmlControls.HtmlTableCell otherRelation;
  147. /// <summary>
  148. /// docDiv control.
  149. /// </summary>
  150. /// <remarks>
  151. /// Auto-generated field.
  152. /// To modify move field declaration from designer file to code-behind file.
  153. /// </remarks>
  154. protected global::System.Web.UI.HtmlControls.HtmlGenericControl docDiv;
  155. /// <summary>
  156. /// hdnCustomerId control.
  157. /// </summary>
  158. /// <remarks>
  159. /// Auto-generated field.
  160. /// To modify move field declaration from designer file to code-behind file.
  161. /// </remarks>
  162. protected global::System.Web.UI.WebControls.HiddenField hdnCustomerId;
  163. /// <summary>
  164. /// hdnProcessDivision control.
  165. /// </summary>
  166. /// <remarks>
  167. /// Auto-generated field.
  168. /// To modify move field declaration from designer file to code-behind file.
  169. /// </remarks>
  170. protected global::System.Web.UI.WebControls.HiddenField hdnProcessDivision;
  171. /// <summary>
  172. /// hdnPartnerServiceKey control.
  173. /// </summary>
  174. /// <remarks>
  175. /// Auto-generated field.
  176. /// To modify move field declaration from designer file to code-behind file.
  177. /// </remarks>
  178. protected global::System.Web.UI.WebControls.HiddenField hdnPartnerServiceKey;
  179. /// <summary>
  180. /// hdninstitution control.
  181. /// </summary>
  182. /// <remarks>
  183. /// Auto-generated field.
  184. /// To modify move field declaration from designer file to code-behind file.
  185. /// </remarks>
  186. protected global::System.Web.UI.WebControls.HiddenField hdninstitution;
  187. /// <summary>
  188. /// hdnAccountName control.
  189. /// </summary>
  190. /// <remarks>
  191. /// Auto-generated field.
  192. /// To modify move field declaration from designer file to code-behind file.
  193. /// </remarks>
  194. protected global::System.Web.UI.WebControls.HiddenField hdnAccountName;
  195. /// <summary>
  196. /// hdnAccountNumber control.
  197. /// </summary>
  198. /// <remarks>
  199. /// Auto-generated field.
  200. /// To modify move field declaration from designer file to code-behind file.
  201. /// </remarks>
  202. protected global::System.Web.UI.WebControls.HiddenField hdnAccountNumber;
  203. /// <summary>
  204. /// hdnVirtualAccountNo control.
  205. /// </summary>
  206. /// <remarks>
  207. /// Auto-generated field.
  208. /// To modify move field declaration from designer file to code-behind file.
  209. /// </remarks>
  210. protected global::System.Web.UI.WebControls.HiddenField hdnVirtualAccountNo;
  211. /// <summary>
  212. /// hdnGenderCode control.
  213. /// </summary>
  214. /// <remarks>
  215. /// Auto-generated field.
  216. /// To modify move field declaration from designer file to code-behind file.
  217. /// </remarks>
  218. protected global::System.Web.UI.WebControls.HiddenField hdnGenderCode;
  219. /// <summary>
  220. /// hdnNativeCountryCode control.
  221. /// </summary>
  222. /// <remarks>
  223. /// Auto-generated field.
  224. /// To modify move field declaration from designer file to code-behind file.
  225. /// </remarks>
  226. protected global::System.Web.UI.WebControls.HiddenField hdnNativeCountryCode;
  227. /// <summary>
  228. /// hdnDobYmd control.
  229. /// </summary>
  230. /// <remarks>
  231. /// Auto-generated field.
  232. /// To modify move field declaration from designer file to code-behind file.
  233. /// </remarks>
  234. protected global::System.Web.UI.WebControls.HiddenField hdnDobYmd;
  235. /// <summary>
  236. /// hdnIdTypeCode control.
  237. /// </summary>
  238. /// <remarks>
  239. /// Auto-generated field.
  240. /// To modify move field declaration from designer file to code-behind file.
  241. /// </remarks>
  242. protected global::System.Web.UI.WebControls.HiddenField hdnIdTypeCode;
  243. }
  244. }