📄 form1.frm
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 5625
ClientLeft = 60
ClientTop = 345
ClientWidth = 8700
LinkTopic = "Form1"
ScaleHeight = 5625
ScaleWidth = 8700
StartUpPosition = 3 'Windows Default
Begin MSCommLib.MSComm MSComm1
Left = 4080
Top = 2520
_ExtentX = 1005
_ExtentY = 1005
_Version = 393216
DTREnable = -1 'True
End
Begin VB.CommandButton Command10
Caption = "发送"
Height = 495
Left = 240
TabIndex = 11
Top = 4560
Width = 1215
End
Begin VB.CommandButton Command9
Caption = "清空列表"
Height = 375
Left = 6240
TabIndex = 10
Top = 4560
Width = 1335
End
Begin VB.CommandButton Command8
Caption = "从文件导入"
Height = 375
Left = 4800
TabIndex = 9
Top = 4560
Width = 1335
End
Begin VB.CommandButton Command7
Caption = "从电话簿导入"
Height = 375
Left = 3360
TabIndex = 8
Top = 4560
Width = 1335
End
Begin VB.CommandButton Command6
Caption = "手工输入号码"
Height = 375
Left = 1920
TabIndex = 7
Top = 4560
Width = 1335
End
Begin VB.TextBox Text1
Appearance = 0 'Flat
BeginProperty Font
Name = "Arial"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3375
Left = 1920
MultiLine = -1 'True
TabIndex = 6
Top = 1080
Width = 6135
End
Begin VB.CommandButton txtBook
Caption = "地址簿"
Height = 495
Left = 240
TabIndex = 5
Top = 3840
Width = 1215
End
Begin VB.CommandButton Command5
Caption = "发送记录"
Height = 495
Left = 240
TabIndex = 4
Top = 3240
Width = 1215
End
Begin VB.CommandButton Command4
Caption = "发送列表"
Height = 495
Left = 240
TabIndex = 3
Top = 2640
Width = 1215
End
Begin VB.CommandButton Command3
Caption = "发送内容"
Height = 495
Left = 240
TabIndex = 2
Top = 2040
Width = 1215
End
Begin VB.CommandButton Command2
Caption = "设备管理"
Height = 495
Left = 240
TabIndex = 1
Top = 1440
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "首页"
Height = 495
Left = 240
TabIndex = 0
Top = 840
Width = 1215
End
Begin VB.Shape Shape1
BackColor = &H00FFFFC0&
BackStyle = 1 'Opaque
Height = 4215
Left = 1680
Top = 840
Width = 6735
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -