Changeset 82


Ignore:
Timestamp:
Aug 5, 2016, 12:56:38 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Select all text inside acronym name edit field in main form. This will speed up inputing different acronyms.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/AcronymDecoder.lpi

    r71 r82  
    6060            </Options>
    6161          </Linking>
     62          <Other>
     63            <CompilerMessages>
     64              <IgnoredMessages idx5024="True"/>
     65            </CompilerMessages>
     66          </Other>
    6267        </CompilerOptions>
    6368      </Item2>
     
    101106            </Options>
    102107          </Linking>
     108          <Other>
     109            <CompilerMessages>
     110              <IgnoredMessages idx5024="True"/>
     111            </CompilerMessages>
     112          </Other>
    103113        </CompilerOptions>
    104114      </Item3>
     
    142152            </Options>
    143153          </Linking>
     154          <Other>
     155            <CompilerMessages>
     156              <IgnoredMessages idx5024="True"/>
     157            </CompilerMessages>
     158          </Other>
    144159        </CompilerOptions>
    145160      </Item4>
     
    183198            </Options>
    184199          </Linking>
     200          <Other>
     201            <CompilerMessages>
     202              <IgnoredMessages idx5024="True"/>
     203            </CompilerMessages>
     204          </Other>
    185205        </CompilerOptions>
    186206      </Item5>
  • trunk/Forms/UFormMain.pas

    r81 r82  
    77uses
    88  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    9   ComCtrls, StdCtrls, ExtCtrls, ActnList, UAcronym, UPersistentForm, URegistry,
    10   ULastOpenedList, 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;
    1212
    1313type
     
    384384  PersistentForm1.Load(Self);
    385385  UpdateInterface;
     386  ListViewFilter1.StringGrid.Col := 1;
     387  ListViewFilter1.StringGrid.Col := 0;
     388  ListViewFilter1.StringGrid.Row := 0;
    386389  ListViewFilter1.StringGrid.SetFocus;
    387390end;
Note: See TracChangeset for help on using the changeset viewer.