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.
35 lines
895 B
Plaintext
35 lines
895 B
Plaintext
VERSION 5.00
|
|
Begin VB.Form FCentral
|
|
BorderStyle = 0 'Kein
|
|
Caption = "Form1"
|
|
ClientHeight = 3195
|
|
ClientLeft = 0
|
|
ClientTop = 0
|
|
ClientWidth = 4680
|
|
ControlBox = 0 'False
|
|
LinkTopic = "Form1"
|
|
ScaleHeight = 3195
|
|
ScaleWidth = 4680
|
|
ShowInTaskbar = 0 'False
|
|
StartUpPosition = 3 'Windows-Standard
|
|
WindowState = 2 'Maximiert
|
|
Begin VB.CommandButton cmdEnd
|
|
Caption = "End"
|
|
Height = 435
|
|
Left = 480
|
|
TabIndex = 0
|
|
Top = 600
|
|
Width = 1095
|
|
End
|
|
End
|
|
Attribute VB_Name = "FCentral"
|
|
Attribute VB_GlobalNameSpace = False
|
|
Attribute VB_Creatable = False
|
|
Attribute VB_PredeclaredId = True
|
|
Attribute VB_Exposed = False
|
|
Option Explicit
|
|
|
|
Private Sub cmdEnd_Click()
|
|
EndProgram
|
|
End Sub
|