home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form MqFrm
- Caption = "The Marquee Control"
- ClientHeight = 2040
- ClientLeft = 1140
- ClientTop = 1515
- ClientWidth = 6000
- Height = 2445
- Left = 1080
- LinkTopic = "Form1"
- ScaleHeight = 2040
- ScaleWidth = 6000
- Top = 1170
- Width = 6120
- Begin VB.CommandButton DoneBtn
- Caption = "&OK"
- Height = 495
- Left = 4440
- TabIndex = 1
- Top = 1440
- Width = 1455
- End
- Begin VB.Label Label1
- Caption = "The Marquee control with pictures, text, colors and fonts."
- Height = 375
- Left = 120
- TabIndex = 2
- Top = 1560
- Width = 4095
- End
- Begin PVMarqueeLib.PVMarquee Marquee1
- Height = 1215
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 5775
- _Version = 65538
- _ExtentX = 10186
- _ExtentY = 2143
- _StockProps = 29
- Text = $"MqFrm.frx":0000
- BackColor = 16777215
- Picture1 = "MqFrm.frx":00BF
- Picture2 = "MqFrm.frx":0891
- Picture3 = "MqFrm.frx":10BB
- 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
- Text = $"MqFrm.frx":254D
- End
- Attribute VB_Name = "MqFrm"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub DoneBtn_Click()
- Unload MqFrm
- End Sub
-