⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.designer.cs

📁 用C#写的一个小东东
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace C盘监控器1._._._
{
    partial class Form1
    {
        /// <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 Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.jieChu = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.kaiShiProcess = new System.Windows.Forms.Button();
            this.chaKanProcess = new System.Windows.Forms.Button();
            this.listBoxProcess2 = new System.Windows.Forms.ListBox();
            this.listBoxProcess1 = new System.Windows.Forms.ListBox();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.shuaXing = new System.Windows.Forms.Button();
            this.comboBox2 = new System.Windows.Forms.ComboBox();
            this.qieDing = new System.Windows.Forms.Button();
            this.qingChu = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.gongGao = new System.Windows.Forms.Label();
            this.jiLu = new System.Windows.Forms.Button();
            this.ziDong = new System.Windows.Forms.Button();
            this.shanChu = new System.Windows.Forms.Button();
            this.kaiShi = new System.Windows.Forms.Button();
            this.listBoxWatch = new System.Windows.Forms.ListBox();
            this.label2 = new System.Windows.Forms.Label();
            this.shuoMing = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.yanJingChenProcess = new System.Windows.Forms.ListBox();
            this.killProcess = new System.Windows.Forms.Button();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.fileSystemWatcher1 = new System.IO.FileSystemWatcher();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.directorySearcher1 = new System.DirectoryServices.DirectorySearcher();
            this.directoryEntry1 = new System.DirectoryServices.DirectoryEntry();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.fileSystemWatcher1)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Gainsboro;
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.jieChu);
            this.groupBox1.Controls.Add(this.comboBox1);
            this.groupBox1.Controls.Add(this.button2);
            this.groupBox1.Controls.Add(this.button1);
            this.groupBox1.Controls.Add(this.kaiShiProcess);
            this.groupBox1.Controls.Add(this.chaKanProcess);
            this.groupBox1.Controls.Add(this.listBoxProcess2);
            this.groupBox1.Controls.Add(this.listBoxProcess1);
            this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.groupBox1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox1.ForeColor = System.Drawing.Color.Black;
            this.groupBox1.Location = new System.Drawing.Point(1, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(602, 225);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "进程状态:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(112, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 14);
            this.label1.TabIndex = 11;
            this.label1.Text = "犯罪进程:";
            // 
            // jieChu
            // 
            this.jieChu.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.jieChu.Location = new System.Drawing.Point(293, 15);
            this.jieChu.Name = "jieChu";
            this.jieChu.Size = new System.Drawing.Size(75, 23);
            this.jieChu.TabIndex = 9;
            this.jieChu.Text = "解除";
            this.jieChu.UseVisualStyleBackColor = true;
            this.jieChu.Click += new System.EventHandler(this.jieChu_Click);
            // 
            // comboBox1
            // 
            this.comboBox1.BackColor = System.Drawing.Color.White;
            this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBox1.ForeColor = System.Drawing.Color.Red;
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Location = new System.Drawing.Point(189, 16);
            this.comboBox1.Name = "comboBox1";
            this.comboBox1.Size = new System.Drawing.Size(98, 22);
            this.comboBox1.TabIndex = 8;
            // 
            // button2
            // 
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.ForeColor = System.Drawing.Color.Black;
            this.button2.Location = new System.Drawing.Point(519, 16);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 6;
            this.button2.Text = "获取进程";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.button1.ForeColor = System.Drawing.Color.Black;
            this.button1.Location = new System.Drawing.Point(384, 16);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(129, 23);
            this.button1.TabIndex = 5;
            this.button1.Text = "进程相关的模块";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // kaiShiProcess
            // 
            this.kaiShiProcess.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.kaiShiProcess.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.kaiShiProcess.ForeColor = System.Drawing.Color.Black;
            this.kaiShiProcess.Location = new System.Drawing.Point(6, 16);
            this.kaiShiProcess.Name = "kaiShiProcess";
            this.kaiShiProcess.Size = new System.Drawing.Size(102, 23);
            this.kaiShiProcess.TabIndex = 4;
            this.kaiShiProcess.Text = "新添加的进程";
            this.kaiShiProcess.UseVisualStyleBackColor = true;
            this.kaiShiProcess.Click += new System.EventHandler(this.kaiShiProcess_Click);
            // 
            // chaKanProcess
            // 
            this.chaKanProcess.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.chaKanProcess.ForeColor = System.Drawing.Color.Black;
            this.chaKanProcess.Location = new System.Drawing.Point(206, 117);
            this.chaKanProcess.Name = "chaKanProcess";
            this.chaKanProcess.Size = new System.Drawing.Size(55, 27);
            this.chaKanProcess.TabIndex = 3;
            this.chaKanProcess.Text = ">>";
            this.chaKanProcess.UseVisualStyleBackColor = true;
            this.chaKanProcess.Click += new System.EventHandler(this.chaKanProcess_Click);
            // 
            // listBoxProcess2
            // 
            this.listBoxProcess2.AllowDrop = true;
            this.listBoxProcess2.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.listBoxProcess2.BackColor = System.Drawing.Color.White;
            this.listBoxProcess2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listBoxProcess2.ForeColor = System.Drawing.Color.Black;
            this.listBoxProcess2.FormattingEnabled = true;
            this.listBoxProcess2.HorizontalScrollbar = true;
            this.listBoxProcess2.ItemHeight = 14;
            this.listBoxProcess2.Location = new System.Drawing.Point(264, 45);
            this.listBoxProcess2.Name = "listBoxProcess2";
            this.listBoxProcess2.Size = new System.Drawing.Size(333, 172);
            this.listBoxProcess2.TabIndex = 1;
            // 
            // listBoxProcess1
            // 
            this.listBoxProcess1.AllowDrop = true;
            this.listBoxProcess1.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.listBoxProcess1.BackColor = System.Drawing.Color.White;
            this.listBoxProcess1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.listBoxProcess1.ForeColor = System.Drawing.Color.Black;
            this.listBoxProcess1.FormattingEnabled = true;
            this.listBoxProcess1.HorizontalScrollbar = true;
            this.listBoxProcess1.ItemHeight = 14;
            this.listBoxProcess1.Location = new System.Drawing.Point(3, 44);
            this.listBoxProcess1.Name = "listBoxProcess1";
            this.listBoxProcess1.Size = new System.Drawing.Size(200, 172);
            this.listBoxProcess1.TabIndex = 0;
            this.listBoxProcess1.DoubleClick += new System.EventHandler(this.listBoxProcess1_DoubleClick);
            // 
            // button3
            // 
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button3.ForeColor = System.Drawing.Color.Black;
            this.button3.Location = new System.Drawing.Point(789, 509);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(55, 28);
            this.button3.TabIndex = 10;
            this.button3.Text = "通辑";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Gainsboro;
            this.groupBox2.Controls.Add(this.shuaXing);
            this.groupBox2.Controls.Add(this.comboBox2);
            this.groupBox2.Controls.Add(this.qieDing);
            this.groupBox2.Controls.Add(this.qingChu);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.jiLu);
            this.groupBox2.Controls.Add(this.ziDong);
            this.groupBox2.Controls.Add(this.shanChu);
            this.groupBox2.Controls.Add(this.kaiShi);
            this.groupBox2.Controls.Add(this.listBoxWatch);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.groupBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.groupBox2.ForeColor = System.Drawing.Color.Black;
            this.groupBox2.Location = new System.Drawing.Point(1, 239);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(600, 302);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "文件系统监控:";
            // 
            // shuaXing
            // 
            this.shuaXing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.shuaXing.Location = new System.Drawing.Point(78, 272);
            this.shuaXing.Name = "shuaXing";
            this.shuaXing.Size = new System.Drawing.Size(69, 26);
            this.shuaXing.TabIndex = 12;
            this.shuaXing.Text = "刷新";
            this.shuaXing.UseVisualStyleBackColor = true;
            this.shuaXing.Click += new System.EventHandler(this.shuaXing_Click);
            // 
            // comboBox2
            // 
            this.comboBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.comboBox2.FormattingEnabled = true;
            this.comboBox2.Location = new System.Drawing.Point(166, 272);
            this.comboBox2.Name = "comboBox2";
            this.comboBox2.Size = new System.Drawing.Size(121, 24);
            this.comboBox2.TabIndex = 11;
            // 
            // qieDing
            // 
            this.qieDing.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.qieDing.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.qieDing.ForeColor = System.Drawing.Color.Black;
            this.qieDing.Location = new System.Drawing.Point(308, 269);
            this.qieDing.Name = "qieDing";
            this.qieDing.Size = new System.Drawing.Size(61, 30);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -