Ignore:
Timestamp:
Jun 18, 2024, 12:15:33 PM (5 months ago)
Author:
chronos
Message:
  • Modified: Updated files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/FormFind.Designer.cs

    r14 r15  
    2929        private void InitializeComponent()
    3030        {
     31            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFind));
    3132            this.buttonFindNext = new System.Windows.Forms.Button();
    3233            this.buttonCancel = new System.Windows.Forms.Button();
     
    7273            this.label1.TabIndex = 0;
    7374            this.label1.Text = "Find what:";
    74             this.label1.Click += new System.EventHandler(this.label1_Click);
    7575            //
    7676            // checkBoxMatchWholeWordOnly
     
    8080            this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    8181            this.checkBoxMatchWholeWordOnly.Name = "checkBoxMatchWholeWordOnly";
    82             this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(193, 24);
     82            this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(194, 24);
    8383            this.checkBoxMatchWholeWordOnly.TabIndex = 2;
    8484            this.checkBoxMatchWholeWordOnly.Text = "Match whole word only";
    8585            this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true;
    86             this.checkBoxMatchWholeWordOnly.CheckedChanged += new System.EventHandler(this.checkBoxMatchWholeWordOnly_CheckedChanged);
    8786            //
    8887            // checkBoxMatchCase
     
    9291            this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    9392            this.checkBoxMatchCase.Name = "checkBoxMatchCase";
    94             this.checkBoxMatchCase.Size = new System.Drawing.Size(116, 24);
     93            this.checkBoxMatchCase.Size = new System.Drawing.Size(117, 24);
    9594            this.checkBoxMatchCase.TabIndex = 3;
    9695            this.checkBoxMatchCase.Text = "Match case";
    9796            this.checkBoxMatchCase.UseVisualStyleBackColor = true;
    98             this.checkBoxMatchCase.CheckedChanged += new System.EventHandler(this.checkBoxMatchCase_CheckedChanged);
    9997            //
    10098            // buttonFindPrevious
     
    120118            this.comboBoxWhat.Size = new System.Drawing.Size(346, 28);
    121119            this.comboBoxWhat.TabIndex = 7;
    122             this.comboBoxWhat.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhat_SelectedIndexChanged);
    123120            this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged);
    124121            this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress);
     
    136133            this.Controls.Add(this.buttonCancel);
    137134            this.Controls.Add(this.buttonFindNext);
     135            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    138136            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    139137            this.MaximizeBox = false;
     
    141139            this.MinimumSize = new System.Drawing.Size(440, 189);
    142140            this.Name = "FormFind";
    143             this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
     141            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
    144142            this.Text = "Find";
    145143            this.TopMost = true;
Note: See TracChangeset for help on using the changeset viewer.