Changeset 3 for Common/FormFind.Designer.cs
- Timestamp:
- Feb 21, 2019, 2:13:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/FormFind.Designer.cs
r2 r3 35 35 this.checkBoxMatchCase = new System.Windows.Forms.CheckBox(); 36 36 this.buttonFindPrevious = new System.Windows.Forms.Button(); 37 this.comboBoxWhat = new System.Windows.Forms.ComboBox();37 this.comboBoxWhat = new Common.ComboBoxEx(); 38 38 this.SuspendLayout(); 39 39 // … … 154 154 private System.Windows.Forms.CheckBox checkBoxMatchCase; 155 155 private System.Windows.Forms.Button buttonFindPrevious; 156 private System.Windows.Forms.ComboBox comboBoxWhat;156 private Common.ComboBoxEx comboBoxWhat; 157 157 } 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.