namespace bsmd.ExcelReadService
{
partial class ProjectInstaller
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.serviceProcessInstallerTestExcel = new System.ServiceProcess.ServiceProcessInstaller();
this.serviceInstallerTestExcel = new System.ServiceProcess.ServiceInstaller();
//
// serviceProcessInstallerTestExcel
//
this.serviceProcessInstallerTestExcel.Password = null;
this.serviceProcessInstallerTestExcel.Username = null;
//
// serviceInstallerTestExcel
//
this.serviceInstallerTestExcel.Description = "Test-Instance: Receives and processes Excel reports send via e-mail";
this.serviceInstallerTestExcel.DisplayName = "NSW Excel Report Test-Service ";
this.serviceInstallerTestExcel.ServiceName = "ExcelReadTestService";
//
// ProjectInstaller
//
this.Installers.AddRange(new System.Configuration.Install.Installer[] {
this.serviceInstallerTestExcel,
this.serviceProcessInstallerTestExcel});
}
#endregion
private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstallerTestExcel;
private System.ServiceProcess.ServiceInstaller serviceInstallerTestExcel;
}
}