home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / Free / Prg / imagemapmaker.exe / frmHTML.frm (.txt) next >
Encoding:
Visual Basic Form  |  1998-07-02  |  1.1 KB  |  38 lines

  1. VERSION 5.00
  2. Begin VB.Form frmHTML 
  3.    Caption         =   "Image map HTML code"
  4.    ClientHeight    =   4284
  5.    ClientLeft      =   2196
  6.    ClientTop       =   1224
  7.    ClientWidth     =   5652
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   4284
  10.    ScaleWidth      =   5652
  11.    Begin VB.CommandButton cmdThanx 
  12.       Caption         =   "Thanx!"
  13.       Height          =   372
  14.       Left            =   1680
  15.       TabIndex        =   1
  16.       Top             =   3840
  17.       Width           =   2172
  18.    End
  19.    Begin VB.TextBox txtHTML 
  20.       Height          =   3852
  21.       Left            =   0
  22.       MultiLine       =   -1  'True
  23.       ScrollBars      =   3  'Both
  24.       TabIndex        =   0
  25.       Text            =   "frmHTML.frx":0000
  26.       Top             =   0
  27.       Visible         =   0   'False
  28.       Width           =   5652
  29.    End
  30. Attribute VB_Name = "frmHTML"
  31. Attribute VB_GlobalNameSpace = False
  32. Attribute VB_Creatable = False
  33. Attribute VB_PredeclaredId = True
  34. Attribute VB_Exposed = False
  35. Private Sub cmdThanx_Click()
  36. Unload frmHTML
  37. End Sub
  38.