FrmCurve.Designer.cs 12.3 KB
namespace App
{
    partial class FrmCurve
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.ribbonPanel1 = new RibbonStyle.RibbonPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.zedGraphControl1 = new ZedGraph.ZedGraphControl();
            this.cmb_TestResult = new System.Windows.Forms.ComboBox();
            this.lbl_TestResult = new System.Windows.Forms.Label();
            this.ribbonPanel2 = new RibbonStyle.RibbonPanel();
            this.panel2 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.tabPageSwitcher1 = new RibbonStyle.TabPageSwitcher();
            this.tabStrip1 = new RibbonStyle.TabStrip();
            this.ribbonPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.ribbonPanel2.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbonPanel1
            // 
            this.ribbonPanel1.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.ribbonPanel1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel1.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.ribbonPanel1.Caption = "";
            this.ribbonPanel1.Controls.Add(this.panel1);
            this.ribbonPanel1.Controls.Add(this.cmb_TestResult);
            this.ribbonPanel1.Controls.Add(this.lbl_TestResult);
            this.ribbonPanel1.Controls.Add(this.ribbonPanel2);
            this.ribbonPanel1.Location = new System.Drawing.Point(23, 54);
            this.ribbonPanel1.Name = "ribbonPanel1";
            this.ribbonPanel1.Opacity = 255;
            this.ribbonPanel1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.ribbonPanel1.Size = new System.Drawing.Size(772, 374);
            this.ribbonPanel1.Speed = 8;
            this.ribbonPanel1.TabIndex = 2;
            // 
            // panel1
            // 
            this.panel1.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.panel1.Controls.Add(this.zedGraphControl1);
            this.panel1.Location = new System.Drawing.Point(-1, 41);
            this.panel1.Margin = new System.Windows.Forms.Padding(0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(772, 207);
            this.panel1.TabIndex = 4;
            // 
            // zedGraphControl1
            // 
            this.zedGraphControl1.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.zedGraphControl1.IsShowRemark = false;
            this.zedGraphControl1.Location = new System.Drawing.Point(0, 0);
            this.zedGraphControl1.Margin = new System.Windows.Forms.Padding(0);
            this.zedGraphControl1.Name = "zedGraphControl1";
            this.zedGraphControl1.ScrollGrace = 0D;
            this.zedGraphControl1.ScrollMaxX = 0D;
            this.zedGraphControl1.ScrollMaxY = 0D;
            this.zedGraphControl1.ScrollMaxY2 = 0D;
            this.zedGraphControl1.ScrollMinX = 0D;
            this.zedGraphControl1.ScrollMinY = 0D;
            this.zedGraphControl1.ScrollMinY2 = 0D;
            this.zedGraphControl1.Size = new System.Drawing.Size(772, 207);
            this.zedGraphControl1.TabIndex = 0;
            // 
            // cmb_TestResult
            // 
            this.cmb_TestResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmb_TestResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.cmb_TestResult.FormattingEnabled = true;
            this.cmb_TestResult.Location = new System.Drawing.Point(127, 12);
            this.cmb_TestResult.Name = "cmb_TestResult";
            this.cmb_TestResult.Size = new System.Drawing.Size(236, 23);
            this.cmb_TestResult.TabIndex = 62;
            this.cmb_TestResult.SelectedIndexChanged += new System.EventHandler(this.cmb_TestResult_SelectedIndexChanged);
            // 
            // lbl_TestResult
            // 
            this.lbl_TestResult.AutoSize = true;
            this.lbl_TestResult.BackColor = System.Drawing.Color.Transparent;
            this.lbl_TestResult.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
            this.lbl_TestResult.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.lbl_TestResult.Location = new System.Drawing.Point(12, 15);
            this.lbl_TestResult.Name = "lbl_TestResult";
            this.lbl_TestResult.Size = new System.Drawing.Size(91, 15);
            this.lbl_TestResult.TabIndex = 61;
            this.lbl_TestResult.Text = "测试结果选择";
            // 
            // ribbonPanel2
            // 
            this.ribbonPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.ribbonPanel2.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel2.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.ribbonPanel2.Caption = "";
            this.ribbonPanel2.Controls.Add(this.panel2);
            this.ribbonPanel2.Controls.Add(this.tabPageSwitcher1);
            this.ribbonPanel2.Controls.Add(this.tabStrip1);
            this.ribbonPanel2.Location = new System.Drawing.Point(-1, 246);
            this.ribbonPanel2.Name = "ribbonPanel2";
            this.ribbonPanel2.Opacity = 255;
            this.ribbonPanel2.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.ribbonPanel2.Size = new System.Drawing.Size(772, 126);
            this.ribbonPanel2.Speed = 8;
            this.ribbonPanel2.TabIndex = 3;
            // 
            // panel2
            // 
            this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel2.Controls.Add(this.label1);
            this.panel2.Location = new System.Drawing.Point(0, 1);
            this.panel2.Margin = new System.Windows.Forms.Padding(0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(772, 30);
            this.panel2.TabIndex = 2;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(24, 2);
            this.label1.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(0, 20);
            this.label1.TabIndex = 0;
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tabPageSwitcher1
            // 
            this.tabPageSwitcher1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabPageSwitcher1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.tabPageSwitcher1.Location = new System.Drawing.Point(0, 25);
            this.tabPageSwitcher1.Margin = new System.Windows.Forms.Padding(0);
            this.tabPageSwitcher1.Name = "tabPageSwitcher1";
            this.tabPageSwitcher1.Padding = new System.Windows.Forms.Padding(0);
            this.tabPageSwitcher1.SelectedTabStripPage = null;
            this.tabPageSwitcher1.Size = new System.Drawing.Size(772, 102);
            this.tabPageSwitcher1.TabIndex = 1;
            this.tabPageSwitcher1.TabStrip = this.tabStrip1;
            this.tabPageSwitcher1.Text = "tabPageSwitcher1";
            // 
            // tabStrip1
            // 
            this.tabStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabStrip1.AutoSize = false;
            this.tabStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.tabStrip1.Dock = System.Windows.Forms.DockStyle.None;
            this.tabStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tabStrip1.Location = new System.Drawing.Point(0, -1);
            this.tabStrip1.Name = "tabStrip1";
            this.tabStrip1.Padding = new System.Windows.Forms.Padding(60, 3, 30, 0);
            this.tabStrip1.SelectedTab = null;
            this.tabStrip1.ShowItemToolTips = false;
            this.tabStrip1.Size = new System.Drawing.Size(782, 31);
            this.tabStrip1.TabIndex = 0;
            this.tabStrip1.TabOverlap = 0;
            this.tabStrip1.Text = "tabStrip1";
            // 
            // FrmCurve
            // 
            this.ClientSize = new System.Drawing.Size(818, 432);
            this.Controls.Add(this.ribbonPanel1);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmCurve";
            this.Text = "测试结果";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmTestResult_FormClosed);
            this.Load += new System.EventHandler(this.FrmCurve_Load);
            this.Shown += new System.EventHandler(this.FrmCurve_Shown);
            this.LocationChanged += new System.EventHandler(this.FrmCurve_LocationChanged);
            this.ribbonPanel1.ResumeLayout(false);
            this.ribbonPanel1.PerformLayout();
            this.panel1.ResumeLayout(false);
            this.ribbonPanel2.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private RibbonStyle.TabStrip tabStrip1;
        private RibbonStyle.TabPageSwitcher tabPageSwitcher1;
        private RibbonStyle.RibbonPanel ribbonPanel1;
        private ZedGraph.ZedGraphControl zedGraphControl1;
        private System.Windows.Forms.ComboBox cmb_TestResult;
        private System.Windows.Forms.Label lbl_TestResult;
        private RibbonStyle.RibbonPanel ribbonPanel2;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Label label1;



    }
}