菜单的应用.frm

来自「VB源码,是初学者的福因.让你很快掌握VB编程」· FRM 代码 · 共 37 行

FRM
37
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   2310
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   5190
   LinkTopic       =   "Form1"
   ScaleHeight     =   2310
   ScaleWidth      =   5190
   StartUpPosition =   3  '窗口缺省
   Begin VB.TextBox Text1 
      Height          =   2895
      Left            =   0
      TabIndex        =   0
      Top             =   0
      Width           =   5175
   End
   Begin VB.Menu File 
      Caption         =   "文件(&F)"
   End
   Begin VB.Menu Edit 
      Caption         =   "编辑(&E)"
   End
   Begin VB.Menu Tool 
      Caption         =   "工具(&T)"
   End
   Begin VB.Menu Help 
      Caption         =   "帮助(&H)"
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

⌨️ 快捷键说明

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