home *** CD-ROM | disk | FTP | other *** search
/ Chip 25 / Chip25.iso / Sharewar / BackupX / _SETUP.1 / BackupX.de / 0 / RCDATA / TFRMSHOWFILES / TFRMSHOWFILES.txt
Text File  |  1999-09-25  |  3KB  |  123 lines

  1. object frmShowfiles: TfrmShowfiles
  2.   Left = 654
  3.   Top = 163
  4.   Width = 252
  5.   Height = 473
  6.   HelpContext = 30
  7.   BorderStyle = bsSizeToolWin
  8.   BorderWidth = 1
  9.   Caption = 'Dateien'
  10.   Color = clBtnFace
  11.   Constraints.MaxWidth = 500
  12.   Constraints.MinHeight = 200
  13.   Constraints.MinWidth = 200
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   FormStyle = fsStayOnTop
  20.   KeyPreview = True
  21.   OldCreateOrder = True
  22.   Scaled = False
  23.   OnCloseQuery = FormCloseQuery
  24.   OnCreate = FormCreate
  25.   OnDestroy = FormDestroy
  26.   OnKeyPress = FormKeyPress
  27.   OnKeyUp = FormKeyUp
  28.   OnResize = FormResize
  29.   OnShow = FormShow
  30.   PixelsPerInch = 96
  31.   TextHeight = 13
  32.   object Treeview: TTreeNT
  33.     Left = 0
  34.     Top = 17
  35.     Width = 242
  36.     Height = 427
  37.     Align = alClient
  38.     Ctl3D = True
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     Indent = 19
  45.     InsertMarkColor = clBlack
  46.     ItemHeight = 16
  47.     Options = [toAutoExpand, toEvenHeight, toHideSelection, toMultiSelect, toReadOnly, toRightClickSelect, toShowButtons, toShowLines, toShowRoot]
  48.     ParentColor = False
  49.     ParentCtl3D = False
  50.     ParentFont = False
  51.     PopupMenu = PopmFiles
  52.     ScrollTime = 100
  53.     TabOrder = 0
  54.     OnAfterItemPaint = TreeviewAfterItemPaint
  55.     OnDblClick = TreeviewDblClick
  56.     OnKeyPress = TreeviewKeyPress
  57.     OnMouseDown = TreeviewMouseDown
  58.   end
  59.   object hcFiles: THeaderControl
  60.     Left = 0
  61.     Top = 0
  62.     Width = 242
  63.     Height = 17
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clWindowText
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     Sections = <
  70.       item
  71.         Text = 'Name'
  72.         Width = 170
  73.       end
  74.       item
  75.         Alignment = taCenter
  76.         Text = 'Gr∩┐╜∩┐╜e'
  77.         Width = 60
  78.       end
  79.       item
  80.         Alignment = taCenter
  81.         Text = 'Datum'
  82.         Width = 0
  83.       end>
  84.     ParentFont = False
  85.     OnSectionClick = hcFilesSectionClick
  86.   end
  87.   object PopmFiles: TPopupMenu
  88.     OnPopup = PopmFilesPopup
  89.     Left = 16
  90.     Top = 20
  91.     object Open1: TMenuItem
  92.       Caption = '&∩┐╜ffnen'
  93.     end
  94.     object N2: TMenuItem
  95.       Caption = '-'
  96.     end
  97.     object View1: TMenuItem
  98.       Caption = '&Anzeigen'
  99.       ShortCut = 16470
  100.       OnClick = View1Click
  101.     end
  102.     object N1: TMenuItem
  103.       Caption = '-'
  104.     end
  105.     object Delete1: TMenuItem
  106.       Caption = '&Exclude'
  107.       OnClick = Delete1Click
  108.     end
  109.     object Excludeextention1: TMenuItem
  110.       Caption = 'Exclude e&xtention'
  111.       ShortCut = 16472
  112.       OnClick = Excludeextention1Click
  113.     end
  114.   end
  115.   object TimerFocus: TTimer
  116.     Enabled = False
  117.     Interval = 10
  118.     OnTimer = TimerFocusTimer
  119.     Left = 16
  120.     Top = 56
  121.   end
  122. end
  123.