Changeset 85 for oup/current/Helper_LevelDB.pas
- Timestamp:
- Jan 14, 2007, 3:23:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Helper_LevelDB.pas
r81 r85 101 101 // 102 102 103 timeformat.ShortTimeFormat := 'hh:nn:ss'; 103 104 timeformat.LongTimeFormat := 'hh:nn:ss'; 104 105 timeformat.TimeSeparator := ':'; … … 371 372 end; 372 373 374 timeformat.LongTimeFormat := 'hh:nn:ss'; 375 timeformat.ShortTimeFormat := 'hh:nn:ss'; 376 timeformat.TimeSeparator := ':'; 377 373 378 Self.Visible := True; 374 379 Form_Main.Visible := False; … … 548 553 IntToStr(progress.Max); 549 554 550 timeformat.LongTimeFormat := 'hh:nn:ss';551 timeformat.TimeSeparator := ':';552 555 lbl_estimation.Caption := 'FINISHED (duration: ' + TimeToStr(Time - absolutebegintime, timeformat) + ')'; 553 556
Note:
See TracChangeset
for help on using the changeset viewer.