unit Unit1; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, JvComponent, JvFormPlacement, Grids, DBGrids, JvAppRegistryStorage, JvAppStorage, Db, DBTables, StdCtrls; type TForm1 = class(TForm) DBGrid1: TDBGrid; JvFormStorage1: TJvFormStorage; JvAppRegistryStorage1: TJvAppRegistryStorage; Table1: TTable; DataSource1: TDataSource; private { Private declarations } public { Public declarations } end; var Form1: TForm1; implementation {$R *.DFM} end.