More ClientDependency work...converting script and link tags slowly, debug is now off so compression is working. [TFS Changeset #56602]
107 lines
3.7 KiB
C#
107 lines
3.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.3082
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace umbraco.cms.presentation.developer {
|
|
|
|
|
|
public partial class editXslt {
|
|
|
|
/// <summary>
|
|
/// JsInclude1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.presentation.ClientDependency.Controls.JsInclude JsInclude1;
|
|
|
|
/// <summary>
|
|
/// UmbracoPanel1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.UmbracoPanel UmbracoPanel1;
|
|
|
|
/// <summary>
|
|
/// Pane1 control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.Pane Pane1;
|
|
|
|
/// <summary>
|
|
/// pp_filename control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.PropertyPanel pp_filename;
|
|
|
|
/// <summary>
|
|
/// xsltFileName 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 xsltFileName;
|
|
|
|
/// <summary>
|
|
/// pp_testing control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.PropertyPanel pp_testing;
|
|
|
|
/// <summary>
|
|
/// SkipTesting 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 SkipTesting;
|
|
|
|
/// <summary>
|
|
/// pp_errorMsg control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.PropertyPanel pp_errorMsg;
|
|
|
|
/// <summary>
|
|
/// editorSource control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::umbraco.uicontrols.CodeArea editorSource;
|
|
|
|
/// <summary>
|
|
/// editorJs 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 editorJs;
|
|
}
|
|
}
|