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

📄 frmsr31.frm

📁 加上一个GSM模块
💻 FRM
📖 第 1 页 / 共 4 页
字号:
VERSION 5.00
Begin VB.Form frmSR31 
   Caption         =   "发送数据(三进单出)"
   ClientHeight    =   8595
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11880
   LinkTopic       =   "Form1"
   MDIChild        =   -1  'True
   ScaleHeight     =   8595
   ScaleWidth      =   11880
   Begin VB.Frame Frame5 
      Caption         =   "群发"
      Height          =   6735
      Left            =   9240
      TabIndex        =   36
      Top             =   0
      Width           =   2535
      Begin VB.CommandButton cmdQun 
         Caption         =   "群   发"
         Enabled         =   0   'False
         Height          =   375
         Left            =   600
         TabIndex        =   42
         Top             =   6240
         Width           =   1215
      End
      Begin VB.CommandButton cmdSub 
         Caption         =   "删除号码"
         Height          =   345
         Left            =   1320
         TabIndex        =   41
         Top             =   3240
         Width           =   975
      End
      Begin VB.ListBox ltQun 
         Height          =   1680
         ItemData        =   "frmSR31.frx":0000
         Left            =   240
         List            =   "frmSR31.frx":0002
         TabIndex        =   40
         Top             =   4440
         Width           =   2055
      End
      Begin VB.ListBox ltClient 
         Height          =   1500
         ItemData        =   "frmSR31.frx":0004
         Left            =   240
         List            =   "frmSR31.frx":0006
         TabIndex        =   39
         Top             =   1440
         Width           =   2055
      End
      Begin VB.CommandButton cmdAdd 
         Caption         =   "添加号码"
         Height          =   345
         Left            =   240
         TabIndex        =   38
         Top             =   3240
         Width           =   975
      End
      Begin VB.CommandButton cmdClear 
         Caption         =   "删除所有号码"
         Height          =   375
         Left            =   240
         TabIndex        =   37
         Top             =   3600
         Width           =   2055
      End
      Begin VB.Label Label13 
         Caption         =   "群发:每一行输入一个手机号码,并以回车结尾。某条短信没发出去,请等待数据全部返回后重发。"
         Height          =   735
         Left            =   360
         TabIndex        =   45
         Top             =   360
         Width           =   2055
      End
      Begin VB.Label Label14 
         Caption         =   "要发送的号码"
         Height          =   255
         Left            =   240
         TabIndex        =   44
         Top             =   4080
         Width           =   1335
      End
      Begin VB.Label Label15 
         Caption         =   "全部客户"
         Height          =   255
         Left            =   240
         TabIndex        =   43
         Top             =   1200
         Width           =   975
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   "发送命令"
      Height          =   3855
      Left            =   0
      TabIndex        =   9
      Top             =   0
      Width           =   9255
      Begin VB.ComboBox cmbSon 
         Height          =   1980
         Left            =   5880
         Style           =   1  'Simple Combo
         TabIndex        =   22
         Top             =   360
         Width           =   3135
      End
      Begin VB.ComboBox cmbADR 
         Height          =   300
         Left            =   4920
         TabIndex        =   21
         Text            =   "00"
         Top             =   1560
         Width           =   735
      End
      Begin VB.ComboBox cmbSR2 
         Height          =   300
         ItemData        =   "frmSR31.frx":0008
         Left            =   1800
         List            =   "frmSR31.frx":000A
         TabIndex        =   20
         Top             =   360
         Width           =   2895
      End
      Begin VB.TextBox txtINFO 
         Height          =   270
         Left            =   1080
         MultiLine       =   -1  'True
         TabIndex        =   19
         Top             =   2760
         Width           =   7935
      End
      Begin VB.ComboBox cmbSR1 
         Height          =   300
         ItemData        =   "frmSR31.frx":000C
         Left            =   1800
         List            =   "frmSR31.frx":0013
         TabIndex        =   18
         Top             =   960
         Width           =   2895
      End
      Begin VB.TextBox txtEOH 
         Height          =   270
         Left            =   2760
         TabIndex        =   17
         Text            =   "0D"
         Top             =   3360
         Width           =   735
      End
      Begin VB.TextBox txtCHK 
         Height          =   270
         Left            =   1080
         TabIndex        =   16
         Top             =   3360
         Width           =   855
      End
      Begin VB.TextBox txtLEN 
         Height          =   270
         Left            =   4920
         TabIndex        =   15
         Top             =   2160
         Width           =   735
      End
      Begin VB.TextBox txtCID2 
         Height          =   270
         Left            =   2760
         TabIndex        =   14
         Top             =   2160
         Width           =   735
      End
      Begin VB.TextBox txtCID1 
         Height          =   270
         Left            =   1080
         TabIndex        =   13
         Text            =   "2A"
         Top             =   2160
         Width           =   735
      End
      Begin VB.TextBox txtVER 
         Height          =   270
         Left            =   2760
         TabIndex        =   12
         Text            =   "21"
         Top             =   1560
         Width           =   735
      End
      Begin VB.TextBox txtSOH 
         Height          =   270
         Left            =   1080
         TabIndex        =   11
         Text            =   "7E"
         Top             =   1560
         Width           =   735
      End
      Begin VB.TextBox txtOutput 
         Height          =   270
         Left            =   4920
         TabIndex        =   10
         Top             =   3360
         Width           =   4095
      End
      Begin VB.Label Label11 
         Caption         =   "子命令"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   5040
         TabIndex        =   35
         Top             =   360
         Width           =   735
      End
      Begin VB.Label Label10 
         Caption         =   "EOH"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2160
         TabIndex        =   34
         Top             =   3360
         Width           =   375
      End
      Begin VB.Label Label9 
         Caption         =   "CHKSUM"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   375
         Left            =   240
         TabIndex        =   33
         Top             =   3360
         Width           =   855
      End
      Begin VB.Label Label8 
         Caption         =   "INFO"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   32
         Top             =   2760
         Width           =   495
      End
      Begin VB.Label Label7 
         Caption         =   "LENGTH"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3840
         TabIndex        =   31
         Top             =   2160
         Width           =   855
      End
      Begin VB.Label Label6 
         Caption         =   "CID2"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2040
         TabIndex        =   30
         Top             =   2160
         Width           =   615
      End
      Begin VB.Label Label5 
         Caption         =   "CID1"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   29
         Top             =   2160
         Width           =   495
      End
      Begin VB.Label Label4 
         Caption         =   "ADR"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   3840
         TabIndex        =   28
         Top             =   1560
         Width           =   495
      End
      Begin VB.Label Label3 
         Caption         =   "VER"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   2040
         TabIndex        =   27
         Top             =   1560
         Width           =   495
      End
      Begin VB.Label Label2 
         Caption         =   "SOH"
         BeginProperty Font 
            Name            =   "宋体"
            Size            =   12
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   26
         Top             =   1560
         Width           =   495
      End
      Begin VB.Label Label1 

⌨️ 快捷键说明

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