프로젝트

일반

사용자정보

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

markus / ConvertService / ConverterService / ConverterStation / ProjectInstaller.Designer.cs @ 8acc4862

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

1 7ca218b3 KangIngu
namespace ConverterStation
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.serviceProcessInstaller = new System.ServiceProcess.ServiceProcessInstaller();
32
            this.serviceInstaller = new System.ServiceProcess.ServiceInstaller();
33
            // 
34
            // serviceProcessInstaller
35
            // 
36
            this.serviceProcessInstaller.Password = null;
37
            this.serviceProcessInstaller.Username = null;
38
            // 
39
            // serviceInstaller
40
            // 
41
            this.serviceInstaller.DelayedAutoStart = true;
42
            this.serviceInstaller.Description = "ConverterStation";
43
            this.serviceInstaller.DisplayName = "ConverterStation";
44
            this.serviceInstaller.ServiceName = "ConverterStation";
45
            this.serviceInstaller.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
46
            // 
47
            // ProjectInstaller
48
            // 
49
            this.Installers.AddRange(new System.Configuration.Install.Installer[] {
50
            this.serviceProcessInstaller,
51
            this.serviceInstaller});
52
53
        }
54
55
        #endregion
56
57
        private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller;
58
        private System.ServiceProcess.ServiceInstaller serviceInstaller;
59
    }
60
}
클립보드 이미지 추가 (최대 크기: 500 MB)