You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
VERSION 5.00
|
|
Begin VB.Form frmAll
|
|
Caption = "VW-Controls"
|
|
ClientHeight = 9630
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 15240
|
|
LinkTopic = "Form1"
|
|
MDIChild = -1 'True
|
|
ScaleHeight = 9630
|
|
ScaleWidth = 15240
|
|
Begin VB.Label Label11
|
|
Alignment = 2 'Zentriert
|
|
BackColor = &H0000FFFF&
|
|
Caption = "VW-Controls"
|
|
BeginProperty Font
|
|
Name = "MS Sans Serif"
|
|
Size = 12
|
|
Charset = 0
|
|
Weight = 700
|
|
Underline = 0 'False
|
|
Italic = 0 'False
|
|
Strikethrough = 0 'False
|
|
EndProperty
|
|
ForeColor = &H00FF0000&
|
|
Height = 315
|
|
Left = 60
|
|
TabIndex = 0
|
|
Top = 90
|
|
Width = 15195
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmAll"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|