Changeset 16 for trunk/Modules
- Timestamp:
- Nov 15, 2012, 2:01:43 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Attendance/UModuleAttendance.pas
r15 r16 183 183 with ViewFormPassage do begin 184 184 with Items do begin 185 AddItem(STime, 'Time', ctDate, True, Bounds( 0, 0, 1, 1));185 AddItem(STime, 'Time', ctDate, True, Bounds(1, 0, 1, 1)); 186 186 with AddItem(SUser, 'User', ctReference, True, Bounds(3, 0, 1, 1)) do 187 187 ReferencedTable := 'User'; 188 with AddItem(SOperation, 'Operation', ctReference, True, Bounds( 0, 1, 1, 1)) do188 with AddItem(SOperation, 'Operation', ctReference, True, Bounds(1, 1, 1, 1)) do 189 189 ReferencedTable := 'User'; 190 190 with AddItem(STerminal, 'Terminal', ctReference, True, Bounds(3, 1, 1, 1)) do
Note:
See TracChangeset
for help on using the changeset viewer.