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

📄 frmoption.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Forms
{
    partial class FrmOption
    {
        /// <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.btnApply = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnOK = new System.Windows.Forms.Button();
            this.pgFiles = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnCheckRoots = new System.Windows.Forms.Button();
            this.txtDataRoot = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtSamplingedQueryRoot = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtSampleRoot = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtAppPath = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.pgFiles.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnApply
            // 
            this.btnApply.Location = new System.Drawing.Point(261, 285);
            this.btnApply.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnApply.Name = "btnApply";
            this.btnApply.Size = new System.Drawing.Size(62, 20);
            this.btnApply.TabIndex = 7;
            this.btnApply.Text = "应用";
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(195, 285);
            this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(62, 20);
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnOK
            // 
            this.btnOK.Location = new System.Drawing.Point(129, 285);
            this.btnOK.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(62, 20);
            this.btnOK.TabIndex = 5;
            this.btnOK.Text = "确定";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // pgFiles
            // 
            this.pgFiles.Controls.Add(this.groupBox2);
            this.pgFiles.Controls.Add(this.txtAppPath);
            this.pgFiles.Controls.Add(this.label2);
            this.pgFiles.Location = new System.Drawing.Point(4, 21);
            this.pgFiles.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.pgFiles.Name = "pgFiles";
            this.pgFiles.Size = new System.Drawing.Size(310, 245);
            this.pgFiles.TabIndex = 0;
            this.pgFiles.Text = "目录";
            this.pgFiles.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnCheckRoots);
            this.groupBox2.Controls.Add(this.txtDataRoot);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.txtSamplingedQueryRoot);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.txtSampleRoot);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Location = new System.Drawing.Point(12, 42);
            this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox2.Size = new System.Drawing.Size(276, 192);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "目录设置";
            // 
            // btnCheckRoots
            // 
            this.btnCheckRoots.Location = new System.Drawing.Point(192, 156);
            this.btnCheckRoots.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnCheckRoots.Name = "btnCheckRoots";
            this.btnCheckRoots.Size = new System.Drawing.Size(68, 20);
            this.btnCheckRoots.TabIndex = 6;
            this.btnCheckRoots.Text = "检查目录";
            this.btnCheckRoots.Click += new System.EventHandler(this.btnCheckRoots_Click);
            // 
            // txtDataRoot
            // 
            this.txtDataRoot.Location = new System.Drawing.Point(12, 126);
            this.txtDataRoot.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtDataRoot.Name = "txtDataRoot";
            this.txtDataRoot.Size = new System.Drawing.Size(247, 21);
            this.txtDataRoot.TabIndex = 5;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(12, 108);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(108, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "抓取的数据存储目录";
            // 
            // txtSamplingedQueryRoot
            // 
            this.txtSamplingedQueryRoot.Location = new System.Drawing.Point(12, 84);
            this.txtSamplingedQueryRoot.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtSamplingedQueryRoot.Name = "txtSamplingedQueryRoot";
            this.txtSamplingedQueryRoot.Size = new System.Drawing.Size(247, 21);
            this.txtSamplingedQueryRoot.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(12, 66);
            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(120, 17);
            this.label4.TabIndex = 2;
            this.label4.Text = "取样后的查询文件";
            // 
            // txtSampleRoot
            // 
            this.txtSampleRoot.Location = new System.Drawing.Point(12, 42);
            this.txtSampleRoot.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtSampleRoot.Name = "txtSampleRoot";
            this.txtSampleRoot.Size = new System.Drawing.Size(247, 21);
            this.txtSampleRoot.TabIndex = 1;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(12, 24);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(96, 17);
            this.label3.TabIndex = 0;
            this.label3.Text = "示例查询文件";
            // 
            // txtAppPath
            // 
            this.txtAppPath.Location = new System.Drawing.Point(72, 18);
            this.txtAppPath.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtAppPath.Name = "txtAppPath";
            this.txtAppPath.ReadOnly = true;
            this.txtAppPath.Size = new System.Drawing.Size(217, 21);
            this.txtAppPath.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(12, 18);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(67, 21);
            this.label2.TabIndex = 0;
            this.label2.Text = "程序目录";
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.pgFiles);
            this.tabControl1.Location = new System.Drawing.Point(9, 9);
            this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.tabControl1.Multiline = true;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(318, 270);
            this.tabControl1.TabIndex = 4;
            // 
            // FrmOption
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(335, 316);
            this.Controls.Add(this.btnApply);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.tabControl1);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "FrmOption";
            this.Text = "选项";
            this.pgFiles.ResumeLayout(false);
            this.pgFiles.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnApply;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.TabPage pgFiles;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnCheckRoots;
        private System.Windows.Forms.TextBox txtDataRoot;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtSamplingedQueryRoot;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtSampleRoot;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtAppPath;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TabControl tabControl1;
    }
}

⌨️ 快捷键说明

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