65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
VERSION 5.00
|
|
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
|
|
Begin VB.Form frmSerial
|
|
Caption = "frmSerial"
|
|
ClientHeight = 3195
|
|
ClientLeft = 60
|
|
ClientTop = 345
|
|
ClientWidth = 4680
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 3195
|
|
ScaleWidth = 4680
|
|
StartUpPosition = 3 'Windows-Standard
|
|
Begin MSCommLib.MSComm commDisplay
|
|
Left = 240
|
|
Top = 1500
|
|
_ExtentX = 1005
|
|
_ExtentY = 1005
|
|
_Version = 393216
|
|
DTREnable = -1 'True
|
|
End
|
|
Begin MSCommLib.MSComm commFMBus
|
|
Left = 240
|
|
Top = 360
|
|
_ExtentX = 1005
|
|
_ExtentY = 1005
|
|
_Version = 393216
|
|
DTREnable = -1 'True
|
|
RThreshold = 1
|
|
BaudRate = 1200
|
|
ParitySetting = 1
|
|
DataBits = 7
|
|
End
|
|
Begin MSCommLib.MSComm commWaage
|
|
Left = 3720
|
|
Top = 600
|
|
_ExtentX = 1005
|
|
_ExtentY = 1005
|
|
_Version = 393216
|
|
DTREnable = -1 'True
|
|
RThreshold = 1
|
|
DataBits = 7
|
|
End
|
|
Begin VB.Label Label1
|
|
Caption = "frmSerial"
|
|
Height = 255
|
|
Left = 1140
|
|
TabIndex = 0
|
|
Top = 180
|
|
Width = 2175
|
|
End
|
|
End
|
|
Attribute VB_Name = "frmSerial"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
|
|
Private Sub commFMBus_OnComm()
|
|
'todo Event in Klasse !!
|
|
End Sub
|
|
|
|
Private Sub Form_Load()
|
|
Me.Visible = False
|
|
End Sub
|