namespace ControlSystem { partial class FrmStartCheck { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStartCheck)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.lblRobot = new System.Windows.Forms.Label(); this.lblConveyor = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.SystemColors.ButtonFace; this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(46, 28); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(127, 14); this.label1.TabIndex = 0; this.label1.Text = "码盘机器人系统:"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.SystemColors.ButtonFace; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(46, 98); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(97, 14); this.label2.TabIndex = 1; this.label2.Text = "输送机系统:"; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(195, 170); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(125, 45); this.button1.TabIndex = 2; this.button1.Text = "人工确认"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // lblRobot // this.lblRobot.AutoSize = true; this.lblRobot.BackColor = System.Drawing.Color.White; this.lblRobot.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblRobot.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.lblRobot.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblRobot.ForeColor = System.Drawing.Color.Red; this.lblRobot.Location = new System.Drawing.Point(195, 24); this.lblRobot.Name = "lblRobot"; this.lblRobot.Size = new System.Drawing.Size(102, 21); this.lblRobot.TabIndex = 3; this.lblRobot.Text = "未准备好!"; // // lblConveyor // this.lblConveyor.AutoSize = true; this.lblConveyor.BackColor = System.Drawing.Color.White; this.lblConveyor.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblConveyor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.lblConveyor.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblConveyor.ForeColor = System.Drawing.Color.Red; this.lblConveyor.Location = new System.Drawing.Point(195, 92); this.lblConveyor.Name = "lblConveyor"; this.lblConveyor.Size = new System.Drawing.Size(102, 21); this.lblConveyor.TabIndex = 4; this.lblConveyor.Text = "未准备好!"; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.SystemColors.ButtonFace; this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label3.Location = new System.Drawing.Point(52, 57); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(273, 14); this.label3.TabIndex = 5; this.label3.Text = "请检查码盘机器人系统是否上电和运行准备"; // // label4 // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.SystemColors.ButtonFace; this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.label4.Location = new System.Drawing.Point(52, 123); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(245, 14); this.label4.TabIndex = 6; this.label4.Text = "请检查输送机系统是否上电和运行准备"; // // FrmStartCheck // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(356, 242); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.lblConveyor); this.Controls.Add(this.lblRobot); this.Controls.Add(this.button1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmStartCheck"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "设备联机检查确认"; this.Load += new System.EventHandler(this.FrmStartCheck_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label lblRobot; private System.Windows.Forms.Label lblConveyor; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; } }