formabout.frm

来自「能实现图书馆的图书操作」· FRM 代码 · 共 71 行

FRM
71
字号
VERSION 5.00
Begin VB.Form formabout 
   Caption         =   "  关于"
   ClientHeight    =   3195
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   4680
   LinkTopic       =   "Form1"
   ScaleHeight     =   3195
   ScaleWidth      =   4680
   StartUpPosition =   2  '屏幕中心
   Begin VB.CommandButton Command1 
      Caption         =   "关闭"
      Height          =   375
      Left            =   2760
      TabIndex        =   4
      Top             =   1800
      Width           =   1095
   End
   Begin VB.PictureBox Picture1 
      Height          =   3135
      Left            =   0
      Picture         =   "formabout.frx":0000
      ScaleHeight     =   3075
      ScaleWidth      =   2235
      TabIndex        =   0
      Top             =   0
      Width           =   2295
   End
   Begin VB.Label Label4 
      Caption         =   "仅供测试"
      Height          =   255
      Left            =   2880
      TabIndex        =   5
      Top             =   720
      Width           =   855
   End
   Begin VB.Label Label3 
      Caption         =   "版权所有,违者必究"
      Height          =   255
      Left            =   2640
      TabIndex        =   3
      Top             =   2880
      Width           =   1695
   End
   Begin VB.Label Label2 
      Caption         =   "开发者:蒋 迁"
      Height          =   495
      Left            =   2640
      TabIndex        =   2
      Top             =   1200
      Width           =   1575
   End
   Begin VB.Label Label1 
      Caption         =   "版本 1.0"
      Height          =   375
      Left            =   2760
      TabIndex        =   1
      Top             =   240
      Width           =   1095
   End
End
Attribute VB_Name = "formabout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmmain.Show
End Sub

⌨️ 快捷键说明

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