📄 extapi.vb
字号:
Me.txtTrimSeconds.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtTrimSeconds.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtTrimSeconds.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtTrimSeconds.Location = New System.Drawing.Point(272, 48)
Me.txtTrimSeconds.MaxLength = 0
Me.txtTrimSeconds.Name = "txtTrimSeconds"
Me.txtTrimSeconds.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtTrimSeconds.Size = New System.Drawing.Size(33, 19)
Me.txtTrimSeconds.TabIndex = 31
Me.txtTrimSeconds.Text = "0"
'
'txtMaxMessageLength
'
Me.txtMaxMessageLength.AcceptsReturn = True
Me.txtMaxMessageLength.AutoSize = False
Me.txtMaxMessageLength.BackColor = System.Drawing.SystemColors.Window
Me.txtMaxMessageLength.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtMaxMessageLength.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMaxMessageLength.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtMaxMessageLength.Location = New System.Drawing.Point(272, 24)
Me.txtMaxMessageLength.MaxLength = 0
Me.txtMaxMessageLength.Name = "txtMaxMessageLength"
Me.txtMaxMessageLength.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtMaxMessageLength.Size = New System.Drawing.Size(33, 19)
Me.txtMaxMessageLength.TabIndex = 30
Me.txtMaxMessageLength.Text = "0"
'
'txtRetryWait
'
Me.txtRetryWait.AcceptsReturn = True
Me.txtRetryWait.AutoSize = False
Me.txtRetryWait.BackColor = System.Drawing.SystemColors.Window
Me.txtRetryWait.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtRetryWait.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtRetryWait.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtRetryWait.Location = New System.Drawing.Point(104, 72)
Me.txtRetryWait.MaxLength = 0
Me.txtRetryWait.Name = "txtRetryWait"
Me.txtRetryWait.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtRetryWait.Size = New System.Drawing.Size(33, 19)
Me.txtRetryWait.TabIndex = 29
Me.txtRetryWait.Text = "0"
'
'txtMaxAttempts
'
Me.txtMaxAttempts.AcceptsReturn = True
Me.txtMaxAttempts.AutoSize = False
Me.txtMaxAttempts.BackColor = System.Drawing.SystemColors.Window
Me.txtMaxAttempts.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtMaxAttempts.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtMaxAttempts.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtMaxAttempts.Location = New System.Drawing.Point(104, 48)
Me.txtMaxAttempts.MaxLength = 0
Me.txtMaxAttempts.Name = "txtMaxAttempts"
Me.txtMaxAttempts.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtMaxAttempts.Size = New System.Drawing.Size(33, 19)
Me.txtMaxAttempts.TabIndex = 28
Me.txtMaxAttempts.Text = "0"
'
'txtAnswerOnRing
'
Me.txtAnswerOnRing.AcceptsReturn = True
Me.txtAnswerOnRing.AutoSize = False
Me.txtAnswerOnRing.BackColor = System.Drawing.SystemColors.Window
Me.txtAnswerOnRing.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtAnswerOnRing.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtAnswerOnRing.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtAnswerOnRing.Location = New System.Drawing.Point(104, 24)
Me.txtAnswerOnRing.MaxLength = 0
Me.txtAnswerOnRing.Name = "txtAnswerOnRing"
Me.txtAnswerOnRing.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtAnswerOnRing.Size = New System.Drawing.Size(33, 19)
Me.txtAnswerOnRing.TabIndex = 27
Me.txtAnswerOnRing.Text = "0"
'
'chkUseSoundCard
'
Me.chkUseSoundCard.BackColor = System.Drawing.SystemColors.Control
Me.chkUseSoundCard.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkUseSoundCard.Cursor = System.Windows.Forms.Cursors.Default
Me.chkUseSoundCard.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkUseSoundCard.ForeColor = System.Drawing.SystemColors.ControlText
Me.chkUseSoundCard.Location = New System.Drawing.Point(152, 96)
Me.chkUseSoundCard.Name = "chkUseSoundCard"
Me.chkUseSoundCard.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.chkUseSoundCard.Size = New System.Drawing.Size(97, 33)
Me.chkUseSoundCard.TabIndex = 16
Me.chkUseSoundCard.Text = "UseSoundCard"
'
'chkInterruptWave
'
Me.chkInterruptWave.BackColor = System.Drawing.SystemColors.Control
Me.chkInterruptWave.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkInterruptWave.Cursor = System.Windows.Forms.Cursors.Default
Me.chkInterruptWave.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkInterruptWave.ForeColor = System.Drawing.SystemColors.ControlText
Me.chkInterruptWave.Location = New System.Drawing.Point(40, 120)
Me.chkInterruptWave.Name = "chkInterruptWave"
Me.chkInterruptWave.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.chkInterruptWave.Size = New System.Drawing.Size(97, 27)
Me.chkInterruptWave.TabIndex = 15
Me.chkInterruptWave.Text = "InterruptWave"
'
'chkEnableVoice
'
Me.chkEnableVoice.BackColor = System.Drawing.SystemColors.Control
Me.chkEnableVoice.CheckAlign = System.Drawing.ContentAlignment.MiddleRight
Me.chkEnableVoice.Cursor = System.Windows.Forms.Cursors.Default
Me.chkEnableVoice.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkEnableVoice.ForeColor = System.Drawing.SystemColors.ControlText
Me.chkEnableVoice.Location = New System.Drawing.Point(40, 96)
Me.chkEnableVoice.Name = "chkEnableVoice"
Me.chkEnableVoice.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.chkEnableVoice.Size = New System.Drawing.Size(97, 33)
Me.chkEnableVoice.TabIndex = 14
Me.chkEnableVoice.Text = "EnableVoice"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.BackColor = System.Drawing.SystemColors.Control
Me.Label6.Cursor = System.Windows.Forms.Cursors.Default
Me.Label6.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label6.Location = New System.Drawing.Point(160, 72)
Me.Label6.Name = "Label6"
Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label6.Size = New System.Drawing.Size(89, 13)
Me.Label6.TabIndex = 13
Me.Label6.Text = "SilenceThreshold"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.BackColor = System.Drawing.SystemColors.Control
Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
Me.Label5.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label5.Location = New System.Drawing.Point(160, 48)
Me.Label5.Name = "Label5"
Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label5.Size = New System.Drawing.Size(69, 13)
Me.Label5.TabIndex = 12
Me.Label5.Text = "TrimSeconds"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.BackColor = System.Drawing.SystemColors.Control
Me.Label4.Cursor = System.Windows.Forms.Cursors.Default
Me.Label4.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label4.Location = New System.Drawing.Point(160, 24)
Me.Label4.Name = "Label4"
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.Size = New System.Drawing.Size(103, 13)
Me.Label4.TabIndex = 11
Me.Label4.Text = "MaxMessageLength"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.BackColor = System.Drawing.SystemColors.Control
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
Me.Label3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Location = New System.Drawing.Point(24, 72)
Me.Label3.Name = "Label3"
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.Size = New System.Drawing.Size(52, 13)
Me.Label3.TabIndex = 10
Me.Label3.Text = "RetryWait"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(24, 48)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(68, 13)
Me.Label2.TabIndex = 9
Me.Label2.Text = "MaxAttempts"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(24, 24)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(78, 13)
Me.Label1.TabIndex = 8
Me.Label1.Text = "AnswerOnRing"
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
Me.Frame1.Controls.AddRange(New System.Windows.Forms.Control() {Me.Apax1, Me.chkTapiStatusDisplay, Me.cmdCancel, Me.cmdDial, Me.cmdAnswer, Me.cmdConfig, Me.cmdSelect})
Me.Frame1.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Frame1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Frame1.Location = New System.Drawing.Point(8, 8)
Me.Frame1.Name = "Frame1"
Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Frame1.Size = New System.Drawing.Size(321, 97)
Me.Frame1.TabIndex = 0
Me.Frame1.TabStop = False
Me.Frame1.Text = " Tapi device connection "
'
'Apax1
'
Me.Apax1.ContainingControl = Me
Me.Apax1.Location = New System.Drawing.Point(272, 16)
Me.Apax1.Name = "Apax1"
Me.Apax1.OcxState = CType(resources.GetObject("Apax1.OcxState"), System.Windows.Forms.AxHost.State)
Me.Apax1.Size = New System.Drawing.Size(41, 41)
Me.Apax1.TabIndex = 33
Me.Apax1.Visible = False
'
'chkTapiStatusDisplay
'
Me.chkTapiStatusDisplay.BackColor = System.Drawing.SystemColors.Control
Me.chkTapiStatusDisplay.Cursor = System.Windows.Forms.Cursors.Default
Me.chkTapiStatusDisplay.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.chkTapiStatusDisplay.ForeColor = System.Drawing.SystemColors.ControlText
Me.chkTapiStatusDisplay.Location = New System.Drawing.Point(192, 56)
Me.chkTapiStatusDisplay.Name = "chkTapiStatusDisplay"
Me.chkTapiStatusDisplay.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.chkTapiStatusDisplay.Size = New System.Drawing.Size(113, 33)
Me.chkTapiStatusDisplay.TabIndex = 6
Me.chkTapiStatusDisplay.Text = "Show status dialog"
'
'cmdCancel
'
Me.cmdCancel.BackColor = System.Drawing.SystemColors.Control
Me.cmdCancel.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdCancel.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdCancel.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdCancel.Location = New System.Drawing.Point(184, 24)
Me.cmdCancel.Name = "cmdCancel"
Me.cmdCancel.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdCancel.Size = New System.Drawing.Size(76, 29)
Me.cmdCancel.TabIndex = 5
Me.cmdCancel.Text = "Cancel"
'
'cmdDial
'
Me.cmdDial.BackColor = System.Drawing.SystemColors.Control
Me.cmdDial.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdDial.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdDial.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdDial.Location = New System.Drawing.Point(104, 24)
Me.cmdDial.Name = "cmdDial"
Me.cmdDial.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdDial.Size = New System.Drawing.Size(76, 29)
Me.cmdDial.TabIndex = 4
Me.cmdDial.Text = "Dial..."
'
'cmdAnswer
'
Me.cmdAnswer.BackColor = System.Drawing.SystemColors.Control
Me.cmdAnswer.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdAnswer.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdAnswer.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdAnswer.Location = New System.Drawing.Point(24, 24)
Me.cmdAnswer.Name = "cmdAnswer"
Me.cmdAnswer.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmdAnswer.Size = New System.Drawing.Size(76, 29)
Me.cmdAnswer.TabIndex = 3
Me.cmdAnswer.Text = "Answer"
'
'cmdConfig
'
Me.cmdConfig.BackColor = System.Drawing.SystemColors.Control
Me.cmdConfig.Cursor = System.Windows.Forms.Cursors.Default
Me.cmdConfig.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmdConfig.ForeColor = System.Drawing.SystemColors.ControlText
Me.cmdConfig.Location = New System.Drawing.Point(104, 56)
Me.cmdConfig.Name = "cmdConfig"
Me.cmdConfig.RightToLeft = System.Windows.Forms.RightToLeft.No
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -