object HelpForm: THelpForm Left = 323 Top = 125 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'DiskBox - Step by step' ClientHeight = 495 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 8 Top = 468 Width = 159 Height = 16 Caption = '(C)1997 Ronny Oretap' Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsItalic] ParentFont = False end object Panel1: TPanel Left = 0 Top = 0 Width = 427 Height = 457 Align = alTop BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 0 object Label1: TLabel Left = 52 Top = 64 Width = 45 Height = 13 Caption = 'ERROR' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Stretch = True end end object BitBtn1: TBitBtn Left = 348 Top = 464 Width = 75 Height = 25 TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end