home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TCHANGETREEDLG / TCHANGETREEDLG.txt
Text File  |  1999-07-27  |  2KB  |  127 lines

  1. object CHANGETREEDLG: TCHANGETREEDLG
  2.   Tag = 1
  3.   Left = 114
  4.   Top = 21
  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 = 89
  51.     Top = 342
  52.     Width = 100
  53.     Height = 23
  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 = 193
  63.     Top = 342
  64.     Width = 100
  65.     Height = 23
  66.     Cancel = True
  67.     Caption = 'Cancel'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.     OnClick = CancelClick
  71.   end
  72.   object TreeQuick: TPanel
  73.     Left = 125
  74.     Top = 312
  75.     Width = 137
  76.     Height = 25
  77.     Alignment = taLeftJustify
  78.     BevelOuter = bvLowered
  79.     Color = clWindow
  80.     Font.Color = clWindowText
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 3
  86.   end
  87.   object TreeListbox: TMyListBox
  88.     Left = 8
  89.     Top = 8
  90.     Width = 385
  91.     Height = 273
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ItemHeight = 16
  97.     ParentFont = False
  98.     Style = lbOwnerDrawFixed
  99.     TabOrder = 0
  100.     OnDblClick = TreeListboxDblClick
  101.     OnKeyDown = TreeListboxKeyDown
  102.     OnKeyPress = TreeListboxKeyPress
  103.     OnChange = TreeListboxChange
  104.     OnKeyPress1 = TreeListboxKeyPress
  105.     TrueColumnWidth = 0
  106.   end
  107.   object HelpBtn: TButton
  108.     Tag = 4003
  109.     Left = 297
  110.     Top = 342
  111.     Width = 100
  112.     Height = 23
  113.     Caption = 'Help'
  114.     TabOrder = 4
  115.     OnClick = HelpBtnClick
  116.   end
  117.   object Translate1: TTranslate
  118.     Tag = 5080
  119.     Left = 8
  120.     Top = 340
  121.   end
  122.   object ResolutionFix1: TResolutionFix
  123.     Left = 368
  124.     Top = 340
  125.   end
  126. end
  127.