home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form4
- BorderStyle = 3 'Fester Dialog
- Caption = "Anwahl"
- ClientHeight = 2535
- ClientLeft = 4500
- ClientTop = 2535
- ClientWidth = 4455
- Icon = "anwahl.frx":0000
- LinkTopic = "Form4"
- MaxButton = 0 'False
- MinButton = 0 'False
- PaletteMode = 1 'ZReihenfolge
- ScaleHeight = 2535
- ScaleWidth = 4455
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'Bildschirmmitte
- Begin VB.Frame Frame1
- Height = 2472
- Left = 60
- TabIndex = 0
- Top = 0
- Width = 4332
- Begin VB.CommandButton Command1
- Caption = "&Abbruch"
- Height = 435
- Left = 1380
- TabIndex = 4
- Top = 1920
- Width = 1515
- End
- Begin VB.Label Label1
- Alignment = 2 'Zentriert
- AutoSize = -1 'True
- BackColor = &H0000FFFF&
- BorderStyle = 1 'Fest Einfach
- Caption = " Anwahl l
- uft ... "
- BeginProperty Font
- Name = "Arial"
- Size = 12.75
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = -1 'True
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00000000&
- Height = 345
- Index = 3
- Left = 1185
- TabIndex = 3
- Top = 240
- Width = 1965
- End
- Begin VB.Label Label1
- Alignment = 2 'Zentriert
- Caption = "Label1"
- Height = 432
- Index = 0
- Left = 120
- TabIndex = 2
- Top = 960
- Width = 4032
- End
- Begin VB.Label Label1
- Alignment = 2 'Zentriert
- Caption = "Label1"
- Height = 432
- Index = 1
- Left = 120
- TabIndex = 1
- Top = 1380
- Width = 4032
- End
- End
- Attribute VB_Name = "Form4"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Sub Command1_Click()
- '### Abbruchtaste
- Form1.Comm.Output = vbCr
- Form1.Comm.PortOpen = False
- Unload Me
- End Sub
-