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

📄 frmcrawlhtml.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Forms
{
    partial class FrmCrawlHTML
    {
        /// <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.threadControlPanel = new SECompare.Controls.ThreadControlPanel();
            this.engineCheckBox = new SECompare.Controls.EngineCheckBox();
            this.SuspendLayout();
            // 
            // threadControlPanel
            // 
            this.threadControlPanel.Location = new System.Drawing.Point(9, 51);
            this.threadControlPanel.Margin = new System.Windows.Forms.Padding(2);
            this.threadControlPanel.Name = "threadControlPanel";
            this.threadControlPanel.Size = new System.Drawing.Size(264, 144);
            this.threadControlPanel.TabIndex = 21;
            // 
            // engineCheckBox
            // 
            this.engineCheckBox.Location = new System.Drawing.Point(18, 9);
            this.engineCheckBox.Margin = new System.Windows.Forms.Padding(2);
            this.engineCheckBox.Name = "engineCheckBox";
            this.engineCheckBox.Size = new System.Drawing.Size(258, 48);
            this.engineCheckBox.TabIndex = 20;
            // 
            // FrmCrawlHTML
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(284, 210);
            this.Controls.Add(this.threadControlPanel);
            this.Controls.Add(this.engineCheckBox);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "FrmCrawlHTML";
            this.Text = "ץȡHTML";
            this.ResumeLayout(false);

        }

        #endregion

        private SECompare.Controls.ThreadControlPanel threadControlPanel;
        private SECompare.Controls.EngineCheckBox engineCheckBox;
    }
}

⌨️ 快捷键说明

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