/UniqueStudio.Admin/admin/background/pvstat.aspx.designer.cs

http://uniquestudiocms.googlecode.com/ · C# · 70 lines · 10 code · 9 blank · 51 comment · 0 complexity · e554f5569483e906b07a295d961af1c9 MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.4927
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UniqueStudio.Admin.admin.background {
  11. public partial class pvstat {
  12. /// <summary>
  13. /// message control.
  14. /// </summary>
  15. /// <remarks>
  16. /// Auto-generated field.
  17. /// To modify move field declaration from designer file to code-behind file.
  18. /// </remarks>
  19. protected global::UniqueStudio.Admin.admin.controls.Message message;
  20. /// <summary>
  21. /// ddlYears control.
  22. /// </summary>
  23. /// <remarks>
  24. /// Auto-generated field.
  25. /// To modify move field declaration from designer file to code-behind file.
  26. /// </remarks>
  27. protected global::System.Web.UI.WebControls.DropDownList ddlYears;
  28. /// <summary>
  29. /// ddlMonths control.
  30. /// </summary>
  31. /// <remarks>
  32. /// Auto-generated field.
  33. /// To modify move field declaration from designer file to code-behind file.
  34. /// </remarks>
  35. protected global::System.Web.UI.WebControls.DropDownList ddlMonths;
  36. /// <summary>
  37. /// btnView control.
  38. /// </summary>
  39. /// <remarks>
  40. /// Auto-generated field.
  41. /// To modify move field declaration from designer file to code-behind file.
  42. /// </remarks>
  43. protected global::System.Web.UI.WebControls.Button btnView;
  44. /// <summary>
  45. /// ltlHead control.
  46. /// </summary>
  47. /// <remarks>
  48. /// Auto-generated field.
  49. /// To modify move field declaration from designer file to code-behind file.
  50. /// </remarks>
  51. protected global::System.Web.UI.WebControls.Literal ltlHead;
  52. /// <summary>
  53. /// ltlData control.
  54. /// </summary>
  55. /// <remarks>
  56. /// Auto-generated field.
  57. /// To modify move field declaration from designer file to code-behind file.
  58. /// </remarks>
  59. protected global::System.Web.UI.WebControls.Literal ltlData;
  60. }
  61. }