FrmDebugMenu.Designer.cs 8.3 KB
using System.Drawing;
namespace URSoldering.Client
{
    partial class FrmDebugMenu
    {
        /// <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()
        {
            this.btnCodeTest = new System.Windows.Forms.Button();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnWeldConfig = new System.Windows.Forms.Button();
            this.btnSendWireDebug = new System.Windows.Forms.Button();
            this.btnIODebug = new System.Windows.Forms.Button();
            this.btnWeldDebug = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnCodeTest
            // 
            this.btnCodeTest.BackColor = System.Drawing.Color.LightSeaGreen;
            this.btnCodeTest.FlatAppearance.BorderSize = 0;
            this.btnCodeTest.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnCodeTest.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnCodeTest.ForeColor = System.Drawing.Color.White;
            this.btnCodeTest.Location = new System.Drawing.Point(104, 284);
            this.btnCodeTest.Name = "btnCodeTest";
            this.btnCodeTest.Size = new System.Drawing.Size(228, 95);
            this.btnCodeTest.TabIndex = 11;
            this.btnCodeTest.Text = "AOI调试";
            this.btnCodeTest.UseVisualStyleBackColor = false;
            this.btnCodeTest.Click += new System.EventHandler(this.btnCodeTest_Click);
            // 
            // btnBack
            // 
            this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(121)))), ((int)(((byte)(96)))));
            this.btnBack.FlatAppearance.BorderSize = 0;
            this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnBack.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnBack.ForeColor = System.Drawing.Color.White;
            this.btnBack.Location = new System.Drawing.Point(338, 284);
            this.btnBack.Name = "btnBack";
            this.btnBack.Size = new System.Drawing.Size(228, 95);
            this.btnBack.TabIndex = 6;
            this.btnBack.Text = "返回(&B)";
            this.btnBack.UseVisualStyleBackColor = false;
            this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
            // 
            // btnWeldConfig
            // 
            this.btnWeldConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(118)))), ((int)(((byte)(159)))));
            this.btnWeldConfig.FlatAppearance.BorderSize = 0;
            this.btnWeldConfig.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWeldConfig.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWeldConfig.ForeColor = System.Drawing.Color.White;
            this.btnWeldConfig.Location = new System.Drawing.Point(104, 82);
            this.btnWeldConfig.Name = "btnWeldConfig";
            this.btnWeldConfig.Size = new System.Drawing.Size(228, 95);
            this.btnWeldConfig.TabIndex = 5;
            this.btnWeldConfig.Text = "焊接配置";
            this.btnWeldConfig.UseVisualStyleBackColor = false;
            this.btnWeldConfig.Click += new System.EventHandler(this.btnConfig_Click);
            // 
            // btnSendWireDebug
            // 
            this.btnSendWireDebug.BackColor = System.Drawing.Color.Gray;
            this.btnSendWireDebug.FlatAppearance.BorderSize = 0;
            this.btnSendWireDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSendWireDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSendWireDebug.ForeColor = System.Drawing.Color.White;
            this.btnSendWireDebug.Location = new System.Drawing.Point(338, 183);
            this.btnSendWireDebug.Name = "btnSendWireDebug";
            this.btnSendWireDebug.Size = new System.Drawing.Size(228, 95);
            this.btnSendWireDebug.TabIndex = 4;
            this.btnSendWireDebug.Text = "送丝调试";
            this.btnSendWireDebug.UseVisualStyleBackColor = false;
            this.btnSendWireDebug.Click += new System.EventHandler(this.btnSendWireDebug_Click);
            // 
            // btnIODebug
            // 
            this.btnIODebug.BackColor = System.Drawing.Color.SteelBlue;
            this.btnIODebug.FlatAppearance.BorderSize = 0;
            this.btnIODebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnIODebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnIODebug.ForeColor = System.Drawing.Color.White;
            this.btnIODebug.Location = new System.Drawing.Point(104, 183);
            this.btnIODebug.Name = "btnIODebug";
            this.btnIODebug.Size = new System.Drawing.Size(228, 95);
            this.btnIODebug.TabIndex = 3;
            this.btnIODebug.Text = "IO模块调试";
            this.btnIODebug.UseVisualStyleBackColor = false;
            this.btnIODebug.Click += new System.EventHandler(this.btnIODebug_Click);
            // 
            // btnWeldDebug
            // 
            this.btnWeldDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(57)))), ((int)(((byte)(190)))));
            this.btnWeldDebug.FlatAppearance.BorderSize = 0;
            this.btnWeldDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWeldDebug.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWeldDebug.ForeColor = System.Drawing.Color.White;
            this.btnWeldDebug.Location = new System.Drawing.Point(338, 82);
            this.btnWeldDebug.Name = "btnWeldDebug";
            this.btnWeldDebug.Size = new System.Drawing.Size(228, 95);
            this.btnWeldDebug.TabIndex = 1;
            this.btnWeldDebug.Text = "烙铁调试";
            this.btnWeldDebug.UseVisualStyleBackColor = false;
            this.btnWeldDebug.Click += new System.EventHandler(this.btnSoldering_Click);
            // 
            // FrmDebugMenu
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(684, 461);
            this.Controls.Add(this.btnCodeTest);
            this.Controls.Add(this.btnBack);
            this.Controls.Add(this.btnWeldConfig);
            this.Controls.Add(this.btnSendWireDebug);
            this.Controls.Add(this.btnIODebug);
            this.Controls.Add(this.btnWeldDebug);
            this.Name = "FrmDebugMenu";
            this.Text = "设备调试与配置";
            this.Load += new System.EventHandler(this.FrmMenu_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnWeldDebug;
        private System.Windows.Forms.Button btnIODebug;
        private System.Windows.Forms.Button btnSendWireDebug;
        private System.Windows.Forms.Button btnWeldConfig;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnCodeTest;
    }
}