Changeset 111 for trunk/LocalPlayer


Ignore:
Timestamp:
Feb 2, 2018, 4:40:46 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Custom defined form dialogs moved to CevoComponents so they can be correctly opened in IDE.
  • Modified: Moved Sound, StringTables and Directories to CevoComponents as dependency for custom form dialogs.
Location:
trunk/LocalPlayer
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/BaseWin.pas

    r104 r111  
    77  ScreenTools, Messg,
    88
    9   LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms;
     9  LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, Forms, DrawDlg;
    1010
    1111type
  • trunk/LocalPlayer/Battle.pas

    r57 r111  
    66uses
    77  ScreenTools, Protocol, Messg, ButtonBase, ButtonA, Types, LCLIntf, LCLType,
    8   SysUtils, Classes, Graphics, Controls, Forms;
     8  SysUtils, Classes, Graphics, Controls, Forms, DrawDlg;
    99
    1010type
  • trunk/LocalPlayer/MessgEx.pas

    r62 r111  
    77  Messg, Protocol, ScreenTools, Platform, DateUtils,
    88  LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics, Controls, Forms, ButtonA,
    9   ButtonB, StdCtrls;
     9  ButtonB, StdCtrls, DrawDlg;
    1010
    1111type
  • trunk/LocalPlayer/TechTree.pas

    r73 r111  
    55
    66uses
    7   ScreenTools, Messg, LCLIntf, LCLType,
    8 
    9   Messages, SysUtils, Classes, Graphics, Controls, Forms,
    10   ButtonBase, ButtonB;
     7  ScreenTools, Messg, LCLIntf, LCLType, Messages, SysUtils, Classes, Graphics,
     8  Controls, Forms, ButtonBase, ButtonB, DrawDlg;
    119
    1210type
  • trunk/LocalPlayer/Term.pas

    r99 r111  
    1212{$ENDIF}
    1313  Protocol, Tribes, PVSB, ClientTools, ScreenTools, BaseWin, Messg, ButtonBase,
    14   LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls,
    15   Forms, Menus, ExtCtrls, dateutils, Platform, ButtonB, ButtonC, EOTButton, Area, Types;
     14  LCLIntf, LCLType, SysUtils, Classes, Graphics, Controls, DrawDlg, Types,
     15  Forms, Menus, ExtCtrls, dateutils, Platform, ButtonB, ButtonC, EOTButton, Area;
    1616
    1717const
Note: See TracChangeset for help on using the changeset viewer.