home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 230
- Top = 66
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Listas'
- ClientHeight = 394
- ClientWidth = 448
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 448
- Height = 394
- Align = alClient
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object GroupBox1: TGroupBox
- Left = 12
- Top = 48
- Width = 197
- Height = 320
- Caption = 'Lista de directorios'
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- object DirectoryListBox1: TDirectoryListBox
- Left = 2
- Top = 18
- Width = 193
- Height = 300
- Align = alClient
- FileList = FileListBox1
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 224
- Top = 48
- Width = 211
- Height = 320
- Caption = 'Lista de archivos'
- Color = clWhite
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- TabOrder = 1
- object FileListBox1: TFileListBox
- Left = 2
- Top = 21
- Width = 207
- Height = 297
- Align = alClient
- FileEdit = Edit1
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ParentFont = False
- ShowGlyphs = True
- TabOrder = 0
- OnDblClick = FileListBox1DblClick
- end
- end
- object DriveComboBox1: TDriveComboBox
- Left = 12
- Top = 15
- Width = 132
- Height = 19
- DirList = DirectoryListBox1
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- object FilterComboBox1: TFilterComboBox
- Left = 326
- Top = 15
- Width = 108
- Height = 21
- FileList = FileListBox1
- Filter =
- 'MULTIMEDIA|*.*|V�deo (AVI, MPEG, FLIC)|*.avi;*.mpg;*.fli;*.flc|A' +
- 'udio (WAV, MP2, MIDI)|*.wav;*.mp2;*.mid;*.rmi|Imagen (BMP, JPEG,' +
- ' ICO, EMF, WMF)|*.bmp;*.jpg;*.ico;*.emf;*.wmf|Texto (TXT)|*.txt'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- end
- object Edit1: TEdit
- Left = 149
- Top = 15
- Width = 170
- Height = 21
- Hint = 'Archivo a abrir'
- Font.Charset = ANSI_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Text = '*.*'
- end
- end
-