Changeset 141
- Timestamp:
- May 1, 2007, 1:03:42 PM (18 years ago)
- Location:
- trunk/Components
- Files:
-
- 24 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Components/Components.pas
r15 r141 2 2 3 3 Uses 4 Forms, Graphics, ComponentsTestForm, NonSizableDialogUnit; 4 Forms, 5 Graphics, 6 ComponentsTestForm; 7 // NonSizableDialogUnit; 5 8 6 9 {$r Components.scu} -
trunk/Components/Components.spr
r91 r141 147 147 148 148 Version=Sibyl Project Ver2.02 149 ProjectName=P:\NEWVIEW_DEV\C OMPONENTS\Components.spr149 ProjectName=P:\NEWVIEW_DEV\Components\Components.spr 150 150 ProjectType=Visual 151 151 CompLibName=D:\Development\Sibyl\bin\CompLib.dll -
trunk/Components/ComponentsTestForm.pas
r91 r141 9 9 ControlsUtility, 10 10 Outline2, ACLDialogs, ColorWheel, 11 CustomCheckListBox, CustomDirOutline, 11 // CustomCheckListBox, 12 // CustomDirOutline, 12 13 CustomListBox, CustomMemo, 13 CustomOutline,14 // CustomOutline, 14 15 Coolbar2, SplitBar, 15 16 CustomFileControls, CustomFontDialog, 16 MultiColumnListBox, CoolBar, Test, HT, 17 MultiColumnListBox, CoolBar, Test, 18 // HT, 17 19 GenericThread, Tabset2Unit, 18 CustomBitmapButton, IconImageUnit, SystemIconUnit, 20 // CustomBitmapButton, 21 IconImageUnit, 22 SystemIconUnit, 19 23 OutLine; 20 24
Note:
See TracChangeset
for help on using the changeset viewer.