object FormLookupTable: TFormLookupTable Left = 576 Height = 328 Top = 547 Width = 714 Caption = 'Lookup table' ClientHeight = 328 ClientWidth = 714 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.2.0' object Label1: TLabel Left = 18 Height = 26 Top = 20 Width = 56 Caption = 'Name:' ParentColor = False ParentFont = False end object EditName: TEdit Left = 144 Height = 43 Top = 10 Width = 192 ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 221 Height = 30 Top = 284 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ButtonOk: TButton Left = 470 Height = 30 Top = 284 Width = 90 Anchors = [akLeft, akBottom] Caption = 'Ok' ModalResult = 1 ParentFont = False TabOrder = 2 end end