testZedGraph.Designer.cs 21.0 KB
using System.Windows.Forms;
namespace App
{
    partial class testZedGraph
    {
        /// <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);
        }

        //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.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dgvOriginalData = new System.Windows.Forms.DataGridView();
            this.dgvTestResult = new System.Windows.Forms.DataGridView();
            this.tabPageSwitcher1 = new RibbonStyle.TabPageSwitcher();
            this.tabStripPage1 = new RibbonStyle.TabStripPage();
            this.tpanel = new RibbonStyle.TabPanel();
            this.zgc = new ZedGraph.ZedGraphControl();
            this.tpanelDate = new RibbonStyle.TabPanel();
            this.tabStripDate = new RibbonStyle.TabStrip();
            this.tabOriginalData = new RibbonStyle.Tab();
            this.tabStripPageOriginalData = new RibbonStyle.TabStripPage();
            this.tabTestResult = new RibbonStyle.Tab();
            this.tabStripPageTestResult = new RibbonStyle.TabStripPage();
            this.tabPageSwitcherDate = new RibbonStyle.TabPageSwitcher();
            this.tabStrip1 = new RibbonStyle.TabStrip();
            this.tab1 = new RibbonStyle.Tab();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOriginalData)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestResult)).BeginInit();
            this.tabPageSwitcher1.SuspendLayout();
            this.tabStripPage1.SuspendLayout();
            this.tpanel.SuspendLayout();
            this.tpanelDate.SuspendLayout();
            this.tabStripDate.SuspendLayout();
            this.tabStripPageOriginalData.SuspendLayout();
            this.tabStripPageTestResult.SuspendLayout();
            this.tabPageSwitcherDate.SuspendLayout();
            this.tabStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dgvOriginalData
            // 
            this.dgvOriginalData.AllowUserToAddRows = false;
            this.dgvOriginalData.AllowUserToDeleteRows = false;
            this.dgvOriginalData.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.dgvOriginalData.BackgroundColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvOriginalData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvOriginalData.Location = new System.Drawing.Point(0, 0);
            this.dgvOriginalData.Name = "dgvOriginalData";
            this.dgvOriginalData.RowHeadersVisible = false;
            this.dgvOriginalData.Size = new System.Drawing.Size(957, 116);
            this.dgvOriginalData.TabIndex = 0;
            // 
            // dgvTestResult
            // 
            this.dgvTestResult.AllowUserToAddRows = false;
            this.dgvTestResult.AllowUserToDeleteRows = false;
            this.dgvTestResult.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.dgvTestResult.BackgroundColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.LightBlue;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvTestResult.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgvTestResult.Location = new System.Drawing.Point(0, 0);
            this.dgvTestResult.Name = "dgvTestResult";
            this.dgvTestResult.RowHeadersVisible = false;
            this.dgvTestResult.Size = new System.Drawing.Size(957, 116);
            this.dgvTestResult.TabIndex = 0;
            // 
            // tabPageSwitcher1
            // 
            this.tabPageSwitcher1.BackColor = System.Drawing.Color.White;
            this.tabPageSwitcher1.Controls.Add(this.tabStripPage1);
            this.tabPageSwitcher1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabPageSwitcher1.Location = new System.Drawing.Point(0, 26);
            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 = this.tabStripPage1;
            this.tabPageSwitcher1.Size = new System.Drawing.Size(956, 406);
            this.tabPageSwitcher1.TabIndex = 1;
            this.tabPageSwitcher1.TabStrip = this.tabStrip1;
            this.tabPageSwitcher1.Text = "tabPageSwitcher1";
            // 
            // tabStripPage1
            // 
            this.tabStripPage1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPage1.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPage1.Caption = "";
            this.tabStripPage1.Controls.Add(this.tpanel);
            this.tabStripPage1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabStripPage1.Location = new System.Drawing.Point(0, 0);
            this.tabStripPage1.Name = "tabStripPage1";
            this.tabStripPage1.Opacity = 255;
            this.tabStripPage1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.tabStripPage1.Size = new System.Drawing.Size(956, 406);
            this.tabStripPage1.Speed = 8;
            this.tabStripPage1.TabIndex = 0;
            // 
            // tpanel
            // 
            this.tpanel.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.tpanel.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tpanel.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tpanel.Caption = "";
            this.tpanel.Controls.Add(this.zgc);
            this.tpanel.Controls.Add(this.tpanelDate);
            this.tpanel.Location = new System.Drawing.Point(0, 0);
            this.tpanel.Name = "tpanel";
            this.tpanel.Opacity = 255;
            this.tpanel.Size = new System.Drawing.Size(956, 406);
            this.tpanel.Speed = 1;
            this.tpanel.TabIndex = 0;
            // 
            // zgc
            // 
            this.zgc.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.zgc.IsShowRemark = true;
            this.zgc.Location = new System.Drawing.Point(0, 0);
            this.zgc.Margin = new System.Windows.Forms.Padding(0);
            this.zgc.Name = "zgc";
            this.zgc.ScrollGrace = 0D;
            this.zgc.ScrollMaxX = 0D;
            this.zgc.ScrollMaxY = 0D;
            this.zgc.ScrollMaxY2 = 0D;
            this.zgc.ScrollMinX = 0D;
            this.zgc.ScrollMinY = 0D;
            this.zgc.ScrollMinY2 = 0D;
            this.zgc.Size = new System.Drawing.Size(955, 256);
            this.zgc.TabIndex = 0;
            // 
            // tpanelDate
            // 
            this.tpanelDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tpanelDate.BackColor = System.Drawing.Color.White;
            this.tpanelDate.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tpanelDate.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tpanelDate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.tpanelDate.Caption = "";
            this.tpanelDate.Controls.Add(this.tabStripDate);
            this.tpanelDate.Controls.Add(this.tabPageSwitcherDate);
            this.tpanelDate.Location = new System.Drawing.Point(0, 255);
            this.tpanelDate.Margin = new System.Windows.Forms.Padding(0);
            this.tpanelDate.Name = "tpanelDate";
            this.tpanelDate.Opacity = 255;
            this.tpanelDate.Size = new System.Drawing.Size(956, 150);
            this.tpanelDate.Speed = 1;
            this.tpanelDate.TabIndex = 1;
            // 
            // tabStripDate
            // 
            this.tabStripDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
            this.tabStripDate.AutoSize = false;
            this.tabStripDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripDate.Dock = System.Windows.Forms.DockStyle.None;
            this.tabStripDate.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tabStripDate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tabOriginalData,
            this.tabTestResult});
            this.tabStripDate.Location = new System.Drawing.Point(0, 0);
            this.tabStripDate.Name = "tabStripDate";
            this.tabStripDate.Padding = new System.Windows.Forms.Padding(0);
            this.tabStripDate.SelectedTab = this.tabOriginalData;
            this.tabStripDate.ShowItemToolTips = false;
            this.tabStripDate.Size = new System.Drawing.Size(954, 30);
            this.tabStripDate.TabIndex = 0;
            this.tabStripDate.TabOverlap = 0;
            this.tabStripDate.Text = "tabStrip1";
            // 
            // tabOriginalData
            // 
            this.tabOriginalData.AutoSize = false;
            this.tabOriginalData.Checked = true;
            this.tabOriginalData.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tabOriginalData.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tabOriginalData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.tabOriginalData.Margin = new System.Windows.Forms.Padding(0);
            this.tabOriginalData.Name = "tabOriginalData";
            this.tabOriginalData.Size = new System.Drawing.Size(191, 23);
            this.tabOriginalData.TabStripPage = this.tabStripPageOriginalData;
            this.tabOriginalData.Text = "FrmTestManagetabTestResult";
            // 
            // tabStripPageOriginalData
            // 
            this.tabStripPageOriginalData.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPageOriginalData.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPageOriginalData.Caption = "";
            this.tabStripPageOriginalData.Controls.Add(this.dgvOriginalData);
            this.tabStripPageOriginalData.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabStripPageOriginalData.Location = new System.Drawing.Point(0, 0);
            this.tabStripPageOriginalData.Name = "tabStripPageOriginalData";
            this.tabStripPageOriginalData.Opacity = 255;
            this.tabStripPageOriginalData.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.tabStripPageOriginalData.Size = new System.Drawing.Size(956, 116);
            this.tabStripPageOriginalData.Speed = 8;
            this.tabStripPageOriginalData.TabIndex = 0;
            // 
            // tabTestResult
            // 
            this.tabTestResult.AutoSize = false;
            this.tabTestResult.Checked = true;
            this.tabTestResult.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tabTestResult.Font = new System.Drawing.Font("Segoe UI", 9F);
            this.tabTestResult.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.tabTestResult.Margin = new System.Windows.Forms.Padding(0);
            this.tabTestResult.Name = "tabTestResult";
            this.tabTestResult.Size = new System.Drawing.Size(204, 23);
            this.tabTestResult.TabStripPage = this.tabStripPageTestResult;
            this.tabTestResult.Text = "FrmTestManagetabOriginalData";
            // 
            // tabStripPageTestResult
            // 
            this.tabStripPageTestResult.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPageTestResult.BaseColorOn = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(227)))), ((int)(((byte)(242)))));
            this.tabStripPageTestResult.Caption = "";
            this.tabStripPageTestResult.Controls.Add(this.dgvTestResult);
            this.tabStripPageTestResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabStripPageTestResult.Location = new System.Drawing.Point(0, 0);
            this.tabStripPageTestResult.Name = "tabStripPageTestResult";
            this.tabStripPageTestResult.Opacity = 255;
            this.tabStripPageTestResult.Padding = new System.Windows.Forms.Padding(0, 3, 0, 0);
            this.tabStripPageTestResult.Size = new System.Drawing.Size(956, 116);
            this.tabStripPageTestResult.Speed = 8;
            this.tabStripPageTestResult.TabIndex = 1;
            // 
            // tabPageSwitcherDate
            // 
            this.tabPageSwitcherDate.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.tabPageSwitcherDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
            this.tabPageSwitcherDate.Controls.Add(this.tabStripPageTestResult);
            this.tabPageSwitcherDate.Controls.Add(this.tabStripPageOriginalData);
            this.tabPageSwitcherDate.ForeColor = System.Drawing.Color.Transparent;
            this.tabPageSwitcherDate.Location = new System.Drawing.Point(-1, 31);
            this.tabPageSwitcherDate.Name = "tabPageSwitcherDate";
            this.tabPageSwitcherDate.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
            this.tabPageSwitcherDate.SelectedTabStripPage = this.tabStripPageTestResult;
            this.tabPageSwitcherDate.Size = new System.Drawing.Size(956, 118);
            this.tabPageSwitcherDate.TabIndex = 0;
            this.tabPageSwitcherDate.TabStrip = this.tabStripDate;
            this.tabPageSwitcherDate.Text = "tabPageSwitcher1";
            // 
            // tabStrip1
            // 
            this.tabStrip1.AutoSize = false;
            this.tabStrip1.BackColor = System.Drawing.Color.Transparent;
            this.tabStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.tabStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tab1});
            this.tabStrip1.Location = new System.Drawing.Point(0, 0);
            this.tabStrip1.Name = "tabStrip1";
            this.tabStrip1.Padding = new System.Windows.Forms.Padding(0);
            this.tabStrip1.SelectedTab = this.tab1;
            this.tabStrip1.ShowItemToolTips = false;
            this.tabStrip1.Size = new System.Drawing.Size(956, 26);
            this.tabStrip1.TabIndex = 0;
            this.tabStrip1.TabOverlap = 0;
            this.tabStrip1.Text = "tabStrip1";
            // 
            // tab1
            // 
            this.tab1.AutoSize = false;
            this.tab1.Checked = true;
            this.tab1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.tab1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
            this.tab1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(90)))), ((int)(((byte)(154)))));
            this.tab1.Margin = new System.Windows.Forms.Padding(6, 1, 0, 2);
            this.tab1.Name = "tab1";
            this.tab1.Size = new System.Drawing.Size(60, 23);
            this.tab1.TabStripPage = this.tabStripPage1;
            // 
            // testZedGraph
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(956, 432);
            this.Controls.Add(this.tabPageSwitcher1);
            this.Controls.Add(this.tabStrip1);
            this.Name = "testZedGraph";
            this.Text = "testZedGraph";
            this.Load += new System.EventHandler(this.testZedGraph_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOriginalData)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestResult)).EndInit();
            this.tabPageSwitcher1.ResumeLayout(false);
            this.tabStripPage1.ResumeLayout(false);
            this.tpanel.ResumeLayout(false);
            this.tpanelDate.ResumeLayout(false);
            this.tabStripDate.ResumeLayout(false);
            this.tabStripDate.PerformLayout();
            this.tabStripPageOriginalData.ResumeLayout(false);
            this.tabStripPageTestResult.ResumeLayout(false);
            this.tabPageSwitcherDate.ResumeLayout(false);
            this.tabStrip1.ResumeLayout(false);
            this.tabStrip1.PerformLayout();
            this.ResumeLayout(false);

        }

        private System.Windows.Forms.DataGridView dgvOriginalData;
        private System.Windows.Forms.DataGridView dgvTestResult;
        private RibbonStyle.TabStrip tabStripDate;
        private ZedGraph.ZedGraphControl zgc;
        private RibbonStyle.TabStrip tabStrip1;
        private RibbonStyle.TabPageSwitcher tabPageSwitcher1;
        private RibbonStyle.TabPageSwitcher tabPageSwitcherDate;
        private RibbonStyle.Tab tab1;
        private RibbonStyle.TabStripPage tabStripPage1;
        private RibbonStyle.TabStripPage tabStripPageTestResult;
        private RibbonStyle.TabPanel tpanel;
        private RibbonStyle.TabPanel tpanelDate;
        private RibbonStyle.TabStripPage tabStripPageOriginalData;
        private RibbonStyle.Tab tabTestResult;
        private RibbonStyle.Tab tabOriginalData;
    }
}