12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- namespace SiteServiceTool
- {
- partial class FormSiteServiceTool
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|