📄 form1.frm
字号:
VERSION 4.00
Begin VB.Form Form1
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 6375
ClientLeft = 60
ClientTop = 345
ClientWidth = 9480
BeginProperty Font
name = "MS Sans Serif"
charset = 1
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H80000008&
Height = 6780
Icon = "FORM1.frx":0000
Left = 0
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "FORM1.frx":0442
ScaleHeight = 6375
ScaleWidth = 9480
ShowInTaskbar = 0 'False
Top = 0
Width = 9600
WindowState = 2 'Maximized
Begin VB.Label Label4
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "高效文明"
BeginProperty Font
name = "楷体_GB2312"
charset = 1
weight = 700
size = 42
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 1095
Left = 5040
TabIndex = 7
Top = 1680
Width = 3975
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "公开便捷"
BeginProperty Font
name = "楷体_GB2312"
charset = 1
weight = 700
size = 42
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 975
Left = 960
TabIndex = 6
Top = 1680
Width = 4095
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "开拓进取"
BeginProperty Font
name = "楷体_GB2312"
charset = 1
weight = 700
size = 42
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 975
Left = 5040
TabIndex = 5
Top = 480
Width = 3735
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "求真务实"
BeginProperty Font
name = "楷体_GB2312"
charset = 1
weight = 700
size = 42
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF00&
Height = 975
Left = 960
TabIndex = 4
Top = 480
Width = 3495
End
Begin Threed.SSCommand SSCommand4
Height = 975
Left = 5160
TabIndex = 3
Top = 3840
Width = 3735
_version = 65536
_extentx = 6588
_extenty = 1720
_stockprops = 78
caption = "牌证业务常识"
BeginProperty font {FB8F0823-0164-101B-84ED-08002B2EC713}
name = "MS Sans Serif"
charset = 1
weight = 700
size = 18
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
bevelwidth = 5
font3d = 4
End
Begin Threed.SSCommand SSCommand3
Height = 975
Left = 5160
TabIndex = 2
Top = 5160
Width = 3735
_version = 65536
_extentx = 6588
_extenty = 1720
_stockprops = 78
caption = "综合收费明示"
BeginProperty font {FB8F0823-0164-101B-84ED-08002B2EC713}
name = "MS Sans Serif"
charset = 1
weight = 700
size = 18
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
bevelwidth = 5
font3d = 4
End
Begin Threed.SSCommand SSCommand2
Height = 975
Left = 600
TabIndex = 1
Top = 5160
Width = 3735
_version = 65536
_extentx = 6588
_extenty = 1720
_stockprops = 78
caption = "驾驶员业务"
BeginProperty font {FB8F0823-0164-101B-84ED-08002B2EC713}
name = "MS Sans Serif"
charset = 1
weight = 700
size = 18
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
bevelwidth = 5
font3d = 4
End
Begin Threed.SSCommand SSCommand1
Height = 975
Left = 600
TabIndex = 0
Top = 3840
Width = 3735
_version = 65536
_extentx = 6588
_extenty = 1720
_stockprops = 78
caption = "牌照业务"
BeginProperty font {FB8F0823-0164-101B-84ED-08002B2EC713}
name = "MS Sans Serif"
charset = 1
weight = 700
size = 18
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
bevelwidth = 5
font3d = 4
End
End
Attribute VB_Name = "Form1"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Form2.Hide
Form3.Hide
Form4.Hide
Form5.Hide
End Sub
Private Sub SSCommand1_Click()
Beep
Form2.Show
Form1.Hide
t = 0
End Sub
Private Sub SSCommand2_Click()
Beep
Form3.Show
Form1.Hide
t = 0
End Sub
Private Sub SSCommand3_Click()
Beep
Form4.Show
Form1.Hide
t = 0
End Sub
Private Sub SSCommand4_Click()
Beep
Form5.Show
Form1.Hide
t = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -