88 lines
3.1 KiB
C#
88 lines
3.1 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 umbraco.presentation.umbraco.developer.Packages {
|
|
|
|
|
|
public partial class StarterKits {
|
|
|
|
/// <summary>
|
|
/// JsInclude1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::ClientDependency.Core.Controls.JsInclude JsInclude1;
|
|
|
|
/// <summary>
|
|
/// Panel1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.UmbracoPanel Panel1;
|
|
|
|
/// <summary>
|
|
/// fb control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.Feedback fb;
|
|
|
|
/// <summary>
|
|
/// StarterKitInstalled control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.Pane StarterKitInstalled;
|
|
|
|
/// <summary>
|
|
/// ph_skins 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.PlaceHolder ph_skins;
|
|
|
|
/// <summary>
|
|
/// StarterKitNotInstalled control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.Pane StarterKitNotInstalled;
|
|
|
|
/// <summary>
|
|
/// ph_starterkits 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.PlaceHolder ph_starterkits;
|
|
|
|
/// <summary>
|
|
/// installationCompleted control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.Pane installationCompleted;
|
|
}
|
|
}
|