📄 mdiform1.frm
字号:
VERSION 5.00
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "MDIForm1"
ClientHeight = 5310
ClientLeft = 165
ClientTop = 735
ClientWidth = 6015
LinkTopic = "MDIForm1"
StartUpPosition = 3 '窗口缺省
Begin VB.Menu file
Caption = "文件"
Begin VB.Menu cxzc
Caption = "重新注册"
End
Begin VB.Menu tc
Caption = "退出"
End
End
Begin VB.Menu jzt
Caption = "建帐套"
Begin VB.Menu kjkm
Caption = "会计科目"
End
Begin VB.Menu qcye
Caption = "期初余额"
End
End
Begin VB.Menu zw
Caption = "帐务"
Begin VB.Menu tzpz
Caption = "填制凭证"
End
Begin VB.Menu cxpz
Caption = "查询凭证"
End
End
Begin VB.Menu zwcl
Caption = "帐务处理"
Begin VB.Menu sh
Caption = "审核"
End
Begin VB.Menu jz
Caption = "记账"
End
Begin VB.Menu zz
Caption = "转账"
End
End
Begin VB.Menu xtgl
Caption = "系统管理"
Begin VB.Menu rggl
Caption = "人工管理"
End
Begin VB.Menu gzgl
Caption = "工资管理"
End
End
Begin VB.Menu bz
Caption = "帮助"
Begin VB.Menu bzxx
Caption = "帮助信息"
End
Begin VB.Menu gy
Caption = "关于..."
End
End
End
Attribute VB_Name = "MDIForm1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub bzxx_Click()
Form11.Show
End Sub
Private Sub cxpz_Click()
Form7.Show
End Sub
Private Sub cxzc_Click()
Form2.Show
End Sub
Private Sub gy_Click()
Form12.Show
End Sub
Private Sub gzgl_Click()
Form9.Show
End Sub
Private Sub jz_Click()
Form13.Show
End Sub
Private Sub kjkm_Click()
Form3.Show
End Sub
Private Sub qcye_Click()
Form5.Show
End Sub
Private Sub rggl_Click()
Form8.Show
End Sub
Private Sub sh_Click()
Form10.Show
End Sub
Private Sub tc_Click()
Unload Me
End Sub
Private Sub tzpz_Click()
Form6.Show
End Sub
Private Sub zz_Click()
Form14.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -