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.

80 lines
2.6 KiB

  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 Swift.web.MobileRemit.Admin.Operation.LawsonCard
  10. {
  11. public partial class LawsonCard
  12. {
  13. /// <summary>
  14. /// form1 control.
  15. /// </summary>
  16. /// <remarks>
  17. /// Auto-generated field.
  18. /// To modify move field declaration from designer file to code-behind file.
  19. /// </remarks>
  20. protected global::System.Web.UI.HtmlControls.HtmlForm form1;
  21. /// <summary>
  22. /// ddlSearchBy control.
  23. /// </summary>
  24. /// <remarks>
  25. /// Auto-generated field.
  26. /// To modify move field declaration from designer file to code-behind file.
  27. /// </remarks>
  28. protected global::System.Web.UI.WebControls.DropDownList ddlSearchBy;
  29. /// <summary>
  30. /// txtSearchData control.
  31. /// </summary>
  32. /// <remarks>
  33. /// Auto-generated field.
  34. /// To modify move field declaration from designer file to code-behind file.
  35. /// </remarks>
  36. protected global::Swift.web.Component.AutoComplete.SwiftTextBox txtSearchData;
  37. /// <summary>
  38. /// cardNumber control.
  39. /// </summary>
  40. /// <remarks>
  41. /// Auto-generated field.
  42. /// To modify move field declaration from designer file to code-behind file.
  43. /// </remarks>
  44. protected global::System.Web.UI.WebControls.TextBox cardNumber;
  45. /// <summary>
  46. /// btnClear control.
  47. /// </summary>
  48. /// <remarks>
  49. /// Auto-generated field.
  50. /// To modify move field declaration from designer file to code-behind file.
  51. /// </remarks>
  52. protected global::System.Web.UI.WebControls.Button btnClear;
  53. /// <summary>
  54. /// confirmCardNumber control.
  55. /// </summary>
  56. /// <remarks>
  57. /// Auto-generated field.
  58. /// To modify move field declaration from designer file to code-behind file.
  59. /// </remarks>
  60. protected global::System.Web.UI.WebControls.TextBox confirmCardNumber;
  61. /// <summary>
  62. /// btnConfirmAssign control.
  63. /// </summary>
  64. /// <remarks>
  65. /// Auto-generated field.
  66. /// To modify move field declaration from designer file to code-behind file.
  67. /// </remarks>
  68. protected global::System.Web.UI.WebControls.Button btnConfirmAssign;
  69. }
  70. }