28 lines
1.3 KiB
C#
28 lines
1.3 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 {
|
|
|
|
public partial class SystemSettings {
|
|
protected WebsitePanel.Portal.CollapsiblePanel lclSmtpSettings;
|
|
protected System.Web.UI.WebControls.Panel SmtpPanel;
|
|
protected System.Web.UI.WebControls.TextBox txtSmtpServer;
|
|
protected System.Web.UI.WebControls.TextBox txtSmtpPort;
|
|
protected System.Web.UI.WebControls.TextBox txtSmtpUser;
|
|
protected System.Web.UI.WebControls.TextBox txtSmtpPassword;
|
|
protected System.Web.UI.WebControls.Localize locEnableSsl;
|
|
protected System.Web.UI.WebControls.CheckBox chkEnableSsl;
|
|
protected WebsitePanel.Portal.CollapsiblePanel lclBackupSettings;
|
|
protected System.Web.UI.WebControls.Panel BackupPanel;
|
|
protected System.Web.UI.WebControls.Localize Localize1;
|
|
protected System.Web.UI.WebControls.TextBox txtBackupsPath;
|
|
protected System.Web.UI.WebControls.Button btnSaveSettings;
|
|
}
|
|
}
|