form2.frm

来自「一款漂亮的控件。 快」· FRM 代码 · 共 67 行

FRM
67
字号
VERSION 5.00
Begin VB.Form Form2 
   Caption         =   "Form2"
   ClientHeight    =   3195
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   4680
   LinkTopic       =   "Form2"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   3  '窗口缺省
   Begin VB.Menu mnu_file 
      Caption         =   "file"
      Begin VB.Menu mnu_xx1 
         Caption         =   "导入东方快车汉化包"
      End
      Begin VB.Menu xx1 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_xx2 
         Caption         =   "用户词库维护"
      End
      Begin VB.Menu xx2 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_xx3 
         Caption         =   "设置系统热键"
      End
      Begin VB.Menu xx3 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_xx4 
         Caption         =   "多内码转换"
      End
      Begin VB.Menu mnu_xx5 
         Caption         =   "保存窗口内容"
      End
      Begin VB.Menu xx4 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_xx6 
         Caption         =   "汉字输入"
      End
      Begin VB.Menu xx5 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_xx7 
         Caption         =   "关于东方快车"
      End
      Begin VB.Menu xx6 
         Caption         =   "-"
      End
      Begin VB.Menu mnu_exit 
         Caption         =   "退出"
      End
   End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False

Private Sub mnu_exit_Click()
    End
End Sub

⌨️ 快捷键说明

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