home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / VideoPlayer / Main.dfm / Main.txt
Text File  |  1998-03-11  |  2KB  |  82 lines

  1. object Form1: TForm1
  2.   Left = 154
  3.   Top = 100
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio Video Player'
  6.   ClientHeight = 91
  7.   ClientWidth = 508
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   ShowHint = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object MediaPlayer1: TMediaPlayer
  17.     Left = 152
  18.     Top = 24
  19.     Width = 197
  20.     Height = 30
  21.     Hint = 'Play, Pause, Stop, Next, Prev, Step, Back'
  22.     VisibleButtons = [btPlay, btPause, btStop, btNext, btPrev, btStep, btBack]
  23.     AutoEnable = False
  24.     AutoOpen = True
  25.     DeviceType = dtAVIVideo
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     OnClick = MediaPlayer1Click
  30.     OnNotify = MediaPlayer1Notify
  31.   end
  32.   object OpenBitBtn: TBitBtn
  33.     Left = 48
  34.     Top = 24
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Open'
  38.     Default = True
  39.     TabOrder = 1
  40.     OnClick = OpenBitBtnClick
  41.     Glyph.Data = {
  42.       76010000424D7601000000000000760000002800000020000000100000000100
  43.       04000000000000010000130B0000130B00001000000000000000000000000000
  44.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  45.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  46.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  47.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  48.       07333337F3FF3FFF7F333330F00F000F07333337F77377737F333330FFFFFFFF
  49.       07333FF7F3FFFF3F7FFFBBB0F0000F0F0BB37777F7777373777F3BB0FFFFFFFF
  50.       0BBB3777F3FF3FFF77773330F00F000003333337F773777773333330FFFF0FF0
  51.       33333337F3FF7F37F3333330F08F0F0B33333337F7737F77FF333330FFFF003B
  52.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  53.       3BB33773333773333773B333333B3333333B7333333733333337}
  54.     NumGlyphs = 2
  55.   end
  56.   object BitBtn2: TBitBtn
  57.     Left = 376
  58.     Top = 24
  59.     Width = 75
  60.     Height = 25
  61.     ParentShowHint = False
  62.     ShowHint = False
  63.     TabOrder = 2
  64.     Kind = bkClose
  65.   end
  66.   object AutoPlayCheckBox: TCheckBox
  67.     Left = 376
  68.     Top = 64
  69.     Width = 97
  70.     Height = 17
  71.     Caption = 'Auto replay'
  72.     TabOrder = 3
  73.     OnClick = AutoPlayCheckBoxClick
  74.   end
  75.   object OpenDialog1: TOpenDialog
  76.     Filter = 'Audio video files (.avi)|*.avi'
  77.     Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  78.     Left = 16
  79.     Top = 24
  80.   end
  81. end
  82.