form2.frm
来自「VB初级练习源码适合刚学习VB的人练习。。。。」· FRM 代码 · 共 48 行
FRM
48 行
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 1515
ClientLeft = 60
ClientTop = 450
ClientWidth = 5580
LinkTopic = "Form2"
ScaleHeight = 1515
ScaleWidth = 5580
StartUpPosition = 3 '窗口缺省
Begin VB.Image Image1
Height = 825
Left = 480
Picture = "Form2.frx":0000
Top = 120
Width = 780
End
Begin VB.Label Label1
Caption = "请输入正值"
BeginProperty Font
Name = "宋体"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 1560
TabIndex = 0
Top = 120
Width = 2775
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Loa()
End Sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?