33 lines
1.8 KiB
C#
33 lines
1.8 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.42
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WebsitePanel.Portal.ExchangeServer {
|
|
|
|
public partial class ExchangeCreatePublicFolder {
|
|
protected WebsitePanel.Portal.EnableAsyncTasksSupport asyncTasks;
|
|
protected WebsitePanel.Portal.ExchangeServer.UserControls.Breadcrumb breadcrumb;
|
|
protected WebsitePanel.Portal.ExchangeServer.UserControls.Menu menu;
|
|
protected System.Web.UI.WebControls.Image Image1;
|
|
protected System.Web.UI.WebControls.Localize locTitle;
|
|
protected WebsitePanel.Portal.UserControls.SimpleMessageBox messageBox;
|
|
protected System.Web.UI.WebControls.Localize locParentFolder;
|
|
protected System.Web.UI.WebControls.DropDownList ddlParentFolder;
|
|
protected System.Web.UI.WebControls.Localize locName;
|
|
protected System.Web.UI.WebControls.TextBox txtName;
|
|
protected System.Web.UI.WebControls.RequiredFieldValidator valDisplayName;
|
|
protected System.Web.UI.WebControls.CheckBox chkMailEnabledFolder;
|
|
protected System.Web.UI.HtmlControls.HtmlTableRow EmailRow;
|
|
protected System.Web.UI.WebControls.Localize locEmail;
|
|
protected WebsitePanel.Portal.ExchangeServer.UserControls.EmailAddress email;
|
|
protected System.Web.UI.WebControls.Button btnCreate;
|
|
protected System.Web.UI.WebControls.ValidationSummary ValidationSummary1;
|
|
protected System.Web.UI.WebControls.Localize FormComments;
|
|
}
|
|
}
|