home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 5 / MasteringVisualBasic5.iso / protview / demowinx / data.2 / marquee / samples / VB / TICKER / IMGFRM.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-10-23  |  3.1 KB  |  92 lines

  1. VERSION 4.00
  2. Begin VB.Form ImageFrm
  3.    Caption         =   "Marquee Picture"
  4.    ClientHeight    =   2655
  5.    ClientLeft      =   2070
  6.    ClientTop       =   1395
  7.    ClientWidth     =   3720
  8.    Height          =   3060
  9.    Left            =   2010
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   2655
  12.    ScaleWidth      =   3720
  13.    Top             =   1050
  14.    Width           =   3840
  15.    Begin VB.CommandButton DoneBtn
  16.       Caption         =   "&OK"
  17.       Height          =   495
  18.       Left            =   2400
  19.       TabIndex        =   1
  20.       Top             =   2040
  21.       Width           =   1215
  22.    End
  23.    Begin PVMarqueeLib.PVMarquee Marquee1
  24.       Height          =   1815
  25.       Left            =   120
  26.       TabIndex        =   0
  27.       Top             =   120
  28.       Width           =   3495
  29.       _Version        =   65538
  30.       _ExtentX        =   6165
  31.       _ExtentY        =   3201
  32.       _StockProps     =   29
  33.       Text            =   "<IMG 1>"
  34.       BackColor       =   65280
  35.       Direction       =   2
  36.       TickIncrement   =   2
  37.       Picture1        =   "ImgFrm.frx":0000
  38.       BeginProperty Font1 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  39.          name            =   "MS Sans Serif"
  40.          charset         =   0
  41.          weight          =   400
  42.          size            =   12
  43.          underline       =   0   'False
  44.          italic          =   0   'False
  45.          strikethrough   =   0   'False
  46.       EndProperty
  47.       BeginProperty Font2 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  48.          name            =   "MS Sans Serif"
  49.          charset         =   0
  50.          weight          =   400
  51.          size            =   12
  52.          underline       =   0   'False
  53.          italic          =   0   'False
  54.          strikethrough   =   0   'False
  55.       EndProperty
  56.       BeginProperty Font3 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  57.          name            =   "MS Sans Serif"
  58.          charset         =   0
  59.          weight          =   400
  60.          size            =   12
  61.          underline       =   0   'False
  62.          italic          =   0   'False
  63.          strikethrough   =   0   'False
  64.       EndProperty
  65.       BeginProperty Font4 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  66.          name            =   "MS Sans Serif"
  67.          charset         =   0
  68.          weight          =   400
  69.          size            =   12
  70.          underline       =   0   'False
  71.          italic          =   0   'False
  72.          strikethrough   =   0   'False
  73.       EndProperty
  74.       BeginProperty Font5 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  75.          name            =   "MS Sans Serif"
  76.          charset         =   0
  77.          weight          =   400
  78.          size            =   12
  79.          underline       =   0   'False
  80.          italic          =   0   'False
  81.          strikethrough   =   0   'False
  82.       EndProperty
  83.       BackColor       =   65280
  84.       Text            =   "<IMG 1>"
  85.    End
  86. Attribute VB_Name = "ImageFrm"
  87. Attribute VB_Creatable = False
  88. Attribute VB_Exposed = False
  89. Private Sub DoneBtn_Click()
  90. Unload ImageFrm
  91. End Sub
  92.