home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / Handyman_2653823252002.psc / frmSmile.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-02-20  |  1.6 KB  |  56 lines

  1. VERSION 5.00
  2. Begin VB.Form frmSmile 
  3.    Caption         =   "Smilies"
  4.    ClientHeight    =   8040
  5.    ClientLeft      =   2265
  6.    ClientTop       =   345
  7.    ClientWidth     =   8355
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   8040
  10.    ScaleWidth      =   8355
  11.    Begin VB.CommandButton Command1 
  12.       Caption         =   "Add"
  13.       Height          =   495
  14.       Left            =   240
  15.       TabIndex        =   4
  16.       Top             =   960
  17.       Width           =   1935
  18.    End
  19.    Begin VB.ListBox List2 
  20.       Height          =   3960
  21.       Left            =   2760
  22.       TabIndex        =   1
  23.       Top             =   2160
  24.       Width           =   5175
  25.    End
  26.    Begin VB.ListBox List1 
  27.       Height          =   3960
  28.       ItemData        =   "frmSmile.frx":0000
  29.       Left            =   360
  30.       List            =   "frmSmile.frx":0002
  31.       TabIndex        =   0
  32.       Top             =   2160
  33.       Width           =   1935
  34.    End
  35.    Begin VB.Label Label2 
  36.       Caption         =   "Description"
  37.       Height          =   255
  38.       Left            =   2880
  39.       TabIndex        =   3
  40.       Top             =   1800
  41.       Width           =   5055
  42.    End
  43.    Begin VB.Label Label1 
  44.       Caption         =   "Smiley"
  45.       Height          =   255
  46.       Left            =   360
  47.       TabIndex        =   2
  48.       Top             =   1800
  49.       Width           =   1935
  50.    End
  51. Attribute VB_Name = "frmSmile"
  52. Attribute VB_GlobalNameSpace = False
  53. Attribute VB_Creatable = False
  54. Attribute VB_PredeclaredId = True
  55. Attribute VB_Exposed = False
  56.