home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / subtitles / subtitlesk5ky.exe / SubtitlesK5ky.EXE / 0 / RCDATA / TFORMBROWSEFOLDER / TFORMBROWSEFOLDER.txt
Text File  |  2006-09-24  |  2KB  |  74 lines

  1. object FormBrowseFolder: TFormBrowseFolder
  2.   Left = 318
  3.   Top = 117
  4.   AutoScroll = False
  5.   BorderIcons = [biSystemMenu, biMaximize]
  6.   ClientHeight = 292
  7.   ClientWidth = 342
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 220
  10.   Constraints.MinWidth = 210
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     342
  22.     292)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object BrowseFolderLabel: TLabel
  26.     Left = 9
  27.     Top = 224
  28.     Width = 3
  29.     Height = 13
  30.     Anchors = [akLeft, akBottom]
  31.     ShowAccelChar = False
  32.   end
  33.   object BrowseFolderShellTreeView: TShellTreeView
  34.     Left = 0
  35.     Top = 0
  36.     Width = 342
  37.     Height = 219
  38.     ObjectTypes = [otFolders]
  39.     Root = 'rfDesktop'
  40.     UseShellImages = True
  41.     Align = alTop
  42.     Anchors = [akLeft, akTop, akRight, akBottom]
  43.     AutoRefresh = True
  44.     Indent = 19
  45.     ParentColor = False
  46.     RightClickSelect = True
  47.     ShowRoot = False
  48.     TabOrder = 0
  49.     OnChange = BrowseFolderShellTreeViewChange
  50.   end
  51.   object BrowseFolderButtonOK: TButton
  52.     Left = 24
  53.     Top = 245
  54.     Width = 75
  55.     Height = 25
  56.     Anchors = [akBottom]
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 1
  60.     OnClick = BrowseFolderButtonOKClick
  61.   end
  62.   object BrowseFolderButtonCancel: TButton
  63.     Left = 243
  64.     Top = 245
  65.     Width = 75
  66.     Height = 25
  67.     Anchors = [akBottom]
  68.     Cancel = True
  69.     ModalResult = 2
  70.     TabOrder = 2
  71.     OnClick = BrowseFolderButtonCancelClick
  72.   end
  73. end
  74.