67 lines
2.0 KiB
Plaintext
67 lines
2.0 KiB
Plaintext
VERSION 5.00
|
|
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
|
|
Begin VB.Form frmWarteAufRuhe
|
|
ClientHeight = 1200
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 5175
|
|
LinkTopic = "Form2"
|
|
ScaleHeight = 1200
|
|
ScaleWidth = 5175
|
|
StartUpPosition = 3 'Windows-Standard
|
|
Begin MSComctlLib.ProgressBar ProgressBar1
|
|
Height = 315
|
|
Left = 60
|
|
TabIndex = 0
|
|
Top = 780
|
|
Width = 4275
|
|
_ExtentX = 7541
|
|
_ExtentY = 556
|
|
_Version = 393216
|
|
Appearance = 1
|
|
End
|
|
Begin VB.Label lblAnzeige
|
|
Alignment = 1 'Rechts
|
|
BorderStyle = 1 'Fest Einfach
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 13.5
|
|
Charset = 0
|
|
Weight = 400
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 435
|
|
Left = 420
|
|
TabIndex = 2
|
|
Top = 180
|
|
Width = 1575
|
|
End
|
|
Begin VB.Label Label2
|
|
Alignment = 1 'Rechts
|
|
Caption = "kg"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 13.5
|
|
Charset = 0
|
|
Weight = 400
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
Height = 435
|
|
Left = 2100
|
|
TabIndex = 1
|
|
Top = 180
|
|
Width = 375
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmWarteAufRuhe"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|