namespace Mesnac.Controls.Default { partial class CombinedLabel { /// /// 必需的设计器变量。 /// 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.components = new System.ComponentModel.Container(); this.ReplaceLabel1 = new Mesnac.Controls.Default.ReplaceLabel(this.components); this.Label1 = new System.Windows.Forms.Label(); this.Label2 = new System.Windows.Forms.Label(); this.Label3 = new System.Windows.Forms.Label(); this.Label4 = new Mesnac.Controls.Default.MCLabel(); this.Label5 = new Mesnac.Controls.Default.MCLabel(); this.SuspendLayout(); // // ReplaceLabel1 // this.ReplaceLabel1.bHaveAction = true; this.ReplaceLabel1.FillColorName = null; this.ReplaceLabel1.FillColorValue = null; this.ReplaceLabel1.ForeColor = System.Drawing.Color.Yellow; this.ReplaceLabel1.HeightName = null; this.ReplaceLabel1.HeightValue = null; this.ReplaceLabel1.Location = new System.Drawing.Point(55, 0); this.ReplaceLabel1.Name = "ReplaceLabel1"; this.ReplaceLabel1.NewFillColor = System.Drawing.Color.Red; this.ReplaceLabel1.OldFillColor = System.Drawing.Color.DarkGray; this.ReplaceLabel1.ReplaceExpress = "0:手动|1:自动"; this.ReplaceLabel1.Size = new System.Drawing.Size(36, 16); this.ReplaceLabel1.TabIndex = 150; this.ReplaceLabel1.Text = "????"; this.ReplaceLabel1.TextName = null; this.ReplaceLabel1.TextValue = "1"; this.ReplaceLabel1.WidthName = null; this.ReplaceLabel1.WidthValue = null; this.ReplaceLabel1.XName = null; this.ReplaceLabel1.XValue = null; this.ReplaceLabel1.YName = null; this.ReplaceLabel1.YValue = null; // // Label1 // this.Label1.AutoSize = true; this.Label1.ForeColor = System.Drawing.Color.Yellow; this.Label1.Location = new System.Drawing.Point(3, 0); this.Label1.Name = "Label1"; this.Label1.Size = new System.Drawing.Size(53, 12); this.Label1.TabIndex = 149; this.Label1.Text = "状 态:"; // // Label2 // this.Label2.AutoSize = true; this.Label2.ForeColor = System.Drawing.Color.Yellow; this.Label2.Location = new System.Drawing.Point(3, 16); this.Label2.Name = "Label2"; this.Label2.Size = new System.Drawing.Size(53, 12); this.Label2.TabIndex = 145; this.Label2.Text = "完成数:"; // // Label3 // this.Label3.AutoSize = true; this.Label3.ForeColor = System.Drawing.Color.Yellow; this.Label3.Location = new System.Drawing.Point(3, 32); this.Label3.Name = "Label3"; this.Label3.Size = new System.Drawing.Size(53, 12); this.Label3.TabIndex = 147; this.Label3.Text = "重 量:"; // // Label4 // this.Label4.AutoSize = true; this.Label4.bHaveAction = true; this.Label4.FillColorName = null; this.Label4.FillColorValue = null; this.Label4.ForeColor = System.Drawing.Color.Yellow; this.Label4.Format = null; this.Label4.HeightName = null; this.Label4.HeightValue = null; this.Label4.Location = new System.Drawing.Point(55, 16); this.Label4.Name = "Label4"; this.Label4.NewFillColor = System.Drawing.Color.Red; this.Label4.OldFillColor = System.Drawing.Color.DarkGray; this.Label4.Size = new System.Drawing.Size(29, 12); this.Label4.TabIndex = 146; this.Label4.Text = "????"; this.Label4.TextName = null; this.Label4.TextValue = "???"; this.Label4.WidthName = null; this.Label4.WidthValue = null; this.Label4.XName = null; this.Label4.XValue = null; this.Label4.YName = null; this.Label4.YValue = null; // // Label5 // this.Label5.AutoSize = true; this.Label5.bHaveAction = true; this.Label5.FillColorName = null; this.Label5.FillColorValue = null; this.Label5.ForeColor = System.Drawing.Color.Yellow; this.Label5.Format = null; this.Label5.HeightName = null; this.Label5.HeightValue = null; this.Label5.Location = new System.Drawing.Point(55, 32); this.Label5.Name = "Label5"; this.Label5.NewFillColor = System.Drawing.Color.Red; this.Label5.OldFillColor = System.Drawing.Color.DarkGray; this.Label5.Size = new System.Drawing.Size(29, 12); this.Label5.TabIndex = 148; this.Label5.Text = "????"; this.Label5.TextName = null; this.Label5.TextValue = "???"; this.Label5.WidthName = null; this.Label5.WidthValue = null; this.Label5.XName = null; this.Label5.XValue = null; this.Label5.YName = null; this.Label5.YValue = null; // // CombinedLabel // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.ReplaceLabel1); this.Controls.Add(this.Label1); this.Controls.Add(this.Label5); this.Controls.Add(this.Label3); this.Controls.Add(this.Label4); this.Controls.Add(this.Label2); this.Name = "CombinedLabel"; this.Size = new System.Drawing.Size(90, 48); this.Resize += new System.EventHandler(this.CombinedLabel_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ReplaceLabel ReplaceLabel1; private System.Windows.Forms.Label Label1; private System.Windows.Forms.Label Label2; private System.Windows.Forms.Label Label3; private MCLabel Label4; private MCLabel Label5; } }