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

  1. VERSION 4.00
  2. Begin VB.Form ColorFrm
  3.    Caption         =   "Marquee Colors"
  4.    ClientHeight    =   1830
  5.    ClientLeft      =   2115
  6.    ClientTop       =   1410
  7.    ClientWidth     =   4635
  8.    Height          =   2235
  9.    Left            =   2055
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   1830
  12.    ScaleWidth      =   4635
  13.    Top             =   1065
  14.    Width           =   4755
  15.    Begin VB.CommandButton DoneBtn
  16.       Caption         =   "&OK"
  17.       Height          =   495
  18.       Left            =   3480
  19.       TabIndex        =   1
  20.       Top             =   1200
  21.       Width           =   975
  22.    End
  23.    Begin VB.Label Label1
  24.       Caption         =   "The Marquee control can display various colors throughout the text."
  25.       Height          =   495
  26.       Left            =   240
  27.       TabIndex        =   2
  28.       Top             =   1200
  29.       Width           =   2775
  30.    End
  31.    Begin PVMarqueeLib.PVMarquee MarqueeColor
  32.       Height          =   975
  33.       Left            =   120
  34.       TabIndex        =   0
  35.       Top             =   120
  36.       Width           =   4335
  37.       _Version        =   65538
  38.       _ExtentX        =   7646
  39.       _ExtentY        =   1720
  40.       _StockProps     =   29
  41.       Text            =   "<COLOR R255>The <COLOR G255>ProtoView <COLOR B255>Marquee <COLOR R192G192B192>Control"
  42.       BackColor       =   16711935
  43.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  44.          name            =   "MS Sans Serif"
  45.          charset         =   0
  46.          weight          =   400
  47.          size            =   24
  48.          underline       =   0   'False
  49.          italic          =   0   'False
  50.          strikethrough   =   0   'False
  51.       EndProperty
  52.       TickIncrement   =   2
  53.       TickTime        =   50
  54.       BeginProperty Font1 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  55.          name            =   "MS Sans Serif"
  56.          charset         =   0
  57.          weight          =   400
  58.          size            =   12
  59.          underline       =   0   'False
  60.          italic          =   0   'False
  61.          strikethrough   =   0   'False
  62.       EndProperty
  63.       BeginProperty Font2 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  64.          name            =   "MS Sans Serif"
  65.          charset         =   0
  66.          weight          =   400
  67.          size            =   12
  68.          underline       =   0   'False
  69.          italic          =   0   'False
  70.          strikethrough   =   0   'False
  71.       EndProperty
  72.       BeginProperty Font3 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  73.          name            =   "MS Sans Serif"
  74.          charset         =   0
  75.          weight          =   400
  76.          size            =   12
  77.          underline       =   0   'False
  78.          italic          =   0   'False
  79.          strikethrough   =   0   'False
  80.       EndProperty
  81.       BeginProperty Font4 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  82.          name            =   "MS Sans Serif"
  83.          charset         =   0
  84.          weight          =   400
  85.          size            =   12
  86.          underline       =   0   'False
  87.          italic          =   0   'False
  88.          strikethrough   =   0   'False
  89.       EndProperty
  90.       BeginProperty Font5 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
  91.          name            =   "MS Sans Serif"
  92.          charset         =   0
  93.          weight          =   400
  94.          size            =   12
  95.          underline       =   0   'False
  96.          italic          =   0   'False
  97.          strikethrough   =   0   'False
  98.       EndProperty
  99.       BackColor       =   16711935
  100.       Text            =   "<COLOR R255>The <COLOR G255>ProtoView <COLOR B255>Marquee <COLOR R192G192B192>Control"
  101.    End
  102. Attribute VB_Name = "ColorFrm"
  103. Attribute VB_Creatable = False
  104. Attribute VB_Exposed = False
  105. Private Sub DoneBtn_Click()
  106. Unload ColorFrm
  107. End Sub
  108.