📄 frm4.frm
字号:
VERSION 5.00
Begin VB.Form Frm4
Caption = "Form2"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "取消"
Height = 300
Left = 2160
TabIndex = 10
Top = 2520
Width = 855
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 300
Left = 960
TabIndex = 9
Top = 2520
Width = 855
End
Begin VB.TextBox Text4
Height = 270
Left = 1680
TabIndex = 8
Text = "Text4"
Top = 2040
Width = 1575
End
Begin VB.TextBox Text3
Height = 375
Left = 1800
TabIndex = 6
Text = "Text3"
Top = 1560
Width = 975
End
Begin VB.TextBox Text2
Height = 375
Left = 1800
TabIndex = 4
Text = "Text2"
Top = 1080
Width = 1215
End
Begin VB.TextBox Text1
Height = 375
Left = 1800
TabIndex = 2
Text = "Text1"
Top = 600
Width = 1215
End
Begin VB.Label Label5
Caption = "按姓名关键字查询:"
Height = 495
Left = 480
TabIndex = 7
Top = 2040
Width = 855
End
Begin VB.Label Label4
Caption = "班级:"
Height = 135
Left = 720
TabIndex = 5
Top = 1560
Width = 735
End
Begin VB.Label Label3
Caption = "姓名:"
Height = 255
Left = 840
TabIndex = 3
Top = 1080
Width = 615
End
Begin VB.Label Label2
Caption = "学号:"
Height = 255
Left = 840
TabIndex = 1
Top = 600
Width = 615
End
Begin VB.Label Label1
Caption = "学生档案查询"
Height = 375
Left = 1440
TabIndex = 0
Top = 240
Width = 1455
End
End
Attribute VB_Name = "Frm4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -