home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 March / dpcb0397.iso / multimed / HELICOP / heliDemo.exe / 0 / RCDATA / THINT_FORM / THINT_FORM.txt
Text File  |  1996-12-11  |  608b  |  31 lines

  1. object Hint_Form: THint_Form
  2.   Left = 207
  3.   Top = 117
  4.   BorderStyle = bsNone
  5.   Caption = 'Hint_Form'
  6.   ClientHeight = 26
  7.   ClientWidth = 425
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 1
  17.     Top = 0
  18.     Width = 425
  19.     Height = 26
  20.     Alignment = taLeftJustify
  21.     BevelInner = bvLowered
  22.     Caption = 'Panel1'
  23.     Font.Color = clBlack
  24.     Font.Height = -13
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.   end
  30. end
  31.