📄 projectinstaller.designer.cs
字号:
namespace chatserver
{
partial class ProjectInstaller
{
/// <summary>
/// Variable del diseñador requerida.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén utilizando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de componentes
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1;
System.ServiceProcess.ServiceInstaller serviceInstaller1;
serviceProcessInstaller1 = new System.ServiceProcess.ServiceProcessInstaller();
serviceInstaller1 = new System.ServiceProcess.ServiceInstaller();
//
// serviceProcessInstaller1
//
serviceProcessInstaller1.Account = System.ServiceProcess.ServiceAccount.LocalSystem;
serviceProcessInstaller1.Password = null;
serviceProcessInstaller1.Username = null;
//
// serviceInstaller1
//
serviceInstaller1.ServiceName = "Service1";
serviceInstaller1.AfterInstall += new System.Configuration.Install.InstallEventHandler(this.serviceInstaller1_AfterInstall);
//
// ProjectInstaller
//
this.Installers.AddRange(new System.Configuration.Install.Installer[] {
serviceProcessInstaller1,
serviceInstaller1});
}
#endregion
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -