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

http://uniquestudiocms.googlecode.com/ · C# · 52 lines · 8 code · 7 blank · 37 comment · 0 complexity · 7f64a17bad2f00bc58536ab7ab7e0259 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 rolelist {
  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. /// rptList 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.Repeater rptList;
  28. /// <summary>
  29. /// ddlOperation 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 ddlOperation;
  36. /// <summary>
  37. /// btnExcute 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 btnExcute;
  44. }
  45. }