96 lines
3.5 KiB
C#
96 lines
3.5 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 WebsitePanel.Portal {
|
|
|
|
|
|
public partial class UserAccountMailTemplateSettings {
|
|
|
|
/// <summary>
|
|
/// lnkAccountLetter 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.HyperLink lnkAccountLetter;
|
|
|
|
/// <summary>
|
|
/// lnkPackageLetter 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.HyperLink lnkPackageLetter;
|
|
|
|
/// <summary>
|
|
/// lnkPasswordReminder 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.HyperLink lnkPasswordReminder;
|
|
|
|
/// <summary>
|
|
/// lnkExchangeMailboxSetup 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.HyperLink lnkExchangeMailboxSetup;
|
|
|
|
/// <summary>
|
|
/// HyperLink1 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.HyperLink HyperLink1;
|
|
|
|
/// <summary>
|
|
/// HyperLink2 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.HyperLink HyperLink2;
|
|
|
|
/// <summary>
|
|
/// lnkVpsSummaryLetter 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.HyperLink lnkVpsSummaryLetter;
|
|
|
|
/// <summary>
|
|
/// lnkDomainExpirationLetter 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.HyperLink lnkDomainExpirationLetter;
|
|
|
|
/// <summary>
|
|
/// btnCancel 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 btnCancel;
|
|
}
|
|
}
|