object VpImportPreviewForm: TVpImportPreviewForm Left = 327 Height = 295 Top = 127 Width = 634 Caption = 'VpImportPreviewForm' ClientHeight = 295 ClientWidth = 634 LCLVersion = '3.99.0.0' OnShow = FormShow object ButtonPanel: TPanel Left = 6 Height = 25 Top = 264 Width = 622 Align = alBottom AutoSize = True BorderSpacing.Around = 6 BevelOuter = bvNone ClientHeight = 25 ClientWidth = 622 TabOrder = 0 object btnExecute: TButton AnchorSideTop.Control = ButtonPanel AnchorSideRight.Control = btnCancel Left = 400 Height = 25 Top = 0 Width = 141 Anchors = [akTop, akRight] AutoSize = True BorderSpacing.Right = 6 Caption = 'Import checked items' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton AnchorSideTop.Control = ButtonPanel AnchorSideRight.Control = ButtonPanel AnchorSideRight.Side = asrBottom Left = 547 Height = 25 Top = 0 Width = 75 Anchors = [akTop, akRight] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end