home *** CD-ROM | disk | FTP | other *** search
- object frmFolders: TfrmFolders
- Left = 336
- Top = 283
- BorderStyle = bsDialog
- Caption = 'Folders'
- ClientHeight = 238
- ClientWidth = 336
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 336
- Height = 57
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object lblCustom: TLabel
- Left = 8
- Top = 10
- Width = 109
- Height = 13
- Caption = 'Set Custom Folders'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblCustomHint: TLabel
- Left = 18
- Top = 27
- Width = 242
- Height = 13
- Caption = 'Here you can set your favourite custom folders ...'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Image1: TImage
- Left = 281
- Top = 1
- Width = 55
- Height = 55
- Picture.Data = {<image000.bmp>}
- end
- end
- object lbFolders: TListBox
- Left = 8
- Top = 64
- Width = 320
- Height = 113
- ItemHeight = 13
- TabOrder = 1
- end
- object cmdOK: TButton
- Left = 250
- Top = 210
- Width = 78
- Height = 20
- Caption = 'OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- end
- object btnPreview: TButton
- Tag = 1
- Left = 250
- Top = 191
- Width = 78
- Height = 20
- Caption = 'Preview'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnMouseUp = btnPreviewMouseUp
- end
- object btnAdd: TButton
- Tag = 1
- Left = 10
- Top = 191
- Width = 78
- Height = 20
- Caption = '&Add'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- OnClick = btnAddClick
- end
- object btnRemove: TButton
- Tag = 1
- Left = 90
- Top = 191
- Width = 78
- Height = 20
- Caption = '&Remove'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 5
- OnClick = btnRemoveClick
- end
- object RLSearch: TRLSearch
- FilterExt.Strings = (
- 'ASF'
- 'AVI'
- 'DAT'
- 'DIVX'
- 'MP3'
- 'MPEG'
- 'MPG'
- 'VOB')
- Sort = Asc
- Format = Lower
- Left = 280
- Top = 8
- end
- object RLPopUp1: TRLPopUp
- Images = Form1.ImageList1
- OwnerDraw = True
- BarColor = 13158600
- BackColor = 16119285
- GradientWidth = 30
- SelectedBarColor = 16767889
- SelectedFrameColor = clBlack
- SelectedTextColor = clBlack
- SeparatorColor = 13224393
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ItemHeightAdd = 11
- DisabledColor = 13224393
- ShadowColor = clSilver
- Flat = False
- Left = 200
- Top = 192
- object mnuFolders: TMenuItem
- Caption = 'Folders'
- OnClick = mnuFoldersClick
- end
- end
- end
-