home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / mulmedia / wavmaker / _setup.1 / WMWIN.EXE / 0 / RCDATA / TPLAYDLG / TPLAYDLG.txt
Text File  |  1997-02-27  |  3KB  |  101 lines

  1. object PlayDlg: TPlayDlg
  2.   Left = 0
  3.   Top = 20
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Play'
  7.   ClientHeight = 167
  8.   ClientWidth = 217
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object gauge: TGauge
  18.     Left = 16
  19.     Top = 16
  20.     Width = 105
  21.     Height = 17
  22.     Color = clLime
  23.     ForeColor = clLime
  24.     ParentColor = False
  25.     Progress = 10
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 8
  30.     Width = 201
  31.     Height = 33
  32.   end
  33.   object MediaPlayer2: TMediaPlayer
  34.     Left = 24
  35.     Top = 48
  36.     Width = 169
  37.     Height = 41
  38.     EnabledButtons = []
  39.     VisibleButtons = [btPlay, btPause, btStop, btPrev, btStep, btBack]
  40.     AutoEnable = False
  41.     TabOrder = 0
  42.     OnClick = MediaPlayer2Click
  43.     OnNotify = onNotify
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 8
  47.     Top = 128
  48.     Width = 201
  49.     Height = 33
  50.     Caption = 'Stop && Close'
  51.     Default = True
  52.     TabOrder = 1
  53.     OnClick = BitBtn1Click
  54.     Glyph.Data = {
  55.       76010000424D7601000000000000760000002800000020000000100000000100
  56.       04000000000000010000130B0000130B00000000000000000000000000000000
  57.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  59.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  60.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  61.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  62.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  63.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  64.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  65.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  66.       3333333777333777333333333999993333333333377777333333}
  67.     NumGlyphs = 2
  68.   end
  69.   object timePanel: TPanel
  70.     Left = 128
  71.     Top = 16
  72.     Width = 73
  73.     Height = 17
  74.     Caption = '00:00:00'
  75.     Color = clLime
  76.     TabOrder = 2
  77.   end
  78.   object statusPanel: TPanel
  79.     Left = 8
  80.     Top = 96
  81.     Width = 201
  82.     Height = 25
  83.     Alignment = taRightJustify
  84.     BevelInner = bvRaised
  85.     BevelOuter = bvLowered
  86.     TabOrder = 3
  87.     object Label1: TLabel
  88.       Left = 8
  89.       Top = 7
  90.       Width = 23
  91.       Height = 13
  92.       Caption = 'MCI'
  93.     end
  94.   end
  95.   object Timer1: TTimer
  96.     Interval = 100
  97.     OnTimer = Timer1Timer
  98.     Left = 192
  99.   end
  100. end
  101.