home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
bp_6_93
/
vbwin
/
vbsetup
/
status.frm
< prev
next >
Wrap
Text File
|
1994-09-23
|
3KB
|
102 lines
VERSION 2.00
Begin Form frm_StatusDlg
AutoRedraw = -1 'True
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
ClientHeight = 1875
ClientLeft = 2295
ClientTop = 2310
ClientWidth = 4935
ControlBox = 0 'False
Height = 2280
Left = 2235
LinkMode = 1 'Source
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1875
ScaleWidth = 4935
Top = 1965
Width = 5055
Begin Frame fra_DestFile
BackColor = &H00C0C0C0&
Caption = "Zieldatei"
Height = 555
Left = 180
TabIndex = 0
Top = 720
Width = 4575
Begin Label lab_DestFile
Alignment = 2 'Center
BackStyle = 0 'Transparent
Height = 195
Left = 120
TabIndex = 3
Top = 240
Width = 4335
End
End
Begin Frame fra_SourceFile
BackColor = &H00C0C0C0&
Caption = "Quelldatei"
Height = 555
Left = 180
TabIndex = 5
Top = 120
Width = 4575
Begin Label lab_SourceFile
Alignment = 2 'Center
BackStyle = 0 'Transparent
Height = 195
Left = 120
TabIndex = 6
Top = 240
Width = 4335
End
End
Begin PictureBox pic_StatusBar1
FillColor = &H00FF0000&
ForeColor = &H00FF0000&
Height = 255
Left = 180
ScaleHeight = 225
ScaleWidth = 4545
TabIndex = 2
Top = 1440
Width = 4575
End
Begin PictureBox pic_StatusBar2
AutoRedraw = -1 'True
BorderStyle = 0 'None
Height = 255
Left = 180
ScaleHeight = 255
ScaleWidth = 4575
TabIndex = 1
Top = 2400
Width = 4575
End
Begin Label lab_Total
Height = 255
Left = 180
TabIndex = 4
Top = 1980
Visible = 0 'False
Width = 855
End
End
'============================================================
' Projekt : Setup-Steuerung mit Hilfe von Makros
' Formname : STATUS.FRM
' Aufgabe : Status-Dialogfenster
' Copyright : Arthur Burda
' Compiler : Visual Basic 3.0 fⁿr Windows
'============================================================
' l. ─nderung am : 26.07.1994
' Version : 1.00
' Bemerkungen : Erste Implementierung
'------------------------------------------------------------
Option Explicit