421 lines
16 KiB
C#
421 lines
16 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 CKS.FormsBasedAuthentication {
|
|
|
|
|
|
public partial class UserNew {
|
|
|
|
/// <summary>
|
|
/// PageTitle control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral PageTitle;
|
|
|
|
/// <summary>
|
|
/// EncodedLiteral1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral EncodedLiteral1;
|
|
|
|
/// <summary>
|
|
/// ClusteredDirectionalSeparatorArrow1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.ClusteredDirectionalSeparatorArrow ClusteredDirectionalSeparatorArrow1;
|
|
|
|
/// <summary>
|
|
/// EncodedLiteral2 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral EncodedLiteral2;
|
|
|
|
/// <summary>
|
|
/// ClusteredDirectionalSeparatorArrow2 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.ClusteredDirectionalSeparatorArrow ClusteredDirectionalSeparatorArrow2;
|
|
|
|
/// <summary>
|
|
/// TitleArea control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral TitleArea;
|
|
|
|
/// <summary>
|
|
/// UIVersionedContent1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.UIVersionedContent UIVersionedContent1;
|
|
|
|
/// <summary>
|
|
/// ContentMap 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.SiteMapPath ContentMap;
|
|
|
|
/// <summary>
|
|
/// UIVersionedContent2 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.UIVersionedContent UIVersionedContent2;
|
|
|
|
/// <summary>
|
|
/// lblMessage 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.Label lblMessage;
|
|
|
|
/// <summary>
|
|
/// txtUsername control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtUsername;
|
|
|
|
/// <summary>
|
|
/// InputFormRequiredFieldValidator1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator InputFormRequiredFieldValidator1;
|
|
|
|
/// <summary>
|
|
/// txtFullName control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtFullName;
|
|
|
|
/// <summary>
|
|
/// InputFormRequiredFieldValidator2 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator InputFormRequiredFieldValidator2;
|
|
|
|
/// <summary>
|
|
/// lblPasswordMessage 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.Label lblPasswordMessage;
|
|
|
|
/// <summary>
|
|
/// txtPassword control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtPassword;
|
|
|
|
/// <summary>
|
|
/// txtPasswordValidator1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator txtPasswordValidator1;
|
|
|
|
/// <summary>
|
|
/// txtConfirm control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtConfirm;
|
|
|
|
/// <summary>
|
|
/// txtConfirmValidator1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator txtConfirmValidator1;
|
|
|
|
/// <summary>
|
|
/// InputFormCompareValidatorPassword control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormCompareValidator InputFormCompareValidatorPassword;
|
|
|
|
/// <summary>
|
|
/// QuestionSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl QuestionSection;
|
|
|
|
/// <summary>
|
|
/// lblQuestionMessage 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.Label lblQuestionMessage;
|
|
|
|
/// <summary>
|
|
/// txtQuestion control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtQuestion;
|
|
|
|
/// <summary>
|
|
/// InputFormRequiredFieldValidator3 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator InputFormRequiredFieldValidator3;
|
|
|
|
/// <summary>
|
|
/// AnswerSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl AnswerSection;
|
|
|
|
/// <summary>
|
|
/// lblAnswerMessage 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.Label lblAnswerMessage;
|
|
|
|
/// <summary>
|
|
/// txtAnswer control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtAnswer;
|
|
|
|
/// <summary>
|
|
/// InputFormRequiredFieldValidator4 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator InputFormRequiredFieldValidator4;
|
|
|
|
/// <summary>
|
|
/// lblEmailMessage 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.Label lblEmailMessage;
|
|
|
|
/// <summary>
|
|
/// txtEmail control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtEmail;
|
|
|
|
/// <summary>
|
|
/// InputFormRegExpressionFieldValidator1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRegularExpressionValidator InputFormRegExpressionFieldValidator1;
|
|
|
|
/// <summary>
|
|
/// ActiveSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl ActiveSection;
|
|
|
|
/// <summary>
|
|
/// isActive 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.CheckBox isActive;
|
|
|
|
/// <summary>
|
|
/// GroupSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl GroupSection;
|
|
|
|
/// <summary>
|
|
/// groupList control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormCheckBoxList groupList;
|
|
|
|
/// <summary>
|
|
/// RolesSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl RolesSection;
|
|
|
|
/// <summary>
|
|
/// rolesList control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormCheckBoxList rolesList;
|
|
|
|
/// <summary>
|
|
/// EmailSection control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::System.Web.UI.UserControl EmailSection;
|
|
|
|
/// <summary>
|
|
/// emailUser control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormCheckBox emailUser;
|
|
|
|
/// <summary>
|
|
/// EncodedLiteral3 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral EncodedLiteral3;
|
|
|
|
/// <summary>
|
|
/// txtEmailSubject control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtEmailSubject;
|
|
|
|
/// <summary>
|
|
/// ReqValEmailSubject control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormRequiredFieldValidator ReqValEmailSubject;
|
|
|
|
/// <summary>
|
|
/// EncodedLiteral4 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.EncodedLiteral EncodedLiteral4;
|
|
|
|
/// <summary>
|
|
/// txtEmailBody control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Microsoft.SharePoint.WebControls.InputFormTextBox txtEmailBody;
|
|
|
|
/// <summary>
|
|
/// BtnOk 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 BtnOk;
|
|
}
|
|
}
|