namespace SiteServiceTool
{
partial class FormSiteServiceTool
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSiteServiceTool));
this.buttonOpenCloseAll = new System.Windows.Forms.Button();
this.labelWarning = new System.Windows.Forms.Label();
this.groupBoxFps = new System.Windows.Forms.GroupBox();
this.SuspendLayout();
//
// buttonOpenCloseAll
//
this.buttonOpenCloseAll.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.buttonOpenCloseAll.Location = new System.Drawing.Point(21, 23);
this.buttonOpenCloseAll.Name = "buttonOpenCloseAll";
this.buttonOpenCloseAll.Size = new System.Drawing.Size(173, 44);
this.buttonOpenCloseAll.TabIndex = 0;
this.buttonOpenCloseAll.Text = "关闭所有油枪";
this.buttonOpenCloseAll.UseVisualStyleBackColor = true;
this.buttonOpenCloseAll.Click += new System.EventHandler(this.buttonOpenCloseAll_Click);
//
// labelWarning
//
this.labelWarning.AutoSize = true;
this.labelWarning.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelWarning.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.labelWarning.Location = new System.Drawing.Point(320, 37);
this.labelWarning.Name = "labelWarning";
this.labelWarning.Size = new System.Drawing.Size(392, 18);
this.labelWarning.TabIndex = 1;
this.labelWarning.Text = "注意:操作此工具前,请确保已经停止使用相应油枪。";
//
// groupBoxFps
//
this.groupBoxFps.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBoxFps.Location = new System.Drawing.Point(21, 103);
this.groupBoxFps.Name = "groupBoxFps";
this.groupBoxFps.Size = new System.Drawing.Size(759, 541);
this.groupBoxFps.TabIndex = 2;
this.groupBoxFps.TabStop = false;
this.groupBoxFps.Text = "油枪列表";
//
// FormSiteServiceTool
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(804, 666);
this.Controls.Add(this.groupBoxFps);
this.Controls.Add(this.labelWarning);
this.Controls.Add(this.buttonOpenCloseAll);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FormSiteServiceTool";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "稳牌中控管理工具";
this.Load += new System.EventHandler(this.FormServiceUtility_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button buttonOpenCloseAll;
private System.Windows.Forms.Label labelWarning;
private System.Windows.Forms.GroupBox groupBoxFps;
}
}