?? form8.frm
字號:
VERSION 5.00
Begin VB.Form Form8
Caption = "作者信息"
ClientHeight = 1680
ClientLeft = 5580
ClientTop = 5835
ClientWidth = 4575
LinkTopic = "Form8"
ScaleHeight = 1680
ScaleWidth = 4575
Begin VB.CommandButton Command1
Caption = "返回"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1680
TabIndex = 1
Top = 1200
Width = 1095
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "管理員:xiaoran。密碼:manyue。"
BeginProperty Font
Name = "宋體"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 180
Left = 360
TabIndex = 0
Top = 360
Width = 3030
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form1.Show
Form8.Visible = False
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -