Changeset 143 for trunk/Components/ComponentsTestForm.pas
- Timestamp:
- May 1, 2007, 1:59:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/ComponentsTestForm.pas
r141 r143 4 4 5 5 Uses 6 Classes, Forms, Graphics, RichTextView, Buttons, TabCtrls, ComCtrls, 6 Classes, 7 Forms, 8 Graphics, 9 RichTextView, 10 Buttons, 11 TabCtrls, 12 ComCtrls, 7 13 ExtCtrls, 8 FileCtrl, StdCtrls, BmpList, 9 ControlsUtility, 10 Outline2, ACLDialogs, ColorWheel, 11 // CustomCheckListBox, 12 // CustomDirOutline, 13 CustomListBox, CustomMemo, 14 // CustomOutline, 15 Coolbar2, SplitBar, 16 CustomFileControls, CustomFontDialog, 17 MultiColumnListBox, CoolBar, Test, 18 // HT, 19 GenericThread, Tabset2Unit, 20 // CustomBitmapButton, 21 IconImageUnit, 22 SystemIconUnit, 23 OutLine; 14 StdCtrls, 15 Outline2, 16 ACLDialogs, 17 ColorWheel, 18 CustomListBox, 19 Coolbar2, 20 CustomFileControls, 21 CustomFontDialog, 22 MultiColumnListBox, 23 SystemIconUnit; 24 24 25 25 type … … 103 103 104 104 uses 105 PMWin, Os2Def, 106 Dialogs, SysUtils, Printers, 107 ControlScrolling, ACLResourceUtility, ACLStringUtility, 108 RichTextPrintUnit, RichTextStyleUnit, ACLLanguageUnit; 105 PMWin, 106 Os2Def, 107 Dialogs, 108 SysUtils, 109 Printers, 110 ControlScrolling, 111 ACLResourceUtility, 112 ACLStringUtility, 113 RichTextPrintUnit, 114 RichTextStyleUnit, 115 ACLLanguageUnit; 109 116 110 117 {$R DialogIcons}
Note:
See TracChangeset
for help on using the changeset viewer.