form1.frm
来自「150个经典VB API应用实例.全部是运用API写的小程序」· FRM 代码 · 共 43 行
FRM
43 行
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 1 'Fixed Single
ClientHeight = 2865
ClientLeft = 15
ClientTop = 15
ClientWidth = 3810
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Moveable = 0 'False
Picture = "Form1.frx":0000
ScaleHeight = 2865
ScaleWidth = 3810
StartUpPosition = 2 '屏幕中心
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "版权所有(c) 先锋实验室 2002-2012 "
Height = 195
Left = 120
TabIndex = 1
Top = 1920
Width = 2880
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = " 保留所有权利。 本产品受国际产权法保护。"
Height = 195
Left = 120
TabIndex = 0
Top = 2280
Width = 3510
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?