VERSION 5.00 Begin VB.Form InstallFM20 BackColor = &H00FFFFFF& Caption = "DRBL Helper" ClientHeight = 1545 ClientLeft = 2850 ClientTop = 5505 ClientWidth = 11145 Icon = "InstallFM20.frx":0000 LinkTopic = "Form1" ScaleHeight = 1545 ScaleWidth = 11145 Begin VB.CommandButton btnOK Caption = "Close" Height = 375 Left = 0 TabIndex = 3 Top = 1200 Width = 1335 End Begin VB.Image Image1 Height = 1215 Left = 0 Picture = "InstallFM20.frx":0CCA Stretch = -1 'True Top = 0 Width = 1215 End Begin VB.Label lbl1 BackStyle = 0 '³z©ú Caption = "No multilanguage componets installed. Please download ""Microsoft Office Forms 2.0 Object Library"" " ForeColor = &H000000FF& Height = 255 Left = 1680 TabIndex = 2 Top = 360 Width = 7335 End Begin VB.Label lblFM20URL BackStyle = 0 '³z©ú Caption = "http://download.microsoft.com/download/activexcontrolpad/install/4.0.0.950/win98mexp/en-us/setuppad.exe" BeginProperty Font Name = "Arial" Size = 9 Charset = 0 Weight = 400 Underline = -1 'True Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00FF0000& Height = 375 Left = 1680 TabIndex = 1 Top = 720 Width = 8895 End Begin VB.Label lblMsg BackColor = &H00C0FFFF& Height = 1815 Left = 1320 TabIndex = 0 Top = 0 Width = 9855 End End Attribute VB_Name = "InstallFM20" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub btnOK_Click() Unload Me End Sub Private Sub lblFM20URL_Click() ShellExecute hwnd, "Open", lblFM20URL.Caption, "", App.path, 1 End Sub