home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form OrderInfo
- BorderStyle = 1 'Fixed Single
- Caption = "Registration Information"
- ClientHeight = 3195
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4680
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3195
- ScaleWidth = 4680
- StartUpPosition = 2 'CenterScreen
- Begin VB.CommandButton Command1
- Caption = "&Close"
- Default = -1 'True
- Height = 375
- Left = 1440
- TabIndex = 1
- Top = 2640
- Width = 1815
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Registration Information"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 4455
- End
- Attribute VB_Name = "OrderInfo"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload OrderInfo
- End Sub
-