home *** CD-ROM | disk | FTP | other *** search
/ Gambler 34 A / GAMBLERCD34A.BIN / Utils / GP / Progs / GHP / ANVILHK.DLL / 0 / RCDATA / TANVILFORMX / TANVILFORMX.txt
Text File  |  1997-11-09  |  582b  |  31 lines

  1. object AnvilFormX: TAnvilFormX
  2.   Left = 555
  3.   Top = 425
  4.   Width = 379
  5.   Height = 301
  6.   Caption = 'AnvilFormX'
  7.   Font.Charset = DEFAULT_CHARSET
  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 GamePanel: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 371
  19.     Height = 274
  20.     Align = alClient
  21.     BevelOuter = bvLowered
  22.     Caption = 'GamePanel'
  23.     TabOrder = 0
  24.     OnResize = GamePanelResize
  25.   end
  26.   object AboutDlg: TAboutBox
  27.     Left = 304
  28.     Top = 12
  29.   end
  30. end
  31.