FrmRobot.Designer.cs 1.9 KB
namespace OnlineStore.XLRStore.inputForm
{
    partial class FrmRobot
    {
        /// <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.ucRobot1 = new JAKA.UCRobot();
            this.SuspendLayout();
            // 
            // ucRobot1
            // 
            this.ucRobot1.Location = new System.Drawing.Point(13, 13);
            this.ucRobot1.Margin = new System.Windows.Forms.Padding(4);
            this.ucRobot1.Name = "ucRobot1";
            this.ucRobot1.Size = new System.Drawing.Size(704, 408);
            this.ucRobot1.TabIndex = 0;
            // 
            // FrmRobot
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(759, 463);
            this.Controls.Add(this.ucRobot1);
            this.Name = "FrmRobot";
            this.Text = "机器人调试";
            this.Load += new System.EventHandler(this.FrmRobot_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private JAKA.UCRobot ucRobot1;
    }
}