home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form NextTextFrm
- Caption = "Marquee Next"
- ClientHeight = 3105
- ClientLeft = 2100
- ClientTop = 1395
- ClientWidth = 3900
- Height = 3510
- Left = 2040
- LinkTopic = "Form1"
- ScaleHeight = 3105
- ScaleWidth = 3900
- Top = 1050
- Width = 4020
- Begin VB.CommandButton DoneBtn
- Caption = "&OK"
- Height = 375
- Left = 2760
- TabIndex = 3
- Top = 2640
- Width = 975
- End
- Begin VB.CommandButton NextBtn
- Caption = "&Next"
- Height = 375
- Left = 2760
- TabIndex = 2
- Top = 1920
- Width = 975
- End
- Begin VB.TextBox NewText
- Height = 495
- Left = 120
- TabIndex = 1
- Text = "New Text"
- Top = 1200
- Width = 3615
- End
- Begin VB.Label Label1
- Caption = $"NTxtFrm.frx":0000
- Height = 975
- Left = 120
- TabIndex = 4
- Top = 1920
- Width = 2295
- End
- Begin PVMarqueeLib.PVMarquee MarqueeNext
- Height = 975
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 3615
- _Version = 65538
- _ExtentX = 6376
- _ExtentY = 1720
- _StockProps = 29
- Text = "ProtoView Marquee"
- BackColor = 16776960
- TickIncrement = 2
- 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 = 16776960
- End
- Attribute VB_Name = "NextTextFrm"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub DoneBtn_Click()
- Unload NextTextFrm
- End Sub
- Private Sub NextBtn_Click()
- MarqueeNext.NextDisplayString = NewText.Text
- End Sub
-