markus / ConvertService / ConverterService / FinalService_Watcher / ProjectInstaller.Designer.cs @ 3035602a
이력 | 보기 | 이력해설 | 다운로드 (2.26 KB)
1 |
namespace FinalService_Watcher |
---|---|
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.FinalService_WatcherInstaller = 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 |
// FinalService_WatcherInstaller |
41 |
// |
42 |
this.FinalService_WatcherInstaller.Description = "FinalService_Watcher"; |
43 |
this.FinalService_WatcherInstaller.DisplayName = "FinalService_Watcher"; |
44 |
this.FinalService_WatcherInstaller.ServiceName = "FinalService_Watcher"; |
45 |
this.FinalService_WatcherInstaller.StartType = System.ServiceProcess.ServiceStartMode.Automatic; |
46 |
// |
47 |
// ProjectInstaller |
48 |
// |
49 |
this.Installers.AddRange(new System.Configuration.Install.Installer[] { |
50 |
this.serviceProcessInstaller1, |
51 |
this.FinalService_WatcherInstaller}); |
52 |
|
53 |
} |
54 |
|
55 |
#endregion |
56 |
|
57 |
private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1; |
58 |
private System.ServiceProcess.ServiceInstaller FinalService_WatcherInstaller; |
59 |
} |
60 |
} |