⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kjxm.frm

📁 利用VB编写的财务系统
💻 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 转账 
      Caption         =   "转账"
      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 + -