home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Komunik / News / Xnews / Xnews.exe / 0 / RCDATA / TFMFLDRPICKER / TFMFLDRPICKER.txt
Text File  |  1999-11-08  |  2KB  |  81 lines

  1. object fmFldrPicker: TfmFldrPicker
  2.   Left = 241
  3.   Top = 122
  4.   Width = 539
  5.   Height = 405
  6.   Caption = 'Select folder'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnKeyPress = FormKeyPress
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object LV: TMyListView
  21.     Left = 0
  22.     Top = 0
  23.     Width = 531
  24.     Height = 337
  25.     Align = alTop
  26.     Columns = <
  27.       item
  28.         Caption = 'Name'
  29.         Width = 300
  30.       end
  31.       item
  32.         Caption = 'File'
  33.         Width = 200
  34.       end>
  35.     ColumnClick = False
  36.     DragMode = dmAutomatic
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -17
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     GridLines = True
  43.     HideSelection = False
  44.     HotTrackStyles = []
  45.     OwnerData = True
  46.     OwnerDraw = True
  47.     ReadOnly = True
  48.     RowSelect = True
  49.     ParentFont = False
  50.     SmallImages = XnewsFrame.TaskBarImages
  51.     TabOrder = 0
  52.     ViewStyle = vsReport
  53.     OnChange = LVChange
  54.     OnData = LVData
  55.     OnDataFind = LVDataFind
  56.     OnDblClick = LVDblClick
  57.     OnDrawItem = LVDrawItem
  58.     SaveSettings.RegistryKey = 'Software\Xnews\Folders\Columns'
  59.   end
  60.   object bOkay: TButton
  61.     Left = 328
  62.     Top = 344
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'O&kay'
  66.     Default = True
  67.     Enabled = False
  68.     ModalResult = 1
  69.     TabOrder = 1
  70.   end
  71.   object Button2: TButton
  72.     Left = 432
  73.     Top = 344
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 2
  79.   end
  80. end
  81.