2.frm
来自「VB源码,是初学者的福因.让你很快掌握VB编程」· FRM 代码 · 共 101 行
FRM
101 行
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2535
ClientLeft = 60
ClientTop = 390
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 2535
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text5
Height = 375
Left = 1200
TabIndex = 10
Top = 1440
Width = 3015
End
Begin VB.TextBox Text4
Height = 270
Left = 3000
TabIndex = 9
Top = 960
Width = 975
End
Begin VB.TextBox Text3
Height = 270
Left = 1080
TabIndex = 8
Top = 960
Width = 855
End
Begin VB.TextBox Text2
Height = 270
Left = 3000
TabIndex = 7
Top = 480
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Left = 1080
TabIndex = 6
Top = 480
Width = 855
End
Begin VB.CommandButton Command1
Caption = "结束"
Height = 495
Left = 3000
TabIndex = 5
Top = 1920
Width = 1095
End
Begin VB.Label Label5
Caption = "电话"
Height = 255
Left = 2400
TabIndex = 4
Top = 960
Width = 375
End
Begin VB.Label Label4
Caption = "生日"
Height = 255
Left = 2400
TabIndex = 3
Top = 480
Width = 495
End
Begin VB.Label Label3
Caption = "通讯地址"
Height = 255
Left = 360
TabIndex = 2
Top = 1560
Width = 735
End
Begin VB.Label Label2
Caption = "爱好"
Height = 255
Left = 480
TabIndex = 1
Top = 960
Width = 495
End
Begin VB.Label Label1
Caption = "姓名"
Height = 255
Left = 480
TabIndex = 0
Top = 480
Width = 495
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 + -
显示快捷键?