namespace Casic.Birmm.RbFreqStandMeasure { partial class stability { /// <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_count = new System.Windows.Forms.Label(); this.label_stability = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // label_count // this.label_count.BackColor = System.Drawing.Color.Transparent; this.label_count.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_count.ForeColor = System.Drawing.SystemColors.GrayText; this.label_count.Location = new System.Drawing.Point(161, 110); this.label_count.Margin = new System.Windows.Forms.Padding(0); this.label_count.Name = "label_count"; this.label_count.Size = new System.Drawing.Size(83, 27); this.label_count.TabIndex = 82; this.label_count.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_stability // this.label_stability.BackColor = System.Drawing.Color.Transparent; this.label_stability.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134))); this.label_stability.ForeColor = System.Drawing.SystemColors.GrayText; this.label_stability.Location = new System.Drawing.Point(160, 59); this.label_stability.Margin = new System.Windows.Forms.Padding(0); this.label_stability.Name = "label_stability"; this.label_stability.Size = new System.Drawing.Size(210, 27); this.label_stability.TabIndex = 81; this.label_stability.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(74, 110); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 27); this.label2.TabIndex = 80; this.label2.Text = "测量个数:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(77, 57); this.label9.Margin = new System.Windows.Forms.Padding(0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(83, 27); this.label9.TabIndex = 79; this.label9.Text = "测量结果:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // stability // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.label_count); this.Controls.Add(this.label_stability); this.Controls.Add(this.label2); this.Controls.Add(this.label9); this.Name = "stability"; this.Size = new System.Drawing.Size(405, 229); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label9; public System.Windows.Forms.Label label_stability; public System.Windows.Forms.Label label_count; } }