namespace MaiMuAOI.SysUI.SysSet
{
partial class SysLogFrm
{
///
/// 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.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.tbLog = new System.Windows.Forms.TextBox();
this.loglistView = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// uiTitel1
//
this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
this.uiTitel1.Location = new System.Drawing.Point(0, 0);
this.uiTitel1.Name = "uiTitel1";
this.uiTitel1.Size = new System.Drawing.Size(661, 46);
this.uiTitel1.TabIndex = 3;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 46);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.loglistView);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tbLog);
this.splitContainer1.Size = new System.Drawing.Size(661, 524);
this.splitContainer1.SplitterDistance = 204;
this.splitContainer1.TabIndex = 4;
//
// tbLog
//
this.tbLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbLog.Location = new System.Drawing.Point(0, 0);
this.tbLog.Multiline = true;
this.tbLog.Name = "tbLog";
this.tbLog.ReadOnly = true;
this.tbLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbLog.Size = new System.Drawing.Size(453, 524);
this.tbLog.TabIndex = 0;
//
// loglistView
//
this.loglistView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1});
this.loglistView.Dock = System.Windows.Forms.DockStyle.Fill;
this.loglistView.HideSelection = false;
this.loglistView.Location = new System.Drawing.Point(0, 0);
this.loglistView.MultiSelect = false;
this.loglistView.Name = "loglistView";
this.loglistView.Size = new System.Drawing.Size(204, 524);
this.loglistView.TabIndex = 5;
this.loglistView.UseCompatibleStateImageBehavior = false;
this.loglistView.View = System.Windows.Forms.View.Details;
this.loglistView.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listLogFile_MouseDoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "日志文件";
this.columnHeader1.Width = 200;
//
// SysLogFrm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(661, 570);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.uiTitel1);
this.Name = "SysLogFrm";
this.Text = "日志查询";
this.Load += new System.EventHandler(this.SysLogFrm_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox tbLog;
private System.Windows.Forms.ListView loglistView;
private System.Windows.Forms.ColumnHeader columnHeader1;
}
}