licence.frm

来自「注册使用ocx的例子」· FRM 代码 · 共 21 行

FRM
21
字号
VERSION 5.00
Begin VB.Form frmLicence 
   ClientHeight    =   8400
   ClientLeft      =   60
   ClientTop       =   60
   ClientWidth     =   9585
   ClipControls    =   0   'False
   ControlBox      =   0   'False
   LinkTopic       =   "Form1"
   ScaleHeight     =   8400
   ScaleWidth      =   9585
   StartUpPosition =   3  'Windows-Standard
End
Attribute VB_Name = "frmLicence"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False


⌨️ 快捷键说明

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