object Form2: TForm2 Left = 254 Top = 198 BorderStyle = bsDialog Caption = 'Kling!' ClientHeight = 173 ClientWidth = 278 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 278 Height = 173 Align = alClient Picture.Data = {} end object Button1: TButton Left = 96 Top = 136 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = Button1Click end end