TrayManagerControl.Designer.cs 5.7 KB

namespace TheMachine
{
    partial class TrayManagerControl
    {
        /// <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.components = new System.ComponentModel.Container();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.label_Statistics = new System.Windows.Forms.Label();
            this.gb_trayinfo = new System.Windows.Forms.GroupBox();
            this.btn_reset = new System.Windows.Forms.Button();
            this.lbl_info = new System.Windows.Forms.Label();
            this.ListView2 = new TheMachine.DoubleBufferListView();
            this.listView1 = new TheMachine.DoubleBufferListView();
            this.gb_trayinfo.SuspendLayout();
            this.SuspendLayout();
            // 
            // timer1
            // 
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // label_Statistics
            // 
            this.label_Statistics.AutoSize = true;
            this.label_Statistics.Location = new System.Drawing.Point(686, 11);
            this.label_Statistics.Name = "label_Statistics";
            this.label_Statistics.Size = new System.Drawing.Size(56, 16);
            this.label_Statistics.TabIndex = 1;
            this.label_Statistics.Text = "label1";
            // 
            // gb_trayinfo
            // 
            this.gb_trayinfo.Controls.Add(this.btn_reset);
            this.gb_trayinfo.Controls.Add(this.lbl_info);
            this.gb_trayinfo.Location = new System.Drawing.Point(689, 156);
            this.gb_trayinfo.Name = "gb_trayinfo";
            this.gb_trayinfo.Size = new System.Drawing.Size(302, 170);
            this.gb_trayinfo.TabIndex = 2;
            this.gb_trayinfo.TabStop = false;
            this.gb_trayinfo.Text = "托盘操作";
            this.gb_trayinfo.Visible = false;
            // 
            // btn_reset
            // 
            this.btn_reset.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.btn_reset.Location = new System.Drawing.Point(3, 137);
            this.btn_reset.Name = "btn_reset";
            this.btn_reset.Size = new System.Drawing.Size(296, 30);
            this.btn_reset.TabIndex = 1;
            this.btn_reset.Text = "清空托盘";
            this.btn_reset.UseVisualStyleBackColor = true;
            this.btn_reset.Click += new System.EventHandler(this.btn_reset_Click);
            // 
            // lbl_info
            // 
            this.lbl_info.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lbl_info.Location = new System.Drawing.Point(3, 22);
            this.lbl_info.Name = "lbl_info";
            this.lbl_info.Size = new System.Drawing.Size(296, 145);
            this.lbl_info.TabIndex = 0;
            this.lbl_info.Text = "label1";
            // 
            // ListView2
            // 
            this.ListView2.HideSelection = false;
            this.ListView2.Location = new System.Drawing.Point(689, 348);
            this.ListView2.Name = "ListView2";
            this.ListView2.Size = new System.Drawing.Size(302, 276);
            this.ListView2.TabIndex = 0;
            this.ListView2.UseCompatibleStateImageBehavior = false;
            // 
            // listView1
            // 
            this.listView1.FullRowSelect = true;
            this.listView1.HideSelection = false;
            this.listView1.Location = new System.Drawing.Point(0, 0);
            this.listView1.MultiSelect = false;
            this.listView1.Name = "listView1";
            this.listView1.Size = new System.Drawing.Size(671, 624);
            this.listView1.TabIndex = 0;
            this.listView1.UseCompatibleStateImageBehavior = false;
            this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
            // 
            // TrayManagerControl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.gb_trayinfo);
            this.Controls.Add(this.label_Statistics);
            this.Controls.Add(this.ListView2);
            this.Controls.Add(this.listView1);
            this.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.Name = "TrayManagerControl";
            this.Size = new System.Drawing.Size(1007, 642);
            this.Load += new System.EventHandler(this.TrayManagerControl_Load);
            this.gb_trayinfo.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private DoubleBufferListView listView1;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label_Statistics;
        private DoubleBufferListView ListView2;
        private System.Windows.Forms.GroupBox gb_trayinfo;
        private System.Windows.Forms.Label lbl_info;
        private System.Windows.Forms.Button btn_reset;
    }
}