63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
//------------------------------------------------------------------------------
 | 
						|
// <auto-generated>
 | 
						|
//     This code was generated by a tool.
 | 
						|
//
 | 
						|
//     Changes to this file may cause incorrect behavior and will be lost if
 | 
						|
//     the code is regenerated. 
 | 
						|
// </auto-generated>
 | 
						|
//------------------------------------------------------------------------------
 | 
						|
 | 
						|
namespace FWA_MAIN
 | 
						|
{
 | 
						|
 | 
						|
 | 
						|
    public partial class patient
 | 
						|
    {
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// txtFNAME control.
 | 
						|
        /// </summary>
 | 
						|
        /// <remarks>
 | 
						|
        /// Auto-generated field.
 | 
						|
        /// To modify move field declaration from designer file to code-behind file.
 | 
						|
        /// </remarks>
 | 
						|
        protected global::System.Web.UI.WebControls.TextBox txtFNAME;
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// txtLNAME control.
 | 
						|
        /// </summary>
 | 
						|
        /// <remarks>
 | 
						|
        /// Auto-generated field.
 | 
						|
        /// To modify move field declaration from designer file to code-behind file.
 | 
						|
        /// </remarks>
 | 
						|
        protected global::System.Web.UI.WebControls.TextBox txtLNAME;
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// txtPatID control.
 | 
						|
        /// </summary>
 | 
						|
        /// <remarks>
 | 
						|
        /// Auto-generated field.
 | 
						|
        /// To modify move field declaration from designer file to code-behind file.
 | 
						|
        /// </remarks>
 | 
						|
        protected global::System.Web.UI.WebControls.TextBox txtPatID;
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// btnPatSearch control.
 | 
						|
        /// </summary>
 | 
						|
        /// <remarks>
 | 
						|
        /// Auto-generated field.
 | 
						|
        /// To modify move field declaration from designer file to code-behind file.
 | 
						|
        /// </remarks>
 | 
						|
        protected global::System.Web.UI.WebControls.Button btnPatSearch;
 | 
						|
 | 
						|
        /// <summary>
 | 
						|
        /// gvPatient control.
 | 
						|
        /// </summary>
 | 
						|
        /// <remarks>
 | 
						|
        /// Auto-generated field.
 | 
						|
        /// To modify move field declaration from designer file to code-behind file.
 | 
						|
        /// </remarks>
 | 
						|
        protected global::System.Web.UI.WebControls.GridView gvPatient;
 | 
						|
    }
 | 
						|
}
 |