home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (BR) Volume 4 #14
/
CDRTODAY.iso
/
STATUS.FRM
< prev
next >
Wrap
Text File
|
1997-06-19
|
2KB
|
76 lines
VERSION 2.00
Begin Form StatusDlg
AutoRedraw = -1 'True
BorderStyle = 3 'Fixed Double
Caption = "Copiando"
ClientHeight = 2100
ClientLeft = 1785
ClientTop = 3570
ClientWidth = 5850
ControlBox = 0 'False
Height = 2505
Left = 1725
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2100
ScaleWidth = 5850
Top = 3225
Width = 5970
Begin PictureBox Picture2
ForeColor = &H00000000&
Height = 300
Left = 120
ScaleHeight = 270
ScaleWidth = 5505
TabIndex = 1
Top = 1440
Width = 5535
End
Begin PictureBox Picture1
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 255
Left = 120
ScaleHeight = 255
ScaleWidth = 4455
TabIndex = 0
Top = 2280
Width = 4455
End
Begin Label Label1
Height = 495
Left = 120
TabIndex = 2
Top = 240
Width = 5535
End
Begin Label Label2
Height = 495
Left = 120
TabIndex = 3
Top = 720
Width = 5535
End
Begin Label total
Caption = "Total"
Height = 255
Left = 120
TabIndex = 4
Top = 1920
Visible = 0 'False
Width = 855
End
End
Sub Form_Load ()
Me.Top = 0
Me.Left = 0
End Sub
Sub Form_Unload (Cancel As Integer)
StatusDlg.total.Tag = 0
End Sub