FrmTestFunction.Designer.cs 14.9 KB
namespace App
{
    partial class FrmTestFunction
    {
        /// <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.components = new System.ComponentModel.Container();
            this.zgcShowCurve = new ZedGraph.ZedGraphControl();
            this.panelTest = new System.Windows.Forms.Panel();
            this.tabControlTest = new System.Windows.Forms.TabControl();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.dgvTestRawData = new System.Windows.Forms.DataGridView();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.dgvTestInfo = new System.Windows.Forms.DataGridView();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.dgvTestResult = new System.Windows.Forms.DataGridView();
            this.tabControlFilter = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.dgvFilterRawData = new System.Windows.Forms.DataGridView();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.dgvFilterEnvironmentalData = new System.Windows.Forms.DataGridView();
            this.timerTest = new System.Windows.Forms.Timer(this.components);
            this.timerInit = new System.Windows.Forms.Timer(this.components);
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.panelTest.SuspendLayout();
            this.tabControlTest.SuspendLayout();
            this.tabPage3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestRawData)).BeginInit();
            this.tabPage4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestInfo)).BeginInit();
            this.tabPage5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestResult)).BeginInit();
            this.tabControlFilter.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvFilterRawData)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvFilterEnvironmentalData)).BeginInit();
            this.SuspendLayout();
            // 
            // zgcShowCurve
            // 
            this.zgcShowCurve.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.zgcShowCurve.IsShowRemark = false;
            this.zgcShowCurve.Location = new System.Drawing.Point(0, 0);
            this.zgcShowCurve.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.zgcShowCurve.Name = "zgcShowCurve";
            this.zgcShowCurve.ScrollGrace = 0D;
            this.zgcShowCurve.ScrollMaxX = 0D;
            this.zgcShowCurve.ScrollMaxY = 0D;
            this.zgcShowCurve.ScrollMaxY2 = 0D;
            this.zgcShowCurve.ScrollMinX = 0D;
            this.zgcShowCurve.ScrollMinY = 0D;
            this.zgcShowCurve.ScrollMinY2 = 0D;
            this.zgcShowCurve.Size = new System.Drawing.Size(662, 233);
            this.zgcShowCurve.TabIndex = 0;
            // 
            // panelTest
            // 
            this.panelTest.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.panelTest.Controls.Add(this.tabControlTest);
            this.panelTest.Controls.Add(this.tabControlFilter);
            this.panelTest.Controls.Add(this.zgcShowCurve);
            this.panelTest.Location = new System.Drawing.Point(12, 53);
            this.panelTest.Name = "panelTest";
            this.panelTest.Size = new System.Drawing.Size(662, 346);
            this.panelTest.TabIndex = 1;
            // 
            // tabControlTest
            // 
            this.tabControlTest.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlTest.Controls.Add(this.tabPage3);
            this.tabControlTest.Controls.Add(this.tabPage4);
            this.tabControlTest.Controls.Add(this.tabPage5);
            this.tabControlTest.Location = new System.Drawing.Point(2, 128);
            this.tabControlTest.Name = "tabControlTest";
            this.tabControlTest.SelectedIndex = 0;
            this.tabControlTest.Size = new System.Drawing.Size(659, 100);
            this.tabControlTest.TabIndex = 2;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.dgvTestRawData);
            this.tabPage3.Location = new System.Drawing.Point(4, 26);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage3.Size = new System.Drawing.Size(651, 70);
            this.tabPage3.TabIndex = 0;
            this.tabPage3.Text = "tabPage3";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // dgvTestRawData
            // 
            this.dgvTestRawData.BackgroundColor = System.Drawing.Color.LightBlue;
            this.dgvTestRawData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTestRawData.Location = new System.Drawing.Point(0, 0);
            this.dgvTestRawData.Name = "dgvTestRawData";
            this.dgvTestRawData.RowTemplate.Height = 23;
            this.dgvTestRawData.Size = new System.Drawing.Size(651, 70);
            this.dgvTestRawData.TabIndex = 0;
            // 
            // tabPage4
            // 
            this.tabPage4.Controls.Add(this.dgvTestInfo);
            this.tabPage4.Location = new System.Drawing.Point(4, 26);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage4.Size = new System.Drawing.Size(651, 70);
            this.tabPage4.TabIndex = 1;
            this.tabPage4.Text = "tabPage4";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // dgvTestInfo
            // 
            this.dgvTestInfo.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.dgvTestInfo.BackgroundColor = System.Drawing.Color.LightBlue;
            this.dgvTestInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTestInfo.Location = new System.Drawing.Point(0, 0);
            this.dgvTestInfo.Name = "dgvTestInfo";
            this.dgvTestInfo.RowTemplate.Height = 23;
            this.dgvTestInfo.Size = new System.Drawing.Size(651, 70);
            this.dgvTestInfo.TabIndex = 0;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.dgvTestResult);
            this.tabPage5.Location = new System.Drawing.Point(4, 26);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage5.Size = new System.Drawing.Size(651, 70);
            this.tabPage5.TabIndex = 2;
            this.tabPage5.Text = "tabPage5";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // dgvTestResult
            // 
            this.dgvTestResult.BackgroundColor = System.Drawing.Color.LightBlue;
            this.dgvTestResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvTestResult.Location = new System.Drawing.Point(0, 0);
            this.dgvTestResult.Name = "dgvTestResult";
            this.dgvTestResult.RowTemplate.Height = 23;
            this.dgvTestResult.Size = new System.Drawing.Size(651, 70);
            this.dgvTestResult.TabIndex = 0;
            // 
            // tabControlFilter
            // 
            this.tabControlFilter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.tabControlFilter.Controls.Add(this.tabPage1);
            this.tabControlFilter.Controls.Add(this.tabPage2);
            this.tabControlFilter.Location = new System.Drawing.Point(0, 234);
            this.tabControlFilter.Name = "tabControlFilter";
            this.tabControlFilter.SelectedIndex = 0;
            this.tabControlFilter.Size = new System.Drawing.Size(662, 112);
            this.tabControlFilter.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.dgvFilterRawData);
            this.tabPage1.Location = new System.Drawing.Point(4, 26);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(654, 82);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "tabPage1";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // dgvFilterRawData
            // 
            this.dgvFilterRawData.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.dgvFilterRawData.BackgroundColor = System.Drawing.Color.LightBlue;
            this.dgvFilterRawData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvFilterRawData.Location = new System.Drawing.Point(0, 0);
            this.dgvFilterRawData.Name = "dgvFilterRawData";
            this.dgvFilterRawData.RowTemplate.Height = 23;
            this.dgvFilterRawData.Size = new System.Drawing.Size(653, 82);
            this.dgvFilterRawData.TabIndex = 0;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.dgvFilterEnvironmentalData);
            this.tabPage2.Location = new System.Drawing.Point(4, 26);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(654, 82);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "tabPage2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // dgvFilterEnvironmentalData
            // 
            this.dgvFilterEnvironmentalData.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.dgvFilterEnvironmentalData.BackgroundColor = System.Drawing.Color.LightBlue;
            this.dgvFilterEnvironmentalData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvFilterEnvironmentalData.Location = new System.Drawing.Point(0, 0);
            this.dgvFilterEnvironmentalData.Name = "dgvFilterEnvironmentalData";
            this.dgvFilterEnvironmentalData.RowTemplate.Height = 23;
            this.dgvFilterEnvironmentalData.Size = new System.Drawing.Size(654, 82);
            this.dgvFilterEnvironmentalData.TabIndex = 0;
            // 
            // FrmTestFunction
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(686, 407);
            this.Controls.Add(this.panelTest);
            this.Location = new System.Drawing.Point(0, 0);
            this.Name = "FrmTestFunction";
            this.Text = "FrmTestFunction";
            this.Load += new System.EventHandler(this.FrmTestFunction_Load);
            this.panelTest.ResumeLayout(false);
            this.tabControlTest.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestRawData)).EndInit();
            this.tabPage4.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestInfo)).EndInit();
            this.tabPage5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvTestResult)).EndInit();
            this.tabControlFilter.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvFilterRawData)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvFilterEnvironmentalData)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private ZedGraph.ZedGraphControl zgcShowCurve;
        private System.Windows.Forms.Panel panelTest;
        private System.Windows.Forms.TabControl tabControlFilter;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.DataGridView dgvFilterRawData;
        private System.Windows.Forms.DataGridView dgvFilterEnvironmentalData;
        private System.Windows.Forms.TabControl tabControlTest;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.DataGridView dgvTestRawData;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.DataGridView dgvTestInfo;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.DataGridView dgvTestResult;
        private System.Windows.Forms.Timer timerTest;
        private System.Windows.Forms.Timer timerInit;
        private System.Windows.Forms.SaveFileDialog saveFileDialog1;
    }
}