Changeset 17 for trunk/Modules
- Timestamp:
- Nov 15, 2012, 2:56:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Attendance/UModuleAttendance.pas
r16 r17 183 183 with ViewFormPassage do begin 184 184 with Items do begin 185 AddItem(STime, 'Time', ctDate , True, Bounds(1, 0, 1, 1));185 AddItem(STime, 'Time', ctDateTime, True, Bounds(1, 0, 1, 1)); 186 186 with AddItem(SUser, 'User', ctReference, True, Bounds(3, 0, 1, 1)) do 187 187 ReferencedTable := 'User';
Note:
See TracChangeset
for help on using the changeset viewer.