form1.frm
来自「train reservation in visual basic」· FRM 代码 · 共 78 行
FRM
78 行
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 9135
ClientLeft = 60
ClientTop = 345
ClientWidth = 10410
LinkTopic = "Form1"
ScaleHeight = 9135
ScaleWidth = 10410
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command4
Caption = "EXIT"
Height = 615
Left = 600
TabIndex = 4
Top = 5760
Width = 2295
End
Begin VB.CommandButton Command3
Caption = "ASSIGNMENT"
Height = 615
Left = 600
TabIndex = 3
Top = 4560
Width = 2295
End
Begin VB.CommandButton Command2
Caption = "PLATFORM DETAILS"
Height = 615
Left = 600
TabIndex = 2
Top = 3360
Width = 2295
End
Begin VB.CommandButton Command1
Caption = "TRAIN DETAILS"
Height = 615
Left = 600
TabIndex = 1
Top = 2160
Width = 2295
End
Begin VB.Label Label1
Caption = "PLATFORM ASSIGNMENT SYSTEM"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 2160
TabIndex = 0
Top = 600
Width = 6255
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form2.Show
End Sub
Private Sub Command2_Click()
Form3.Show
End Sub
Private Sub Command3_Click()
Form4.Show
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?