프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ConverterService / MonitorService / ProjectInstaller.Designer.cs @ ced47e14

이력 | 보기 | 이력해설 | 다운로드 (2.19 KB)

1
namespace MonitorService
2
{
3
    partial class ProjectInstaller
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary> 
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Component Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.serviceProcessInstaller1 = new System.ServiceProcess.ServiceProcessInstaller();
32
            this.MonitorServiceInstaller = new System.ServiceProcess.ServiceInstaller();
33
            // 
34
            // serviceProcessInstaller1
35
            // 
36
            this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
37
            this.serviceProcessInstaller1.Password = null;
38
            this.serviceProcessInstaller1.Username = null;
39
            // 
40
            // MonitorServiceInstaller
41
            // 
42
            this.MonitorServiceInstaller.Description = "MonitorService";
43
            this.MonitorServiceInstaller.DisplayName = "MonitorService";
44
            this.MonitorServiceInstaller.ServiceName = "MonitorService";
45
            this.MonitorServiceInstaller.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
46
            // 
47
            // ProjectInstaller
48
            // 
49
            this.Installers.AddRange(new System.Configuration.Install.Installer[] {
50
            this.serviceProcessInstaller1,
51
            this.MonitorServiceInstaller});
52

    
53
        }
54

    
55
        #endregion
56

    
57
        private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1;
58
        private System.ServiceProcess.ServiceInstaller MonitorServiceInstaller;
59
    }
60
}
클립보드 이미지 추가 (최대 크기: 500 MB)