?? form4.frm
字號:
VERSION 5.00
Begin VB.Form Form4
BackColor = &H00C0C0FF&
Caption = "Form4"
ClientHeight = 5640
ClientLeft = 60
ClientTop = 345
ClientWidth = 6720
LinkTopic = "Form4"
Picture = "Form4.frx":0000
ScaleHeight = 5640
ScaleWidth = 6720
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
BackColor = &H00FF8080&
Caption = "退出"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 4320
Style = 1 'Graphical
TabIndex = 3
Top = 4800
Width = 1455
End
Begin VB.CommandButton Command1
BackColor = &H00FF8080&
Caption = "登陸"
BeginProperty Font
Name = "宋體"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 1920
Style = 1 'Graphical
TabIndex = 2
Top = 4800
Width = 1455
End
Begin VB.Label Label2
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "考試系統!"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008080&
Height = 435
Left = 3720
TabIndex = 1
Top = 2280
Width = 2040
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "歡迎進入"
BeginProperty Font
Name = "宋體"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008080&
Height = 435
Left = 2760
TabIndex = 0
Top = 1560
Width = 1800
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form5.Show
Form4.Hide
End Sub
Private Sub Command2_Click()
End
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -