home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMMAP / TFRMMAP.txt
Encoding:
Text File  |  1998-01-30  |  833 b   |  49 lines

  1. object FrmMap: TFrmMap
  2.   Left = 200
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Map'
  6.   ClientHeight = 89
  7.   ClientWidth = 292
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object lblName: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 50
  18.     Height = 13
  19.     Caption = 'Map &name'
  20.     FocusControl = EditName
  21.   end
  22.   object btnOK: TButton
  23.     Left = 128
  24.     Top = 56
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object btnCancel: TButton
  33.     Left = 208
  34.     Top = 56
  35.     Width = 75
  36.     Height = 25
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 2
  40.   end
  41.   object EditName: TEdit
  42.     Left = 8
  43.     Top = 24
  44.     Width = 273
  45.     Height = 21
  46.     TabOrder = 0
  47.   end
  48. end
  49.