159 lines
4.9 KiB
Plaintext
159 lines
4.9 KiB
Plaintext
VERSION 5.00
|
||
Begin VB.Form frmNurRegulierung
|
||
Caption = "Regulierung"
|
||
ClientHeight = 7515
|
||
ClientLeft = 60
|
||
ClientTop = 345
|
||
ClientWidth = 8130
|
||
LinkTopic = "Form2"
|
||
ScaleHeight = 7515
|
||
ScaleWidth = 8130
|
||
StartUpPosition = 3 'Windows-Standard
|
||
Begin VB.Frame Frame1
|
||
Caption = "Nur Regulierung"
|
||
Height = 4815
|
||
Left = 1350
|
||
TabIndex = 0
|
||
Top = 1230
|
||
Width = 5985
|
||
Begin VB.TextBox txtStatus
|
||
Height = 1605
|
||
Left = 360
|
||
MultiLine = -1 'True
|
||
ScrollBars = 2 'Vertikal
|
||
TabIndex = 12
|
||
Top = 2100
|
||
Width = 5325
|
||
End
|
||
Begin VB.CommandButton Command5
|
||
Caption = "Ende"
|
||
Height = 555
|
||
Left = 4020
|
||
TabIndex = 11
|
||
Top = 4020
|
||
Width = 1665
|
||
End
|
||
Begin VB.CommandButton Command4
|
||
Caption = "Stop"
|
||
Height = 555
|
||
Left = 2190
|
||
TabIndex = 10
|
||
Top = 4020
|
||
Width = 1665
|
||
End
|
||
Begin VB.CommandButton Command3
|
||
Caption = "-"
|
||
BeginProperty Font
|
||
Name = "MS Sans Serif"
|
||
Size = 24
|
||
Charset = 0
|
||
Weight = 400
|
||
Underline = 0 'False
|
||
Italic = 0 'False
|
||
Strikethrough = 0 'False
|
||
EndProperty
|
||
Height = 615
|
||
Left = 2220
|
||
TabIndex = 7
|
||
Top = 1230
|
||
Width = 825
|
||
End
|
||
Begin VB.CommandButton Command2
|
||
Caption = "+"
|
||
BeginProperty Font
|
||
Name = "MS Sans Serif"
|
||
Size = 24
|
||
Charset = 0
|
||
Weight = 400
|
||
Underline = 0 'False
|
||
Italic = 0 'False
|
||
Strikethrough = 0 'False
|
||
EndProperty
|
||
Height = 615
|
||
Left = 4470
|
||
TabIndex = 6
|
||
Top = 1230
|
||
Width = 855
|
||
End
|
||
Begin VB.TextBox txtQ
|
||
Height = 315
|
||
Left = 2250
|
||
TabIndex = 4
|
||
Top = 270
|
||
Width = 915
|
||
End
|
||
Begin VB.CommandButton Command1
|
||
Caption = "Start"
|
||
Height = 555
|
||
Left = 390
|
||
TabIndex = 2
|
||
Top = 4020
|
||
Width = 1665
|
||
End
|
||
Begin VB.TextBox txtImpulswertigkeit
|
||
Alignment = 1 'Rechts
|
||
Height = 345
|
||
Left = 2250
|
||
TabIndex = 1
|
||
Top = 720
|
||
Width = 885
|
||
End
|
||
Begin VB.Label Label4
|
||
Alignment = 1 'Rechts
|
||
Caption = "D<>mpfung"
|
||
Height = 255
|
||
Left = 780
|
||
TabIndex = 9
|
||
Top = 1260
|
||
Width = 1215
|
||
End
|
||
Begin VB.Label Label3
|
||
Alignment = 2 'Zentriert
|
||
BorderStyle = 1 'Fest Einfach
|
||
Caption = "9"
|
||
BeginProperty Font
|
||
Name = "MS Sans Serif"
|
||
Size = 24
|
||
Charset = 0
|
||
Weight = 400
|
||
Underline = 0 'False
|
||
Italic = 0 'False
|
||
Strikethrough = 0 'False
|
||
EndProperty
|
||
Height = 615
|
||
Left = 3090
|
||
TabIndex = 8
|
||
Top = 1230
|
||
Width = 1305
|
||
End
|
||
Begin VB.Label Label2
|
||
Alignment = 1 'Rechts
|
||
Caption = "Durchflu<6C>"
|
||
Height = 255
|
||
Left = 660
|
||
TabIndex = 5
|
||
Top = 330
|
||
Width = 1335
|
||
End
|
||
Begin VB.Label Label1
|
||
Alignment = 1 'Rechts
|
||
Caption = "Impulswertigkeit PZ"
|
||
Height = 285
|
||
Left = 240
|
||
TabIndex = 3
|
||
Top = 780
|
||
Width = 1725
|
||
End
|
||
End
|
||
End
|
||
Attribute VB_Name = "frmNurRegulierung"
|
||
Attribute VB_GlobalNameSpace = False
|
||
Attribute VB_Creatable = False
|
||
Attribute VB_PredeclaredId = True
|
||
Attribute VB_Exposed = False
|
||
Option Explicit
|
||
|
||
Private Sub Form_Load()
|
||
Me.WindowState = vbMaximized
|
||
End Sub
|