frmabout.frm

来自「采用VB和MO二次开发的全国经济地理信息系统 内含开发全过程的详细文档」· FRM 代码 · 共 29 行

FRM
29
字号
VERSION 5.00
Begin VB.Form Frmabout 
   Caption         =   "关于"
   ClientHeight    =   2040
   ClientLeft      =   8310
   ClientTop       =   2880
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   ScaleHeight     =   2040
   ScaleWidth      =   4680
   Begin VB.Label Label1 
      Caption         =   "Label1"
      Height          =   1575
      Left            =   600
      TabIndex        =   0
      Top             =   120
      Width           =   3375
   End
End
Attribute VB_Name = "Frmabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
    Me.Label1.Caption = "  本系统为测试版本,如需要正式版本,请与开发小组联系。开发小组成员:李富维  丘剑欢  贺庆荣 黄瑾"
End Sub

⌨️ 快捷键说明

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