about_form.frm

来自「一个图书馆的VB做的mis系统」· FRM 代码 · 共 29 行

FRM
29
字号
VERSION 5.00
Begin VB.Form about_form 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "版本信息"
   ClientHeight    =   4965
   ClientLeft      =   45
   ClientTop       =   330
   ClientWidth     =   7560
   Icon            =   "about_form.frx":0000
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   MouseIcon       =   "about_form.frx":000C
   MousePointer    =   99  'Custom
   Picture         =   "about_form.frx":0316
   ScaleHeight     =   4965
   ScaleWidth      =   7560
   StartUpPosition =   2  '屏幕中心
End
Attribute VB_Name = "about_form"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Me.Hide
End Sub

⌨️ 快捷键说明

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