?? information.frm
字號:
VERSION 5.00
Begin VB.Form Information
BorderStyle = 1 'Fixed Single
Caption = "Information"
ClientHeight = 3435
ClientLeft = 45
ClientTop = 360
ClientWidth = 4260
LinkTopic = "Form2"
MaxButton = 0 'False
ScaleHeight = 3435
ScaleWidth = 4260
Begin VB.TextBox Text1
Height = 2775
Left = 120
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 3 'Both
TabIndex = 1
Top = 120
Width = 3975
End
Begin VB.CommandButton Command3
Caption = "Update Info"
Height = 315
Left = 120
TabIndex = 0
Top = 3000
Width = 3975
End
End
Attribute VB_Name = "Information"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command3_Click()
WSsnd Str(Info)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -