?? frmmainmenu.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmMainMenu
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 9000
ClientLeft = 0
ClientTop = 0
ClientWidth = 12000
LinkTopic = "Form1"
Picture = "frmMainMenu.frx":0000
ScaleHeight = 9000
ScaleWidth = 12000
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
WindowState = 2 'Maximized
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "辦公室車輛信息管理(遼寧天湖啤酒有限公司)"
BeginProperty Font
Name = "方正中倩簡(jiǎn)體"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 465
Left = 600
TabIndex = 0
Top = 90
Width = 6555
End
Begin VB.Image Image1
Height = 285
Left = 11520
Picture = "frmMainMenu.frx":15F944
Top = 90
Width = 285
End
Begin VB.Image Image2
Height = 285
Left = 11130
Picture = "frmMainMenu.frx":15FDFA
Top = 90
Width = 300
End
End
Attribute VB_Name = "frmMainMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Image1_Click()
If MsgBox("確定是否退出?", 36, "退出") = 6 Then
Unload Me
End
End If
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -