home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form ColorFrm
- Caption = "Marquee Colors"
- ClientHeight = 1830
- ClientLeft = 2115
- ClientTop = 1410
- ClientWidth = 4635
- Height = 2235
- Left = 2055
- LinkTopic = "Form1"
- ScaleHeight = 1830
- ScaleWidth = 4635
- Top = 1065
- Width = 4755
- Begin VB.CommandButton DoneBtn
- Caption = "&OK"
- Height = 495
- Left = 3480
- TabIndex = 1
- Top = 1200
- Width = 975
- End
- Begin VB.Label Label1
- Caption = "The Marquee control can display various colors throughout the text."
- Height = 495
- Left = 240
- TabIndex = 2
- Top = 1200
- Width = 2775
- End
- Begin PVMarqueeLib.PVMarquee MarqueeColor
- Height = 975
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 4335
- _Version = 65538
- _ExtentX = 7646
- _ExtentY = 1720
- _StockProps = 29
- Text = "<COLOR R255>The <COLOR G255>ProtoView <COLOR B255>Marquee <COLOR R192G192B192>Control"
- BackColor = 16711935
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 24
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- TickIncrement = 2
- TickTime = 50
- BeginProperty Font1 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty Font2 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty Font3 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty Font4 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BeginProperty Font5 {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- name = "MS Sans Serif"
- charset = 0
- weight = 400
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- BackColor = 16711935
- Text = "<COLOR R255>The <COLOR G255>ProtoView <COLOR B255>Marquee <COLOR R192G192B192>Control"
- End
- Attribute VB_Name = "ColorFrm"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub DoneBtn_Click()
- Unload ColorFrm
- End Sub
-