Ignore:
Timestamp:
Aug 2, 2022, 11:46:25 AM (22 months ago)
Author:
chronos
Message:
  • Modified: Various improvements.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/FormFind.Designer.cs

    r3 r14  
    1 namespace Common
     1namespace Common
    22{
    33    partial class FormFind
     
    4141            //
    4242            this.buttonFindNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    43             this.buttonFindNext.Location = new System.Drawing.Point(405, 15);
    44             this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4);
     43            this.buttonFindNext.Location = new System.Drawing.Point(468, 19);
     44            this.buttonFindNext.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    4545            this.buttonFindNext.Name = "buttonFindNext";
    46             this.buttonFindNext.Size = new System.Drawing.Size(117, 28);
     46            this.buttonFindNext.Size = new System.Drawing.Size(132, 35);
    4747            this.buttonFindNext.TabIndex = 4;
    4848            this.buttonFindNext.Text = "Find next";
     
    5454            this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    5555            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    56             this.buttonCancel.Location = new System.Drawing.Point(405, 86);
    57             this.buttonCancel.Margin = new System.Windows.Forms.Padding(4);
     56            this.buttonCancel.Location = new System.Drawing.Point(468, 108);
     57            this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    5858            this.buttonCancel.Name = "buttonCancel";
    59             this.buttonCancel.Size = new System.Drawing.Size(116, 28);
     59            this.buttonCancel.Size = new System.Drawing.Size(130, 35);
    6060            this.buttonCancel.TabIndex = 6;
    6161            this.buttonCancel.Text = "Cancel";
     
    6666            //
    6767            this.label1.AutoSize = true;
    68             this.label1.Location = new System.Drawing.Point(16, 21);
     68            this.label1.Location = new System.Drawing.Point(18, 26);
    6969            this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
    7070            this.label1.Name = "label1";
    71             this.label1.Size = new System.Drawing.Size(72, 17);
     71            this.label1.Size = new System.Drawing.Size(82, 20);
    7272            this.label1.TabIndex = 0;
    7373            this.label1.Text = "Find what:";
     74            this.label1.Click += new System.EventHandler(this.label1_Click);
    7475            //
    7576            // checkBoxMatchWholeWordOnly
    7677            //
    7778            this.checkBoxMatchWholeWordOnly.AutoSize = true;
    78             this.checkBoxMatchWholeWordOnly.Location = new System.Drawing.Point(20, 58);
    79             this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4);
     79            this.checkBoxMatchWholeWordOnly.Location = new System.Drawing.Point(22, 72);
     80            this.checkBoxMatchWholeWordOnly.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    8081            this.checkBoxMatchWholeWordOnly.Name = "checkBoxMatchWholeWordOnly";
    81             this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(172, 21);
     82            this.checkBoxMatchWholeWordOnly.Size = new System.Drawing.Size(193, 24);
    8283            this.checkBoxMatchWholeWordOnly.TabIndex = 2;
    8384            this.checkBoxMatchWholeWordOnly.Text = "Match whole word only";
    8485            this.checkBoxMatchWholeWordOnly.UseVisualStyleBackColor = true;
     86            this.checkBoxMatchWholeWordOnly.CheckedChanged += new System.EventHandler(this.checkBoxMatchWholeWordOnly_CheckedChanged);
    8587            //
    8688            // checkBoxMatchCase
    8789            //
    8890            this.checkBoxMatchCase.AutoSize = true;
    89             this.checkBoxMatchCase.Location = new System.Drawing.Point(20, 86);
    90             this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4);
     91            this.checkBoxMatchCase.Location = new System.Drawing.Point(22, 108);
     92            this.checkBoxMatchCase.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    9193            this.checkBoxMatchCase.Name = "checkBoxMatchCase";
    92             this.checkBoxMatchCase.Size = new System.Drawing.Size(102, 21);
     94            this.checkBoxMatchCase.Size = new System.Drawing.Size(116, 24);
    9395            this.checkBoxMatchCase.TabIndex = 3;
    9496            this.checkBoxMatchCase.Text = "Match case";
    9597            this.checkBoxMatchCase.UseVisualStyleBackColor = true;
     98            this.checkBoxMatchCase.CheckedChanged += new System.EventHandler(this.checkBoxMatchCase_CheckedChanged);
    9699            //
    97100            // buttonFindPrevious
    98101            //
    99102            this.buttonFindPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
    100             this.buttonFindPrevious.Location = new System.Drawing.Point(405, 50);
    101             this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4);
     103            this.buttonFindPrevious.Location = new System.Drawing.Point(468, 62);
     104            this.buttonFindPrevious.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    102105            this.buttonFindPrevious.Name = "buttonFindPrevious";
    103             this.buttonFindPrevious.Size = new System.Drawing.Size(116, 28);
     106            this.buttonFindPrevious.Size = new System.Drawing.Size(130, 35);
    104107            this.buttonFindPrevious.TabIndex = 5;
    105108            this.buttonFindPrevious.Text = "Find previous";
     
    112115            | System.Windows.Forms.AnchorStyles.Right)));
    113116            this.comboBoxWhat.FormattingEnabled = true;
    114             this.comboBoxWhat.Location = new System.Drawing.Point(95, 18);
     117            this.comboBoxWhat.Location = new System.Drawing.Point(107, 22);
     118            this.comboBoxWhat.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
    115119            this.comboBoxWhat.Name = "comboBoxWhat";
    116             this.comboBoxWhat.Size = new System.Drawing.Size(297, 24);
     120            this.comboBoxWhat.Size = new System.Drawing.Size(346, 28);
    117121            this.comboBoxWhat.TabIndex = 7;
     122            this.comboBoxWhat.SelectedIndexChanged += new System.EventHandler(this.comboBoxWhat_SelectedIndexChanged);
    118123            this.comboBoxWhat.TextChanged += new System.EventHandler(this.textBoxWhat_TextChanged);
    119124            this.comboBoxWhat.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxWhat_KeyPress);
     
    121126            // FormFind
    122127            //
    123             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     128            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
    124129            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    125             this.ClientSize = new System.Drawing.Size(537, 126);
     130            this.ClientSize = new System.Drawing.Size(616, 175);
    126131            this.Controls.Add(this.comboBoxWhat);
    127132            this.Controls.Add(this.buttonFindPrevious);
     
    131136            this.Controls.Add(this.buttonCancel);
    132137            this.Controls.Add(this.buttonFindNext);
    133             this.Margin = new System.Windows.Forms.Padding(4);
     138            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
    134139            this.MaximizeBox = false;
    135140            this.MinimizeBox = false;
    136             this.MinimumSize = new System.Drawing.Size(394, 162);
     141            this.MinimumSize = new System.Drawing.Size(440, 189);
    137142            this.Name = "FormFind";
    138143            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
Note: See TracChangeset for help on using the changeset viewer.