?? kjxm.frm
字號:
VERSION 5.00
Begin VB.Form Form3
Caption = "Form3"
ClientHeight = 4905
ClientLeft = 165
ClientTop = 735
ClientWidth = 7035
LinkTopic = "Form3"
ScaleHeight = 4905
ScaleWidth = 7035
StartUpPosition = 3 '窗口缺省
Begin VB.Menu 記賬
Caption = "記賬"
Begin VB.Menu 索引
Caption = "索引"
End
Begin VB.Menu 添加
Caption = "添加"
End
Begin VB.Menu 注冊
Caption = "注冊"
End
Begin VB.Menu 退出
Caption = "退出"
End
End
Begin VB.Menu 轉(zhuǎn)賬
Caption = "轉(zhuǎn)賬"
Begin VB.Menu 出納
Caption = "出納"
End
Begin VB.Menu 會計
Caption = "會計"
End
End
Begin VB.Menu 查詢
Caption = "查詢"
Begin VB.Menu 訂單
Caption = "訂單"
End
Begin VB.Menu 項目
Caption = "項目"
End
End
Begin VB.Menu 幫助
Caption = "幫助"
Begin VB.Menu 幫助信息
Caption = "幫助信息"
End
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub 退出_Click()
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -