home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August - Disc 3 / chip_20018103_hu.iso / honosito / internet / ebmen.exe / %MAINDIR% / ebm.exe / 0 / RCDATA / TDLGBROWSE / TDLGBROWSE.txt
Encoding:
Text File  |  2001-06-29  |  1.4 KB  |  69 lines

  1. object DlgBrowse: TDlgBrowse
  2.   Left = 362
  3.   Top = 116
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 250
  7.   ClientWidth = 298
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object LabChoose: TLabel
  22.     Tag = 3600
  23.     Left = 12
  24.     Top = 14
  25.     Width = 96
  26.     Height = 16
  27.     Caption = '╤í∩┐╜∩┐╜∩┐╜∩┐╜╟⌐∩┐╜∩┐╜∩┐╜∩┐╜'
  28.   end
  29.   object BMBWTreeView: TTreeView
  30.     Left = 12
  31.     Top = 32
  32.     Width = 273
  33.     Height = 179
  34.     Ctl3D = True
  35.     DragCursor = crDefault
  36.     Images = eBookmarkForm.ImageListSmall
  37.     Indent = 19
  38.     ParentCtl3D = False
  39.     ReadOnly = True
  40.     StateImages = eBookmarkForm.ImageState
  41.     TabOrder = 0
  42.     OnChange = BMBWTreeViewChange
  43.     OnCollapsed = BMBWTreeViewCollapsed
  44.     OnExpanding = BMBWTreeViewExpanding
  45.     OnExpanded = BMBWTreeViewExpanded
  46.   end
  47.   object BtnOk: TButton
  48.     Tag = 8000
  49.     Left = 130
  50.     Top = 222
  51.     Width = 75
  52.     Height = 22
  53.     Caption = '╚╖∩┐╜∩┐╜'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 1
  57.   end
  58.   object BtnCancel: TButton
  59.     Tag = 8001
  60.     Left = 210
  61.     Top = 222
  62.     Width = 75
  63.     Height = 22
  64.     Caption = '╚í∩┐╜∩┐╜'
  65.     ModalResult = 2
  66.     TabOrder = 2
  67.   end
  68. end
  69.