home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 24 / CDACTUAL24.iso / SHARE / lector / multi / Multiload.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1998-05-05  |  3.2 KB  |  143 lines

  1. object Form2: TForm2
  2.   Left = 230
  3.   Top = 66
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Listas'
  7.   ClientHeight = 394
  8.   ClientWidth = 448
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 448
  22.     Height = 394
  23.     Align = alClient
  24.     Picture.Data = {<image001.bmp>}
  25.     Stretch = True
  26.   end
  27.   object GroupBox1: TGroupBox
  28.     Left = 12
  29.     Top = 48
  30.     Width = 197
  31.     Height = 320
  32.     Caption = 'Lista de directorios'
  33.     Color = clWhite
  34.     Font.Charset = ANSI_CHARSET
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentColor = False
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     object DirectoryListBox1: TDirectoryListBox
  43.       Left = 2
  44.       Top = 18
  45.       Width = 193
  46.       Height = 300
  47.       Align = alClient
  48.       FileList = FileListBox1
  49.       Font.Charset = ANSI_CHARSET
  50.       Font.Color = clNavy
  51.       Font.Height = -11
  52.       Font.Name = 'MS Sans Serif'
  53.       Font.Style = []
  54.       ItemHeight = 16
  55.       ParentFont = False
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 224
  61.     Top = 48
  62.     Width = 211
  63.     Height = 320
  64.     Caption = 'Lista de archivos'
  65.     Color = clWhite
  66.     Font.Charset = ANSI_CHARSET
  67.     Font.Color = clBlack
  68.     Font.Height = -13
  69.     Font.Name = 'Arial'
  70.     Font.Style = [fsBold]
  71.     ParentColor = False
  72.     ParentFont = False
  73.     TabOrder = 1
  74.     object FileListBox1: TFileListBox
  75.       Left = 2
  76.       Top = 21
  77.       Width = 207
  78.       Height = 297
  79.       Align = alClient
  80.       FileEdit = Edit1
  81.       Font.Charset = ANSI_CHARSET
  82.       Font.Color = clNavy
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ItemHeight = 16
  87.       ParentFont = False
  88.       ShowGlyphs = True
  89.       TabOrder = 0
  90.       OnDblClick = FileListBox1DblClick
  91.     end
  92.   end
  93.   object DriveComboBox1: TDriveComboBox
  94.     Left = 12
  95.     Top = 15
  96.     Width = 132
  97.     Height = 19
  98.     DirList = DirectoryListBox1
  99.     Font.Charset = ANSI_CHARSET
  100.     Font.Color = clNavy
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     TabOrder = 2
  106.   end
  107.   object FilterComboBox1: TFilterComboBox
  108.     Left = 326
  109.     Top = 15
  110.     Width = 108
  111.     Height = 21
  112.     FileList = FileListBox1
  113.     Filter = 
  114.       'MULTIMEDIA|*.*|V∩┐╜deo (AVI, MPEG, FLIC)|*.avi;*.mpg;*.fli;*.flc|A' +
  115.       'udio (WAV, MP2, MIDI)|*.wav;*.mp2;*.mid;*.rmi|Imagen (BMP, JPEG,' +
  116.       ' ICO, EMF, WMF)|*.bmp;*.jpg;*.ico;*.emf;*.wmf|Texto (TXT)|*.txt'
  117.     Font.Charset = ANSI_CHARSET
  118.     Font.Color = clNavy
  119.     Font.Height = -11
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = []
  122.     ParentFont = False
  123.     TabOrder = 3
  124.   end
  125.   object Edit1: TEdit
  126.     Left = 149
  127.     Top = 15
  128.     Width = 170
  129.     Height = 21
  130.     Hint = 'Archivo a abrir'
  131.     Font.Charset = ANSI_CHARSET
  132.     Font.Color = clNavy
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     ParentShowHint = False
  138.     ShowHint = True
  139.     TabOrder = 4
  140.     Text = '*.*'
  141.   end
  142. end
  143.