frmmenu.frm

来自「为个人用户开发的车险秘书系统」· FRM 代码 · 共 32 行

FRM
32
字号
VERSION 5.00
Begin VB.Form frmmenu 
   ClientHeight    =   1230
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   1695
   LinkTopic       =   "Form1"
   ScaleHeight     =   1230
   ScaleWidth      =   1695
   StartUpPosition =   3  '窗口缺省
   Begin VB.Menu mnuedit 
      Caption         =   "编辑(&E)"
      Begin VB.Menu mnuCut 
         Caption         =   "剪切(&C)"
      End
      Begin VB.Menu mnucopy 
         Caption         =   "复制(&C)"
      End
      Begin VB.Menu mnupaste 
         Caption         =   "粘贴(&P)"
      End
      Begin VB.Menu mnuselall 
         Caption         =   "全选(&A)"
      End
   End
End
Attribute VB_Name = "frmmenu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?