object FormItem: TFormItem Left = 441 Height = 446 Top = 395 Width = 577 Caption = 'Item' ClientHeight = 446 ClientWidth = 577 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '3.6.0.0' object ButtonOk: TButton Left = 332 Height = 38 Top = 402 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = ButtonOkClick end object ButtonCancel: TButton Left = 456 Height = 38 Top = 402 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 383 Top = 8 Width = 561 HorzScrollBar.Page = 1 VertScrollBar.Page = 1 Anchors = [akTop, akLeft, akRight, akBottom] TabOrder = 2 end end