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

📄 frmrankurllister.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Forms
{
    partial class FrmRankURLLister
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.label4 = new System.Windows.Forms.Label();
            this.txtRankStart = new System.Windows.Forms.TextBox();
            this.threadMsgMonitor = new SECompare.Controls.ThreadMsgMonitor();
            this.txtRankLength = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.EngineList = new SECompare.Controls.EngineList();
            this.btnStart = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.QueryURLRoot = new SECompare.Controls.FolderBrowser();
            this.QueryRoot = new SECompare.Controls.FolderBrowser();
            this.SuspendLayout();
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(141, 145);
            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(36, 17);
            this.label4.TabIndex = 21;
            this.label4.Text = "长度";
            // 
            // txtRankStart
            // 
            this.txtRankStart.Location = new System.Drawing.Point(65, 143);
            this.txtRankStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtRankStart.Name = "txtRankStart";
            this.txtRankStart.Size = new System.Drawing.Size(37, 21);
            this.txtRankStart.TabIndex = 20;
            this.txtRankStart.Text = "1";
            // 
            // threadMsgMonitor
            // 
            this.threadMsgMonitor.Location = new System.Drawing.Point(9, 198);
            this.threadMsgMonitor.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.threadMsgMonitor.Name = "threadMsgMonitor";
            this.threadMsgMonitor.Size = new System.Drawing.Size(219, 84);
            this.threadMsgMonitor.TabIndex = 19;
            // 
            // txtRankLength
            // 
            this.txtRankLength.Location = new System.Drawing.Point(179, 141);
            this.txtRankLength.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtRankLength.Name = "txtRankLength";
            this.txtRankLength.Size = new System.Drawing.Size(37, 21);
            this.txtRankLength.TabIndex = 18;
            this.txtRankLength.Text = "250";
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(9, 145);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(66, 17);
            this.label3.TabIndex = 17;
            this.label3.Text = "开始序号";
            // 
            // EngineList
            // 
            this.EngineList.Location = new System.Drawing.Point(8, 104);
            this.EngineList.Margin = new System.Windows.Forms.Padding(2);
            this.EngineList.Name = "EngineList";
            this.EngineList.Size = new System.Drawing.Size(192, 30);
            this.EngineList.TabIndex = 16;
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(155, 169);
            this.btnStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(73, 24);
            this.btnStart.TabIndex = 15;
            this.btnStart.Text = "开始";
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(9, 55);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(156, 17);
            this.label2.TabIndex = 14;
            this.label2.Text = "选择列表的存储文件";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(9, 7);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(132, 17);
            this.label1.TabIndex = 13;
            this.label1.Text = "选择查询文件";
            // 
            // QueryURLRoot
            // 
            this.QueryURLRoot.Location = new System.Drawing.Point(11, 71);
            this.QueryURLRoot.Margin = new System.Windows.Forms.Padding(2);
            this.QueryURLRoot.Name = "QueryURLRoot";
            this.QueryURLRoot.SelectedPath = "";
            this.QueryURLRoot.Size = new System.Drawing.Size(227, 30);
            this.QueryURLRoot.TabIndex = 12;
            // 
            // QueryRoot
            // 
            this.QueryRoot.Location = new System.Drawing.Point(11, 23);
            this.QueryRoot.Margin = new System.Windows.Forms.Padding(2);
            this.QueryRoot.Name = "QueryRoot";
            this.QueryRoot.SelectedPath = "";
            this.QueryRoot.Size = new System.Drawing.Size(227, 30);
            this.QueryRoot.TabIndex = 11;
            // 
            // FrmRankURLLister
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(240, 300);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.txtRankStart);
            this.Controls.Add(this.threadMsgMonitor);
            this.Controls.Add(this.txtRankLength);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.EngineList);
            this.Controls.Add(this.btnStart);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.QueryURLRoot);
            this.Controls.Add(this.QueryRoot);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "FrmRankURLLister";
            this.Text = "URL及其序号列表";
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtRankStart;
        private SECompare.Controls.ThreadMsgMonitor threadMsgMonitor;
        private System.Windows.Forms.TextBox txtRankLength;
        private System.Windows.Forms.Label label3;
        private SECompare.Controls.EngineList EngineList;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private SECompare.Controls.FolderBrowser QueryURLRoot;
        private SECompare.Controls.FolderBrowser QueryRoot;
    }
}

⌨️ 快捷键说明

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