home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHANGETREEDLG / TCHANGETREEDLG.txt
Text File  |  1998-08-11  |  2KB  |  116 lines

  1. object CHANGETREEDLG: TCHANGETREEDLG
  2.   Tag = 1
  3.   Left = 93
  4.   Top = 23
  5.   HelpContext = 210
  6.   ActiveControl = TreeListbox
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsDialog
  9.   Caption = 'Directory Tree'
  10.   ClientHeight = 370
  11.   ClientWidth = 403
  12.   Font.Color = clBtnText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object treecurrent: TLabel
  21.     Left = 7
  22.     Top = 280
  23.     Width = 386
  24.     Height = 30
  25.     AutoSize = False
  26.     WordWrap = True
  27.   end
  28.   object Quicksearch: TLabel
  29.     Tag = 4
  30.     Left = 8
  31.     Top = 318
  32.     Width = 113
  33.     Height = 14
  34.     AutoSize = False
  35.     Caption = 'Quick search:'
  36.     WordWrap = True
  37.   end
  38.   object F2rescantree: TLabel
  39.     Tag = 5
  40.     Left = 264
  41.     Top = 318
  42.     Width = 133
  43.     Height = 14
  44.     AutoSize = False
  45.     Caption = 'F2 re-scan tree'
  46.     WordWrap = True
  47.   end
  48.   object Ok: TButton
  49.     Tag = 4001
  50.     Left = 45
  51.     Top = 341
  52.     Width = 110
  53.     Height = 24
  54.     Caption = 'Ok'
  55.     Default = True
  56.     ModalResult = 1
  57.     TabOrder = 1
  58.     OnClick = OkClick
  59.   end
  60.   object Cancel: TButton
  61.     Tag = 4002
  62.     Left = 237
  63.     Top = 341
  64.     Width = 110
  65.     Height = 24
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.     OnClick = CancelClick
  70.   end
  71.   object TreeQuick: TPanel
  72.     Left = 125
  73.     Top = 312
  74.     Width = 137
  75.     Height = 25
  76.     Alignment = taLeftJustify
  77.     BevelOuter = bvLowered
  78.     Color = clWindow
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 3
  85.   end
  86.   object TreeListbox: TMyListBox
  87.     Left = 8
  88.     Top = 8
  89.     Width = 385
  90.     Height = 273
  91.     Font.Color = clWindowText
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = []
  95.     ItemHeight = 16
  96.     ParentFont = False
  97.     Style = lbOwnerDrawFixed
  98.     TabOrder = 0
  99.     OnDblClick = TreeListboxDblClick
  100.     OnKeyDown = TreeListboxKeyDown
  101.     OnKeyPress = TreeListboxKeyPress
  102.     OnChange = TreeListboxChange
  103.     OnKeyPress1 = TreeListboxKeyPress
  104.     TrueColumnWidth = 0
  105.   end
  106.   object Translate1: TTranslate
  107.     Tag = 5080
  108.     Left = 8
  109.     Top = 340
  110.   end
  111.   object ResolutionFix1: TResolutionFix
  112.     Left = 368
  113.     Top = 340
  114.   end
  115. end
  116.