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

📄 extapi.frm

📁 VB Modem编程及控件
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{797E7185-0DB7-4E3A-939B-234871F7FAC9}#1.0#0"; "apax1.ocx"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1 
   Caption         =   "Apax VB Example"
   ClientHeight    =   6225
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9195
   LinkTopic       =   "Form1"
   ScaleHeight     =   6225
   ScaleWidth      =   9195
   StartUpPosition =   3  'Windows Default
   Begin MSComDlg.CommonDialog dlgWavFiles 
      Left            =   4320
      Top             =   5520
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      Filter          =   "Wave  (*.wav)|*.wav"
   End
   Begin VB.ListBox lstTapiStatus 
      Height          =   5715
      ItemData        =   "ExTapi.frx":0000
      Left            =   5040
      List            =   "ExTapi.frx":0002
      TabIndex        =   25
      Top             =   360
      Width           =   3975
   End
   Begin VB.Frame Frame3 
      Caption         =   " Wav Files "
      Height          =   2055
      Left            =   120
      TabIndex        =   17
      Top             =   4080
      Width           =   4815
      Begin VB.CheckBox chkOverwrite 
         Caption         =   "Overwrite"
         Height          =   495
         Left            =   3000
         TabIndex        =   24
         Top             =   960
         Width           =   1215
      End
      Begin VB.CommandButton cmdStop 
         Caption         =   "Stop"
         Height          =   425
         Left            =   1680
         TabIndex        =   23
         Top             =   1440
         Width           =   1140
      End
      Begin VB.CommandButton cmdRecord 
         Caption         =   "Record..."
         Height          =   425
         Left            =   1680
         TabIndex        =   22
         Top             =   960
         Width           =   1140
      End
      Begin VB.CommandButton cmdDTMF 
         Caption         =   "DTMF..."
         Height          =   425
         Left            =   360
         TabIndex        =   21
         Top             =   1440
         Width           =   1140
      End
      Begin VB.CommandButton cmdPlay 
         Caption         =   "Play..."
         Height          =   425
         Left            =   360
         TabIndex        =   20
         Top             =   960
         Width           =   1140
      End
      Begin VB.TextBox txtWavDirectory 
         Height          =   375
         Left            =   1560
         TabIndex        =   19
         Text            =   "\apax\examples"
         Top             =   360
         Width           =   2895
      End
      Begin VB.Label Label7 
         AutoSize        =   -1  'True
         Caption         =   "Wav Directory"
         Height          =   195
         Left            =   360
         TabIndex        =   18
         Top             =   420
         Width           =   1020
      End
   End
   Begin VB.Frame Frame2 
      Caption         =   " Tapi device properties "
      Height          =   2295
      Left            =   120
      TabIndex        =   7
      Top             =   1680
      Width           =   4815
      Begin VB.TextBox txtSilenceThreshold 
         Height          =   285
         Left            =   4080
         TabIndex        =   32
         Text            =   "0"
         Top             =   1080
         Width           =   495
      End
      Begin VB.TextBox txtTrimSeconds 
         Height          =   285
         Left            =   4080
         TabIndex        =   31
         Text            =   "0"
         Top             =   720
         Width           =   495
      End
      Begin VB.TextBox txtMaxMessageLength 
         Height          =   285
         Left            =   4080
         TabIndex        =   30
         Text            =   "0"
         Top             =   360
         Width           =   495
      End
      Begin VB.TextBox txtRetryWait 
         Height          =   285
         Left            =   1560
         TabIndex        =   29
         Text            =   "0"
         Top             =   1080
         Width           =   495
      End
      Begin VB.TextBox txtMaxAttempts 
         Height          =   285
         Left            =   1560
         TabIndex        =   28
         Text            =   "0"
         Top             =   720
         Width           =   495
      End
      Begin VB.TextBox txtAnswerOnRing 
         Height          =   285
         Left            =   1560
         TabIndex        =   27
         Text            =   "0"
         Top             =   360
         Width           =   495
      End
      Begin VB.CheckBox chkUseSoundCard 
         Alignment       =   1  'Right Justify
         Caption         =   "UseSoundCard"
         Height          =   495
         Left            =   2280
         TabIndex        =   16
         Top             =   1440
         Width           =   1455
      End
      Begin VB.CheckBox chkInterruptWave 
         Alignment       =   1  'Right Justify
         Caption         =   "InterruptWave"
         Height          =   400
         Left            =   600
         TabIndex        =   15
         Top             =   1800
         Width           =   1455
      End
      Begin VB.CheckBox chkEnableVoice 
         Alignment       =   1  'Right Justify
         Caption         =   "EnableVoice"
         Height          =   495
         Left            =   600
         TabIndex        =   14
         Top             =   1440
         Width           =   1455
      End
      Begin VB.Label Label6 
         AutoSize        =   -1  'True
         Caption         =   "SilenceThreshold"
         Height          =   195
         Left            =   2400
         TabIndex        =   13
         Top             =   1080
         Width           =   1230
      End
      Begin VB.Label Label5 
         AutoSize        =   -1  'True
         Caption         =   "TrimSeconds"
         Height          =   195
         Left            =   2400
         TabIndex        =   12
         Top             =   720
         Width           =   930
      End
      Begin VB.Label Label4 
         AutoSize        =   -1  'True
         Caption         =   "MaxMessageLength"
         Height          =   195
         Left            =   2400
         TabIndex        =   11
         Top             =   360
         Width           =   1440
      End
      Begin VB.Label Label3 
         AutoSize        =   -1  'True
         Caption         =   "RetryWait"
         Height          =   195
         Left            =   360
         TabIndex        =   10
         Top             =   1080
         Width           =   705
      End
      Begin VB.Label Label2 
         AutoSize        =   -1  'True
         Caption         =   "MaxAttempts"
         Height          =   195
         Left            =   360
         TabIndex        =   9
         Top             =   720
         Width           =   915
      End
      Begin VB.Label Label1 
         AutoSize        =   -1  'True
         Caption         =   "AnswerOnRing"
         Height          =   195
         Left            =   360
         TabIndex        =   8
         Top             =   360
         Width           =   1065
      End
   End
   Begin VB.Frame Frame1 
      Caption         =   " Tapi device connection "
      Height          =   1455
      Left            =   120
      TabIndex        =   0
      Top             =   120
      Width           =   4815
      Begin Apax1.Apax Apax1 
         Height          =   615
         Left            =   4080
         TabIndex        =   33
         Top             =   240
         Visible         =   0   'False
         Width           =   615
         Baud            =   19200
         ComNumber       =   0
         DeviceType      =   1
         DataBits        =   8
         DTR             =   -1  'True
         HWFlowUseDTR    =   0   'False
         HWFlowUseRTS    =   0   'False
         HWFlowRequireDSR=   0   'False
         HWFlowRequireCTS=   0   'False
         LogAllHex       =   0   'False
         Logging         =   0
         LogHex          =   -1  'True
         LogName         =   "APRO.LOG"
         LogSize         =   10000
         Parity          =   0
         PromptForPort   =   -1  'True
         RS485Mode       =   0   'False
         RTS             =   -1  'True
         StopBits        =   1
         SWFlowOptions   =   0
         XOffChar        =   19
         XOnChar         =   17
         WinsockMode     =   0
         WinsockAddress  =   ""
         WinsockPort     =   "telnet"
         WsTelnet        =   -1  'True
         AnswerOnRing    =   2
         EnableVoice     =   0   'False
         MaxAttempts     =   3
         InterruptWave   =   -1  'True
         MaxMessageLength=   60
         SelectedDevice  =   ""
         SilenceThreshold=   50
         TapiNumber      =   ""
         TapiRetryWait   =   60
         TrimSeconds     =   2
         UseSoundCard    =   0   'False
         CaptureFile     =   "APROTERM.CAP"
         CaptureMode     =   0
         Color           =   8388608
         Columns         =   80
         Emulation       =   0
         BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
            Name            =   "Terminal"
            Size            =   9
            Charset         =   255
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Rows            =   24
         ScrollbackEnabled=   0   'False
         ScrollbackRows  =   200
         TerminalActive  =   -1  'True
         TerminalBlinkTime=   500
         TerminalHalfDuplex=   0   'False
         TerminalLazyByteDelay=   200
         TerminalLazyTimeDelay=   100
         TerminalUseLazyDisplay=   -1  'True
         TerminalWantAllKeys=   -1  'True
         Version         =   "1.00"
         Object.Visible         =   -1  'True
         DataTriggerString=   ""
         ProtocolStatusDisplay=   -1  'True
         Protocol        =   7
         AbortNoCarrier  =   0   'False
         AsciiCharDelay  =   0
         AsciiCRTranslation=   0
         AsciiEOFTimeout =   364
         AsciiEOLChar    =   13
         AsciiLFTranslation=   0
         AsciiLineDelay  =   0
         AsciiSuppressCtrlZ=   0   'False
         BlockCheckMethod=   4
         FinishWait      =   364
         HandshakeRetry  =   10
         HandshakeWait   =   1092
         HonorDirectory  =   0   'False
         IncludeDirectory=   0   'False
         KermitCtlPrefix =   35
         KermitHighbitPrefix=   89
         KermitMaxLen    =   80
         KermitMaxWindows=   0
         KermitPadCharacter=   0
         KermitPadCount  =   0
         KermitRepeatPrefix=   126

⌨️ 快捷键说明

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