?? frmmenu.frm
字號:
VERSION 5.00
Begin VB.Form frmMenu
Caption = "存取檢驗演示系統(作者:孫華梅 伍京華)"
ClientHeight = 6435
ClientLeft = 1275
ClientTop = 1650
ClientWidth = 9390
LinkTopic = "Form1"
ScaleHeight = 6435
ScaleWidth = 9390
Begin VB.Frame Frame1
Height = 6135
Left = 240
TabIndex = 0
Top = 0
Width = 8895
Begin VB.PictureBox Picture1
Height = 2055
Left = 3120
Picture = "frmMenu.frx":0000
ScaleHeight = 1995
ScaleWidth = 2955
TabIndex = 3
Top = 3000
Width = 3015
End
Begin VB.Label lblVersion
AutoSize = -1 'True
Caption = "作者:孫華梅 伍京華"
BeginProperty Font
Name = "宋體"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 300
Index = 1
Left = 3000
TabIndex = 2
Top = 2160
Width = 3165
End
Begin VB.Label Label1
Caption = "存取檢驗演示系統"
BeginProperty Font
Name = "宋體"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 2400
TabIndex = 1
Top = 960
Width = 4455
End
End
Begin VB.Menu SRun
Caption = "系統運行"
Begin VB.Menu Run
Caption = "運行"
Shortcut = ^R
End
End
Begin VB.Menu SExit
Caption = "退出系統"
Begin VB.Menu Exit
Caption = "退出"
Shortcut = ^E
End
End
End
Attribute VB_Name = "frmMenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Exit_Click()
End
End Sub
Private Sub Run_Click()
frmCheckUser.Show
frmMenu.Hide
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -