Changeset 82
- Timestamp:
- Aug 5, 2016, 12:56:38 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r71 r82 60 60 </Options> 61 61 </Linking> 62 <Other> 63 <CompilerMessages> 64 <IgnoredMessages idx5024="True"/> 65 </CompilerMessages> 66 </Other> 62 67 </CompilerOptions> 63 68 </Item2> … … 101 106 </Options> 102 107 </Linking> 108 <Other> 109 <CompilerMessages> 110 <IgnoredMessages idx5024="True"/> 111 </CompilerMessages> 112 </Other> 103 113 </CompilerOptions> 104 114 </Item3> … … 142 152 </Options> 143 153 </Linking> 154 <Other> 155 <CompilerMessages> 156 <IgnoredMessages idx5024="True"/> 157 </CompilerMessages> 158 </Other> 144 159 </CompilerOptions> 145 160 </Item4> … … 183 198 </Options> 184 199 </Linking> 200 <Other> 201 <CompilerMessages> 202 <IgnoredMessages idx5024="True"/> 203 </CompilerMessages> 204 </Other> 185 205 </CompilerOptions> 186 206 </Item5> -
trunk/Forms/UFormMain.pas
r81 r82 7 7 uses 8 8 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, 9 ComCtrls, StdCtrls, ExtCtrls, ActnList, UAcronym, UPersistentForm, URegistry,10 U LastOpenedList, UListViewSort, UJobProgressView, UCoolTranslator, Registry,11 SpecializedList, LazUTF8, LazFileUtils;9 ComCtrls, StdCtrls, ExtCtrls, ActnList, Grids, UAcronym, UPersistentForm, 10 URegistry, ULastOpenedList, UListViewSort, UJobProgressView, UCoolTranslator, 11 Registry, SpecializedList, LazUTF8, LazFileUtils; 12 12 13 13 type … … 384 384 PersistentForm1.Load(Self); 385 385 UpdateInterface; 386 ListViewFilter1.StringGrid.Col := 1; 387 ListViewFilter1.StringGrid.Col := 0; 388 ListViewFilter1.StringGrid.Row := 0; 386 389 ListViewFilter1.StringGrid.SetFocus; 387 390 end;
Note:
See TracChangeset
for help on using the changeset viewer.