frmSystemLogs.Designer.cs 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmSystemLogs
  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. this.components = new System.ComponentModel.Container();
  29. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.rtxtExMainServiceMsg = new LYFZ.ComponentLibrary.RichTextBoxEx();
  33. this.cnMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
  34. this.tspMenuItemRefresh = new System.Windows.Forms.ToolStripMenuItem();
  35. this.tspMenuItemdel = new System.Windows.Forms.ToolStripMenuItem();
  36. this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx();
  37. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.ToolStripMenuItemOpenDir = new System.Windows.Forms.ToolStripMenuItem();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.tabControlEx1.SuspendLayout();
  42. this.tabPage1.SuspendLayout();
  43. this.groupBoxEx1.SuspendLayout();
  44. this.cnMenuStrip.SuspendLayout();
  45. this.groupBoxEx4.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // plExMainContainer
  49. //
  50. this.plExMainContainer.Controls.Add(this.tabControlEx1);
  51. //
  52. // tabControlEx1
  53. //
  54. this.tabControlEx1.BaseColor = System.Drawing.Color.White;
  55. this.tabControlEx1.BorderColor = System.Drawing.Color.White;
  56. this.tabControlEx1.Controls.Add(this.tabPage1);
  57. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  58. this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 36);
  59. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  60. this.tabControlEx1.Name = "tabControlEx1";
  61. this.tabControlEx1.PageColor = System.Drawing.Color.White;
  62. this.tabControlEx1.SelectedIndex = 0;
  63. this.tabControlEx1.Size = new System.Drawing.Size(710, 445);
  64. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  65. this.tabControlEx1.TabIndex = 1;
  66. //
  67. // tabPage1
  68. //
  69. this.tabPage1.BackColor = System.Drawing.Color.White;
  70. this.tabPage1.Controls.Add(this.groupBoxEx1);
  71. this.tabPage1.Controls.Add(this.groupBoxEx4);
  72. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  73. this.tabPage1.Name = "tabPage1";
  74. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  75. this.tabPage1.Size = new System.Drawing.Size(702, 401);
  76. this.tabPage1.TabIndex = 0;
  77. this.tabPage1.Text = "系统运行日志";
  78. //
  79. // groupBoxEx1
  80. //
  81. this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  82. | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.groupBoxEx1.Controls.Add(this.rtxtExMainServiceMsg);
  85. this.groupBoxEx1.Location = new System.Drawing.Point(9, 74);
  86. this.groupBoxEx1.Name = "groupBoxEx1";
  87. this.groupBoxEx1.Size = new System.Drawing.Size(685, 320);
  88. this.groupBoxEx1.TabIndex = 7;
  89. this.groupBoxEx1.TabStop = false;
  90. this.groupBoxEx1.Text = "日志记录";
  91. //
  92. // rtxtExMainServiceMsg
  93. //
  94. this.rtxtExMainServiceMsg.BackColor = System.Drawing.Color.WhiteSmoke;
  95. this.rtxtExMainServiceMsg.BorderStyle = System.Windows.Forms.BorderStyle.None;
  96. this.rtxtExMainServiceMsg.ContextMenuStrip = this.cnMenuStrip;
  97. this.rtxtExMainServiceMsg.Dock = System.Windows.Forms.DockStyle.Fill;
  98. this.rtxtExMainServiceMsg.ForeColor = System.Drawing.Color.DimGray;
  99. this.rtxtExMainServiceMsg.Location = new System.Drawing.Point(3, 17);
  100. this.rtxtExMainServiceMsg.Name = "rtxtExMainServiceMsg";
  101. this.rtxtExMainServiceMsg.ReadOnly = true;
  102. this.rtxtExMainServiceMsg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
  103. this.rtxtExMainServiceMsg.Size = new System.Drawing.Size(679, 300);
  104. this.rtxtExMainServiceMsg.TabIndex = 1;
  105. this.rtxtExMainServiceMsg.Text = "服务未启动";
  106. //
  107. // cnMenuStrip
  108. //
  109. this.cnMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  110. this.tspMenuItemRefresh,
  111. this.tspMenuItemdel,
  112. this.ToolStripMenuItemOpenDir});
  113. this.cnMenuStrip.Name = "cnMenuStrip";
  114. this.cnMenuStrip.Size = new System.Drawing.Size(153, 92);
  115. //
  116. // tspMenuItemRefresh
  117. //
  118. this.tspMenuItemRefresh.Name = "tspMenuItemRefresh";
  119. this.tspMenuItemRefresh.Size = new System.Drawing.Size(152, 22);
  120. this.tspMenuItemRefresh.Text = "刷新日志";
  121. this.tspMenuItemRefresh.Click += new System.EventHandler(this.tspMenuItemRefresh_Click);
  122. //
  123. // tspMenuItemdel
  124. //
  125. this.tspMenuItemdel.Name = "tspMenuItemdel";
  126. this.tspMenuItemdel.Size = new System.Drawing.Size(152, 22);
  127. this.tspMenuItemdel.Text = "清除日志";
  128. this.tspMenuItemdel.Click += new System.EventHandler(this.tspMenuItemdel_Click);
  129. //
  130. // groupBoxEx4
  131. //
  132. this.groupBoxEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  133. | System.Windows.Forms.AnchorStyles.Right)));
  134. this.groupBoxEx4.Controls.Add(this.labelEx2);
  135. this.groupBoxEx4.ForeColor = System.Drawing.Color.Red;
  136. this.groupBoxEx4.Location = new System.Drawing.Point(9, 6);
  137. this.groupBoxEx4.Name = "groupBoxEx4";
  138. this.groupBoxEx4.Size = new System.Drawing.Size(685, 60);
  139. this.groupBoxEx4.TabIndex = 5;
  140. this.groupBoxEx4.TabStop = false;
  141. this.groupBoxEx4.Text = "温馨提示";
  142. //
  143. // labelEx2
  144. //
  145. this.labelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  146. this.labelEx2.ForeColor = System.Drawing.Color.Blue;
  147. this.labelEx2.Location = new System.Drawing.Point(3, 17);
  148. this.labelEx2.Name = "labelEx2";
  149. this.labelEx2.Size = new System.Drawing.Size(679, 40);
  150. this.labelEx2.TabIndex = 0;
  151. this.labelEx2.Text = "以下日志记录为系统运行相关日志记录";
  152. //
  153. // ToolStripMenuItemOpenDir
  154. //
  155. this.ToolStripMenuItemOpenDir.Name = "ToolStripMenuItemOpenDir";
  156. this.ToolStripMenuItemOpenDir.Size = new System.Drawing.Size(152, 22);
  157. this.ToolStripMenuItemOpenDir.Text = "打开日志目录";
  158. this.ToolStripMenuItemOpenDir.Click += new System.EventHandler(this.ToolStripMenuItemOpenDir_Click);
  159. //
  160. // frmSystemLogs
  161. //
  162. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  163. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  164. this.ClientSize = new System.Drawing.Size(710, 510);
  165. this.Name = "frmSystemLogs";
  166. this.Text = "系统日志";
  167. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  168. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  169. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  170. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  171. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  172. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  173. this.plExMainContainer.ResumeLayout(false);
  174. this.plFormMainContent.ResumeLayout(false);
  175. this.tabControlEx1.ResumeLayout(false);
  176. this.tabPage1.ResumeLayout(false);
  177. this.groupBoxEx1.ResumeLayout(false);
  178. this.cnMenuStrip.ResumeLayout(false);
  179. this.groupBoxEx4.ResumeLayout(false);
  180. this.ResumeLayout(false);
  181. }
  182. #endregion
  183. private ComponentLibrary.TabControlEx tabControlEx1;
  184. private System.Windows.Forms.TabPage tabPage1;
  185. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  186. private ComponentLibrary.RichTextBoxEx rtxtExMainServiceMsg;
  187. private ComponentLibrary.GroupBoxEx groupBoxEx4;
  188. private ComponentLibrary.LabelEx labelEx2;
  189. private System.Windows.Forms.ContextMenuStrip cnMenuStrip;
  190. private System.Windows.Forms.ToolStripMenuItem tspMenuItemRefresh;
  191. private System.Windows.Forms.ToolStripMenuItem tspMenuItemdel;
  192. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemOpenDir;
  193. }
  194. }