home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / EPA / ea4 / prg / Engact.ex_ / 0 / RCDATA / TNETSHOWPLAYSTATUS / TNETSHOWPLAYSTATUS.txt
Text File  |  2000-03-20  |  788b  |  37 lines

  1. object NetShowPlayStatus: TNetShowPlayStatus
  2.   Left = 255
  3.   Top = 156
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'NetShowPlayStatus'
  7.   ClientHeight = 17
  8.   ClientWidth = 166
  9.   Color = clNavy
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PlayStatus: TLabel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 166
  25.     Height = 13
  26.     Align = alTop
  27.     Alignment = taCenter
  28.     Caption = 'PlayStatus'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36. end
  37.