pexam10_71.frm

来自「深圳大学的vb上机与教学的课件」· FRM 代码 · 共 27 行

FRM
27
字号
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "通过菜单打开对话框"
   ClientHeight    =   1905
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   3585
   LinkTopic       =   "Form1"
   ScaleHeight     =   1905
   ScaleWidth      =   3585
   StartUpPosition =   3  '窗口缺省
   Begin VB.Menu Main 
      Caption         =   "菜单1"
      Begin VB.Menu SRun 
         Caption         =   "运行"
      End
   End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub SRun_Click()
  Form2.Show 1
End Sub

⌨️ 快捷键说明

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