Form8.Designer.cs 8.4 KB
namespace TheMachine.Model
{
    partial class Form8
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.BTStop = new System.Windows.Forms.Button();
            this.BTStart = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.CBSpeed = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.CBCTU = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AutoScroll = true;
            this.panel1.Controls.Add(this.pictureBox1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, -382);
            this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(1924, 1443);
            this.panel1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(18, 18);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(858, 450);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.BTStop);
            this.panel2.Controls.Add(this.BTStart);
            this.panel2.Controls.Add(this.label2);
            this.panel2.Controls.Add(this.CBSpeed);
            this.panel2.Controls.Add(this.label1);
            this.panel2.Controls.Add(this.CBCTU);
            this.panel2.Controls.Add(this.button1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel2.Location = new System.Drawing.Point(0, 0);
            this.panel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(1924, 110);
            this.panel2.TabIndex = 1;
            // 
            // BTStop
            // 
            this.BTStop.Location = new System.Drawing.Point(1232, 39);
            this.BTStop.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BTStop.Name = "BTStop";
            this.BTStop.Size = new System.Drawing.Size(112, 34);
            this.BTStop.TabIndex = 6;
            this.BTStop.Text = "停止";
            this.BTStop.UseVisualStyleBackColor = true;
            this.BTStop.Click += new System.EventHandler(this.BTStop_Click);
            // 
            // BTStart
            // 
            this.BTStart.Location = new System.Drawing.Point(982, 36);
            this.BTStart.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.BTStart.Name = "BTStart";
            this.BTStart.Size = new System.Drawing.Size(112, 34);
            this.BTStart.TabIndex = 5;
            this.BTStart.Text = "启动";
            this.BTStart.UseVisualStyleBackColor = true;
            this.BTStart.Click += new System.EventHandler(this.BTStart_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(684, 48);
            this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(44, 18);
            this.label2.TabIndex = 4;
            this.label2.Text = "加速";
            // 
            // CBSpeed
            // 
            this.CBSpeed.FormattingEnabled = true;
            this.CBSpeed.Items.AddRange(new object[] {
            "1倍",
            "2倍",
            "4倍",
            "8倍",
            "16倍",
            "32倍"});
            this.CBSpeed.Location = new System.Drawing.Point(728, 39);
            this.CBSpeed.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.CBSpeed.Name = "CBSpeed";
            this.CBSpeed.Size = new System.Drawing.Size(180, 26);
            this.CBSpeed.TabIndex = 3;
            this.CBSpeed.Text = "1倍";
            this.CBSpeed.SelectedIndexChanged += new System.EventHandler(this.CBSpeed_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(296, 48);
            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(35, 18);
            this.label1.TabIndex = 2;
            this.label1.Text = "CTU";
            // 
            // CBCTU
            // 
            this.CBCTU.FormattingEnabled = true;
            this.CBCTU.Location = new System.Drawing.Point(339, 40);
            this.CBCTU.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.CBCTU.Name = "CBCTU";
            this.CBCTU.Size = new System.Drawing.Size(180, 26);
            this.CBCTU.TabIndex = 1;
            this.CBCTU.Text = "123";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(70, 36);
            this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(112, 34);
            this.button1.TabIndex = 0;
            this.button1.Text = "加载";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // Form8
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1924, 1061);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
            this.Name = "Form8";
            this.Text = "Form8";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form3_FormClosed);
            this.Load += new System.EventHandler(this.Form3_Load);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.ComboBox CBCTU;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox CBSpeed;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button BTStop;
        private System.Windows.Forms.Button BTStart;
    }
}