LogControl.Designer.cs 8.6 KB
using System.Windows.Forms;

namespace UControl.UC
{
    partial class LogControl
    {
        /// <summary> 
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region 组件设计器生成的代码

        /// <summary> 
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.textBoxMaxCnt = new System.Windows.Forms.TextBox();
            this.chkShowError = new System.Windows.Forms.CheckBox();
            this.chkShowWarn = new System.Windows.Forms.CheckBox();
            this.chkShowInfo = new System.Windows.Forms.CheckBox();
            this.button1 = new System.Windows.Forms.Button();
            this.chkShowDebug = new System.Windows.Forms.CheckBox();
            this.listView1 = new System.Windows.Forms.ListView();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.textBoxMaxCnt);
            this.panel1.Controls.Add(this.chkShowError);
            this.panel1.Controls.Add(this.chkShowWarn);
            this.panel1.Controls.Add(this.chkShowInfo);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.chkShowDebug);
            this.panel1.Controls.Add(this.listView1);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(832, 174);
            this.panel1.TabIndex = 0;
            // 
            // textBoxMaxCnt
            // 
            this.textBoxMaxCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.textBoxMaxCnt.BackColor = System.Drawing.Color.Silver;
            this.textBoxMaxCnt.Location = new System.Drawing.Point(734, 106);
            this.textBoxMaxCnt.Name = "textBoxMaxCnt";
            this.textBoxMaxCnt.Size = new System.Drawing.Size(89, 23);
            this.textBoxMaxCnt.TabIndex = 6;
            this.textBoxMaxCnt.Text = "50";
            this.textBoxMaxCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
            this.textBoxMaxCnt.TextChanged += new System.EventHandler(this.textBoxMaxCnt_TextChanged);
            // 
            // chkShowError
            // 
            this.chkShowError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkShowError.AutoSize = true;
            this.chkShowError.BackColor = System.Drawing.Color.Red;
            this.chkShowError.Checked = true;
            this.chkShowError.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkShowError.Location = new System.Drawing.Point(735, 84);
            this.chkShowError.Name = "chkShowError";
            this.chkShowError.Size = new System.Drawing.Size(88, 21);
            this.chkShowError.TabIndex = 5;
            this.chkShowError.Text = "ShowError";
            this.chkShowError.UseVisualStyleBackColor = false;
            this.chkShowError.CheckedChanged += new System.EventHandler(this.chkShowError_CheckedChanged);
            // 
            // chkShowWarn
            // 
            this.chkShowWarn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkShowWarn.AutoSize = true;
            this.chkShowWarn.BackColor = System.Drawing.Color.Yellow;
            this.chkShowWarn.Checked = true;
            this.chkShowWarn.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkShowWarn.Location = new System.Drawing.Point(735, 57);
            this.chkShowWarn.Name = "chkShowWarn";
            this.chkShowWarn.Size = new System.Drawing.Size(89, 21);
            this.chkShowWarn.TabIndex = 4;
            this.chkShowWarn.Text = "ShowWarn";
            this.chkShowWarn.UseVisualStyleBackColor = false;
            this.chkShowWarn.CheckedChanged += new System.EventHandler(this.chkShowWarn_CheckedChanged);
            // 
            // chkShowInfo
            // 
            this.chkShowInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkShowInfo.AutoSize = true;
            this.chkShowInfo.BackColor = System.Drawing.Color.Green;
            this.chkShowInfo.Checked = true;
            this.chkShowInfo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkShowInfo.Location = new System.Drawing.Point(735, 30);
            this.chkShowInfo.Name = "chkShowInfo";
            this.chkShowInfo.Size = new System.Drawing.Size(81, 21);
            this.chkShowInfo.TabIndex = 3;
            this.chkShowInfo.Text = "ShowInfo";
            this.chkShowInfo.UseVisualStyleBackColor = false;
            this.chkShowInfo.CheckedChanged += new System.EventHandler(this.chkShowInfo_CheckedChanged);
            // 
            // button1
            // 
            this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.button1.BackColor = System.Drawing.Color.Cyan;
            this.button1.Location = new System.Drawing.Point(735, 135);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(88, 30);
            this.button1.TabIndex = 2;
            this.button1.Text = "Clear";
            this.button1.UseVisualStyleBackColor = false;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // chkShowDebug
            // 
            this.chkShowDebug.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.chkShowDebug.AutoSize = true;
            this.chkShowDebug.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.chkShowDebug.Location = new System.Drawing.Point(735, 3);
            this.chkShowDebug.Name = "chkShowDebug";
            this.chkShowDebug.Size = new System.Drawing.Size(97, 21);
            this.chkShowDebug.TabIndex = 1;
            this.chkShowDebug.Text = "ShowDebug";
            this.chkShowDebug.UseVisualStyleBackColor = false;
            this.chkShowDebug.CheckedChanged += new System.EventHandler(this.chkShowDebug_CheckedChanged);
            // 
            // listView1
            // 
            this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(832, 174);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.MouseEnter += new System.EventHandler(this.listView1_MouseEnter);
            // 
            // LogControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.Name = "LogControl";
            this.Size = new System.Drawing.Size(832, 174);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private Panel panel1;
        private CheckBox chkShowDebug;
        private ListView listView1;
        private Button button1;
        private CheckBox chkShowError;
        private CheckBox chkShowWarn;
        private CheckBox chkShowInfo;
        private TextBox textBoxMaxCnt;
    }
}