ShowMsg.Designer.cs 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. namespace Core.StlMes.Client.LgResMgt.Mcms
  2. {
  3. partial class ShowMsg
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. this.uteMsg = new Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor();
  30. this.SuspendLayout();
  31. //
  32. // uteMsg
  33. //
  34. appearance1.FontData.BoldAsString = "False";
  35. appearance1.FontData.ItalicAsString = "False";
  36. appearance1.FontData.Name = "宋体";
  37. appearance1.FontData.SizeInPoints = 9F;
  38. appearance1.FontData.StrikeoutAsString = "False";
  39. appearance1.FontData.UnderlineAsString = "False";
  40. this.uteMsg.Appearance = appearance1;
  41. this.uteMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  42. this.uteMsg.Location = new System.Drawing.Point(0, 0);
  43. this.uteMsg.Name = "uteMsg";
  44. this.uteMsg.ReadOnly = true;
  45. this.uteMsg.Size = new System.Drawing.Size(746, 504);
  46. this.uteMsg.TabIndex = 1;
  47. this.uteMsg.Value = "";
  48. //
  49. // ShowMsg
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.Controls.Add(this.uteMsg);
  54. this.Name = "ShowMsg";
  55. this.Size = new System.Drawing.Size(746, 504);
  56. this.ResumeLayout(false);
  57. }
  58. #endregion
  59. private Infragistics.Win.FormattedLinkLabel.UltraFormattedTextEditor uteMsg;
  60. }
  61. }