namespace Core.StlMes.Client.LgResMgt.Mcms { partial class ShowMsg { /// /// 必需的设计器变量。 /// 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() { Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance(); this.uteMsg = new Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor(); this.SuspendLayout(); // // uteMsg // appearance1.FontData.BoldAsString = "False"; appearance1.FontData.ItalicAsString = "False"; appearance1.FontData.Name = "宋体"; appearance1.FontData.SizeInPoints = 9F; appearance1.FontData.StrikeoutAsString = "False"; appearance1.FontData.UnderlineAsString = "False"; this.uteMsg.Appearance = appearance1; this.uteMsg.Dock = System.Windows.Forms.DockStyle.Fill; this.uteMsg.Location = new System.Drawing.Point(0, 0); this.uteMsg.Name = "uteMsg"; this.uteMsg.ReadOnly = true; this.uteMsg.Size = new System.Drawing.Size(746, 504); this.uteMsg.TabIndex = 1; this.uteMsg.Value = ""; // // ShowMsg // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.uteMsg); this.Name = "ShowMsg"; this.Size = new System.Drawing.Size(746, 504); this.ResumeLayout(false); } #endregion private Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor uteMsg; } }