unit frmDnaCodes; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, Vcl.ExtCtrls, Vcl.Grids, Vcl.DBGrids; type TFrame1 = class(TFrame) dbgDnaCodes: TDBGrid; pnlActies: TPanel; btnMaatwerketiket: TButton; btnKlantEtiket: TButton; btnProboxetiket: TButton; pnlZoekKnoppen: TPanel; btnZoekViaToelevering: TButton; edtZoekInput: TEdit; btnZoekViaPallet: TButton; btnZoekViaDnaCode: TButton; private { Private declarations } public { Public declarations } end; implementation {$R *.dfm} end.