📄 frmsmrecords.frm
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -