FrmMaintenance.Designer.cs 10.7 KB
namespace TSA_V
{
    partial class FrmMaintenance
    {
        /// <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(FrmMaintenance));
            this.button1 = new System.Windows.Forms.Button();
            this.btnDeviceSelect = new System.Windows.Forms.Button();
            this.btnLanguage = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnPosition = new System.Windows.Forms.Button();
            this.btnDebug = new System.Windows.Forms.Button();
            this.btnPwdUpdate = new System.Windows.Forms.Button();
            this.btnWidthC = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.BackColor = System.Drawing.Color.SteelBlue;
            this.button1.FlatAppearance.BorderSize = 0;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.ForeColor = System.Drawing.Color.White;
            this.button1.Location = new System.Drawing.Point(99, 99);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(118, 103);
            this.button1.TabIndex = 13;
            this.button1.Text = "设备参数";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // btnDeviceSelect
            // 
            this.btnDeviceSelect.BackColor = System.Drawing.Color.RosyBrown;
            this.btnDeviceSelect.FlatAppearance.BorderSize = 0;
            this.btnDeviceSelect.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDeviceSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDeviceSelect.ForeColor = System.Drawing.Color.White;
            this.btnDeviceSelect.Location = new System.Drawing.Point(111, 12);
            this.btnDeviceSelect.Name = "btnDeviceSelect";
            this.btnDeviceSelect.Size = new System.Drawing.Size(158, 103);
            this.btnDeviceSelect.TabIndex = 12;
            this.btnDeviceSelect.Text = "设备选择";
            this.btnDeviceSelect.UseVisualStyleBackColor = false;
            this.btnDeviceSelect.Visible = false;
            this.btnDeviceSelect.Click += new System.EventHandler(this.btnDeviceSelect_Click);
            // 
            // btnLanguage
            // 
            this.btnLanguage.BackColor = System.Drawing.Color.Goldenrod;
            this.btnLanguage.FlatAppearance.BorderSize = 0;
            this.btnLanguage.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnLanguage.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnLanguage.ForeColor = System.Drawing.Color.White;
            this.btnLanguage.Location = new System.Drawing.Point(99, 208);
            this.btnLanguage.Name = "btnLanguage";
            this.btnLanguage.Size = new System.Drawing.Size(158, 103);
            this.btnLanguage.TabIndex = 11;
            this.btnLanguage.Text = "语言";
            this.btnLanguage.UseVisualStyleBackColor = false;
            this.btnLanguage.Click += new System.EventHandler(this.btnLanguage_Click);
            // 
            // btnExit
            // 
            this.btnExit.BackColor = System.Drawing.Color.CornflowerBlue;
            this.btnExit.FlatAppearance.BorderSize = 0;
            this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnExit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnExit.ForeColor = System.Drawing.Color.White;
            this.btnExit.Location = new System.Drawing.Point(426, 209);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(158, 103);
            this.btnExit.TabIndex = 10;
            this.btnExit.Text = "返回";
            this.btnExit.UseVisualStyleBackColor = false;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // btnPosition
            // 
            this.btnPosition.BackColor = System.Drawing.Color.MediumTurquoise;
            this.btnPosition.FlatAppearance.BorderSize = 0;
            this.btnPosition.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPosition.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPosition.ForeColor = System.Drawing.Color.White;
            this.btnPosition.Location = new System.Drawing.Point(465, 100);
            this.btnPosition.Name = "btnPosition";
            this.btnPosition.Size = new System.Drawing.Size(118, 103);
            this.btnPosition.TabIndex = 6;
            this.btnPosition.Text = "电机调试";
            this.btnPosition.UseVisualStyleBackColor = false;
            this.btnPosition.Click += new System.EventHandler(this.btnPosition_Click);
            // 
            // btnDebug
            // 
            this.btnDebug.BackColor = System.Drawing.Color.BurlyWood;
            this.btnDebug.FlatAppearance.BorderSize = 0;
            this.btnDebug.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnDebug.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnDebug.ForeColor = System.Drawing.Color.White;
            this.btnDebug.Location = new System.Drawing.Point(221, 100);
            this.btnDebug.Name = "btnDebug";
            this.btnDebug.Size = new System.Drawing.Size(118, 103);
            this.btnDebug.TabIndex = 5;
            this.btnDebug.Text = "IO模块";
            this.btnDebug.UseVisualStyleBackColor = false;
            this.btnDebug.Click += new System.EventHandler(this.btnDebug_Click);
            // 
            // btnPwdUpdate
            // 
            this.btnPwdUpdate.BackColor = System.Drawing.Color.MediumPurple;
            this.btnPwdUpdate.FlatAppearance.BorderSize = 0;
            this.btnPwdUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnPwdUpdate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnPwdUpdate.ForeColor = System.Drawing.Color.White;
            this.btnPwdUpdate.Location = new System.Drawing.Point(263, 209);
            this.btnPwdUpdate.Name = "btnPwdUpdate";
            this.btnPwdUpdate.Size = new System.Drawing.Size(158, 103);
            this.btnPwdUpdate.TabIndex = 19;
            this.btnPwdUpdate.Text = "密码修改";
            this.btnPwdUpdate.UseVisualStyleBackColor = false;
            this.btnPwdUpdate.Click += new System.EventHandler(this.btnPwdUpdate_Click);
            // 
            // btnWidthC
            // 
            this.btnWidthC.BackColor = System.Drawing.Color.Orchid;
            this.btnWidthC.FlatAppearance.BorderSize = 0;
            this.btnWidthC.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnWidthC.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnWidthC.ForeColor = System.Drawing.Color.White;
            this.btnWidthC.Location = new System.Drawing.Point(343, 99);
            this.btnWidthC.Name = "btnWidthC";
            this.btnWidthC.Size = new System.Drawing.Size(118, 103);
            this.btnWidthC.TabIndex = 20;
            this.btnWidthC.Text = "轨道调宽";
            this.btnWidthC.UseVisualStyleBackColor = false;
            this.btnWidthC.Click += new System.EventHandler(this.btnWidthC_Click);
            // 
            // FrmMaintenance
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.ClientSize = new System.Drawing.Size(682, 411);
            this.Controls.Add(this.btnWidthC);
            this.Controls.Add(this.btnPwdUpdate);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.btnDeviceSelect);
            this.Controls.Add(this.btnLanguage);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnPosition);
            this.Controls.Add(this.btnDebug);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "FrmMaintenance";
            this.Text = "设备配置";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMaintenance_FormClosing);
            this.Load += new System.EventHandler(this.FrmMaintenance_Load);
            this.Shown += new System.EventHandler(this.FrmMaintenance_Shown);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnPosition;
        private System.Windows.Forms.Button btnDebug;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.Button btnLanguage;
        private System.Windows.Forms.Button btnDeviceSelect;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button btnPwdUpdate;
        private System.Windows.Forms.Button btnWidthC;
    }
}