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

📄 frmsampler.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Forms
{
    partial class FrmSampler
    {
        /// <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.btnStartSampling = new System.Windows.Forms.Button();
            this.label6 = new System.Windows.Forms.Label();
            this.txtNumber = new System.Windows.Forms.TextBox();
            this.grpSampling = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.grpSampling.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnStartSampling
            // 
            this.btnStartSampling.Location = new System.Drawing.Point(135, 82);
            this.btnStartSampling.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnStartSampling.Name = "btnStartSampling";
            this.btnStartSampling.Size = new System.Drawing.Size(56, 23);
            this.btnStartSampling.TabIndex = 1;
            this.btnStartSampling.Text = "开始";
            this.btnStartSampling.Click += new System.EventHandler(this.btnStartSampling_Click);
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(12, 16);
            this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(198, 33);
            this.label6.TabIndex = 0;
            this.label6.Text = "从查询示例文件中按比例抽取查询,以进行数据抓取。";
            // 
            // txtNumber
            // 
            this.txtNumber.Location = new System.Drawing.Point(136, 46);
            this.txtNumber.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtNumber.Name = "txtNumber";
            this.txtNumber.Size = new System.Drawing.Size(55, 21);
            this.txtNumber.TabIndex = 2;
            this.txtNumber.Text = "20";
            // 
            // grpSampling
            // 
            this.grpSampling.Controls.Add(this.label1);
            this.grpSampling.Controls.Add(this.txtNumber);
            this.grpSampling.Controls.Add(this.btnStartSampling);
            this.grpSampling.Controls.Add(this.label6);
            this.grpSampling.Location = new System.Drawing.Point(9, 9);
            this.grpSampling.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grpSampling.Name = "grpSampling";
            this.grpSampling.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.grpSampling.Size = new System.Drawing.Size(224, 126);
            this.grpSampling.TabIndex = 2;
            this.grpSampling.TabStop = false;
            this.grpSampling.Text = "取样";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(12, 49);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(120, 31);
            this.label1.TabIndex = 3;
            this.label1.Text = "希望抽取的查询数量";
            // 
            // FrmSampler
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(243, 148);
            this.Controls.Add(this.grpSampling);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "FrmSampler";
            this.Text = "查询条目取样";
            this.grpSampling.ResumeLayout(false);
            this.grpSampling.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnStartSampling;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtNumber;
        private System.Windows.Forms.GroupBox grpSampling;
        private System.Windows.Forms.Label label1;
    }
}

⌨️ 快捷键说明

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