home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Delphi.5 / Samples / sourceD5 / browutil.exe / BROWSER / PLAYER.DFM / PLAYER.txt < prev   
Encoding:
Text File  |  2000-01-02  |  450 b   |  21 lines

  1. object FrmPlayer: TFrmPlayer
  2.   Left = 188
  3.   Top = 192
  4.   Width = 360
  5.   Height = 316
  6.   BorderIcons = [biSystemMenu, biMaximize, biHelp]
  7.   Caption = 'Player'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end
  21.