object FormItem: TFormItem Left = 1040 Height = 397 Top = 540 Width = 469 Caption = 'Item' ClientHeight = 397 ClientWidth = 469 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy LCLVersion = '3.4.0.0' object ButtonOk: TButton Left = 344 Height = 38 Top = 353 Width = 113 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = ButtonOkClick end object ButtonCancel: TButton Left = 208 Height = 38 Top = 353 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ScrollBox1: TScrollBox Left = 8 Height = 334 Top = 8 Width = 453 HorzScrollBar.Page = 1 VertScrollBar.Page = 1 Anchors = [akTop, akLeft, akRight, akBottom] TabOrder = 2 end end