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

📄 frmevaluation.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Forms
{
    partial class FrmEvaluation
    {
        /// <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.threadMsgMonitor = new SECompare.Controls.ThreadMsgMonitor();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.RefEngineList = new SECompare.Controls.EngineList();
            this.PeerEngineList = new SECompare.Controls.EngineList();
            this.txtCheckPoint_Peer = new System.Windows.Forms.TextBox();
            this.txtCheckPoint_Ref = new System.Windows.Forms.TextBox();
            this.cmbSeqMethod = new System.Windows.Forms.ComboBox();
            this.label7 = new System.Windows.Forms.Label();
            this.btnStart = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // threadMsgMonitor
            // 
            this.threadMsgMonitor.Location = new System.Drawing.Point(12, 312);
            this.threadMsgMonitor.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.threadMsgMonitor.Name = "threadMsgMonitor";
            this.threadMsgMonitor.Size = new System.Drawing.Size(216, 84);
            this.threadMsgMonitor.TabIndex = 17;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(18, 222);
            this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(210, 17);
            this.label3.TabIndex = 15;
            this.label3.Text = "3. 设置测试方法。";
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(18, 132);
            this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(210, 17);
            this.label2.TabIndex = 14;
            this.label2.Text = "2. 设置引擎二,及其测试点。";
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(18, 48);
            this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(210, 17);
            this.label1.TabIndex = 13;
            this.label1.Text = "1. 设置引擎一,及其测试点。";
            // 
            // RefEngineList
            // 
            this.RefEngineList.Location = new System.Drawing.Point(30, 72);
            this.RefEngineList.Margin = new System.Windows.Forms.Padding(2);
            this.RefEngineList.Name = "RefEngineList";
            this.RefEngineList.Size = new System.Drawing.Size(180, 30);
            this.RefEngineList.TabIndex = 12;
            // 
            // PeerEngineList
            // 
            this.PeerEngineList.Location = new System.Drawing.Point(30, 156);
            this.PeerEngineList.Margin = new System.Windows.Forms.Padding(2);
            this.PeerEngineList.Name = "PeerEngineList";
            this.PeerEngineList.Size = new System.Drawing.Size(180, 30);
            this.PeerEngineList.TabIndex = 11;
            // 
            // txtCheckPoint_Peer
            // 
            this.txtCheckPoint_Peer.Location = new System.Drawing.Point(30, 190);
            this.txtCheckPoint_Peer.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtCheckPoint_Peer.Name = "txtCheckPoint_Peer";
            this.txtCheckPoint_Peer.Size = new System.Drawing.Size(180, 21);
            this.txtCheckPoint_Peer.TabIndex = 10;
            this.txtCheckPoint_Peer.Text = "100,1000";
            // 
            // txtCheckPoint_Ref
            // 
            this.txtCheckPoint_Ref.Location = new System.Drawing.Point(30, 106);
            this.txtCheckPoint_Ref.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.txtCheckPoint_Ref.Name = "txtCheckPoint_Ref";
            this.txtCheckPoint_Ref.Size = new System.Drawing.Size(180, 21);
            this.txtCheckPoint_Ref.TabIndex = 9;
            this.txtCheckPoint_Ref.Text = "1,5,10,50,100,500,1000";
            // 
            // cmbSeqMethod
            // 
            this.cmbSeqMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSeqMethod.Items.AddRange(new object[] {
            "Coverage",
            "P",
            "MAP",
            "RP",
            "Rank1R",
            "CI",
            "SP"});
            this.cmbSeqMethod.Location = new System.Drawing.Point(131, 241);
            this.cmbSeqMethod.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.cmbSeqMethod.Name = "cmbSeqMethod";
            this.cmbSeqMethod.Size = new System.Drawing.Size(79, 20);
            this.cmbSeqMethod.TabIndex = 8;
            // 
            // label7
            // 
            this.label7.Location = new System.Drawing.Point(18, 18);
            this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(228, 24);
            this.label7.TabIndex = 1;
            this.label7.Text = "请按照下列步骤设置测试,并按开始键开始测试。";
            // 
            // btnStart
            // 
            this.btnStart.Location = new System.Drawing.Point(131, 278);
            this.btnStart.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnStart.Name = "btnStart";
            this.btnStart.Size = new System.Drawing.Size(79, 21);
            this.btnStart.TabIndex = 0;
            this.btnStart.Text = "开始";
            this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.threadMsgMonitor);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.RefEngineList);
            this.groupBox1.Controls.Add(this.PeerEngineList);
            this.groupBox1.Controls.Add(this.txtCheckPoint_Peer);
            this.groupBox1.Controls.Add(this.txtCheckPoint_Ref);
            this.groupBox1.Controls.Add(this.cmbSeqMethod);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.btnStart);
            this.groupBox1.Location = new System.Drawing.Point(2, 2);
            this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.groupBox1.Size = new System.Drawing.Size(249, 414);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "测试并生成报告";
            // 
            // FrmEvaluation
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(264, 421);
            this.Controls.Add(this.groupBox1);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "FrmEvaluation";
            this.Text = "测试";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private SECompare.Controls.ThreadMsgMonitor threadMsgMonitor;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private SECompare.Controls.EngineList RefEngineList;
        private SECompare.Controls.EngineList PeerEngineList;
        private System.Windows.Forms.TextBox txtCheckPoint_Peer;
        private System.Windows.Forms.TextBox txtCheckPoint_Ref;
        private System.Windows.Forms.ComboBox cmbSeqMethod;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Button btnStart;
        private System.Windows.Forms.GroupBox groupBox1;
    }
}

⌨️ 快捷键说明

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