home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TSTDTREEDLG / TSTDTREEDLG.txt
Text File  |  1996-12-31  |  1KB  |  77 lines

  1. object STDTREEDLG: TSTDTREEDLG
  2.   Left = 228
  3.   Top = 303
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 100
  8.   ClientWidth = 357
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object TextField: TLabel
  17.     Left = 5
  18.     Top = 8
  19.     Width = 348
  20.     Height = 33
  21.     AutoSize = False
  22.     ShowAccelChar = False
  23.     WordWrap = True
  24.   end
  25.   object InputLine: TEdit
  26.     Left = 16
  27.     Top = 40
  28.     Width = 329
  29.     Height = 21
  30.     TabOrder = 0
  31.     OnKeyDown = InputLineKeyDown
  32.   end
  33.   object OK: TButton
  34.     Tag = 4001
  35.     Left = 28
  36.     Top = 69
  37.     Width = 90
  38.     Height = 24
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.     OnKeyDown = InputLineKeyDown
  44.   end
  45.   object id_calltree: TButton
  46.     Tag = 2
  47.     Left = 134
  48.     Top = 69
  49.     Width = 90
  50.     Height = 24
  51.     Caption = '&Tree'
  52.     TabOrder = 2
  53.     OnClick = id_calltreeClick
  54.     OnKeyDown = InputLineKeyDown
  55.   end
  56.   object Cancel: TButton
  57.     Tag = 4002
  58.     Left = 240
  59.     Top = 69
  60.     Width = 90
  61.     Height = 24
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 3
  66.     OnKeyDown = InputLineKeyDown
  67.   end
  68.   object Translate1: TTranslate
  69.     Tag = 5000
  70.     Top = 76
  71.   end
  72.   object ResolutionFix1: TResolutionFix
  73.     Left = 328
  74.     Top = 72
  75.   end
  76. end
  77.