?? 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 + -