home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / zabezpeceni / cdcheck / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMFILEBROWSE / TFRMFILEBROWSE.txt
Text File  |  2006-07-03  |  3KB  |  142 lines

  1. object FrmFileBrowse: TFrmFileBrowse
  2.   Left = 442
  3.   Top = 240
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'File Browse'
  7.   ClientHeight = 421
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   Constraints.MinHeight = 207
  11.   Constraints.MinWidth = 330
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   ShowHint = True
  21.   OnCloseQuery = FormCloseQuery
  22.   OnCreate = FormCreate
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object LblFDListing: TLabel
  26.     Left = 8
  27.     Top = 8
  28.     Width = 96
  29.     Height = 13
  30.     Caption = 'File / directory listing'
  31.   end
  32.   object LblFilter: TLabel
  33.     Left = 8
  34.     Top = 323
  35.     Width = 22
  36.     Height = 13
  37.     Anchors = [akLeft, akBottom]
  38.     Caption = 'Filter'
  39.     Visible = False
  40.   end
  41.   object SpdCancel: TButton
  42.     Left = 197
  43.     Top = 371
  44.     Width = 72
  45.     Height = 25
  46.     Anchors = [akRight, akBottom]
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.   end
  52.   object SpdOK: TButton
  53.     Left = 285
  54.     Top = 371
  55.     Width = 72
  56.     Height = 25
  57.     Anchors = [akRight, akBottom]
  58.     Caption = 'OK'
  59.     Default = True
  60.     ModalResult = 1
  61.     TabOrder = 2
  62.   end
  63.   object CBoxFilter: TComboBox
  64.     Tag = 255
  65.     Left = 8
  66.     Top = 339
  67.     Width = 351
  68.     Height = 21
  69.     Style = csDropDownList
  70.     Anchors = [akLeft, akRight, akBottom]
  71.     ItemHeight = 13
  72.     TabOrder = 1
  73.     Visible = False
  74.     OnChange = CBoxFilterChange
  75.   end
  76.   object VFileTree: TVirtualStringTree
  77.     Left = 8
  78.     Top = 32
  79.     Width = 351
  80.     Height = 289
  81.     Anchors = [akLeft, akTop, akRight, akBottom]
  82.     BorderStyle = bsSingle
  83.     ClipboardFormats.Strings = (
  84.       'Plain text'
  85.       'Unicode text'
  86.       'Virtual Tree Data')
  87.     Colors.BorderColor = clWindowText
  88.     Colors.HotColor = clBlack
  89.     Ctl3D = False
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'Tahoma'
  94.     Font.Style = []
  95.     Header.AutoSizeIndex = 0
  96.     Header.Columns = <>
  97.     Header.Font.Charset = DEFAULT_CHARSET
  98.     Header.Font.Color = clWindowText
  99.     Header.Font.Height = -11
  100.     Header.Font.Name = 'MS Sans Serif'
  101.     Header.Font.Style = []
  102.     Header.MainColumn = -1
  103.     Header.Options = [hoColumnResize, hoDrag]
  104.     Header.Style = hsThickButtons
  105.     HintAnimation = hatNone
  106.     HintMode = hmDefault
  107.     IncrementalSearch = isInitializedOnly
  108.     IncrementalSearchDirection = sdForward
  109.     ParentCtl3D = False
  110.     ParentFont = False
  111.     TabOrder = 0
  112.     OnDblClick = VFileTreeDblClick
  113.     OnFocusChanged = VFileTreeFocusChanged
  114.     OnFreeNode = VFileTreeFreeNode
  115.     OnGetText = VFileTreeGetText
  116.     OnGetImageIndex = VFileTreeGetImageIndex
  117.     OnIncrementalSearch = VFileTreeIncrementalSearch
  118.     OnInitChildren = VFileTreeInitChildren
  119.     OnInitNode = VFileTreeInitNode
  120.     OnKeyDown = VFileTreeKeyDown
  121.     WideDefaultText = 'Node'
  122.   end
  123.   object StatusBar1: TStatusBar
  124.     Left = 0
  125.     Top = 402
  126.     Width = 368
  127.     Height = 19
  128.     Panels = <>
  129.     SimplePanel = True
  130.   end
  131.   object SpdStart: TButton
  132.     Left = 9
  133.     Top = 371
  134.     Width = 112
  135.     Height = 25
  136.     Anchors = [akLeft, akBottom]
  137.     Caption = 'Start process!'
  138.     ModalResult = 6
  139.     TabOrder = 5
  140.   end
  141. end
  142.