Ignore:
Timestamp:
Aug 18, 2021, 11:50:13 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package to newer version.
  • Modified: About dialog is now part of Common package.
  • Modified: CoolTranslator is now part of Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/UJobProgressView.pas

    r192 r308  
    66
    77uses
    8   LCLType, SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,
     8  SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,
    99  Dialogs, ComCtrls, StdCtrls, ExtCtrls, Contnrs, UThreading, Math,
    1010  DateUtils;
     
    175175  STotalEstimatedTime = 'Total estimated time: %s';
    176176  SFinished = 'Finished';
    177   SOperations = 'Operations:';
    178177
    179178procedure Register;
     
    199198    Terminate;
    200199  end;
    201 end;
    202 
    203 function Scale96ToScreen(const ASize: Integer): Integer;
    204 begin
    205   Result := MulDiv(ASize, Screen.PixelsPerInch, 96);
    206200end;
    207201
Note: See TracChangeset for help on using the changeset viewer.