| |
nopCommerce » NopSolutions » NopCommerce » Web » Administration » Modules » ManufacturerDetails.ascx.designer.cs | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.3603
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace NopSolutions.NopCommerce.Web.Administration.Modules{
public partial class ManufacturerDetailsControl {
/// <summary>
/// SaveButton 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 SaveButton;
/// <summary>
/// DeleteButton 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 DeleteButton;
/// <summary>
/// ManufacturerTabs control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.TabContainer ManufacturerTabs;
/// <summary>
/// pnlManufacturerInfo control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.TabPanel pnlManufacturerInfo;
/// <summary>
/// ctrlManufacturerInfo control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NopSolutions.NopCommerce.Web.Administration.Modules.ManufacturerInfoControl ctrlManufacturerInfo;
/// <summary>
/// pnlManufacturerSEO control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.TabPanel pnlManufacturerSEO;
/// <summary>
/// ctrlManufacturerSEO control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NopSolutions.NopCommerce.Web.Administration.Modules.ManufacturerSEOControl ctrlManufacturerSEO;
/// <summary>
/// pnlProductManufacturerMappings control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::AjaxControlToolkit.TabPanel pnlProductManufacturerMappings;
/// <summary>
/// ctrlManufacturerProducts control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NopSolutions.NopCommerce.Web.Administration.Modules.ManufacturerProductsControl ctrlManufacturerProducts;
/// <summary>
/// cbDelete control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::NopSolutions.NopCommerce.Web.Administration.Modules.ConfirmationBox cbDelete;
}
}
|
|