home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Warning
- BorderStyle = 1 'Fixed Single
- Caption = "File verification not performed"
- ClientHeight = 2085
- ClientLeft = 2460
- ClientTop = 3195
- ClientWidth = 5325
- Height = 2490
- Left = 2400
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2085
- ScaleWidth = 5325
- Top = 2850
- Width = 5445
- Begin CommandButton Command1
- Caption = "Ok"
- Height = 435
- Left = 1950
- TabIndex = 2
- Top = 1500
- Width = 1545
- End
- Begin Label Label1
- Caption = "You may experience problems if you continue. To insure proper operation, close this application and run the XXX.EXE application ."
- Height = 615
- Index = 1
- Left = 30
- TabIndex = 1
- Top = 810
- Width = 5295
- End
- Begin Label Label1
- Caption = "Warning! This application was loaded without verification of the required DLLs and custom controls."
- Height = 435
- Index = 0
- Left = 30
- TabIndex = 0
- Top = 240
- Width = 5295
- End
- Option Explicit
- Sub Command1_Click ()
- Unload Me
- End Sub
-