~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to third_party/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
Import upstream version 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
namespace MELT_Command_Websocket
 
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.serviceInstaller1 = new System.ServiceProcess.ServiceInstaller();
 
33
            // 
 
34
            // serviceProcessInstaller1
 
35
            // 
 
36
            this.serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.NetworkService;
 
37
            this.serviceProcessInstaller1.Installers.AddRange(new System.Configuration.Install.Installer[] {
 
38
            this.serviceInstaller1});
 
39
            this.serviceProcessInstaller1.Password = null;
 
40
            this.serviceProcessInstaller1.Username = null;
 
41
            // 
 
42
            // serviceInstaller1
 
43
            // 
 
44
            this.serviceInstaller1.Description = "noVNC Websocket Service";
 
45
            this.serviceInstaller1.DisplayName = "noVNC Websocket Service";
 
46
            this.serviceInstaller1.ServiceName = "noVNC Websocket Service";
 
47
            this.serviceInstaller1.StartType = System.ServiceProcess.ServiceStartMode.Automatic;
 
48
            // 
 
49
            // ProjectInstaller
 
50
            // 
 
51
            this.Installers.AddRange(new System.Configuration.Install.Installer[] {
 
52
            this.serviceProcessInstaller1});
 
53
 
 
54
        }
 
55
 
 
56
        #endregion
 
57
 
 
58
        private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1;
 
59
        private System.ServiceProcess.ServiceInstaller serviceInstaller1;
 
60
    }
 
61
}
 
 
b'\\ No newline at end of file'