aboutfrm.frm

来自「用VB实现SQL数据库编程」· FRM 代码 · 共 63 行

FRM
63
字号
VERSION 5.00
Begin VB.Form aboutfrm 
   BackColor       =   &H80000009&
   BorderStyle     =   0  'None
   Caption         =   "关于"
   ClientHeight    =   3090
   ClientLeft      =   0
   ClientTop       =   0
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   3090
   ScaleWidth      =   4680
   ShowInTaskbar   =   0   'False
   Begin VB.CommandButton Command1 
      BackColor       =   &H80000009&
      Caption         =   "确定"
      Height          =   495
      Left            =   1680
      TabIndex        =   2
      Top             =   2160
      Width           =   1215
   End
   Begin VB.TextBox Text1 
      BackColor       =   &H80000009&
      BorderStyle     =   0  'None
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   840
      MultiLine       =   -1  'True
      TabIndex        =   1
      Top             =   480
      Width           =   2895
   End
   Begin VB.Frame Frame1 
      BackColor       =   &H80000009&
      Caption         =   "版权公有,侵权不究"
      Height          =   2900
      Left            =   140
      TabIndex        =   0
      Top             =   90
      Width           =   4400
   End
End
Attribute VB_Name = "aboutfrm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
  Unload Me
End Sub

⌨️ 快捷键说明

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