object FormEan: TFormEan Left = 790 Height = 520 Top = 517 Width = 628 Caption = 'EAN' ClientHeight = 520 ClientWidth = 628 DesignTimePPI = 144 LCLVersion = '4.6.0.0' object ButtonOk: TButton Left = 496 Height = 38 Top = 472 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 344 Height = 38 Top = 472 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 448 Top = 8 Width = 601 HorzScrollBar.Page = 120 VertScrollBar.Page = 339 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 446 ClientWidth = 599 TabOrder = 2 object Label1: TLabel Left = 19 Height = 26 Top = 18 Width = 41 Caption = 'EAN:' end object EditEan: TEdit Left = 128 Height = 43 Top = 8 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object Label2: TLabel Left = 19 Height = 26 Top = 66 Width = 61 Caption = 'Owner:' end object EditOwner: TEdit Left = 128 Height = 43 Top = 56 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 1 end object Label3: TLabel Left = 19 Height = 26 Top = 114 Width = 74 Caption = 'Address:' end object EditAddress: TEdit Left = 128 Height = 43 Top = 104 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 2 end object Label4: TLabel Left = 19 Height = 26 Top = 162 Width = 82 Caption = 'Price low:' end object EditPriceLow: TEdit Left = 128 Height = 43 Top = 152 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 3 end object Label5: TLabel Left = 19 Height = 26 Top = 210 Width = 90 Caption = 'Price high:' end object EditPriceHigh: TEdit Left = 128 Height = 43 Top = 200 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 4 end object Label6: TLabel Left = 19 Height = 26 Top = 258 Width = 89 Caption = 'Price spot:' end object EditPriceSpot: TEdit Left = 128 Height = 43 Top = 248 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 5 end object Label7: TLabel Left = 19 Height = 26 Top = 306 Width = 48 Caption = 'Tariff:' end object EditTariff: TEdit Left = 128 Height = 43 Top = 296 Width = 448 Anchors = [akTop, akLeft, akRight] TabOrder = 6 end end end