home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form Title Bar"
- ClientHeight = 1425
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 5205
- Icon = "Form1.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1425
- ScaleWidth = 5205
- StartUpPosition = 2 'CenterScreen
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Vertical gradient"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 18
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 795
- Left = 120
- TabIndex = 0
- Top = 360
- Width = 4935
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- GradientForm Me
- End Sub
- Private Sub Form_Unload(Cancel As Integer)
- GradientReleaseForm Me
- End Sub
-