namespace Jp.WinAutoService
{
partial class ProjectInstaller
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.serviceProcessInstallerJPAutoService = new System.ServiceProcess.ServiceProcessInstaller();
this.serviceInstallerJPAutoService = new System.ServiceProcess.ServiceInstaller();
//
// serviceProcessInstallerJPAutoService
//
this.serviceProcessInstallerJPAutoService.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
this.serviceProcessInstallerJPAutoService.Password = null;
this.serviceProcessInstallerJPAutoService.Username = null;
//
// serviceInstallerJPAutoService
//
this.serviceInstallerJPAutoService.Description = "JPAutoRunService1.0用于自动执行捷配发货同步数据到财务系统";
this.serviceInstallerJPAutoService.DisplayName = "JPAutoRunService1.0";
this.serviceInstallerJPAutoService.ServiceName = "JPAutoRunService1.0";
this.serviceInstallerJPAutoService.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
//
// ProjectInstaller
//
this.Installers.AddRange(new System.Configuration.Install.Installer[] {
this.serviceProcessInstallerJPAutoService,
this.serviceInstallerJPAutoService});
}
#endregion
private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstallerJPAutoService;
private System.ServiceProcess.ServiceInstaller serviceInstallerJPAutoService;
}
}