home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMVIEWMAP / TFRMVIEWMAP.txt
Text File  |  1996-10-14  |  2KB  |  87 lines

  1. object frmViewMap: TfrmViewMap
  2.   Left = 235
  3.   Top = 141
  4.   HelpContext = 157
  5.   BorderStyle = bsDialog
  6.   Caption = 'View map tags'
  7.   ClientHeight = 363
  8.   ClientWidth = 546
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object pnlButtons: TPanel
  18.     Left = 0
  19.     Top = 330
  20.     Width = 546
  21.     Height = 33
  22.     Align = alBottom
  23.     BevelOuter = bvNone
  24.     TabOrder = 0
  25.     object OKBtn: TBitBtn
  26.       Left = 380
  27.       Top = 5
  28.       Width = 77
  29.       Height = 25
  30.       Caption = 'OK'
  31.       Default = True
  32.       Font.Color = clBlack
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ModalResult = 1
  37.       ParentFont = False
  38.       TabOrder = 0
  39.       NumGlyphs = 2
  40.       Spacing = -1
  41.       IsControl = True
  42.     end
  43.     object HelpBtn: TBitBtn
  44.       Left = 464
  45.       Top = 5
  46.       Width = 77
  47.       Height = 25
  48.       Caption = '&Help'
  49.       Font.Color = clBlack
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 1
  55.       OnClick = HelpBtnClick
  56.       NumGlyphs = 2
  57.       Spacing = -1
  58.       IsControl = True
  59.     end
  60.   end
  61.   object pnlMapTag: TPanel
  62.     Left = 0
  63.     Top = 0
  64.     Width = 546
  65.     Height = 330
  66.     Align = alClient
  67.     BevelOuter = bvLowered
  68.     TabOrder = 1
  69.     object memMapTags: TMemo
  70.       Left = 1
  71.       Top = 1
  72.       Width = 544
  73.       Height = 328
  74.       Align = alClient
  75.       BorderStyle = bsNone
  76.       Font.Color = clBlack
  77.       Font.Height = -13
  78.       Font.Name = 'Courier'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       ReadOnly = True
  82.       TabOrder = 0
  83.       WordWrap = False
  84.     end
  85.   end
  86. end
  87.