namespace ServiceHelper { partial class ServiceHelper { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.InstallBtn = new System.Windows.Forms.Button(); this.UninstallBtn = new System.Windows.Forms.Button(); this.StartBtn = new System.Windows.Forms.Button(); this.StopBtn = new System.Windows.Forms.Button(); this.ConfigBtn = new System.Windows.Forms.Button(); this.RestartBtn = new System.Windows.Forms.Button(); this.SuspendLayout(); // // InstallBtn // this.InstallBtn.Location = new System.Drawing.Point(22, 12); this.InstallBtn.Name = "InstallBtn"; this.InstallBtn.Size = new System.Drawing.Size(150, 50); this.InstallBtn.TabIndex = 0; this.InstallBtn.Text = "安装Service服务"; this.InstallBtn.UseVisualStyleBackColor = true; this.InstallBtn.Click += new System.EventHandler(this.InstallBtn_Click); // // UninstallBtn // this.UninstallBtn.Location = new System.Drawing.Point(22, 68); this.UninstallBtn.Name = "UninstallBtn"; this.UninstallBtn.Size = new System.Drawing.Size(150, 50); this.UninstallBtn.TabIndex = 1; this.UninstallBtn.Text = "卸载Service服务"; this.UninstallBtn.UseVisualStyleBackColor = true; this.UninstallBtn.Click += new System.EventHandler(this.UninstallBtn_Click); // // StartBtn // this.StartBtn.Location = new System.Drawing.Point(22, 124); this.StartBtn.Name = "StartBtn"; this.StartBtn.Size = new System.Drawing.Size(150, 50); this.StartBtn.TabIndex = 2; this.StartBtn.Text = "开启Service服务"; this.StartBtn.UseVisualStyleBackColor = true; this.StartBtn.Click += new System.EventHandler(this.StartBtn_Click); // // StopBtn // this.StopBtn.Location = new System.Drawing.Point(22, 180); this.StopBtn.Name = "StopBtn"; this.StopBtn.Size = new System.Drawing.Size(150, 50); this.StopBtn.TabIndex = 3; this.StopBtn.Text = "停止Service服务"; this.StopBtn.UseVisualStyleBackColor = true; this.StopBtn.Click += new System.EventHandler(this.StopBtn_Click); // // ConfigBtn // this.ConfigBtn.Location = new System.Drawing.Point(22, 292); this.ConfigBtn.Name = "ConfigBtn"; this.ConfigBtn.Size = new System.Drawing.Size(150, 50); this.ConfigBtn.TabIndex = 4; this.ConfigBtn.Text = "配置Service服务"; this.ConfigBtn.UseVisualStyleBackColor = true; this.ConfigBtn.Click += new System.EventHandler(this.ConfigBtn_Click); // // RestartBtn // this.RestartBtn.Location = new System.Drawing.Point(22, 236); this.RestartBtn.Name = "RestartBtn"; this.RestartBtn.Size = new System.Drawing.Size(150, 50); this.RestartBtn.TabIndex = 5; this.RestartBtn.Text = "重启Service服务"; this.RestartBtn.UseVisualStyleBackColor = true; this.RestartBtn.Click += new System.EventHandler(this.RestartBtn_Click); // // ServiceHelper // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(194, 362); this.Controls.Add(this.RestartBtn); this.Controls.Add(this.ConfigBtn); this.Controls.Add(this.StopBtn); this.Controls.Add(this.StartBtn); this.Controls.Add(this.UninstallBtn); this.Controls.Add(this.InstallBtn); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ServiceHelper"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "ServiceHelper"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button InstallBtn; private System.Windows.Forms.Button UninstallBtn; private System.Windows.Forms.Button StartBtn; private System.Windows.Forms.Button StopBtn; private System.Windows.Forms.Button ConfigBtn; private System.Windows.Forms.Button RestartBtn; } }