home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / ilib_vb / mmopen.df_ / mmopen.df / mmopen.txt
Encoding:
Text File  |  1996-11-20  |  2.6 KB  |  134 lines

  1. object MultiOpenMM: TMultiOpenMM
  2.   Left = 123
  3.   Top = 120
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Open Dialog'
  7.   ClientHeight = 295
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 69
  19.     Top = 142
  20.     Width = 124
  21.     Height = 13
  22.     Caption = 'D:\BORLAND\DELPHI32'
  23.   end
  24.   object Gauge1: TGauge
  25.     Left = 273
  26.     Top = 199
  27.     Width = 75
  28.     Height = 14
  29.     BorderStyle = bsNone
  30.     ForeColor = clNavy
  31.     BackColor = clBtnFace
  32.     Progress = 0
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 264
  36.     Top = 48
  37.     Width = 86
  38.     Height = 76
  39.     BevelOuter = bvLowered
  40.     TabOrder = 0
  41.   end
  42.   object FileListBox1: TFileListBox
  43.     Left = 31
  44.     Top = 45
  45.     Width = 201
  46.     Height = 97
  47.     ItemHeight = 16
  48.     Mask = 
  49.       '*.BMP;*.GIF;*.PCX;*.JPG;*.SCM;*.PNG;*.CMS;*.wav;*.mid;*.rmi;*.av' +
  50.       'i;*.mov;'
  51.     ShowGlyphs = True
  52.     TabOrder = 1
  53.     OnChange = FileListBox1Change
  54.     OnDblClick = FileListBox1DblClick
  55.   end
  56.   object DirectoryListBox1: TDirectoryListBox
  57.     Left = 30
  58.     Top = 155
  59.     Width = 202
  60.     Height = 97
  61.     ItemHeight = 16
  62.     TabOrder = 2
  63.   end
  64.   object DriveComboBox1: TDriveComboBox
  65.     Left = 30
  66.     Top = 266
  67.     Width = 202
  68.     Height = 19
  69.     TabOrder = 3
  70.   end
  71.   object FilterComboBox1: TFilterComboBox
  72.     Left = 31
  73.     Top = 13
  74.     Width = 201
  75.     Height = 21
  76.     Filter = 
  77.       'All Media|*.BMP;*.GIF;*.PCX;*.JPG;*.SCM;*.PNG;*.CMS;*.wav;*.mid;' +
  78.       '*.rmi;*.avi;*.mov;|BMP |*.BMP|GIF |*.GIF|JPG |*.JPG|PCX |*.PCX|S' +
  79.       'CM |*.SCM|PNG |*.PNG|CMS |*.CMS|WAV|*.WAV|MID|*.MID|RMI |*.RMI |' +
  80.       'AVI |*.AVI |MOV|*.MOV'
  81.     TabOrder = 4
  82.   end
  83.   object CancelBtn: TBitBtn
  84.     Left = 273
  85.     Top = 221
  86.     Width = 75
  87.     Height = 29
  88.     TabOrder = 5
  89.     OnClick = CancelBtnClick
  90.     Kind = bkCancel
  91.     Style = bsNew
  92.   end
  93.   object OKBtn: TBitBtn
  94.     Left = 273
  95.     Top = 257
  96.     Width = 75
  97.     Height = 29
  98.     TabOrder = 6
  99.     OnClick = OKBtnClick
  100.     Kind = bkOK
  101.     Style = bsNew
  102.   end
  103.   object CheckBox1: TCheckBox
  104.     Left = 269
  105.     Top = 161
  106.     Width = 89
  107.     Height = 17
  108.     Caption = 'Auto Display'
  109.     State = cbChecked
  110.     TabOrder = 7
  111.     OnClick = CheckBox1Click
  112.   end
  113.   object CheckBox2: TCheckBox
  114.     Left = 269
  115.     Top = 179
  116.     Width = 89
  117.     Height = 15
  118.     Caption = 'Auto Play'
  119.     TabOrder = 8
  120.     OnClick = CheckBox2Click
  121.   end
  122.   object Timer1: TTimer
  123.     Enabled = False
  124.     Interval = 10
  125.     OnTimer = Timer1Timer
  126.     Left = 296
  127.     Top = 72
  128.   end
  129.   object OpenDialog1: TOpenDialog
  130.     Left = 280
  131.     Top = 16
  132.   end
  133. end
  134.