namespace ProjectBase.Controls { partial class LeftLabels { /// /// 必需的设计器变量。 /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LeftLabels)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.circleLabel1 = new ProjectBase.Controls.CircleLabel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.BackColor = System.Drawing.Color.LawnGreen; this.tableLayoutPanel1.SetColumnSpan(this.label1, 2); this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(2, 2); this.label1.Margin = new System.Windows.Forms.Padding(0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(215, 57); this.label1.TabIndex = 0; this.label1.Text = "右上部螺栓"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label2.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(2, 61); this.label2.Margin = new System.Windows.Forms.Padding(0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(90, 57); this.label2.TabIndex = 1; this.label2.Text = "扭矩"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label3 // this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label3.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(2, 120); this.label3.Margin = new System.Windows.Forms.Padding(0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(90, 58); this.label3.TabIndex = 2; this.label3.Text = "角度"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.BackColor = System.Drawing.Color.Cyan; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(94, 61); this.label4.Margin = new System.Windows.Forms.Padding(0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(123, 57); this.label4.TabIndex = 3; this.label4.Text = "69.3"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.BackColor = System.Drawing.Color.Cyan; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.label5.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(94, 120); this.label5.Margin = new System.Windows.Forms.Padding(0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(123, 58); this.label5.TabIndex = 4; this.label5.Text = "22.3"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.Inset; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 28.04878F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 38.10976F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.Controls.Add(this.label5, 1, 2); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label4, 1, 1); this.tableLayoutPanel1.Controls.Add(this.circleLabel1, 2, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(7); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 3; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(330, 180); this.tableLayoutPanel1.TabIndex = 5; // // circleLabel1 // this.circleLabel1.BackColor = System.Drawing.Color.Transparent; this.circleLabel1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("circleLabel1.BackgroundImage"))); this.circleLabel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.circleLabel1.Dock = System.Windows.Forms.DockStyle.Fill; this.circleLabel1.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.circleLabel1.Location = new System.Drawing.Point(219, 61); this.circleLabel1.Margin = new System.Windows.Forms.Padding(0); this.circleLabel1.Name = "circleLabel1"; this.tableLayoutPanel1.SetRowSpan(this.circleLabel1, 2); this.circleLabel1.Size = new System.Drawing.Size(109, 117); this.circleLabel1.TabIndex = 5; this.circleLabel1.WorkState = ProjectBase.Controls.LedState.OK; // // LeftLabels // this.AutoScaleDimensions = new System.Drawing.SizeF(16F, 35F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Font = new System.Drawing.Font("微软雅黑", 16F); this.Margin = new System.Windows.Forms.Padding(7); this.Name = "LeftLabels"; this.Size = new System.Drawing.Size(330, 180); this.FontChanged += new System.EventHandler(this.LeftLabels_FontChanged); this.tableLayoutPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private CircleLabel circleLabel1; } }