home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form ImageFrm
- Caption = "Marquee Picture"
- ClientHeight = 2655
- ClientLeft = 2070
- ClientTop = 1395
- ClientWidth = 3720
- Height = 3060
- Left = 2010
- LinkTopic = "Form1"
- ScaleHeight = 2655
- ScaleWidth = 3720
- Top = 1050
- Width = 3840
- Begin VB.CommandButton DoneBtn
- Caption = "&OK"
- Height = 495
- Left = 2400
- TabIndex = 1
- Top = 2040
- Width = 1215
- End
- Begin PVMarqueeLib.PVMarquee Marquee1
- Height = 1815
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 3495
- _Version = 65538
- _ExtentX = 6165
- _ExtentY = 3201
- _StockProps = 29
- Text = "<IMG 1>"
- BackColor = 65280
- Direction = 2
- TickIncrement = 2
- Picture1 = "ImgFrm.frx":0000
- 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 = 65280
- Text = "<IMG 1>"
- End
- Attribute VB_Name = "ImageFrm"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub DoneBtn_Click()
- Unload ImageFrm
- End Sub
-