157 lines
5.7 KiB
C#
157 lines
5.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.312
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WebsitePanel.Ecommerce.Portal {
|
|
|
|
|
|
/// <summary>
|
|
/// DomainNamesEditDomain class.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated class.
|
|
/// </remarks>
|
|
public partial class DomainNamesEditDomain {
|
|
|
|
/// <summary>
|
|
/// lclDomainTLD 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.Localize lclDomainTLD;
|
|
|
|
/// <summary>
|
|
/// txtDomainTLD 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.Literal txtDomainTLD;
|
|
|
|
/// <summary>
|
|
/// lclTLDRegistrar 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.Localize lclTLDRegistrar;
|
|
|
|
/// <summary>
|
|
/// ddlTLDRegistrar 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.DropDownList ddlTLDRegistrar;
|
|
|
|
/// <summary>
|
|
/// lclProductSku 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.Localize lclProductSku;
|
|
|
|
/// <summary>
|
|
/// txtProductSku 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 txtProductSku;
|
|
|
|
/// <summary>
|
|
/// chkTaxInclusive 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 chkTaxInclusive;
|
|
|
|
/// <summary>
|
|
/// chkWhoisEnabled 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 chkWhoisEnabled;
|
|
|
|
/// <summary>
|
|
/// lclTLDStatus 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.Localize lclTLDStatus;
|
|
|
|
/// <summary>
|
|
/// rblTLDStatus 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.RadioButtonList rblTLDStatus;
|
|
|
|
/// <summary>
|
|
/// ctxValBillingCycles control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::WebsitePanel.Ecommerce.Portal.ManualContextValidator ctxValBillingCycles;
|
|
|
|
/// <summary>
|
|
/// ctlBillingCycles control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::WebsitePanel.Ecommerce.Portal.UserControls.DomainNameBillingCycles ctlBillingCycles;
|
|
|
|
/// <summary>
|
|
/// btnSaveTLD 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 btnSaveTLD;
|
|
|
|
/// <summary>
|
|
/// btnDeleteTLD 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 btnDeleteTLD;
|
|
|
|
/// <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;
|
|
}
|
|
}
|