home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / zkuste / infra / download / IgorPlug.dll / 0 / RCDATA / THELPFORM / THELPFORM.txt < prev   
Text File  |  2002-05-18  |  699b  |  34 lines

  1. object HelpForm: THelpForm
  2.   Left = 410
  3.   Top = 232
  4.   Width = 479
  5.   Height = 263
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsToolWindow
  8.   Caption = 'Receiver Schematic'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnClick = FormClick
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object ReceiverImage: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 471
  26.     Height = 236
  27.     Align = alClient
  28.     AutoSize = True
  29.     Center = True
  30.     Picture.Data = {<image000.bmp>}
  31.     OnClick = FormClick
  32.   end
  33. end
  34.