Ignore:
Timestamp:
Feb 21, 2019, 2:13:01 PM (5 years ago)
Author:
chronos
Message:
  • Added: Extended ComboBox with text history support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/FormFind.Designer.cs

    r2 r3  
    3535            this.checkBoxMatchCase = new System.Windows.Forms.CheckBox();
    3636            this.buttonFindPrevious = new System.Windows.Forms.Button();
    37             this.comboBoxWhat = new System.Windows.Forms.ComboBox();
     37            this.comboBoxWhat = new Common.ComboBoxEx();
    3838            this.SuspendLayout();
    3939            //
     
    154154        private System.Windows.Forms.CheckBox checkBoxMatchCase;
    155155        private System.Windows.Forms.Button buttonFindPrevious;
    156         private System.Windows.Forms.ComboBox comboBoxWhat;
     156        private Common.ComboBoxEx comboBoxWhat;
    157157    }
    158158}
Note: See TracChangeset for help on using the changeset viewer.