home *** CD-ROM | disk | FTP | other *** search
/ Gambler 34 A / GAMBLERCD34A.BIN / Utils / GP / Progs / GHP / DFHACK.DLL / 0 / RCDATA / TCHILDFORM / TCHILDFORM.txt
Text File  |  1998-02-25  |  732b  |  38 lines

  1. object ChildForm: TChildForm
  2.   Left = 113
  3.   Top = 307
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 152
  7.   ClientWidth = 283
  8.   Color = clTeal
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   WindowState = wsMaximized
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Music: TMediaPlayer
  18.     Left = 70
  19.     Top = 2
  20.     Width = 29
  21.     Height = 30
  22.     VisibleButtons = [btPlay]
  23.     Display = Music
  24.     Visible = False
  25.     TabOrder = 0
  26.   end
  27.   object OpenDialog: TOpenDialog
  28.     Filter = 'All Files (*.*)|*.*'
  29.     Left = 7
  30.     Top = 2
  31.   end
  32.   object SaveDialog: TSaveDialog
  33.     Filter = 'All Files (*.*)|*.*'
  34.     Left = 39
  35.     Top = 2
  36.   end
  37. end
  38.