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

📄 threadcontrolpanel.designer.cs

📁 用C#编写的一个款搜索engine的源代码!摘自<Visual c#2005 程序设计>
💻 CS
字号:
namespace SECompare.Controls
{
    partial class ThreadControlPanel
    {
        /// <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 Component 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.components = new System.ComponentModel.Container();
            this.timer = new System.Windows.Forms.Timer(this.components);
            this.lblTitle = new System.Windows.Forms.Label();
            this.btnResume = new System.Windows.Forms.Button();
            this.lblEntryPercentage = new System.Windows.Forms.Label();
            this.EntryProgressBar = new System.Windows.Forms.ProgressBar();
            this.lblProcessingEntry = new System.Windows.Forms.Label();
            this.lblProcessingFile = new System.Windows.Forms.Label();
            this.lblFilePercentage = new System.Windows.Forms.Label();
            this.FileProgressBar = new System.Windows.Forms.ProgressBar();
            this.btnPause = new System.Windows.Forms.Button();
            this.btnStop = new System.Windows.Forms.Button();
            this.btnRun = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // timer
            // 
            this.timer.Interval = 1000;
            this.timer.Tick += new System.EventHandler(this.timer_Tick);
            // 
            // lblTitle
            // 
            this.lblTitle.Location = new System.Drawing.Point(53, 7);
            this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblTitle.Name = "lblTitle";
            this.lblTitle.Size = new System.Drawing.Size(144, 17);
            this.lblTitle.TabIndex = 33;
            this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btnResume
            // 
            this.btnResume.Enabled = false;
            this.btnResume.Location = new System.Drawing.Point(129, 31);
            this.btnResume.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnResume.Name = "btnResume";
            this.btnResume.Size = new System.Drawing.Size(52, 22);
            this.btnResume.TabIndex = 32;
            this.btnResume.Text = "恢复";
            this.btnResume.Click += new System.EventHandler(this.btnResume_Click);
            // 
            // lblEntryPercentage
            // 
            this.lblEntryPercentage.Location = new System.Drawing.Point(215, 129);
            this.lblEntryPercentage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblEntryPercentage.Name = "lblEntryPercentage";
            this.lblEntryPercentage.Size = new System.Drawing.Size(30, 17);
            this.lblEntryPercentage.TabIndex = 31;
            this.lblEntryPercentage.Text = "0%";
            this.lblEntryPercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // EntryProgressBar
            // 
            this.EntryProgressBar.Location = new System.Drawing.Point(5, 129);
            this.EntryProgressBar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.EntryProgressBar.Name = "EntryProgressBar";
            this.EntryProgressBar.Size = new System.Drawing.Size(204, 12);
            this.EntryProgressBar.Step = 1;
            this.EntryProgressBar.TabIndex = 30;
            // 
            // lblProcessingEntry
            // 
            this.lblProcessingEntry.Location = new System.Drawing.Point(5, 111);
            this.lblProcessingEntry.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblProcessingEntry.Name = "lblProcessingEntry";
            this.lblProcessingEntry.Size = new System.Drawing.Size(234, 17);
            this.lblProcessingEntry.TabIndex = 29;
            this.lblProcessingEntry.Text = "条目:";
            // 
            // lblProcessingFile
            // 
            this.lblProcessingFile.Location = new System.Drawing.Point(5, 69);
            this.lblProcessingFile.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblProcessingFile.Name = "lblProcessingFile";
            this.lblProcessingFile.Size = new System.Drawing.Size(234, 17);
            this.lblProcessingFile.TabIndex = 28;
            this.lblProcessingFile.Text = "正在处理文件:";
            // 
            // lblFilePercentage
            // 
            this.lblFilePercentage.Location = new System.Drawing.Point(215, 93);
            this.lblFilePercentage.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.lblFilePercentage.Name = "lblFilePercentage";
            this.lblFilePercentage.Size = new System.Drawing.Size(30, 17);
            this.lblFilePercentage.TabIndex = 27;
            this.lblFilePercentage.Text = "0%";
            this.lblFilePercentage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // FileProgressBar
            // 
            this.FileProgressBar.Location = new System.Drawing.Point(5, 93);
            this.FileProgressBar.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.FileProgressBar.Name = "FileProgressBar";
            this.FileProgressBar.Size = new System.Drawing.Size(204, 12);
            this.FileProgressBar.Step = 1;
            this.FileProgressBar.TabIndex = 23;
            // 
            // btnPause
            // 
            this.btnPause.Enabled = false;
            this.btnPause.Location = new System.Drawing.Point(68, 31);
            this.btnPause.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnPause.Name = "btnPause";
            this.btnPause.Size = new System.Drawing.Size(52, 22);
            this.btnPause.TabIndex = 26;
            this.btnPause.Text = "暂停";
            this.btnPause.Click += new System.EventHandler(this.btnPause_Click);
            // 
            // btnStop
            // 
            this.btnStop.Enabled = false;
            this.btnStop.Location = new System.Drawing.Point(190, 31);
            this.btnStop.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnStop.Name = "btnStop";
            this.btnStop.Size = new System.Drawing.Size(52, 22);
            this.btnStop.TabIndex = 25;
            this.btnStop.Text = "停止";
            this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
            // 
            // btnRun
            // 
            this.btnRun.Location = new System.Drawing.Point(6, 31);
            this.btnRun.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.btnRun.Name = "btnRun";
            this.btnRun.Size = new System.Drawing.Size(52, 22);
            this.btnRun.TabIndex = 24;
            this.btnRun.Text = "运行";
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
            // 
            // ThreadControlPanel
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lblTitle);
            this.Controls.Add(this.btnResume);
            this.Controls.Add(this.lblEntryPercentage);
            this.Controls.Add(this.EntryProgressBar);
            this.Controls.Add(this.lblProcessingEntry);
            this.Controls.Add(this.lblProcessingFile);
            this.Controls.Add(this.lblFilePercentage);
            this.Controls.Add(this.FileProgressBar);
            this.Controls.Add(this.btnPause);
            this.Controls.Add(this.btnStop);
            this.Controls.Add(this.btnRun);
            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
            this.Name = "ThreadControlPanel";
            this.Size = new System.Drawing.Size(257, 159);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Timer timer;
        private System.Windows.Forms.Label lblTitle;
        private System.Windows.Forms.Button btnResume;
        private System.Windows.Forms.Label lblEntryPercentage;
        private System.Windows.Forms.ProgressBar EntryProgressBar;
        private System.Windows.Forms.Label lblProcessingEntry;
        private System.Windows.Forms.Label lblProcessingFile;
        private System.Windows.Forms.Label lblFilePercentage;
        private System.Windows.Forms.ProgressBar FileProgressBar;
        private System.Windows.Forms.Button btnPause;
        private System.Windows.Forms.Button btnStop;
        private System.Windows.Forms.Button btnRun;
    }
}

⌨️ 快捷键说明

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