Changeset 239


Ignore:
Timestamp:
Sep 16, 2007, 9:48:38 AM (18 years ago)
Author:
RBRi
Message:

improved directory flag handling (see #31)

Location:
trunk/Components
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Components/ComponentsTestForm.pas

    r210 r239  
    4949    Button16: TButton;
    5050    Image1: TImage;
     51    DirectoryListBox1: TCustomDirectoryListBox;
    5152    Button15: TButton;
    5253    Panel1: TPanel;
     
    119120  RichTextStyleUnit,
    120121  ACLLanguageUnit,
    121   CharUtilsUnit;
     122  CharUtilsUnit,
     123  DebugUnit;
    122124
    123125{$R DialogIcons}
     
    516518    TCustomDirectoryListBox, TCustomFilelistBox, TListBox, TRadioGroup
    517519   , TEdit, TSpeedButton, TPanel, THeaderControl, TMemo, TImage]);
     520
     521   SetLogAspects('LogDebug');
    518522End.
Note: See TracChangeset for help on using the changeset viewer.