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

  1. object dirForm: TdirForm
  2.   Left = 571
  3.   Top = 190
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'WAV directory'
  7.   ClientHeight = 278
  8.   ClientWidth = 165
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GroupBox: TGroupBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 165
  22.     Height = 277
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object FileListBox: TFileListBox
  30.       Left = 5
  31.       Top = 40
  32.       Width = 156
  33.       Height = 193
  34.       ItemHeight = 13
  35.       Mask = '*.WAV'
  36.       TabOrder = 0
  37.       OnChange = FileListBoxChange
  38.     end
  39.     object FilterComboBox: TFilterComboBox
  40.       Left = 5
  41.       Top = 16
  42.       Width = 156
  43.       Height = 21
  44.       FileList = FileListBox
  45.       Filter = 'WAV files (*.WAV)|*.WAV|All files (*.*)|*.*'
  46.       TabOrder = 1
  47.     end
  48.     object closeBtn: TBitBtn
  49.       Left = 5
  50.       Top = 240
  51.       Width = 156
  52.       Height = 33
  53.       Cancel = True
  54.       Caption = 'Close'
  55.       Default = True
  56.       ModalResult = 2
  57.       TabOrder = 2
  58.       OnClick = closeBtnClick
  59.       Glyph.Data = {
  60.         DE010000424DDE01000000000000760000002800000024000000120000000100
  61.         0400000000006801000000000000000000000000000000000000000000000000
  62.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  63.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  64.         333333333333333333333333000033337733333333333333333F333333333333
  65.         0000333911733333973333333377F333333F3333000033391117333911733333
  66.         37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  67.         911117111117333337F3337F733337F3000033333911111111733333337F3337
  68.         3333F7330000333333911111173333333337F333333F73330000333333311111
  69.         7333333333337F3333373333000033333339111173333333333337F333733333
  70.         00003333339111117333333333333733337F3333000033333911171117333333
  71.         33337333337F333300003333911173911173333333373337F337F33300003333
  72.         9117333911173333337F33737F337F33000033333913333391113333337FF733
  73.         37F337F300003333333333333919333333377333337FFF730000333333333333
  74.         3333333333333333333777330000333333333333333333333333333333333333
  75.         0000}
  76.       Margin = 2
  77.       NumGlyphs = 2
  78.       Spacing = -1
  79.       IsControl = True
  80.     end
  81.   end
  82. end
  83.