home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / adownloader.exe / 0 / RCDATA / TFRMSELECTLINKS / TFRMSELECTLINKS.txt
Text File  |  2013-04-03  |  3KB  |  144 lines

  1. object frmSelectLinks: TfrmSelectLinks
  2.   Left = 247
  3.   Top = 418
  4.   Caption = 'Select Links'
  5.   ClientHeight = 367
  6.   ClientWidth = 538
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnClose = TntFormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lblServer: TTntLabel
  19.     Left = 13
  20.     Top = 16
  21.     Width = 34
  22.     Height = 13
  23.     Caption = 'Server:'
  24.   end
  25.   object lblExt: TTntLabel
  26.     Left = 293
  27.     Top = 16
  28.     Width = 66
  29.     Height = 13
  30.     Caption = 'File Extention:'
  31.   end
  32.   object bv: TBevel
  33.     Left = 9
  34.     Top = 323
  35.     Width = 520
  36.     Height = 2
  37.   end
  38.   object lvServers: TTntListView
  39.     Left = 15
  40.     Top = 40
  41.     Width = 266
  42.     Height = 241
  43.     BevelKind = bkTile
  44.     BorderStyle = bsNone
  45.     Checkboxes = True
  46.     Columns = <
  47.       item
  48.         Width = 240
  49.       end>
  50.     ColumnClick = False
  51.     FlatScrollBars = True
  52.     HideSelection = False
  53.     MultiSelect = True
  54.     ReadOnly = True
  55.     RowSelect = True
  56.     ParentShowHint = False
  57.     ShowColumnHeaders = False
  58.     ShowHint = True
  59.     TabOrder = 0
  60.     ViewStyle = vsReport
  61.     OnKeyDown = lvListKeyDown
  62.   end
  63.   object lvExts: TTntListView
  64.     Left = 293
  65.     Top = 40
  66.     Width = 233
  67.     Height = 241
  68.     BevelKind = bkTile
  69.     BorderStyle = bsNone
  70.     Checkboxes = True
  71.     Columns = <
  72.       item
  73.         Width = 210
  74.       end>
  75.     ColumnClick = False
  76.     FlatScrollBars = True
  77.     HideSelection = False
  78.     MultiSelect = True
  79.     ReadOnly = True
  80.     RowSelect = True
  81.     ParentShowHint = False
  82.     ShowColumnHeaders = False
  83.     ShowHint = True
  84.     TabOrder = 3
  85.     ViewStyle = vsReport
  86.     OnKeyDown = lvListKeyDown
  87.   end
  88.   object btnCancel: TTntButton
  89.     Left = 415
  90.     Top = 332
  91.     Width = 97
  92.     Height = 25
  93.     Caption = 'Cancel'
  94.     ModalResult = 2
  95.     TabOrder = 7
  96.   end
  97.   object btnOK: TTntButton
  98.     Left = 304
  99.     Top = 332
  100.     Width = 97
  101.     Height = 25
  102.     Caption = 'OK'
  103.     ModalResult = 1
  104.     TabOrder = 6
  105.     OnClick = btnOKClick
  106.   end
  107.   object btnSVSelectAll: TTntButton
  108.     Left = 32
  109.     Top = 288
  110.     Width = 97
  111.     Height = 25
  112.     Caption = 'Select All'
  113.     TabOrder = 1
  114.     OnClick = btnSVSelectAllClick
  115.   end
  116.   object btnSVInvert: TTntButton
  117.     Left = 159
  118.     Top = 288
  119.     Width = 97
  120.     Height = 25
  121.     Caption = 'Invert Selection'
  122.     TabOrder = 2
  123.     OnClick = btnSVInvertClick
  124.   end
  125.   object btnExtSelectAll: TTntButton
  126.     Left = 304
  127.     Top = 288
  128.     Width = 97
  129.     Height = 25
  130.     Caption = 'Select All'
  131.     TabOrder = 4
  132.     OnClick = btnExtSelectAllClick
  133.   end
  134.   object btnExtInvert: TTntButton
  135.     Left = 415
  136.     Top = 288
  137.     Width = 97
  138.     Height = 25
  139.     Caption = 'Invert Selection'
  140.     TabOrder = 5
  141.     OnClick = btnExtInvertClick
  142.   end
  143. end
  144.