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