home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
VRAC
/
INSURE2.ZIP
/
FORMLOAD.FRM
< prev
next >
Wrap
Text File
|
1993-07-22
|
3KB
|
98 lines
VERSION 2.00
Begin Form FormLoad
AutoRedraw = -1 'True
BackColor = &H00404040&
BorderStyle = 0 'None
Caption = "Insurance Company of America"
ClientHeight = 5670
ClientLeft = 570
ClientTop = 1485
ClientWidth = 8580
ControlBox = 0 'False
Height = 6075
Icon = FORMLOAD.FRX:0000
Left = 510
LinkMode = 1 'Source
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5670
ScaleWidth = 8580
Top = 1140
Width = 8700
Begin Timer Timer1
Left = 3000
Top = 2520
End
Begin PictureBox Picture1
AutoRedraw = -1 'True
AutoSize = -1 'True
Height = 3630
Left = 3480
Picture = FORMLOAD.FRX:0302
ScaleHeight = 3600
ScaleWidth = 2880
TabIndex = 0
Top = 1680
Width = 2910
End
Begin Label Label1
Alignment = 2 'Center
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Insurance prototype application for Microsoft Windows for Pens"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Times New Roman"
FontSize = 18
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 855
Index = 1
Left = 1440
TabIndex = 2
Top = 5520
Width = 6735
End
Begin Label Label1
Alignment = 2 'Center
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Life Insurance "
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Times New Roman"
FontSize = 48
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 1095
Index = 0
Left = 1560
TabIndex = 1
Top = 360
Width = 6735
End
End
Sub Form_Load ()
screen.MousePointer = 11
formload.WindowState = 2
formload.Show
x% = DoEvents()
Load form1
Load form2
Load form3
Load report
form1.Show
Rem timer1.interval = 30
Rem timer1.enabled = -1
screen.MousePointer = 0
End Sub
Sub Timer1_Timer ()
form1.Show
timer1.Enabled = 0
Unload formload
End Sub