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