Changeset 32 for trunk/Forms/FormRecords.pas
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormRecords.pas
r31 r32 1 unit UFormRecords;1 unit FormRecords; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, ComCtrls, 7 ActnList, Menus, UDatabase;7 ActnList, Menus, DbEngine, FormEx; 8 8 9 9 type … … 11 11 { TFormRecords } 12 12 13 TFormRecords = class(TForm )13 TFormRecords = class(TFormEx) 14 14 AAdd: TAction; 15 15 ActionList1: TActionList; … … 42 42 43 43 uses 44 UFormRecord;44 FormRecord; 45 45 46 46 {$R *.lfm}
Note:
See TracChangeset
for help on using the changeset viewer.