FormFindText.Designer.cs

 namespace DIYWordpad
{
    partial class FormFindText
    {
        private System.ComponentModel.IContainer components = null;

        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码
        private void InitializeComponent()
        {
            this.labelFind = new System.Windows.Forms.Label();
            this.txtFind = new System.Windows.Forms.TextBox();
            this.btnFind = new System.Windows.Forms.Button();
            this.cbMatchCase = new System.Windows.Forms.CheckBox();
            this.gbFind = new System.Windows.Forms.GroupBox();
            this.rbDown = new System.Windows.Forms.RadioButton();
            this.rbUp = new System.Windows.Forms.RadioButton();
            this.btnCancel = new System.Windows.Forms.Button();
            this.labelReplace = new System.Windows.Forms.Label();
            this.txtReplace = new System.Windows.Forms.TextBox();
            this.btnReplace = new System.Windows.Forms.Button();
            this.btnReplaceAll = new System.Windows.Forms.Button();
            this.cbWholeWord = new System.Windows.Forms.CheckBox();
            this.gbFind.SuspendLayout();
            this.SuspendLayout();
            //
            // labelFind
            //
            this.labelFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelFind.Location = new System.Drawing.Point(12, 16);
            this.labelFind.Name = "labelFind";
            this.labelFind.Size = new System.Drawing.Size(72, 12);
            this.labelFind.TabIndex = 0;
            this.labelFind.Text = "查找内容(&N):";
            this.labelFind.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtFind
            //
            this.txtFind.HideSelection = false;
            this.txtFind.Location = new System.Drawing.Point(87, 13);
            this.txtFind.Name = "txtFind";
            this.txtFind.Size = new System.Drawing.Size(200, 21);
            this.txtFind.TabIndex = 1;
            this.txtFind.TextChanged += new System.EventHandler(this.txtFind_TextChanged);
            //
            // btnFind
            //
            this.btnFind.Enabled = false;
            this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnFind.Location = new System.Drawing.Point(295, 12);
            this.btnFind.Name = "btnFind";
            this.btnFind.Size = new System.Drawing.Size(88, 23);
            this.btnFind.TabIndex = 2;
            this.btnFind.Text = "查找下一个(&F)";
            this.btnFind.UseVisualStyleBackColor = true;
            this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
            //
            // cbMatchCase
            //
            this.cbMatchCase.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbMatchCase.Location = new System.Drawing.Point(12, 106);
            this.cbMatchCase.Name = "cbMatchCase";
            this.cbMatchCase.Size = new System.Drawing.Size(100, 16);
            this.cbMatchCase.TabIndex = 7;
            this.cbMatchCase.Text = "区分大小写(&C)";
            this.cbMatchCase.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbMatchCase.UseVisualStyleBackColor = true;
            //
            // gbFind
            //
            this.gbFind.Controls.Add(this.rbDown);
            this.gbFind.Controls.Add(this.rbUp);
            this.gbFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.gbFind.Location = new System.Drawing.Point(122, 80);
            this.gbFind.Name = "gbFind";
            this.gbFind.Size = new System.Drawing.Size(160, 44);
            this.gbFind.TabIndex = 8;
            this.gbFind.TabStop = false;
            this.gbFind.Text = "方向";
            //
            // rbDown
            //
            this.rbDown.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rbDown.Checked = true;
            this.rbDown.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.rbDown.Location = new System.Drawing.Point(90, 20);
            this.rbDown.Name = "rbDown";
            this.rbDown.Size = new System.Drawing.Size(64, 16);
            this.rbDown.TabIndex = 9;
            this.rbDown.TabStop = true;
            this.rbDown.Text = "向下(&D)";
            this.rbDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rbDown.UseVisualStyleBackColor = true;
            //
            // rbUp
            //
            this.rbUp.CheckAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rbUp.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.rbUp.Location = new System.Drawing.Point(10, 20);
            this.rbUp.Name = "rbUp";
            this.rbUp.Size = new System.Drawing.Size(64, 16);
            this.rbUp.TabIndex = 8;
            this.rbUp.TabStop = true;
            this.rbUp.Text = "向上(&U)";
            this.rbUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.rbUp.UseVisualStyleBackColor = true;
            //
            // btnCancel
            //
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnCancel.Location = new System.Drawing.Point(295, 102);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(88, 23);
            this.btnCancel.TabIndex = 11;
            this.btnCancel.Text = "取消(&X)";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // labelReplace
            //
            this.labelReplace.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.labelReplace.Location = new System.Drawing.Point(12, 46);
            this.labelReplace.Name = "labelReplace";
            this.labelReplace.Size = new System.Drawing.Size(72, 12);
            this.labelReplace.TabIndex = 3;
            this.labelReplace.Text = "替 换 为(&P):";
            this.labelReplace.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // txtReplace
            //
            this.txtReplace.HideSelection = false;
            this.txtReplace.Location = new System.Drawing.Point(87, 43);
            this.txtReplace.Name = "txtReplace";
            this.txtReplace.Size = new System.Drawing.Size(200, 21);
            this.txtReplace.TabIndex = 4;
            //
            // btnReplace
            //
            this.btnReplace.Enabled = false;
            this.btnReplace.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnReplace.Location = new System.Drawing.Point(295, 42);
            this.btnReplace.Name = "btnReplace";
            this.btnReplace.Size = new System.Drawing.Size(88, 23);
            this.btnReplace.TabIndex = 5;
            this.btnReplace.Text = "替换(&R)";
            this.btnReplace.UseVisualStyleBackColor = true;
            this.btnReplace.Click += new System.EventHandler(this.btnReplace_Click);
            //
            // btnReplaceAll
            //
            this.btnReplaceAll.Enabled = false;
            this.btnReplaceAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.btnReplaceAll.Location = new System.Drawing.Point(295, 72);
            this.btnReplaceAll.Name = "btnReplaceAll";
            this.btnReplaceAll.Size = new System.Drawing.Size(88, 23);
            this.btnReplaceAll.TabIndex = 10;
            this.btnReplaceAll.Text = "全部替换(&A)";
            this.btnReplaceAll.UseVisualStyleBackColor = true;
            this.btnReplaceAll.Click += new System.EventHandler(this.btnReplaceAll_Click);
            //
            // cbWholeWord
            //
            this.cbWholeWord.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.cbWholeWord.Location = new System.Drawing.Point(12, 86);
            this.cbWholeWord.Name = "cbWholeWord";
            this.cbWholeWord.Size = new System.Drawing.Size(88, 16);
            this.cbWholeWord.TabIndex = 6;
            this.cbWholeWord.Text = "全字匹配(&W)";
            this.cbWholeWord.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.cbWholeWord.UseVisualStyleBackColor = true;
            //
            // FormFindText
            //
            this.AcceptButton = this.btnFind;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.CancelButton = this.btnCancel;
            this.ClientSize = new System.Drawing.Size(392, 142);
            this.Controls.Add(this.cbWholeWord);
            this.Controls.Add(this.btnReplaceAll);
            this.Controls.Add(this.btnReplace);
            this.Controls.Add(this.txtReplace);
            this.Controls.Add(this.labelReplace);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.gbFind);
            this.Controls.Add(this.cbMatchCase);
            this.Controls.Add(this.btnFind);
            this.Controls.Add(this.txtFind);
            this.Controls.Add(this.labelFind);
            this.HelpButton = true;
            this.Name = "FormFindText";
            this.Text = "查找/替换";
            this.gbFind.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion

        #region
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.Button btnReplace;
        private System.Windows.Forms.Button btnReplaceAll;
        private System.Windows.Forms.CheckBox cbMatchCase;
        private System.Windows.Forms.CheckBox cbWholeWord;
        private System.Windows.Forms.GroupBox gbFind;
        private System.Windows.Forms.Label labelFind;
        private System.Windows.Forms.Label labelReplace;
        private System.Windows.Forms.RadioButton rbDown;
        private System.Windows.Forms.RadioButton rbUp;
        private System.Windows.Forms.TextBox txtFind;
        private System.Windows.Forms.TextBox txtReplace;
        #endregion
    }
}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值