⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.frm

📁 演示用VB怎样取电话来电显示号码
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form Form1 
   Caption         =   "Form1"
   ClientHeight    =   7710
   ClientLeft      =   2685
   ClientTop       =   1110
   ClientWidth     =   8685
   LinkTopic       =   "Form1"
   ScaleHeight     =   7710
   ScaleWidth      =   8685
   Begin VB.CommandButton Command10 
      Caption         =   "挂机"
      Height          =   375
      Left            =   2160
      TabIndex        =   44
      Top             =   2880
      Width           =   975
   End
   Begin VB.CommandButton Command2 
      Caption         =   "关机"
      Height          =   375
      Left            =   1080
      TabIndex        =   1
      Top             =   120
      Width           =   735
   End
   Begin VB.CommandButton Command3 
      Caption         =   "拨号"
      Height          =   375
      Left            =   360
      TabIndex        =   2
      Top             =   2400
      Width           =   495
   End
   Begin VB.CommandButton Command5 
      Caption         =   "摘机"
      Height          =   375
      Left            =   1560
      TabIndex        =   7
      Top             =   2880
      Width           =   495
   End
   Begin VB.CommandButton Command9 
      Caption         =   "参数"
      Height          =   375
      Left            =   360
      TabIndex        =   41
      Top             =   600
      Width           =   1455
   End
   Begin VB.TextBox Text5 
      Height          =   270
      Left            =   5880
      TabIndex        =   40
      Text            =   "Text5"
      Top             =   6240
      Width           =   975
   End
   Begin VB.CheckBox Check2 
      Caption         =   "记录到c:\jilu.txt"
      Height          =   375
      Left            =   3840
      TabIndex        =   39
      Top             =   6240
      Width           =   1815
   End
   Begin VB.TextBox Text4 
      Height          =   270
      Left            =   5880
      TabIndex        =   38
      Text            =   "Text4"
      Top             =   6480
      Width           =   975
   End
   Begin VB.Timer Timer3 
      Enabled         =   0   'False
      Interval        =   200
      Left            =   5040
      Top             =   5520
   End
   Begin VB.TextBox Text3 
      Height          =   3015
      Left            =   5640
      MultiLine       =   -1  'True
      TabIndex        =   37
      Text            =   "Form1.frx":0000
      Top             =   360
      Width           =   2655
   End
   Begin VB.CommandButton Command7 
      Caption         =   "led"
      Height          =   375
      Left            =   360
      TabIndex        =   36
      Top             =   2880
      Width           =   495
   End
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   100
      Left            =   4080
      Top             =   5520
   End
   Begin VB.Timer Timer1 
      Interval        =   50
      Left            =   4560
      Top             =   5520
   End
   Begin VB.CommandButton Command4 
      Caption         =   "#"
      Height          =   615
      Index           =   12
      Left            =   6960
      TabIndex        =   35
      Top             =   5520
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "0"
      Height          =   615
      Index           =   10
      Left            =   6360
      TabIndex        =   33
      Top             =   5520
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "*"
      Height          =   615
      Index           =   11
      Left            =   5760
      TabIndex        =   34
      Top             =   5520
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "9"
      Height          =   615
      Index           =   9
      Left            =   6960
      TabIndex        =   32
      Top             =   4920
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "8"
      Height          =   615
      Index           =   8
      Left            =   6360
      TabIndex        =   31
      Top             =   4920
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "7"
      Height          =   615
      Index           =   7
      Left            =   5760
      TabIndex        =   30
      Top             =   4920
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "6"
      Height          =   615
      Index           =   6
      Left            =   6960
      TabIndex        =   29
      Top             =   4320
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "5"
      Height          =   615
      Index           =   5
      Left            =   6360
      TabIndex        =   28
      Top             =   4320
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "4"
      Height          =   615
      Index           =   4
      Left            =   5760
      TabIndex        =   27
      Top             =   4320
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "3"
      Height          =   615
      Index           =   3
      Left            =   6960
      TabIndex        =   26
      Top             =   3720
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "2"
      Height          =   615
      Index           =   2
      Left            =   6360
      TabIndex        =   25
      Top             =   3720
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Caption         =   "&1"
      Height          =   615
      Index           =   1
      Left            =   5760
      TabIndex        =   24
      Top             =   3720
      Width           =   615
   End
   Begin VB.CommandButton Command4 
      Height          =   2415
      Index           =   0
      Left            =   7560
      TabIndex        =   23
      Top             =   3720
      Width           =   615
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   7
      Left            =   7920
      TabIndex        =   22
      Top             =   6240
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   6
      Left            =   7680
      TabIndex        =   21
      Top             =   6240
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   5
      Left            =   7440
      TabIndex        =   20
      Top             =   6240
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   4
      Left            =   7200
      TabIndex        =   19
      Top             =   6240
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   3
      Left            =   7920
      TabIndex        =   18
      Top             =   6480
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   2
      Left            =   7680
      TabIndex        =   17
      Top             =   6480
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   1
      Left            =   7440
      TabIndex        =   16
      Top             =   6480
      Value           =   2  'Grayed
      Width           =   255
   End
   Begin VB.CheckBox Check1 
      Caption         =   "Check1"
      Height          =   255
      Index           =   0
      Left            =   7200
      TabIndex        =   15
      Top             =   6480
      Width           =   255
   End
   Begin VB.ComboBox Combo3 
      Height          =   315
      ItemData        =   "Form1.frx":0006
      Left            =   1920
      List            =   "Form1.frx":0022
      Style           =   2  'Dropdown List
      TabIndex        =   12
      Top             =   600
      Width           =   1695
   End
   Begin VB.CommandButton Command8 
      Caption         =   "取消回调"
      Height          =   375
      Left            =   360
      TabIndex        =   11
      Top             =   1800
      Width           =   1095
   End
   Begin VB.TextBox Text2 
      Height          =   3135
      Left            =   360
      MultiLine       =   -1  'True
      ScrollBars      =   2  'Vertical
      TabIndex        =   10
      Top             =   3600
      Width           =   3255
   End
   Begin VB.ComboBox Combo2 
      Height          =   315
      ItemData        =   "Form1.frx":003E
      Left            =   1920
      List            =   "Form1.frx":005D
      Style           =   2  'Dropdown List
      TabIndex        =   9
      Top             =   120
      Width           =   1695
   End
   Begin VB.ListBox List2 
      Height          =   5715
      Left            =   3720
      TabIndex        =   5
      Top             =   360
      Width           =   1815
   End
   Begin VB.TextBox Text1 
      Height          =   375
      Left            =   840
      TabIndex        =   4
      Top             =   2400
      Width           =   2775
   End
   Begin VB.ListBox List1 
      Height          =   1035
      Left            =   1560
      TabIndex        =   3
      Top             =   1080
      Width           =   2055
   End
   Begin VB.CommandButton CK 
      BackColor       =   &H00E0E0E0&
      Caption         =   "检查"
      Height          =   375
      Left            =   840
      Style           =   1  'Graphical
      TabIndex        =   13
      Top             =   2880
      Width           =   495
   End
   Begin VB.CommandButton Command6 
      Caption         =   "回调"
      Height          =   375
      Left            =   360
      TabIndex        =   8
      Top             =   1440
      Width           =   1095
   End
   Begin VB.CommandButton Command1 
      Caption         =   "开机"
      Height          =   375
      Left            =   360
      TabIndex        =   0
      Top             =   120
      Width           =   735
   End
   Begin VB.Label Label5 
      BackColor       =   &H8000000E&
      Caption         =   $"Form1.frx":00C4
      BeginProperty Font 
         Name            =   "MS Sans Serif"
         Size            =   9.75
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   120
      TabIndex        =   45
      Top             =   6960
      Width           =   8415
   End
   Begin VB.Label Label4 
      Caption         =   "查询方式:"
      Height          =   495
      Left            =   5640
      TabIndex        =   43
      Top             =   120
      Width           =   1695
   End
   Begin VB.Label Label3 
      Caption         =   "设备列表:"
      Height          =   255
      Left            =   480
      TabIndex        =   42
      Top             =   1200
      Width           =   1575
   End
   Begin VB.Label Label2 
      BackStyle       =   0  'Transparent
      Caption         =   "状态:"
      Height          =   375
      Left            =   360
      TabIndex        =   14
      Top             =   3360
      Width           =   1455
   End
   Begin VB.Label Label1 
      BackStyle       =   0  'Transparent
      Caption         =   "来电:"
      Height          =   375
      Left            =   3720
      TabIndex        =   6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -