//------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
//------------------------------------------------------------------------------
namespace ScrewTurn.Wiki {
public partial class PermissionsManager {
///
/// lblSubjects control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal lblSubjects;
///
/// lstSubjects control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.ListBox lstSubjects;
///
/// btnRemove control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Button btnRemove;
///
/// txtNewSubject control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.TextBox txtNewSubject;
///
/// btnSearch control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Button btnSearch;
///
/// lstFoundSubjects control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.DropDownList lstFoundSubjects;
///
/// btnAdd control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Button btnAdd;
///
/// lblAddResult control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Label lblAddResult;
///
/// lblPermissionsFor control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal lblPermissionsFor;
///
/// lblSelectedSubject control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::System.Web.UI.WebControls.Literal lblSelectedSubject;
///
/// aclActionsSelector control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::ScrewTurn.Wiki.AclActionsSelector aclActionsSelector;
///
/// btnSave control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Button btnSave;
///
/// lblSaveResult control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
protected global::Anthem.Label lblSaveResult;
}
}