userDetails.ascx.designer.cs
上传用户:gooyliu
上传日期:2018-09-29
资源大小:5816k
文件大小:3k
源码类别:

.net编程

开发平台:

C#

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. //     This code was generated by a tool.
  4. //     Runtime Version:2.0.50727.1433
  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 Web.Common.controls {
  11.     
  12.     
  13.     public partial class userDetails {
  14.         
  15.         /// <summary>
  16.         /// lblID control.
  17.         /// </summary>
  18.         /// <remarks>
  19.         /// Auto-generated field.
  20.         /// To modify move field declaration from designer file to code-behind file.
  21.         /// </remarks>
  22.         protected global::System.Web.UI.WebControls.Label lblID;
  23.         
  24.         /// <summary>
  25.         /// lblName control.
  26.         /// </summary>
  27.         /// <remarks>
  28.         /// Auto-generated field.
  29.         /// To modify move field declaration from designer file to code-behind file.
  30.         /// </remarks>
  31.         protected global::System.Web.UI.WebControls.Label lblName;
  32.         
  33.         /// <summary>
  34.         /// lblGender control.
  35.         /// </summary>
  36.         /// <remarks>
  37.         /// Auto-generated field.
  38.         /// To modify move field declaration from designer file to code-behind file.
  39.         /// </remarks>
  40.         protected global::System.Web.UI.WebControls.Label lblGender;
  41.         
  42.         /// <summary>
  43.         /// lblPower control.
  44.         /// </summary>
  45.         /// <remarks>
  46.         /// Auto-generated field.
  47.         /// To modify move field declaration from designer file to code-behind file.
  48.         /// </remarks>
  49.         protected global::System.Web.UI.WebControls.Label lblPower;
  50.         
  51.         /// <summary>
  52.         /// txtDept 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.WebControls.TextBox txtDept;
  59.         
  60.         /// <summary>
  61.         /// txtAddress control.
  62.         /// </summary>
  63.         /// <remarks>
  64.         /// Auto-generated field.
  65.         /// To modify move field declaration from designer file to code-behind file.
  66.         /// </remarks>
  67.         protected global::System.Web.UI.WebControls.TextBox txtAddress;
  68.         
  69.         /// <summary>
  70.         /// txtPhone control.
  71.         /// </summary>
  72.         /// <remarks>
  73.         /// Auto-generated field.
  74.         /// To modify move field declaration from designer file to code-behind file.
  75.         /// </remarks>
  76.         protected global::System.Web.UI.WebControls.TextBox txtPhone;
  77.         
  78.         /// <summary>
  79.         /// imgUpdate control.
  80.         /// </summary>
  81.         /// <remarks>
  82.         /// Auto-generated field.
  83.         /// To modify move field declaration from designer file to code-behind file.
  84.         /// </remarks>
  85.         protected global::System.Web.UI.WebControls.ImageButton imgUpdate;
  86.     }
  87. }