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

📄 replace.designer.cs

📁 改程序实现了记事本的一些基本操作
💻 CS
字号:
namespace jishiben
{
    partial class replace
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tBsearcher = new System.Windows.Forms.TextBox();
            this.tBreplace = new System.Windows.Forms.TextBox();
            this.btnsearchnext = new System.Windows.Forms.Button();
            this.btnreplace = new System.Windows.Forms.Button();
            this.btnreplaceall = new System.Windows.Forms.Button();
            this.btnquit = new System.Windows.Forms.Button();
            this.cB_qufened = new System.Windows.Forms.CheckBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(1, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(100, 23);
            this.label1.TabIndex = 0;
            this.label1.Text = "查找内容:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(1, 39);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(100, 23);
            this.label2.TabIndex = 1;
            this.label2.Text = "替换为:";
            this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // tBsearcher
            // 
            this.tBsearcher.Location = new System.Drawing.Point(78, 12);
            this.tBsearcher.Name = "tBsearcher";
            this.tBsearcher.Size = new System.Drawing.Size(170, 21);
            this.tBsearcher.TabIndex = 2;
            // 
            // tBreplace
            // 
            this.tBreplace.Location = new System.Drawing.Point(78, 39);
            this.tBreplace.Name = "tBreplace";
            this.tBreplace.Size = new System.Drawing.Size(170, 21);
            this.tBreplace.TabIndex = 3;
            // 
            // btnsearchnext
            // 
            this.btnsearchnext.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnsearchnext.Location = new System.Drawing.Point(254, 12);
            this.btnsearchnext.Name = "btnsearchnext";
            this.btnsearchnext.Size = new System.Drawing.Size(118, 23);
            this.btnsearchnext.TabIndex = 4;
            this.btnsearchnext.Text = "查找下一个";
            this.btnsearchnext.UseVisualStyleBackColor = true;
            this.btnsearchnext.Click += new System.EventHandler(this.btnsearchnext_Click);
            // 
            // btnreplace
            // 
            this.btnreplace.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnreplace.Location = new System.Drawing.Point(254, 41);
            this.btnreplace.Name = "btnreplace";
            this.btnreplace.Size = new System.Drawing.Size(118, 23);
            this.btnreplace.TabIndex = 5;
            this.btnreplace.Text = "替换";
            this.btnreplace.UseVisualStyleBackColor = true;
            this.btnreplace.Click += new System.EventHandler(this.btnreplace_Click);
            // 
            // btnreplaceall
            // 
            this.btnreplaceall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnreplaceall.Location = new System.Drawing.Point(254, 70);
            this.btnreplaceall.Name = "btnreplaceall";
            this.btnreplaceall.Size = new System.Drawing.Size(118, 23);
            this.btnreplaceall.TabIndex = 6;
            this.btnreplaceall.Text = "全部替换";
            this.btnreplaceall.UseVisualStyleBackColor = true;
            this.btnreplaceall.Click += new System.EventHandler(this.btnreplaceall_Click);
            // 
            // btnquit
            // 
            this.btnquit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnquit.Location = new System.Drawing.Point(254, 98);
            this.btnquit.Name = "btnquit";
            this.btnquit.Size = new System.Drawing.Size(118, 23);
            this.btnquit.TabIndex = 7;
            this.btnquit.Text = "取消";
            this.btnquit.UseVisualStyleBackColor = true;
            this.btnquit.Click += new System.EventHandler(this.btnquit_Click);
            // 
            // cB_qufened
            // 
            this.cB_qufened.AutoSize = true;
            this.cB_qufened.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.cB_qufened.Location = new System.Drawing.Point(78, 87);
            this.cB_qufened.Name = "cB_qufened";
            this.cB_qufened.Size = new System.Drawing.Size(84, 16);
            this.cB_qufened.TabIndex = 8;
            this.cB_qufened.Text = "区分大小写";
            this.cB_qufened.UseVisualStyleBackColor = true;
            // 
            // replace
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(381, 128);
            this.Controls.Add(this.cB_qufened);
            this.Controls.Add(this.btnquit);
            this.Controls.Add(this.btnreplaceall);
            this.Controls.Add(this.btnreplace);
            this.Controls.Add(this.btnsearchnext);
            this.Controls.Add(this.tBreplace);
            this.Controls.Add(this.tBsearcher);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.HelpButton = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "replace";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "替换";
            this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.replace_HelpButtonClicked);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox tBsearcher;
        private System.Windows.Forms.TextBox tBreplace;
        private System.Windows.Forms.Button btnsearchnext;
        private System.Windows.Forms.Button btnreplace;
        private System.Windows.Forms.Button btnreplaceall;
        private System.Windows.Forms.Button btnquit;
        private System.Windows.Forms.CheckBox cB_qufened;
    }
}

⌨️ 快捷键说明

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