home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 22 / CD_ASCQ_22_0695.iso / win / prg / hotmap / tool2.dfm / tool2.txt
Text File  |  1995-03-26  |  2KB  |  79 lines

  1. object Tools2: TTools2
  2.   Left = 56
  3.   Top = 61
  4.   Width = 384
  5.   Height = 312
  6.   Caption = 'ToolBox 2'
  7.   Color = clBlack
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 100
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label1: TLabel
  16.     Left = 76
  17.     Top = 204
  18.     Width = 229
  19.     Height = 13
  20.     Alignment = taCenter
  21.     AutoSize = False
  22.     Caption = 'You Selected:'
  23.     Font.Color = clAqua
  24.     Font.Height = -10
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object HotMap1: THotMap
  30.     Left = 44
  31.     Top = 88
  32.     Width = 285
  33.     Height = 93
  34.     Cursor = crArrow
  35.     BackColor = clWhite
  36.     FillType = 0
  37.     Stretch = True
  38.     CurrentRgn = 0
  39.     ColorMode = False
  40.     DragAllowed = False
  41.     MouseHotX = 15
  42.     MouseHotY = 15
  43.     OnRegionMouseDown = HotMap1RegionMouseDown
  44.     MyTag = 0
  45.     MyTagMsg = 0
  46.     NumOfRgns = {0000}
  47.   end
  48.   object Memo1: TMemo
  49.     Left = 44
  50.     Top = 16
  51.     Width = 285
  52.     Height = 57
  53.     Alignment = taCenter
  54.     Color = clTeal
  55.     Enabled = False
  56.     Font.Color = clYellow
  57.     Font.Height = -10
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     Lines.Strings = (
  61.       'Memo1')
  62.     ParentFont = False
  63.     TabOrder = 1
  64.   end
  65.   object Edit1: TEdit
  66.     Left = 76
  67.     Top = 224
  68.     Width = 229
  69.     Height = 20
  70.     Enabled = False
  71.     Font.Color = clBlack
  72.     Font.Height = -10
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 2
  77.   end
  78. end
  79.