⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 uactivitylog.pas

📁 FMA is a free1 powerful phone editing tool allowing users to easily manage all of the personal data
💻 PAS
字号:
unit uActivityLog;

{
*******************************************************************************
* Descriptions: Activity log window implementation
* $Source: /cvsroot/fma/fma/uActivityLog.pas,v $
* $Locker:  $
*
* Todo:
*
* Change Log:
* $Log: uActivityLog.pas,v $
* Revision 1.2  2005/02/08 15:38:33  voxik
* Merged with L10N branch
*
* Revision 1.1.16.2  2004/10/25 20:21:37  expertone
* Replaced all standart components with TNT components. Some small fixes
*
* Revision 1.1.16.1  2004/10/19 19:48:30  expertone
* Add localization (gnugettext)
*
* Revision 1.1  2004/06/08 06:15:47  z_stoichev
* Initial checkin.
*
*
}

interface

uses
  Windows, TntWindows, Messages, SysUtils, TntSysUtils, Variants, Classes, TntClasses, Graphics, TntGraphics, Controls, TntControls, Forms, TntForms,
  Dialogs, TntDialogs, uDebug, Placemnt, StdCtrls, TntStdCtrls, Menus, TntMenus;

type
  TfrmActivityLog = class(TfrmDebug)
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  frmActivityLog: TfrmActivityLog;

implementation

uses
  gnugettext, gnugettexthelpers;

{$R *.dfm}

end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -