frmabout.frm

来自「本系统主要完成访客资料的记录和查询」· FRM 代码 · 共 49 行

FRM
49
字号
VERSION 5.00
Begin VB.Form Frm_About 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "关于"
   ClientHeight    =   1365
   ClientLeft      =   4860
   ClientTop       =   3765
   ClientWidth     =   4005
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   1365
   ScaleWidth      =   4005
   Begin VB.CommandButton CmdOK 
      Cancel          =   -1  'True
      Caption         =   "确定"
      Height          =   375
      Left            =   2640
      TabIndex        =   1
      Top             =   840
      Width           =   975
   End
   Begin VB.Label Label1 
      Caption         =   "版权所有:日软开发组软件"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   120
      TabIndex        =   0
      Top             =   240
      Width           =   3855
   End
End
Attribute VB_Name = "Frm_About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub CmdOK_Click()
    Unload Me
End Sub

⌨️ 快捷键说明

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