412 lines
14 KiB
C#
412 lines
14 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.4016
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace ScrewTurn.Wiki {
|
|
|
|
|
|
public partial class AdminCategories {
|
|
|
|
/// <summary>
|
|
/// lblCategories 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 lblCategories;
|
|
|
|
/// <summary>
|
|
/// pnlList control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Panel pnlList;
|
|
|
|
/// <summary>
|
|
/// lblNewCategory 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 lblNewCategory;
|
|
|
|
/// <summary>
|
|
/// txtNewCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.TextBox txtNewCategory;
|
|
|
|
/// <summary>
|
|
/// btnNewCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnNewCategory;
|
|
|
|
/// <summary>
|
|
/// rfvNewCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.RequiredFieldValidator rfvNewCategory;
|
|
|
|
/// <summary>
|
|
/// cvNewCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.CustomValidator cvNewCategory;
|
|
|
|
/// <summary>
|
|
/// lblNewCategoryResult control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Label lblNewCategoryResult;
|
|
|
|
/// <summary>
|
|
/// btnBulkManage control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnBulkManage;
|
|
|
|
/// <summary>
|
|
/// lblNamespace 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 lblNamespace;
|
|
|
|
/// <summary>
|
|
/// lstNamespace control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.DropDownList lstNamespace;
|
|
|
|
/// <summary>
|
|
/// rptCategories control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Repeater rptCategories;
|
|
|
|
/// <summary>
|
|
/// pnlEditCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Panel pnlEditCategory;
|
|
|
|
/// <summary>
|
|
/// lblEditTitle 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 lblEditTitle;
|
|
|
|
/// <summary>
|
|
/// lblCurrentCategory 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 lblCurrentCategory;
|
|
|
|
/// <summary>
|
|
/// lblRenameCategoryTitle 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 lblRenameCategoryTitle;
|
|
|
|
/// <summary>
|
|
/// lblNewName 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 lblNewName;
|
|
|
|
/// <summary>
|
|
/// txtNewName control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.TextBox txtNewName;
|
|
|
|
/// <summary>
|
|
/// btnRename control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnRename;
|
|
|
|
/// <summary>
|
|
/// rfvNewName control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.RequiredFieldValidator rfvNewName;
|
|
|
|
/// <summary>
|
|
/// cvNewName control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.CustomValidator cvNewName;
|
|
|
|
/// <summary>
|
|
/// lblRenameResult control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Label lblRenameResult;
|
|
|
|
/// <summary>
|
|
/// lblMergeCategoryTitle 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 lblMergeCategoryTitle;
|
|
|
|
/// <summary>
|
|
/// lblMergeInto 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 lblMergeInto;
|
|
|
|
/// <summary>
|
|
/// lstDestinationCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.DropDownList lstDestinationCategory;
|
|
|
|
/// <summary>
|
|
/// btnMerge control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnMerge;
|
|
|
|
/// <summary>
|
|
/// lblMergeResult control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Label lblMergeResult;
|
|
|
|
/// <summary>
|
|
/// lblDeleteCategory 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 lblDeleteCategory;
|
|
|
|
/// <summary>
|
|
/// btnDeleteCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnDeleteCategory;
|
|
|
|
/// <summary>
|
|
/// lblDeleteResult control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Label lblDeleteResult;
|
|
|
|
/// <summary>
|
|
/// btnBack control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnBack;
|
|
|
|
/// <summary>
|
|
/// pnlBulkManage control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Panel pnlBulkManage;
|
|
|
|
/// <summary>
|
|
/// lblBulkStep1 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 lblBulkStep1;
|
|
|
|
/// <summary>
|
|
/// providerSelector control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::ScrewTurn.Wiki.ProviderSelector providerSelector;
|
|
|
|
/// <summary>
|
|
/// pageListBuilder control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::ScrewTurn.Wiki.PageListBuilder pageListBuilder;
|
|
|
|
/// <summary>
|
|
/// lblBulkStep2 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 lblBulkStep2;
|
|
|
|
/// <summary>
|
|
/// lstBulkCategories control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.CheckBoxList lstBulkCategories;
|
|
|
|
/// <summary>
|
|
/// lblBulkStep3 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 lblBulkStep3;
|
|
|
|
/// <summary>
|
|
/// rdoBulkAdd control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.RadioButton rdoBulkAdd;
|
|
|
|
/// <summary>
|
|
/// rdoBulkReplace control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.RadioButton rdoBulkReplace;
|
|
|
|
/// <summary>
|
|
/// btnBulkSave control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnBulkSave;
|
|
|
|
/// <summary>
|
|
/// lblBulkResult control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Label lblBulkResult;
|
|
|
|
/// <summary>
|
|
/// btnBulkBack control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.Button btnBulkBack;
|
|
|
|
/// <summary>
|
|
/// txtCurrentCategory control.
|
|
/// </summary>
|
|
/// <remarks>
|
|
/// Auto-generated field.
|
|
/// To modify move field declaration from designer file to code-behind file.
|
|
/// </remarks>
|
|
protected global::Anthem.HiddenField txtCurrentCategory;
|
|
}
|
|
}
|