home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Musique / aimp / aimp_2.61.583.exe / AIMP2.exe / 0 / RCDATA / TAIMPSEARCHNEWFILESFORM / TAIMPSEARCHNEWFILESFORM.txt < prev   
Text File  |  2010-08-07  |  3KB  |  127 lines

  1. object AIMPSearchNewFilesForm: TAIMPSearchNewFilesForm
  2.   Left = 232
  3.   Top = 187
  4.   BorderStyle = bsDialog
  5.   Caption = 'AIMP2: Search New Files'
  6.   ClientHeight = 389
  7.   ClientWidth = 503
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object FormHeader: TMySkinFormHeader
  19.     Left = 0
  20.     Top = 0
  21.     Width = 503
  22.     Height = 55
  23.     Align = alTop
  24.   end
  25.   object bAddFiles: TMySkinButton
  26.     Left = 354
  27.     Top = 360
  28.     Width = 144
  29.     Height = 25
  30.     Cursor = crHandPoint
  31.     Enabled = False
  32.     OnClick = bAddFilesClick
  33.   end
  34.   object bClose: TMySkinButton
  35.     Left = 6
  36.     Top = 360
  37.     Width = 144
  38.     Height = 25
  39.     Cursor = crHandPoint
  40.     ModalResult = 1
  41.   end
  42.   object SearchNewFiles: TMySkinGroupBox
  43.     Left = 6
  44.     Top = 59
  45.     Width = 493
  46.     Height = 294
  47.     TabOrder = 0
  48.     object Image1: TImage
  49.       Left = 8
  50.       Top = 7
  51.       Width = 16
  52.       Height = 16
  53.       Picture.Data = {<image000.ico>}
  54.     end
  55.     object Label3: TMySkinLabel
  56.       Left = 28
  57.       Top = 7
  58.       Width = 301
  59.       Height = 16
  60.       Header.BackColor = 10724259
  61.       Header.Color2 = 14145495
  62.     end
  63.     object Label4: TMySkinLabel
  64.       Left = 338
  65.       Top = 7
  66.       Width = 145
  67.       Height = 16
  68.       Alignment = taRightJustify
  69.       Header.BackColor = 10724259
  70.       Header.Color2 = 14145495
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clBlack
  73.       Font.Height = -11
  74.       Font.Name = 'Tahoma'
  75.       Font.Style = [fsBold]
  76.     end
  77.     object Round: TMySkinRoundBevel
  78.       Left = 8
  79.       Top = 56
  80.       Width = 321
  81.       Height = 28
  82.       Style = mbs3D
  83.     end
  84.     object cbWithSubFolders: TMySkinCheckBox
  85.       Left = 15
  86.       Top = 60
  87.       Width = 282
  88.       Height = 20
  89.       Cursor = crHandPoint
  90.       Checked = True
  91.     end
  92.     object bSearch: TMySkinButton
  93.       Left = 336
  94.       Top = 57
  95.       Width = 148
  96.       Height = 26
  97.       Cursor = crHandPoint
  98.       OnClick = bSearchClick
  99.     end
  100.     object Progress: TMyProgressBar
  101.       Left = 8
  102.       Top = 32
  103.       Width = 476
  104.       Height = 18
  105.       TabOrder = 0
  106.     end
  107.     object ListView: TAIMPVirtualListView
  108.       Left = 7
  109.       Top = 89
  110.       Width = 478
  111.       Height = 198
  112.       DoubleBuffered = True
  113.       TabOrder = 1
  114.       CheckBoxes = True
  115.       ColumnOptions.HideColumn = True
  116.       Columns = <
  117.         item
  118.           Width = 440
  119.         end>
  120.       HintAvailable = True
  121.       SelectionOptions.MultiSelect = True
  122.       ViewStyle.BorderColor = 12566463
  123.       OnLayoutChanged = ListViewLayoutChanged
  124.     end
  125.   end
  126. end
  127.