Changeset 308 for trunk/Packages/Common/UJobProgressView.pas
- Timestamp:
- Aug 18, 2021, 11:50:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/UJobProgressView.pas
r192 r308 6 6 7 7 uses 8 LCLType,SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,8 SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs, 9 9 Dialogs, ComCtrls, StdCtrls, ExtCtrls, Contnrs, UThreading, Math, 10 10 DateUtils; … … 175 175 STotalEstimatedTime = 'Total estimated time: %s'; 176 176 SFinished = 'Finished'; 177 SOperations = 'Operations:';178 177 179 178 procedure Register; … … 199 198 Terminate; 200 199 end; 201 end;202 203 function Scale96ToScreen(const ASize: Integer): Integer;204 begin205 Result := MulDiv(ASize, Screen.PixelsPerInch, 96);206 200 end; 207 201
Note:
See TracChangeset
for help on using the changeset viewer.