40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
VERSION 5.00
|
|
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
|
|
Begin VB.Form frmProgress
|
|
Caption = "Pruef2000"
|
|
ClientHeight = 2445
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 4695
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 2445
|
|
ScaleWidth = 4695
|
|
StartUpPosition = 3 'Windows-Standard
|
|
Begin MSComctlLib.ProgressBar ProgressBar1
|
|
Height = 495
|
|
Left = 240
|
|
TabIndex = 0
|
|
Top = 1680
|
|
Width = 4215
|
|
_ExtentX = 7435
|
|
_ExtentY = 873
|
|
_Version = 393216
|
|
Appearance = 1
|
|
End
|
|
Begin VB.Label Label1
|
|
Caption = "Referenzzählerprüfung"
|
|
Height = 615
|
|
Left = 240
|
|
TabIndex = 1
|
|
Top = 240
|
|
Width = 4215
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmProgress"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|