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.
27 lines
766 B
Plaintext
27 lines
766 B
Plaintext
VERSION 5.00
|
|
Begin VB.Form FVW4TouchKeyboard
|
|
Caption = "_VWTouchKeyboard_"
|
|
ClientHeight = 1170
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 3210
|
|
Icon = "VW4TouchKeyboard.frx":0000
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 1170
|
|
ScaleWidth = 3210
|
|
StartUpPosition = 3 'Windows-Standard
|
|
End
|
|
Attribute VB_Name = "FVW4TouchKeyboard"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|
|
'--- Formular nicht entfernen oder verändern ---
|
|
|
|
'Schnittstellenformular:
|
|
'Wird als unsichtbares Fenster geladen.
|
|
'Dient als Empfänger für Nachrichten des VWTouchCtrl.ocx aus der Applikation.
|
|
|