FrmTrace.Designer.cs 7.1 KB
namespace CodeSplice
{
    partial class FrmTrace
    {
        /// <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.LstTrace = new Asa.Theme.FlatList();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.flatLabel1 = new Asa.Theme.FlatLabel();
            this.flatLabel2 = new Asa.Theme.FlatLabel();
            this.LstCode = new Asa.Theme.FlatList();
            this.pictureBox2 = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            // 
            // LstTrace
            // 
            this.LstTrace.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.LstTrace.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.LstTrace.Inside = false;
            this.LstTrace.Location = new System.Drawing.Point(9, 85);
            this.LstTrace.Name = "LstTrace";
            this.LstTrace.SelectedIndex = -1;
            this.LstTrace.Size = new System.Drawing.Size(200, 327);
            this.LstTrace.TabIndex = 0;
            this.LstTrace.SelectedIndexChanged += new Asa.Theme.Event.SelectedIndexChanged(this.LstTrace_SelectedIndexChanged);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox1.Location = new System.Drawing.Point(421, 85);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(521, 541);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 1;
            this.pictureBox1.TabStop = false;
            // 
            // flatLabel1
            // 
            this.flatLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel1.BorderWidth = 2;
            this.flatLabel1.Font = new System.Drawing.Font("宋体", 12F);
            this.flatLabel1.Inside = false;
            this.flatLabel1.Location = new System.Drawing.Point(215, 85);
            this.flatLabel1.Name = "flatLabel1";
            this.flatLabel1.Size = new System.Drawing.Size(200, 50);
            this.flatLabel1.TabIndex = 2;
            this.flatLabel1.Text = "flatLabel1";
            // 
            // flatLabel2
            // 
            this.flatLabel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.flatLabel2.BorderWidth = 2;
            this.flatLabel2.Font = new System.Drawing.Font("宋体", 12F);
            this.flatLabel2.Inside = false;
            this.flatLabel2.Location = new System.Drawing.Point(215, 141);
            this.flatLabel2.Name = "flatLabel2";
            this.flatLabel2.Size = new System.Drawing.Size(200, 50);
            this.flatLabel2.TabIndex = 3;
            this.flatLabel2.Text = "flatLabel2";
            // 
            // LstCode
            // 
            this.LstCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.LstCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30)))));
            this.LstCode.Inside = false;
            this.LstCode.Location = new System.Drawing.Point(215, 197);
            this.LstCode.Name = "LstCode";
            this.LstCode.SelectedIndex = -1;
            this.LstCode.Size = new System.Drawing.Size(200, 215);
            this.LstCode.TabIndex = 4;
            // 
            // pictureBox2
            // 
            this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.pictureBox2.Location = new System.Drawing.Point(9, 418);
            this.pictureBox2.Name = "pictureBox2";
            this.pictureBox2.Size = new System.Drawing.Size(406, 208);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox2.TabIndex = 5;
            this.pictureBox2.TabStop = false;
            // 
            // FrmTrace
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(951, 635);
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.LstCode);
            this.Controls.Add(this.flatLabel2);
            this.Controls.Add(this.flatLabel1);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.LstTrace);
            this.Location = new System.Drawing.Point(0, 0);
            this.MoveForm = false;
            this.Name = "FrmTrace";
            this.Padding = new System.Windows.Forms.Padding(6, 82, 6, 6);
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
            this.Text = "FrmTraceability";
            this.TextCenter = true;
            this.TitleFont = new System.Drawing.Font("宋体", 20F);
            this.TitleHeight = 76;
            this.Load += new System.EventHandler(this.FrmTrace_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private Asa.Theme.FlatList LstTrace;
        private System.Windows.Forms.PictureBox pictureBox1;
        private Asa.Theme.FlatLabel flatLabel1;
        private Asa.Theme.FlatLabel flatLabel2;
        private Asa.Theme.FlatList LstCode;
        private System.Windows.Forms.PictureBox pictureBox2;
    }
}