Newer
Older
RbFreqStand / RbFreqStandMeasure / info / accuracy.designer.cs
yangqianqian on 13 May 2021 4 KB s
namespace Casic.Birmm.RbFreqStandMeasure.info
{
    partial class accuracy
    {
        /// <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.label_accuracy = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label_stand = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label_accuracy
            // 
            this.label_accuracy.BackColor = System.Drawing.Color.Transparent;
            this.label_accuracy.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_accuracy.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label_accuracy.Location = new System.Drawing.Point(183, 111);
            this.label_accuracy.Margin = new System.Windows.Forms.Padding(0);
            this.label_accuracy.Name = "label_accuracy";
            this.label_accuracy.Size = new System.Drawing.Size(212, 27);
            this.label_accuracy.TabIndex = 100;
            this.label_accuracy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label4
            // 
            this.label4.BackColor = System.Drawing.Color.Transparent;
            this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(79, 110);
            this.label4.Margin = new System.Windows.Forms.Padding(0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(104, 27);
            this.label4.TabIndex = 99;
            this.label4.Text = "测量结果A:";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // label_stand
            // 
            this.label_stand.BackColor = System.Drawing.Color.Transparent;
            this.label_stand.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
            this.label_stand.ForeColor = System.Drawing.SystemColors.GrayText;
            this.label_stand.Location = new System.Drawing.Point(183, 62);
            this.label_stand.Margin = new System.Windows.Forms.Padding(0);
            this.label_stand.Name = "label_stand";
            this.label_stand.Size = new System.Drawing.Size(83, 27);
            this.label_stand.TabIndex = 98;
            this.label_stand.Text = "10MHz";
            this.label_stand.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            // 
            // label9
            // 
            this.label9.BackColor = System.Drawing.Color.Transparent;
            this.label9.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label9.Location = new System.Drawing.Point(47, 61);
            this.label9.Margin = new System.Windows.Forms.Padding(0);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(136, 27);
            this.label9.TabIndex = 97;
            this.label9.Text = "标称频率(MHz):";
            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // accuracy
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.label_accuracy);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label_stand);
            this.Controls.Add(this.label9);
            this.Name = "accuracy";
            this.Size = new System.Drawing.Size(405, 229);
            this.ResumeLayout(false);

        }

        #endregion
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label_stand;
        private System.Windows.Forms.Label label9;
        public System.Windows.Forms.Label label_accuracy;
    }
}