You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

146 lines
6.5 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

namespace POSV.ServiceManager
{
partial class ServiceSetting
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.btnExitApp = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btnShowState = new System.Windows.Forms.Button();
this.btnUninstallService = new System.Windows.Forms.Button();
this.btnInstallService = new System.Windows.Forms.Button();
this.btnStopService = new System.Windows.Forms.Button();
this.btnStartService = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnExitApp
//
this.btnExitApp.Location = new System.Drawing.Point(146, 106);
this.btnExitApp.Name = "btnExitApp";
this.btnExitApp.Size = new System.Drawing.Size(109, 40);
this.btnExitApp.TabIndex = 12;
this.btnExitApp.Text = "退出程序";
this.btnExitApp.UseVisualStyleBackColor = true;
this.btnExitApp.Click += new System.EventHandler(this.btnExitApp_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(12, 152);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBox1.Size = new System.Drawing.Size(243, 99);
this.textBox1.TabIndex = 11;
//
// btnShowState
//
this.btnShowState.Location = new System.Drawing.Point(12, 106);
this.btnShowState.Name = "btnShowState";
this.btnShowState.Size = new System.Drawing.Size(109, 40);
this.btnShowState.TabIndex = 10;
this.btnShowState.Text = "查看状态";
this.btnShowState.UseVisualStyleBackColor = true;
this.btnShowState.Click += new System.EventHandler(this.btnShowState_Click);
//
// btnUninstallService
//
this.btnUninstallService.Location = new System.Drawing.Point(12, 59);
this.btnUninstallService.Name = "btnUninstallService";
this.btnUninstallService.Size = new System.Drawing.Size(109, 40);
this.btnUninstallService.TabIndex = 8;
this.btnUninstallService.Text = "卸载服务";
this.btnUninstallService.UseVisualStyleBackColor = true;
this.btnUninstallService.Click += new System.EventHandler(this.btnUninstallService_Click);
//
// btnInstallService
//
this.btnInstallService.Location = new System.Drawing.Point(12, 12);
this.btnInstallService.Name = "btnInstallService";
this.btnInstallService.Size = new System.Drawing.Size(109, 40);
this.btnInstallService.TabIndex = 9;
this.btnInstallService.Text = "安装服务";
this.btnInstallService.UseVisualStyleBackColor = true;
this.btnInstallService.Click += new System.EventHandler(this.btnInstallService_Click);
//
// btnStopService
//
this.btnStopService.Location = new System.Drawing.Point(146, 59);
this.btnStopService.Name = "btnStopService";
this.btnStopService.Size = new System.Drawing.Size(109, 40);
this.btnStopService.TabIndex = 7;
this.btnStopService.Text = "停止服务";
this.btnStopService.UseVisualStyleBackColor = true;
this.btnStopService.Click += new System.EventHandler(this.btnStopService_Click);
//
// btnStartService
//
this.btnStartService.Location = new System.Drawing.Point(146, 12);
this.btnStartService.Name = "btnStartService";
this.btnStartService.Size = new System.Drawing.Size(109, 40);
this.btnStartService.TabIndex = 6;
this.btnStartService.Text = "启动服务";
this.btnStartService.UseVisualStyleBackColor = true;
this.btnStartService.Click += new System.EventHandler(this.btnStartService_Click);
//
// ServiceSetting
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(259, 263);
this.Controls.Add(this.btnExitApp);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.btnShowState);
this.Controls.Add(this.btnUninstallService);
this.Controls.Add(this.btnInstallService);
this.Controls.Add(this.btnStopService);
this.Controls.Add(this.btnStartService);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ServiceSetting";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "服务管理器";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnExitApp;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button btnShowState;
private System.Windows.Forms.Button btnUninstallService;
private System.Windows.Forms.Button btnInstallService;
private System.Windows.Forms.Button btnStopService;
private System.Windows.Forms.Button btnStartService;
}
}