Changeset 239
- Timestamp:
- Sep 16, 2007, 9:48:38 AM (18 years ago)
- Location:
- trunk/Components
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ComponentsTestForm.pas
r210 r239 49 49 Button16: TButton; 50 50 Image1: TImage; 51 DirectoryListBox1: TCustomDirectoryListBox; 51 52 Button15: TButton; 52 53 Panel1: TPanel; … … 119 120 RichTextStyleUnit, 120 121 ACLLanguageUnit, 121 CharUtilsUnit; 122 CharUtilsUnit, 123 DebugUnit; 122 124 123 125 {$R DialogIcons} … … 516 518 TCustomDirectoryListBox, TCustomFilelistBox, TListBox, TRadioGroup 517 519 , TEdit, TSpeedButton, TPanel, THeaderControl, TMemo, TImage]); 520 521 SetLogAspects('LogDebug'); 518 522 End.
Note:
See TracChangeset
for help on using the changeset viewer.