📄 frmchat.frm
字号:
VERSION 5.00
Begin VB.Form frmChat
Caption = "登录到聊天室"
ClientHeight = 3045
ClientLeft = 60
ClientTop = 345
ClientWidth = 4155
Icon = "frmChat.frx":0000
LinkTopic = "Form1"
ScaleHeight = 3045
ScaleWidth = 4155
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdBack
Caption = "返回"
Height = 495
Left = 1560
TabIndex = 0
Top = 2040
Width = 1215
End
Begin VB.Label Label1
Caption = "用户在这里登录到聊天室。"
Height = 735
Left = 1080
TabIndex = 1
Top = 600
Width = 2295
End
End
Attribute VB_Name = "frmChat"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdBack_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -