90 lines
3.3 KiB
C#
90 lines
3.3 KiB
C#
//------------------------------------------------------------------------------
|
|
// <generato automaticamente>
|
|
// Codice generato da uno strumento.
|
|
//
|
|
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
|
// il codice viene rigenerato.
|
|
// </generato automaticamente>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace CompanyRegistration.WebUserControls
|
|
{
|
|
|
|
|
|
public partial class cmp_resetPwd
|
|
{
|
|
|
|
/// <summary>
|
|
/// Controllo lblEmail.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Label lblEmail;
|
|
|
|
/// <summary>
|
|
/// Controllo lblEmailError.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Label lblEmailError;
|
|
|
|
/// <summary>
|
|
/// Controllo lblToken.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Label lblToken;
|
|
|
|
/// <summary>
|
|
/// Controllo lblTokenError.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.Label lblTokenError;
|
|
|
|
/// <summary>
|
|
/// Controllo txtPassword.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox txtPassword;
|
|
|
|
/// <summary>
|
|
/// Controllo txtPasswordRepeat.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.TextBox txtPasswordRepeat;
|
|
|
|
/// <summary>
|
|
/// Controllo CompareValidator1.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.CompareValidator CompareValidator1;
|
|
|
|
/// <summary>
|
|
/// Controllo lbtSubmit.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Campo generato automaticamente.
|
|
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.WebControls.LinkButton lbtSubmit;
|
|
}
|
|
}
|