?? frmsmrecords.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmSMRecords
BorderStyle = 3 'Fixed Dialog
Caption = "短信記錄"
ClientHeight = 5880
ClientLeft = 45
ClientTop = 435
ClientWidth = 10590
Icon = "frmSMRecords.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5880
ScaleWidth = 10590
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.TextBox txtSMs
BeginProperty Font
Name = "宋體"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 5175
Left = 120
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 1
TabStop = 0 'False
Top = 120
Width = 10335
End
Begin VB.CommandButton cmdQuit
Caption = "退出"
Default = -1 'True
BeginProperty Font
Name = "宋體"
Size = 12
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 9720
TabIndex = 0
Top = 5400
Width = 735
End
End
Attribute VB_Name = "frmSMRecords"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdQuit_Click()
Unload Me
End Sub
Private Sub Form_Load()
txtSMs.Text = strSM_Records
txtSMs.SelStart = Len(strSM_Records)
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -