//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:2.0.50727.42 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace WebsitePanel.Ecommerce.Portal.UserControls { public partial class UserAccountDetails { protected System.Web.UI.WebControls.TextBox txtUsername; protected System.Web.UI.WebControls.RequiredFieldValidator usernameValidator; protected WebsitePanel.Portal.PasswordControl userPassword; protected System.Web.UI.WebControls.TextBox txtFirstName; protected System.Web.UI.WebControls.RequiredFieldValidator firstNameValidator; protected System.Web.UI.WebControls.TextBox txtLastName; protected System.Web.UI.WebControls.RequiredFieldValidator lastNameValidator; protected WebsitePanel.Portal.UserControls.EmailControl txtEmail; protected WebsitePanel.Portal.UserControls.EmailControl txtSecondaryEmail; protected System.Web.UI.WebControls.DropDownList ddlMailFormat; } }