namespace UserControlClass { partial class UCNextSenseOneItem { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tlpTitle = new System.Windows.Forms.TableLayoutPanel(); this.labTitle = new System.Windows.Forms.Label(); this.tlpFG = new System.Windows.Forms.TableLayoutPanel(); this.labFGLU = new System.Windows.Forms.Label(); this.labFGValue = new System.Windows.Forms.Label(); this.labFGName = new System.Windows.Forms.Label(); this.tlpTitle.SuspendLayout(); this.tlpFG.SuspendLayout(); this.SuspendLayout(); // // tlpTitle // this.tlpTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tlpTitle.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tlpTitle.ColumnCount = 1; this.tlpTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpTitle.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpTitle.Controls.Add(this.labTitle, 0, 0); this.tlpTitle.Location = new System.Drawing.Point(1, 2); this.tlpTitle.Name = "tlpTitle"; this.tlpTitle.RowCount = 1; this.tlpTitle.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpTitle.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 41F)); this.tlpTitle.Size = new System.Drawing.Size(218, 42); this.tlpTitle.TabIndex = 0; // // labTitle // this.labTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.labTitle.Font = new System.Drawing.Font("Segoe UI", 16F); this.labTitle.ForeColor = System.Drawing.Color.Black; this.labTitle.Location = new System.Drawing.Point(4, 1); this.labTitle.Name = "labTitle"; this.labTitle.Size = new System.Drawing.Size(210, 40); this.labTitle.TabIndex = 0; this.labTitle.Text = "R-05"; this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tlpFG // this.tlpFG.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tlpFG.BackColor = System.Drawing.Color.White; this.tlpFG.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Single; this.tlpFG.ColumnCount = 3; this.tlpFG.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 9.29368F)); this.tlpFG.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 42.85714F)); this.tlpFG.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.92627F)); this.tlpFG.Controls.Add(this.labFGLU, 0, 0); this.tlpFG.Controls.Add(this.labFGValue, 0, 0); this.tlpFG.Controls.Add(this.labFGName, 0, 0); this.tlpFG.Location = new System.Drawing.Point(1, 44); this.tlpFG.Name = "tlpFG"; this.tlpFG.RowCount = 1; this.tlpFG.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tlpFG.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tlpFG.Size = new System.Drawing.Size(218, 31); this.tlpFG.TabIndex = 2; // // labFGLU // this.labFGLU.Font = new System.Drawing.Font("Segoe UI", 12F); this.labFGLU.Location = new System.Drawing.Point(116, 1); this.labFGLU.Name = "labFGLU"; this.labFGLU.Size = new System.Drawing.Size(98, 29); this.labFGLU.TabIndex = 2; this.labFGLU.Text = "-20.5/-23.1"; this.labFGLU.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labFGValue // this.labFGValue.Font = new System.Drawing.Font("Segoe UI", 12F); this.labFGValue.Location = new System.Drawing.Point(24, 1); this.labFGValue.Name = "labFGValue"; this.labFGValue.Size = new System.Drawing.Size(85, 29); this.labFGValue.TabIndex = 1; this.labFGValue.Text = "-23.6mm"; this.labFGValue.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // labFGName // this.labFGName.Font = new System.Drawing.Font("Segoe UI", 12F); this.labFGName.Location = new System.Drawing.Point(4, 1); this.labFGName.Name = "labFGName"; this.labFGName.Size = new System.Drawing.Size(13, 29); this.labFGName.TabIndex = 0; this.labFGName.Text = "G"; this.labFGName.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // UCNextSenseOneItem // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.tlpFG); this.Controls.Add(this.tlpTitle); this.ForeColor = System.Drawing.Color.Black; this.Name = "UCNextSenseOneItem"; this.Size = new System.Drawing.Size(220, 76); this.tlpTitle.ResumeLayout(false); this.tlpFG.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tlpTitle; private System.Windows.Forms.Label labTitle; private System.Windows.Forms.TableLayoutPanel tlpFG; private System.Windows.Forms.Label labFGLU; private System.Windows.Forms.Label labFGValue; private System.Windows.Forms.Label labFGName; } }