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

📄 main.designer.cs

📁 智能新闻自动采集系统.能够自动下载各类新闻网站的内容,比较使用
💻 CS
📖 第 1 页 / 共 3 页
字号:
            this.chbDIV.Size = new System.Drawing.Size(114, 16);
            this.chbDIV.TabIndex = 65;
            this.chbDIV.Text = "是否获取标签DIV";
            this.chbDIV.UseVisualStyleBackColor = true;
            // 
            // chbSPAN
            // 
            this.chbSPAN.AutoSize = true;
            this.chbSPAN.Location = new System.Drawing.Point(10, 114);
            this.chbSPAN.Name = "chbSPAN";
            this.chbSPAN.Size = new System.Drawing.Size(120, 16);
            this.chbSPAN.TabIndex = 64;
            this.chbSPAN.Text = "是否获取标签SPAN";
            this.chbSPAN.UseVisualStyleBackColor = true;
            // 
            // chbTABLE
            // 
            this.chbTABLE.AutoSize = true;
            this.chbTABLE.Location = new System.Drawing.Point(10, 92);
            this.chbTABLE.Name = "chbTABLE";
            this.chbTABLE.Size = new System.Drawing.Size(126, 16);
            this.chbTABLE.TabIndex = 63;
            this.chbTABLE.Text = "是否获取标签TABLE";
            this.chbTABLE.UseVisualStyleBackColor = true;
            // 
            // chbA
            // 
            this.chbA.AutoSize = true;
            this.chbA.Location = new System.Drawing.Point(10, 70);
            this.chbA.Name = "chbA";
            this.chbA.Size = new System.Drawing.Size(102, 16);
            this.chbA.TabIndex = 62;
            this.chbA.Text = "是否获取标签A";
            this.chbA.UseVisualStyleBackColor = true;
            // 
            // chbIMG
            // 
            this.chbIMG.AutoSize = true;
            this.chbIMG.Location = new System.Drawing.Point(10, 48);
            this.chbIMG.Name = "chbIMG";
            this.chbIMG.Size = new System.Drawing.Size(114, 16);
            this.chbIMG.TabIndex = 61;
            this.chbIMG.Text = "是否获取标签IMG";
            this.chbIMG.UseVisualStyleBackColor = true;
            // 
            // ConfigName
            // 
            this.ConfigName.AutoSize = true;
            this.ConfigName.ForeColor = System.Drawing.Color.Red;
            this.ConfigName.Location = new System.Drawing.Point(8, 8);
            this.ConfigName.Name = "ConfigName";
            this.ConfigName.Size = new System.Drawing.Size(0, 12);
            this.ConfigName.TabIndex = 60;
            // 
            // ConfigUrl
            // 
            this.ConfigUrl.AutoSize = true;
            this.ConfigUrl.ForeColor = System.Drawing.Color.Red;
            this.ConfigUrl.Location = new System.Drawing.Point(8, 20);
            this.ConfigUrl.Name = "ConfigUrl";
            this.ConfigUrl.Size = new System.Drawing.Size(0, 12);
            this.ConfigUrl.TabIndex = 59;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(6, 200);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(77, 12);
            this.label7.TabIndex = 57;
            this.label7.Text = "新闻结束标签";
            // 
            // textBoxStartTag
            // 
            this.textBoxStartTag.Location = new System.Drawing.Point(8, 166);
            this.textBoxStartTag.Name = "textBoxStartTag";
            this.textBoxStartTag.Size = new System.Drawing.Size(174, 21);
            this.textBoxStartTag.TabIndex = 58;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(8, 151);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(77, 12);
            this.label8.TabIndex = 53;
            this.label8.Text = "新闻起始标记";
            // 
            // textBoxEndTag
            // 
            this.textBoxEndTag.Location = new System.Drawing.Point(8, 215);
            this.textBoxEndTag.Name = "textBoxEndTag";
            this.textBoxEndTag.Size = new System.Drawing.Size(174, 21);
            this.textBoxEndTag.TabIndex = 54;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(8, 237);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 1;
            this.button1.Text = "更新配置";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.webBrowser1);
            this.tabPage5.Location = new System.Drawing.Point(4, 21);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(690, 280);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "新闻预览";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // webBrowser1
            // 
            this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.webBrowser1.Location = new System.Drawing.Point(0, 0);
            this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
            this.webBrowser1.Name = "webBrowser1";
            this.webBrowser1.Size = new System.Drawing.Size(690, 280);
            this.webBrowser1.TabIndex = 0;
            // 
            // toolStripDropDownButton2
            // 
            this.toolStripDropDownButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.toolStripDropDownButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.程序启动就开始获取ToolStripMenuItem});
            this.toolStripDropDownButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton2.Image")));
            this.toolStripDropDownButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripDropDownButton2.Name = "toolStripDropDownButton2";
            this.toolStripDropDownButton2.Size = new System.Drawing.Size(66, 22);
            this.toolStripDropDownButton2.Text = "系统配置";
            // 
            // 程序启动就开始获取ToolStripMenuItem
            // 
            this.程序启动就开始获取ToolStripMenuItem.Name = "程序启动就开始获取ToolStripMenuItem";
            this.程序启动就开始获取ToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
            this.程序启动就开始获取ToolStripMenuItem.Text = "程序启动就开始获取";
            this.程序启动就开始获取ToolStripMenuItem.Click += new System.EventHandler(this.程序启动就开始获取ToolStripMenuItem_Click);
            // 
            // Main
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(698, 352);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.toolStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Main";
            this.Text = "个性系列-智能新闻自动采集系统 Designed BY 全伟";
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Main_FormClosed);
            this.Load += new System.EventHandler(this.Main_Load);
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            this.tabPage4.ResumeLayout(false);
            this.tabPage4.PerformLayout();
            this.tabPage5.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStrip toolStrip1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.TabPage tabPage4;
        private System.Windows.Forms.ImageList imageList1;
        private System.Windows.Forms.ToolStripStatusLabel txtState;
        private System.Windows.Forms.TreeView treeView1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtNewsName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtDescription;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtStartTag;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtEndTag;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtNewsID;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtNewsUrl;
        private System.Windows.Forms.CheckBox checkIsGet;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton1;
        private System.Windows.Forms.ToolStripMenuItem 开始获取新闻ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 停止获取新闻ToolStripMenuItem;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textBoxStartTag;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textBoxEndTag;
        private System.Windows.Forms.Label ConfigUrl;
        private System.Windows.Forms.Label ConfigName;
        private System.Windows.Forms.CheckBox chbDIV;
        private System.Windows.Forms.CheckBox chbSPAN;
        private System.Windows.Forms.CheckBox chbTABLE;
        private System.Windows.Forms.CheckBox chbA;
        private System.Windows.Forms.CheckBox chbIMG;
        private System.Windows.Forms.DataGridViewButtonColumn EditConfig;
        private System.Windows.Forms.DataGridViewButtonColumn Delete;
        private System.Windows.Forms.DataGridViewButtonColumn Update;
        private System.Windows.Forms.DataGridViewCheckBoxColumn IsGetNews;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox txtImgStartTag;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtImgEndTag;
        private System.Windows.Forms.TabPage tabPage5;
        private System.Windows.Forms.WebBrowser webBrowser1;
        private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownButton2;
        private System.Windows.Forms.ToolStripMenuItem 程序启动就开始获取ToolStripMenuItem;
    }
}

⌨️ 快捷键说明

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