⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmabout.frm

📁 采用VB和MO二次开发的全国经济地理信息系统 内含开发全过程的详细文档
💻 FRM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -