Ignore:
Timestamp:
Dec 1, 2023, 1:10:48 PM (18 months ago)
Author:
chronos
Message:
  • Modified: DpiControls unit split into multiple units according to their LCL names.
Location:
branches/highdpi/LocalPlayer
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/LocalPlayer/Battle.pas

    r466 r467  
    55
    66uses
    7   DpiControls, ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType,
     7  Dpi.Graphics, Dpi.Forms,
     8  ScreenTools, Protocol, ButtonBase, ButtonA, Types, LCLIntf, LCLType,
    89  SysUtils, Classes, Graphics, Controls, Forms, DrawDlg, IsoEngine;
    910
  • branches/highdpi/LocalPlayer/CityScreen.pas

    r466 r467  
    55
    66uses
    7   DpiControls, {$IFDEF UNIX}LMessages,{$ENDIF}
     7  Dpi.Graphics, Dpi.Forms,
     8  {$IFDEF UNIX}LMessages,{$ENDIF}
    89  Protocol, ClientTools, ScreenTools, IsoEngine, BaseWin, LCLIntf, LCLType,
    910  Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA,
  • branches/highdpi/LocalPlayer/CityType.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType,
     7  Dpi.Forms,
     8  Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType,
    89  SysUtils, Classes, Graphics, Controls, Forms, ButtonB, ExtCtrls;
    910
  • branches/highdpi/LocalPlayer/Diagram.pas

    r466 r467  
    55
    66uses
    7   DpiControls, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,
     7  Dpi.Menus, Dpi.Graphics, Dpi.Forms,
     8  BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms,
    89  ButtonB, Menus;
    910
  • branches/highdpi/LocalPlayer/Draft.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
     7  Dpi.Graphics, Dpi.Forms,
     8  Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
    89  Classes, Graphics, Controls, Forms, ExtCtrls, ButtonA, ButtonB, Area;
    910
  • branches/highdpi/LocalPlayer/Enhance.pas

    r466 r467  
    55
    66uses
    7   DpiControls, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils,
     7  Dpi.Menus, ScreenTools, BaseWin, Protocol, ClientTools, LCLIntf, LCLType, SysUtils,
    88  Classes, Graphics, Controls, Forms, IsoEngine, ButtonB, ButtonC, Menus;
    99
  • branches/highdpi/LocalPlayer/Help.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType,
     7  Dpi.Graphics, Dpi.Common,
     8  Protocol, ScreenTools, BaseWin, StringTables, Math, LCLIntf, LCLType,
    89  Messages, SysUtils, Classes, Graphics, Controls, Forms, ExtCtrls,
    910  ButtonB, PVSB, Types, Generics.Collections, IsoEngine;
  • branches/highdpi/LocalPlayer/IsoEngine.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils,
     7  Dpi.Graphics, Dpi.Common,
     8  Protocol, ClientTools, ScreenTools, Tribes, LCLIntf, LCLType, SysUtils,
    89  Classes, Graphics, PixelPointer, GraphicSet;
    910
  • branches/highdpi/LocalPlayer/LocalPlayer.pas

    r466 r467  
    1010
    1111uses
    12   DpiControls, Term, CityScreen, Nego, BaseWin, Forms;
     12  Dpi.Forms, Term, CityScreen, Nego, BaseWin, Forms;
    1313
    1414var
  • branches/highdpi/LocalPlayer/MessgEx.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages,
     7  Dpi.StdCtrls, Dpi.Graphics, Dpi.Forms, Dpi.Common,
     8  Messg, Protocol, ScreenTools, Platform, DateUtils, LCLIntf, LCLType, Messages,
    89  SysUtils, Classes, Graphics, Controls, Forms, ButtonA, ButtonB, StdCtrls,
    910  DrawDlg, Help;
  • branches/highdpi/LocalPlayer/NatStat.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
     7  Dpi.Menus, Dpi.Graphics,
     8  Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
    89  Classes, Graphics, Controls, Forms, ButtonB, ButtonC, Menus, EOTButton;
    910
  • branches/highdpi/LocalPlayer/Nego.pas

    r466 r467  
    55
    66uses
    7   DpiControls, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics,
     7  Dpi.Graphics, ScreenTools, BaseWin, Protocol, LCLType, SysUtils, Classes, Graphics,
    88  Controls, Forms, ButtonA, ButtonB, ButtonN;
    99
  • branches/highdpi/LocalPlayer/PVSB.pas

    r466 r467  
    55
    66uses
    7   DpiControls, {$IFDEF WINDOWS}Windows,{$ENDIF}
     7  Dpi.Controls, Dpi.StdCtrls,
     8  {$IFDEF WINDOWS}Windows,{$ENDIF}
    89  Classes, Controls, Forms, LCLIntf, LCLType, LMessages, Messages, SysUtils,
    910  StdCtrls, Math;
  • branches/highdpi/LocalPlayer/Rates.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics,
     7  Dpi.Forms,
     8  Protocol, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils, Classes, Graphics,
    89  Controls, Forms, ButtonB, ButtonC;
    910
  • branches/highdpi/LocalPlayer/Select.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, PVSB, BaseWin,
     7  Dpi.Menus, Dpi.Graphics, Dpi.Common, Dpi.Forms,
     8  Protocol, ClientTools, ScreenTools, PVSB, BaseWin,
    89  LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms,
    910  ExtCtrls, ButtonB, ButtonBase, Menus, Types;
  • branches/highdpi/LocalPlayer/TechTree.pas

    r466 r467  
    55
    66uses
    7   DpiControls, ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics,
     7  Dpi.Graphics, Dpi.Forms,
     8  ScreenTools, LCLIntf, LCLType, SysUtils, Classes, Graphics,
    89  Controls, Forms, ButtonB, DrawDlg;
    910
  • branches/highdpi/LocalPlayer/Term.pas

    r466 r467  
    55
    66uses
    7   DpiControls, {$IFDEF WINDOWS}
     7  Dpi.Menus, Dpi.Graphics, Dpi.Forms, Dpi.Common, Dpi.Controls,
     8{$IFDEF WINDOWS}
    89  Windows,
    910{$ENDIF}
  • branches/highdpi/LocalPlayer/UnitStat.pas

    r466 r467  
    55
    66uses
    7   DpiControls, Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
     7  Dpi.Graphics, Dpi.Forms,
     8  Protocol, ClientTools, ScreenTools, BaseWin, LCLIntf, LCLType, SysUtils,
    89  Classes, Graphics, Controls, Forms, ButtonB, ButtonC, IsoEngine;
    910
  • branches/highdpi/LocalPlayer/Wonders.pas

    r466 r467  
    55
    66uses
    7   DpiControls, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics,
     7  Dpi.Common, ScreenTools, BaseWin, Protocol, LCLIntf, LCLType, SysUtils, Classes, Graphics,
    88  Controls, Forms, ButtonB;
    99
Note: See TracChangeset for help on using the changeset viewer.