frmMultipFileLogMessage.Designer.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. namespace LYFZ.Software.MainBusiness.MultipleFileImport
  2. {
  3. partial class frmMultipFileLogMessage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMultipFileLogMessage));
  29. this.tb_LogMessage = new LYFZ.ComponentLibrary.TextBoxEx();
  30. this.plExMainContainer.SuspendLayout();
  31. this.plFormMainContent.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // plExMainContainer
  35. //
  36. this.plExMainContainer.Controls.Add(this.tb_LogMessage);
  37. resources.ApplyResources(this.plExMainContainer, "plExMainContainer");
  38. //
  39. // plFormMainContent
  40. //
  41. resources.ApplyResources(this.plFormMainContent, "plFormMainContent");
  42. //
  43. // btnAppFormMaximize
  44. //
  45. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  46. resources.ApplyResources(this.btnAppFormMaximize, "btnAppFormMaximize");
  47. //
  48. // btnAppFormExit
  49. //
  50. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  51. resources.ApplyResources(this.btnAppFormExit, "btnAppFormExit");
  52. //
  53. // btnAppFormMinimize
  54. //
  55. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  56. resources.ApplyResources(this.btnAppFormMinimize, "btnAppFormMinimize");
  57. //
  58. // tb_LogMessage
  59. //
  60. this.tb_LogMessage.BackColor = System.Drawing.Color.Transparent;
  61. resources.ApplyResources(this.tb_LogMessage, "tb_LogMessage");
  62. this.tb_LogMessage.Icon = null;
  63. this.tb_LogMessage.IconIsButton = false;
  64. this.tb_LogMessage.IsPasswordChat = '\0';
  65. this.tb_LogMessage.IsSystemPasswordChar = false;
  66. this.tb_LogMessage.Lines = new string[] {
  67. "textBoxEx1"};
  68. this.tb_LogMessage.MaxLength = 32767;
  69. this.tb_LogMessage.MouseBack = null;
  70. this.tb_LogMessage.Multiline = true;
  71. this.tb_LogMessage.Name = "tb_LogMessage";
  72. this.tb_LogMessage.NormlBack = null;
  73. this.tb_LogMessage.ReadOnly = true;
  74. this.tb_LogMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  75. this.tb_LogMessage.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  76. this.tb_LogMessage.WaterColor = System.Drawing.Color.DarkGray;
  77. this.tb_LogMessage.WaterText = "";
  78. this.tb_LogMessage.WordWrap = true;
  79. //
  80. // frmMultipFileLogMessage
  81. //
  82. resources.ApplyResources(this, "$this");
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  85. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  86. this.Name = "frmMultipFileLogMessage";
  87. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  88. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  89. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  90. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  91. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  92. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  93. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  94. this.plExMainContainer.ResumeLayout(false);
  95. this.plFormMainContent.ResumeLayout(false);
  96. this.ResumeLayout(false);
  97. }
  98. #endregion
  99. public ComponentLibrary.TextBoxEx tb_LogMessage;
  100. }
  101. }