Changeset 32 for trunk/Forms/FormTable.pas
- Timestamp:
- Jun 29, 2024, 7:58:36 AM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormTable.pas
r31 r32 1 unit UFormTable;1 unit FormTable; 2 2 3 3 interface … … 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 UDatabase;7 DbEngine, FormEx; 8 8 9 9 type … … 11 11 { TFormTable } 12 12 13 TFormTable = class(TForm )13 TFormTable = class(TFormEx) 14 14 ButtonOk: TButton; 15 15 ButtonCancel: TButton;
Note:
See TracChangeset
for help on using the changeset viewer.