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

📄 frmmain.frm

📁 本系统利用串口和TC35来实现短信息的收发功能.
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX"
Begin VB.Form Form1 
   Caption         =   "TC35模块SMS测试程序"
   ClientHeight    =   5790
   ClientLeft      =   1920
   ClientTop       =   1920
   ClientWidth     =   8970
   LinkTopic       =   "Form1"
   ScaleHeight     =   5790
   ScaleWidth      =   8970
   Begin VB.Timer Timer2 
      Enabled         =   0   'False
      Interval        =   500
      Left            =   1680
      Top             =   480
   End
   Begin VB.Timer Timer1 
      Enabled         =   0   'False
      Interval        =   200
      Left            =   0
      Top             =   5160
   End
   Begin VB.CommandButton Command2 
      Caption         =   "清空接收区"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   5520
      Picture         =   "frmmain.frx":0000
      Style           =   1  'Graphical
      TabIndex        =   11
      Top             =   2880
      Width           =   3255
   End
   Begin VB.CommandButton Command1 
      Caption         =   "退出系统"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   975
      Left            =   5520
      Picture         =   "frmmain.frx":0442
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   3960
      Width           =   3255
   End
   Begin VB.Frame Frame4 
      BackColor       =   &H00C0C0C0&
      Caption         =   "设置通讯参数"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   5520
      TabIndex        =   5
      Top             =   960
      Width           =   3255
      Begin VB.ComboBox Combo2 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         ItemData        =   "frmmain.frx":0884
         Left            =   1440
         List            =   "frmmain.frx":08AF
         Style           =   2  'Dropdown List
         TabIndex        =   10
         Top             =   960
         Width           =   1455
      End
      Begin VB.ComboBox Combo1 
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   315
         ItemData        =   "frmmain.frx":0905
         Left            =   1440
         List            =   "frmmain.frx":0915
         Style           =   2  'Dropdown List
         TabIndex        =   9
         Top             =   360
         Width           =   1455
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "选择拨特率"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   240
         TabIndex        =   7
         Top             =   960
         Width           =   975
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "选择通讯口"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   9.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   195
         Left            =   240
         TabIndex        =   6
         Top             =   480
         Width           =   975
      End
   End
   Begin VB.Frame Frame3 
      Caption         =   "接收数据区"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   2175
      Left            =   240
      TabIndex        =   2
      Tag             =   "0"
      Top             =   2760
      Width           =   4935
      Begin VB.TextBox Text1 
         Height          =   1815
         Left            =   120
         MultiLine       =   -1  'True
         ScrollBars      =   3  'Both
         TabIndex        =   3
         TabStop         =   0   'False
         Text            =   "frmmain.frx":0931
         Top             =   240
         Width           =   4695
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   "发送数据区"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   9.75
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   1575
      Left            =   240
      TabIndex        =   1
      Top             =   960
      Width           =   4935
      Begin VB.CommandButton Command12 
         Caption         =   "PRP"
         Height          =   255
         Left            =   4365
         TabIndex        =   30
         Top             =   255
         Width           =   510
      End
      Begin VB.CommandButton Command11 
         Caption         =   "CMGS"
         Height          =   255
         Left            =   3765
         TabIndex        =   29
         Top             =   255
         Width           =   615
      End
      Begin VB.CommandButton Command10 
         Caption         =   "CSMP"
         Height          =   255
         Left            =   3165
         TabIndex        =   28
         Top             =   255
         Width           =   615
      End
      Begin VB.CommandButton Command9 
         Caption         =   "CSMS"
         Height          =   255
         Left            =   2565
         TabIndex        =   27
         Top             =   255
         Width           =   615
      End
      Begin VB.CommandButton Command8 
         Caption         =   "CMGF"
         Height          =   255
         Left            =   1965
         TabIndex        =   26
         Top             =   255
         Width           =   615
      End
      Begin VB.CommandButton Command7 
         Caption         =   "CSCA"
         Height          =   255
         Left            =   1365
         TabIndex        =   25
         Top             =   255
         Width           =   615
      End
      Begin VB.CommandButton Command6 
         Caption         =   "CPIN"
         Height          =   255
         Left            =   885
         TabIndex        =   24
         Top             =   255
         Width           =   495
      End
      Begin VB.CommandButton Command5 
         Caption         =   "ATH"
         Height          =   255
         Left            =   405
         TabIndex        =   23
         Top             =   255
         Width           =   495
      End
      Begin VB.CommandButton Command4 
         Caption         =   "ATI"
         Height          =   255
         Left            =   45
         TabIndex        =   22
         Top             =   255
         Width           =   375
      End
      Begin VB.CommandButton Command3 
         Caption         =   "发送数据"
         Height          =   855
         Left            =   3720
         TabIndex        =   21
         Top             =   600
         Width           =   975
      End
      Begin VB.OptionButton Option3 
         Caption         =   "无"
         Height          =   255
         Left            =   2040
         TabIndex        =   20
         Top             =   1080
         Value           =   -1  'True
         Width           =   975
      End
      Begin VB.OptionButton Option2 
         Caption         =   "CTRL_Z"
         Height          =   255
         Left            =   840
         TabIndex        =   19
         Top             =   1080
         Width           =   1215
      End
      Begin VB.OptionButton Option1 
         Caption         =   "CR"
         Height          =   255
         Left            =   120
         TabIndex        =   18
         Top             =   1080
         Width           =   735
      End
      Begin VB.TextBox Text2 
         Height          =   375
         Left            =   120
         TabIndex        =   4
         Text            =   "Text2"
         Top             =   600
         Width           =   3255
      End
   End
   Begin MSCommLib.MSComm MSComm1 
      Left            =   0
      Top             =   4800
      _ExtentX        =   1005
      _ExtentY        =   1005
      _Version        =   393216
      DTREnable       =   -1  'True
      Handshaking     =   1
      RThreshold      =   1
      SThreshold      =   1
   End
   Begin VB.Label Label9 
      AutoSize        =   -1  'True
      Caption         =   "designed by Yan Tianhua"
      BeginProperty Font 
         Name            =   "MS Sans Serif"

⌨️ 快捷键说明

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