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

📄 esm_phs_frm.frm

📁 连接短信网关,嵌入式系统Boot Loader 技术内幕
💻 FRM
📖 第 1 页 / 共 3 页
字号:
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "RICHTX32.OCX"
Begin VB.Form EMS_PHS 
   Caption         =   "ESM_PHS"
   ClientHeight    =   9690
   ClientLeft      =   60
   ClientTop       =   375
   ClientWidth     =   13035
   LinkTopic       =   "Form1"
   Picture         =   "ESM_PHS_Frm.frx":0000
   ScaleHeight     =   9690
   ScaleWidth      =   13035
   StartUpPosition =   3  '窗口缺省
   Begin VB.Timer PHS_Timer 
      Enabled         =   0   'False
      Interval        =   6000
      Left            =   0
      Top             =   6240
   End
   Begin VB.Frame Frame1 
      Caption         =   "小灵通短信(SMS2411)"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4575
      Left            =   120
      TabIndex        =   36
      Top             =   4800
      Width           =   12495
      Begin VB.CommandButton Command1 
         Caption         =   "启动/停止"
         Height          =   1095
         Left            =   120
         TabIndex        =   56
         Top             =   1920
         Width           =   255
      End
      Begin MSDataGridLib.DataGrid DataGrid_PHS 
         Bindings        =   "ESM_PHS_Frm.frx":0342
         Height          =   2895
         Left            =   480
         TabIndex        =   54
         Top             =   1320
         Width           =   11895
         _ExtentX        =   20981
         _ExtentY        =   5106
         _Version        =   393216
         HeadLines       =   1
         RowHeight       =   15
         BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         ColumnCount     =   2
         BeginProperty Column00 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         BeginProperty Column01 
            DataField       =   ""
            Caption         =   ""
            BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
               Type            =   0
               Format          =   ""
               HaveTrueFalseNull=   0
               FirstDayOfWeek  =   0
               FirstWeekOfYear =   0
               LCID            =   2052
               SubFormatType   =   0
            EndProperty
         EndProperty
         SplitCount      =   1
         BeginProperty Split0 
            BeginProperty Column00 
            EndProperty
            BeginProperty Column01 
            EndProperty
         EndProperty
      End
      Begin VB.Frame Frame4 
         Caption         =   "发短信"
         Height          =   1215
         Left            =   6720
         TabIndex        =   48
         Top             =   120
         Width           =   5295
         Begin VB.TextBox content 
            Height          =   855
            Left            =   2160
            TabIndex        =   51
            Top             =   240
            Width           =   2535
         End
         Begin VB.TextBox num 
            Height          =   855
            Left            =   360
            TabIndex        =   50
            Top             =   240
            Width           =   1335
         End
         Begin VB.CommandButton CommandSend 
            Caption         =   "发送短信"
            Height          =   855
            Left            =   4800
            TabIndex        =   49
            Top             =   240
            Width           =   375
         End
         Begin VB.Label Label16 
            Caption         =   "短信内容"
            Height          =   855
            Left            =   1920
            TabIndex        =   53
            Top             =   240
            Width           =   255
         End
         Begin VB.Label Label15 
            Caption         =   "对方号码"
            Height          =   855
            Left            =   120
            TabIndex        =   52
            Top             =   240
            Width           =   255
         End
      End
      Begin VB.Frame Frame3 
         Caption         =   "短信盒参数设置"
         Height          =   975
         Left            =   2880
         TabIndex        =   41
         Top             =   240
         Width           =   3735
         Begin VB.TextBox bySetType 
            Height          =   270
            Left            =   840
            TabIndex        =   45
            Text            =   "0"
            Top             =   240
            Width           =   1335
         End
         Begin VB.TextBox chParaChar 
            Height          =   270
            Left            =   840
            TabIndex        =   44
            Top             =   600
            Width           =   2055
         End
         Begin VB.CommandButton CommandSetPara 
            Caption         =   "设置"
            Height          =   255
            Left            =   3000
            TabIndex        =   43
            Top             =   240
            Width           =   615
         End
         Begin VB.CommandButton CommandReadPara 
            Caption         =   "读取"
            Height          =   255
            Left            =   3000
            TabIndex        =   42
            Top             =   600
            Width           =   615
         End
         Begin VB.Label Label14 
            Caption         =   "参数代号"
            Height          =   255
            Left            =   120
            TabIndex        =   47
            Top             =   240
            Width           =   855
         End
         Begin VB.Label Label2 
            Caption         =   "参数值"
            Height          =   255
            Left            =   120
            TabIndex        =   46
            Top             =   600
            Width           =   615
         End
      End
      Begin VB.Frame Frame2 
         Caption         =   "读短信"
         Height          =   975
         Left            =   600
         TabIndex        =   38
         Top             =   240
         Width           =   2175
         Begin VB.CommandButton CommandReadFirst 
            Caption         =   "读取第一条短信息"
            Height          =   255
            Left            =   240
            TabIndex        =   40
            Top             =   240
            Width           =   1815
         End
         Begin VB.CommandButton CommandReadNext 
            Caption         =   "读下一条信息"
            Height          =   255
            Left            =   240
            TabIndex        =   39
            Top             =   600
            Width           =   1815
         End
      End
      Begin VB.CommandButton Commandexit 
         BackColor       =   &H8000000D&
         Caption         =   "退出"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   10.5
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   855
         Left            =   120
         TabIndex        =   37
         Top             =   360
         Width           =   375
      End
      Begin MSAdodcLib.Adodc AdodcPHS 
         Height          =   330
         Left            =   10200
         Top             =   4200
         Width           =   2160
         _ExtentX        =   3810
         _ExtentY        =   582
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   2
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   3
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "DSN=yxt"
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   "yxt"
         OtherAttributes =   ""
         UserName        =   "adminyxt"
         Password        =   "yxtadmin"
         RecordSource    =   "ForSendingPHS"
         Caption         =   ""
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
   End
   Begin VB.Frame 联通短信 
      Caption         =   "联通短信"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   4575
      Left            =   120
      TabIndex        =   1
      Top             =   120
      Width           =   12495
      Begin VB.CommandButton Command2 
         Caption         =   "启动/停止"
         Height          =   1095
         Left            =   120
         TabIndex        =   55
         Top             =   3000
         Width           =   255
      End
      Begin MSAdodcLib.Adodc AdodcESM 
         Height          =   375
         Left            =   11040
         Top             =   3960
         Width           =   1200
         _ExtentX        =   2117
         _ExtentY        =   661
         ConnectMode     =   0
         CursorLocation  =   3
         IsolationLevel  =   -1
         ConnectionTimeout=   15
         CommandTimeout  =   30
         CursorType      =   3
         LockType        =   3
         CommandType     =   2
         CursorOptions   =   0
         CacheSize       =   50
         MaxRecords      =   0
         BOFAction       =   0
         EOFAction       =   0
         ConnectStringType=   3
         Appearance      =   1
         BackColor       =   -2147483643
         ForeColor       =   -2147483640
         Orientation     =   0
         Enabled         =   -1
         Connect         =   "DSN=yxt"
         OLEDBString     =   ""
         OLEDBFile       =   ""
         DataSourceName  =   "yxt"
         OtherAttributes =   ""
         UserName        =   "adminyxt"
         Password        =   "yxtadmin"
         RecordSource    =   "ForSendingSM"
         Caption         =   "Adodc2"
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "宋体"
            Size            =   9
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         _Version        =   393216
      End
      Begin VB.Frame FrameEdit 
         Caption         =   "短消息编辑/发送区"
         Height          =   855
         Left            =   120
         TabIndex        =   33
         Top             =   1680
         Width           =   5775

⌨️ 快捷键说明

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