ucCalibration.Designer.cs 11.6 KB

namespace App
{
    partial class ucCalibration
    {
        /// <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 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucCalibration));
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.zgcShowCurve = new ZedGraph.ZedGraphControl();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageCali = new System.Windows.Forms.TabPage();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnStartCali = new System.Windows.Forms.Button();
            this.tabPageCaliSingle = new System.Windows.Forms.TabPage();
            this.label_lastcalidate = new System.Windows.Forms.Label();
            this.btn_saveold = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPageCali.SuspendLayout();
            this.tabPageCaliSingle.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.AllowUserToResizeRows = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.Disable;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top;
            this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
            this.dataGridView1.Location = new System.Drawing.Point(3, 3);
            this.dataGridView1.MultiSelect = false;
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
            this.dataGridView1.RowTemplate.Height = 28;
            this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dataGridView1.Size = new System.Drawing.Size(323, 242);
            this.dataGridView1.TabIndex = 0;
            // 
            // zgcShowCurve
            // 
            this.zgcShowCurve.AccessibleRole = System.Windows.Forms.AccessibleRole.TitleBar;
            this.zgcShowCurve.AutoScroll = true;
            this.zgcShowCurve.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.zgcShowCurve.IsEnableHEdit = true;
            this.zgcShowCurve.IsEnableSelection = true;
            this.zgcShowCurve.IsEnableVEdit = true;
            this.zgcShowCurve.IsShowPointValues = true;
            this.zgcShowCurve.IsShowRemark = false;
            this.zgcShowCurve.Location = new System.Drawing.Point(23, 16);
            this.zgcShowCurve.Margin = new System.Windows.Forms.Padding(0);
            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(497, 327);
            this.zgcShowCurve.TabIndex = 74;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPageCali);
            this.tabControl1.Controls.Add(this.tabPageCaliSingle);
            this.tabControl1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tabControl1.Location = new System.Drawing.Point(544, 16);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(337, 331);
            this.tabControl1.TabIndex = 75;
            // 
            // tabPageCali
            // 
            this.tabPageCali.Controls.Add(this.btnSave);
            this.tabPageCali.Controls.Add(this.btnStartCali);
            this.tabPageCali.Controls.Add(this.dataGridView1);
            this.tabPageCali.Location = new System.Drawing.Point(4, 30);
            this.tabPageCali.Name = "tabPageCali";
            this.tabPageCali.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageCali.Size = new System.Drawing.Size(329, 297);
            this.tabPageCali.TabIndex = 0;
            this.tabPageCali.Text = "连续校准";
            this.tabPageCali.UseVisualStyleBackColor = true;
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
            this.btnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnSave.FlatAppearance.BorderSize = 0;
            this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnSave.Location = new System.Drawing.Point(196, 251);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(127, 40);
            this.btnSave.TabIndex = 163;
            this.btnSave.Text = "保存数据";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnStartCali
            // 
            this.btnStartCali.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnStartCali.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnStartCali.BackgroundImage")));
            this.btnStartCali.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnStartCali.FlatAppearance.BorderSize = 0;
            this.btnStartCali.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnStartCali.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnStartCali.Location = new System.Drawing.Point(6, 251);
            this.btnStartCali.Name = "btnStartCali";
            this.btnStartCali.Size = new System.Drawing.Size(127, 40);
            this.btnStartCali.TabIndex = 163;
            this.btnStartCali.Text = "开始校准";
            this.btnStartCali.UseVisualStyleBackColor = true;
            this.btnStartCali.Click += new System.EventHandler(this.btnStartCali_Click);
            // 
            // tabPageCaliSingle
            // 
            this.tabPageCaliSingle.Controls.Add(this.label_lastcalidate);
            this.tabPageCaliSingle.Controls.Add(this.btn_saveold);
            this.tabPageCaliSingle.Location = new System.Drawing.Point(4, 30);
            this.tabPageCaliSingle.Name = "tabPageCaliSingle";
            this.tabPageCaliSingle.Size = new System.Drawing.Size(329, 297);
            this.tabPageCaliSingle.TabIndex = 2;
            this.tabPageCaliSingle.Text = "单点校准";
            this.tabPageCaliSingle.UseVisualStyleBackColor = true;
            // 
            // label_lastcalidate
            // 
            this.label_lastcalidate.AutoSize = true;
            this.label_lastcalidate.Location = new System.Drawing.Point(3, 260);
            this.label_lastcalidate.Name = "label_lastcalidate";
            this.label_lastcalidate.Size = new System.Drawing.Size(55, 21);
            this.label_lastcalidate.TabIndex = 165;
            this.label_lastcalidate.Text = "label1";
            // 
            // btn_saveold
            // 
            this.btn_saveold.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btn_saveold.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_saveold.BackgroundImage")));
            this.btn_saveold.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btn_saveold.Enabled = false;
            this.btn_saveold.FlatAppearance.BorderSize = 0;
            this.btn_saveold.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_saveold.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_saveold.Location = new System.Drawing.Point(196, 251);
            this.btn_saveold.Name = "btn_saveold";
            this.btn_saveold.Size = new System.Drawing.Size(127, 40);
            this.btn_saveold.TabIndex = 164;
            this.btn_saveold.Text = "保存数据";
            this.btn_saveold.UseVisualStyleBackColor = true;
            this.btn_saveold.Click += new System.EventHandler(this.btn_saveold_Click);
            // 
            // ucCalibration
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.zgcShowCurve);
            this.Name = "ucCalibration";
            this.Size = new System.Drawing.Size(902, 505);
            this.Load += new System.EventHandler(this.ucCalibration_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPageCali.ResumeLayout(false);
            this.tabPageCaliSingle.ResumeLayout(false);
            this.tabPageCaliSingle.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private ZedGraph.ZedGraphControl zgcShowCurve;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPageCali;
        private System.Windows.Forms.Button btnStartCali;
        private System.Windows.Forms.Button btnSave;
        private System.Windows.Forms.TabPage tabPageCaliSingle;
        private System.Windows.Forms.Label label_lastcalidate;
        private System.Windows.Forms.Button btn_saveold;
    }
}