Changeset 14 for Common/FormFind.cs
- Timestamp:
 - Aug 2, 2022, 11:46:25 AM (3 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  Common/FormFind.cs (modified) (4 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
Common/FormFind.cs
r13 r14 1 1 using System; 2 using System.Collections.Generic;3 using System.ComponentModel;4 using System.Data;5 2 using System.Drawing; 6 using System.Linq;7 using System.Text;8 using System.Threading.Tasks;9 3 using System.Windows.Forms; 10 4 using Microsoft.Win32; … … 96 90 Theme.UseTheme(this); 97 91 DpiScaling.Apply(this); 98 this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);92 Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath); 99 93 new FormDimensions().Load(this, Owner); 100 94 comboBoxWhat.Focus(); … … 112 106 { 113 107 SaveToRegistry(); 114 richTextBox. formFind = null;108 richTextBox.FormFind = null; 115 109 new FormDimensions().Save(this, Owner); 116 110 } … … 156 150 comboBoxWhat.SaveToRegistry(); 157 151 } 152 153 private void comboBoxWhat_SelectedIndexChanged(object sender, EventArgs e) 154 { 155 156 } 157 158 private void label1_Click(object sender, EventArgs e) 159 { 160 161 } 162 163 private void checkBoxMatchWholeWordOnly_CheckedChanged(object sender, EventArgs e) 164 { 165 166 } 167 168 private void checkBoxMatchCase_CheckedChanged(object sender, EventArgs e) 169 { 170 171 } 158 172 } 159 173 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](/csharplibs/chrome/site/your_project_logo.png)