object FormItem: TFormItem Left = 570 Height = 360 Top = 429 Width = 480 Caption = 'Item' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object ButtonOk: TButton Left = 89 Height = 38 Top = 312 Width = 113 Anchors = [akLeft, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 264 Height = 38 Top = 312 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end end