| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- namespace Core.StlMes.Client.LgResMgt.Mcms
- {
- partial class ShowMsg
- {
- /// <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()
- {
- 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;
- }
- }
|