home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / RadLight3SE.exe / RadLight3.exe / 0 / RCDATA / TFRMFOLDERS / TFRMFOLDERS.txt < prev   
Encoding:
Text File  |  2004-04-21  |  3.6 KB  |  176 lines

  1. object frmFolders: TfrmFolders
  2.   Left = 336
  3.   Top = 283
  4.   BorderStyle = bsDialog
  5.   Caption = 'Folders'
  6.   ClientHeight = 238
  7.   ClientWidth = 336
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 336
  23.     Height = 57
  24.     Align = alTop
  25.     BevelOuter = bvNone
  26.     Color = clWhite
  27.     TabOrder = 0
  28.     object lblCustom: TLabel
  29.       Left = 8
  30.       Top = 10
  31.       Width = 109
  32.       Height = 13
  33.       Caption = 'Set Custom Folders'
  34.       Font.Charset = ANSI_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'Tahoma'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object lblCustomHint: TLabel
  42.       Left = 18
  43.       Top = 27
  44.       Width = 242
  45.       Height = 13
  46.       Caption = 'Here you can set your favourite custom folders ...'
  47.       Font.Charset = ANSI_CHARSET
  48.       Font.Color = clWindowText
  49.       Font.Height = -11
  50.       Font.Name = 'Tahoma'
  51.       Font.Style = []
  52.       ParentFont = False
  53.     end
  54.     object Image1: TImage
  55.       Left = 281
  56.       Top = 1
  57.       Width = 55
  58.       Height = 55
  59.       Picture.Data = {<image000.bmp>}
  60.     end
  61.   end
  62.   object lbFolders: TListBox
  63.     Left = 8
  64.     Top = 64
  65.     Width = 320
  66.     Height = 113
  67.     ItemHeight = 13
  68.     TabOrder = 1
  69.   end
  70.   object cmdOK: TButton
  71.     Left = 250
  72.     Top = 210
  73.     Width = 78
  74.     Height = 20
  75.     Caption = 'OK'
  76.     Default = True
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'Arial'
  81.     Font.Style = [fsBold]
  82.     ModalResult = 1
  83.     ParentFont = False
  84.     TabOrder = 2
  85.   end
  86.   object btnPreview: TButton
  87.     Tag = 1
  88.     Left = 250
  89.     Top = 191
  90.     Width = 78
  91.     Height = 20
  92.     Caption = 'Preview'
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'Arial'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.     TabOrder = 3
  100.     OnMouseUp = btnPreviewMouseUp
  101.   end
  102.   object btnAdd: TButton
  103.     Tag = 1
  104.     Left = 10
  105.     Top = 191
  106.     Width = 78
  107.     Height = 20
  108.     Caption = '&Add'
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'Arial'
  113.     Font.Style = [fsBold]
  114.     ParentFont = False
  115.     TabOrder = 4
  116.     OnClick = btnAddClick
  117.   end
  118.   object btnRemove: TButton
  119.     Tag = 1
  120.     Left = 90
  121.     Top = 191
  122.     Width = 78
  123.     Height = 20
  124.     Caption = '&Remove'
  125.     Font.Charset = DEFAULT_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'Arial'
  129.     Font.Style = [fsBold]
  130.     ParentFont = False
  131.     TabOrder = 5
  132.     OnClick = btnRemoveClick
  133.   end
  134.   object RLSearch: TRLSearch
  135.     FilterExt.Strings = (
  136.       'ASF'
  137.       'AVI'
  138.       'DAT'
  139.       'DIVX'
  140.       'MP3'
  141.       'MPEG'
  142.       'MPG'
  143.       'VOB')
  144.     Sort = Asc
  145.     Format = Lower
  146.     Left = 280
  147.     Top = 8
  148.   end
  149.   object RLPopUp1: TRLPopUp
  150.     Images = Form1.ImageList1
  151.     OwnerDraw = True
  152.     BarColor = 13158600
  153.     BackColor = 16119285
  154.     GradientWidth = 30
  155.     SelectedBarColor = 16767889
  156.     SelectedFrameColor = clBlack
  157.     SelectedTextColor = clBlack
  158.     SeparatorColor = 13224393
  159.     Font.Charset = DEFAULT_CHARSET
  160.     Font.Color = clBlack
  161.     Font.Height = -11
  162.     Font.Name = 'Tahoma'
  163.     Font.Style = []
  164.     ItemHeightAdd = 11
  165.     DisabledColor = 13224393
  166.     ShadowColor = clSilver
  167.     Flat = False
  168.     Left = 200
  169.     Top = 192
  170.     object mnuFolders: TMenuItem
  171.       Caption = 'Folders'
  172.       OnClick = mnuFoldersClick
  173.     end
  174.   end
  175. end
  176.