object HelpForm: THelpForm Left = 116 Top = 97 BorderIcons = [] AutoScroll = False Caption = 'Instructions...' ClientHeight = 273 ClientWidth = 427 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Memo: TMemo Left = 8 Top = 8 Width = 409 Height = 233 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantReturns = False end object CloseButton: TButton Left = 176 Top = 246 Width = 73 Height = 23 Caption = 'Close' Default = True Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ModalResult = 1 ParentFont = False TabOrder = 1 end end