object FormGoToAddress: TFormGoToAddress Left = 663 Height = 139 Top = 533 Width = 482 Caption = 'Go to address' ClientHeight = 139 ClientWidth = 482 DesignTimePPI = 144 LCLVersion = '4.6.0.0' object Label1: TLabel Left = 24 Height = 26 Top = 28 Width = 174 Caption = 'Destination address:' end object EditAddress: TEdit Left = 232 Height = 43 Top = 24 Width = 192 TabOrder = 0 Text = '0' OnKeyPress = EditAddressKeyPress end object ButtonOk: TButton Left = 354 Height = 38 Top = 91 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 1 end object ButtonCancel: TButton Left = 210 Height = 38 Top = 91 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end