namespace LYFZ.ManagementService { partial class frmSystemLogs { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.rtxtExMainServiceMsg = new LYFZ.ComponentLibrary.RichTextBoxEx(); this.cnMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.tspMenuItemRefresh = new System.Windows.Forms.ToolStripMenuItem(); this.tspMenuItemdel = new System.Windows.Forms.ToolStripMenuItem(); this.groupBoxEx4 = new LYFZ.ComponentLibrary.GroupBoxEx(); this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx(); this.ToolStripMenuItemOpenDir = new System.Windows.Forms.ToolStripMenuItem(); this.plExMainContainer.SuspendLayout(); this.plFormMainContent.SuspendLayout(); this.tabControlEx1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.groupBoxEx1.SuspendLayout(); this.cnMenuStrip.SuspendLayout(); this.groupBoxEx4.SuspendLayout(); this.SuspendLayout(); // // plExMainContainer // this.plExMainContainer.Controls.Add(this.tabControlEx1); // // tabControlEx1 // this.tabControlEx1.BaseColor = System.Drawing.Color.White; this.tabControlEx1.BorderColor = System.Drawing.Color.White; this.tabControlEx1.Controls.Add(this.tabPage1); this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControlEx1.ItemSize = new System.Drawing.Size(100, 36); this.tabControlEx1.Location = new System.Drawing.Point(0, 0); this.tabControlEx1.Name = "tabControlEx1"; this.tabControlEx1.PageColor = System.Drawing.Color.White; this.tabControlEx1.SelectedIndex = 0; this.tabControlEx1.Size = new System.Drawing.Size(710, 445); this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControlEx1.TabIndex = 1; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.Color.White; this.tabPage1.Controls.Add(this.groupBoxEx1); this.tabPage1.Controls.Add(this.groupBoxEx4); this.tabPage1.Location = new System.Drawing.Point(4, 40); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(702, 401); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "系统运行日志"; // // groupBoxEx1 // this.groupBoxEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxEx1.Controls.Add(this.rtxtExMainServiceMsg); this.groupBoxEx1.Location = new System.Drawing.Point(9, 74); this.groupBoxEx1.Name = "groupBoxEx1"; this.groupBoxEx1.Size = new System.Drawing.Size(685, 320); this.groupBoxEx1.TabIndex = 7; this.groupBoxEx1.TabStop = false; this.groupBoxEx1.Text = "日志记录"; // // rtxtExMainServiceMsg // this.rtxtExMainServiceMsg.BackColor = System.Drawing.Color.WhiteSmoke; this.rtxtExMainServiceMsg.BorderStyle = System.Windows.Forms.BorderStyle.None; this.rtxtExMainServiceMsg.ContextMenuStrip = this.cnMenuStrip; this.rtxtExMainServiceMsg.Dock = System.Windows.Forms.DockStyle.Fill; this.rtxtExMainServiceMsg.ForeColor = System.Drawing.Color.DimGray; this.rtxtExMainServiceMsg.Location = new System.Drawing.Point(3, 17); this.rtxtExMainServiceMsg.Name = "rtxtExMainServiceMsg"; this.rtxtExMainServiceMsg.ReadOnly = true; this.rtxtExMainServiceMsg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rtxtExMainServiceMsg.Size = new System.Drawing.Size(679, 300); this.rtxtExMainServiceMsg.TabIndex = 1; this.rtxtExMainServiceMsg.Text = "服务未启动"; // // cnMenuStrip // this.cnMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tspMenuItemRefresh, this.tspMenuItemdel, this.ToolStripMenuItemOpenDir}); this.cnMenuStrip.Name = "cnMenuStrip"; this.cnMenuStrip.Size = new System.Drawing.Size(153, 92); // // tspMenuItemRefresh // this.tspMenuItemRefresh.Name = "tspMenuItemRefresh"; this.tspMenuItemRefresh.Size = new System.Drawing.Size(152, 22); this.tspMenuItemRefresh.Text = "刷新日志"; this.tspMenuItemRefresh.Click += new System.EventHandler(this.tspMenuItemRefresh_Click); // // tspMenuItemdel // this.tspMenuItemdel.Name = "tspMenuItemdel"; this.tspMenuItemdel.Size = new System.Drawing.Size(152, 22); this.tspMenuItemdel.Text = "清除日志"; this.tspMenuItemdel.Click += new System.EventHandler(this.tspMenuItemdel_Click); // // groupBoxEx4 // this.groupBoxEx4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBoxEx4.Controls.Add(this.labelEx2); this.groupBoxEx4.ForeColor = System.Drawing.Color.Red; this.groupBoxEx4.Location = new System.Drawing.Point(9, 6); this.groupBoxEx4.Name = "groupBoxEx4"; this.groupBoxEx4.Size = new System.Drawing.Size(685, 60); this.groupBoxEx4.TabIndex = 5; this.groupBoxEx4.TabStop = false; this.groupBoxEx4.Text = "温馨提示"; // // labelEx2 // this.labelEx2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelEx2.ForeColor = System.Drawing.Color.Blue; this.labelEx2.Location = new System.Drawing.Point(3, 17); this.labelEx2.Name = "labelEx2"; this.labelEx2.Size = new System.Drawing.Size(679, 40); this.labelEx2.TabIndex = 0; this.labelEx2.Text = "以下日志记录为系统运行相关日志记录"; // // ToolStripMenuItemOpenDir // this.ToolStripMenuItemOpenDir.Name = "ToolStripMenuItemOpenDir"; this.ToolStripMenuItemOpenDir.Size = new System.Drawing.Size(152, 22); this.ToolStripMenuItemOpenDir.Text = "打开日志目录"; this.ToolStripMenuItemOpenDir.Click += new System.EventHandler(this.ToolStripMenuItemOpenDir_Click); // // frmSystemLogs // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(710, 510); this.Name = "frmSystemLogs"; this.Text = "系统日志"; this.Controls.SetChildIndex(this.btnAppFormMaximize, 0); this.Controls.SetChildIndex(this.btnAppFormExit, 0); this.Controls.SetChildIndex(this.btnAppFormMinimize, 0); this.Controls.SetChildIndex(this.btnAppFormMenu, 0); this.Controls.SetChildIndex(this.btnAppFormSkin, 0); this.Controls.SetChildIndex(this.plFormMainContent, 0); this.plExMainContainer.ResumeLayout(false); this.plFormMainContent.ResumeLayout(false); this.tabControlEx1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.groupBoxEx1.ResumeLayout(false); this.cnMenuStrip.ResumeLayout(false); this.groupBoxEx4.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComponentLibrary.TabControlEx tabControlEx1; private System.Windows.Forms.TabPage tabPage1; private ComponentLibrary.GroupBoxEx groupBoxEx1; private ComponentLibrary.RichTextBoxEx rtxtExMainServiceMsg; private ComponentLibrary.GroupBoxEx groupBoxEx4; private ComponentLibrary.LabelEx labelEx2; private System.Windows.Forms.ContextMenuStrip cnMenuStrip; private System.Windows.Forms.ToolStripMenuItem tspMenuItemRefresh; private System.Windows.Forms.ToolStripMenuItem tspMenuItemdel; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItemOpenDir; } }