📄 dtmf.designer.vb
字号:
Me.pbGenerate.TabIndex = 8
Me.pbGenerate.Text = "Generate"
Me.pbGenerate.UseVisualStyleBackColor = False
'
'txtDigitsToGenerate
'
Me.txtDigitsToGenerate.AcceptsReturn = True
Me.txtDigitsToGenerate.BackColor = System.Drawing.SystemColors.Window
Me.txtDigitsToGenerate.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtDigitsToGenerate.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtDigitsToGenerate.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtDigitsToGenerate.Location = New System.Drawing.Point(155, 186)
Me.txtDigitsToGenerate.MaxLength = 20
Me.txtDigitsToGenerate.Name = "txtDigitsToGenerate"
Me.txtDigitsToGenerate.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtDigitsToGenerate.Size = New System.Drawing.Size(137, 20)
Me.txtDigitsToGenerate.TabIndex = 7
Me.txtDigitsToGenerate.Text = "0123456789ABCD*#"
'
'txtDestAddress
'
Me.txtDestAddress.AcceptsReturn = True
Me.txtDestAddress.BackColor = System.Drawing.SystemColors.Window
Me.txtDestAddress.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtDestAddress.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtDestAddress.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtDestAddress.Location = New System.Drawing.Point(120, 44)
Me.txtDestAddress.MaxLength = 20
Me.txtDestAddress.Name = "txtDestAddress"
Me.txtDestAddress.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtDestAddress.Size = New System.Drawing.Size(177, 20)
Me.txtDestAddress.TabIndex = 0
Me.txtDestAddress.Text = "24311"
'
'pbDial
'
Me.pbDial.BackColor = System.Drawing.SystemColors.Control
Me.pbDial.Cursor = System.Windows.Forms.Cursors.Default
Me.pbDial.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pbDial.ForeColor = System.Drawing.SystemColors.ControlText
Me.pbDial.Location = New System.Drawing.Point(304, 16)
Me.pbDial.Name = "pbDial"
Me.pbDial.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.pbDial.Size = New System.Drawing.Size(161, 25)
Me.pbDial.TabIndex = 1
Me.pbDial.Text = "Dial"
Me.pbDial.UseVisualStyleBackColor = False
'
'pbDisconnect
'
Me.pbDisconnect.BackColor = System.Drawing.SystemColors.Control
Me.pbDisconnect.Cursor = System.Windows.Forms.Cursors.Default
Me.pbDisconnect.Enabled = False
Me.pbDisconnect.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.pbDisconnect.ForeColor = System.Drawing.SystemColors.ControlText
Me.pbDisconnect.Location = New System.Drawing.Point(304, 48)
Me.pbDisconnect.Name = "pbDisconnect"
Me.pbDisconnect.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.pbDisconnect.Size = New System.Drawing.Size(161, 25)
Me.pbDisconnect.TabIndex = 2
Me.pbDisconnect.Text = "Disconnect"
Me.pbDisconnect.UseVisualStyleBackColor = False
'
'Frame1
'
Me.Frame1.BackColor = System.Drawing.SystemColors.Control
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(27, 146)
Me.Frame1.Name = "Frame1"
Me.Frame1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Frame1.Size = New System.Drawing.Size(89, 89)
Me.Frame1.TabIndex = 11
Me.Frame1.TabStop = False
Me.Frame1.Text = "Digit Mode"
'
'Frame2
'
Me.Frame2.BackColor = System.Drawing.SystemColors.Control
Me.Frame2.Controls.Add(Me.Label1)
Me.Frame2.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Frame2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Frame2.Location = New System.Drawing.Point(139, 146)
Me.Frame2.Name = "Frame2"
Me.Frame2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Frame2.Size = New System.Drawing.Size(169, 113)
Me.Frame2.TabIndex = 12
Me.Frame2.TabStop = False
Me.Frame2.Text = "Digit Generation"
'
'Label1
'
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(16, 24)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(137, 17)
Me.Label1.TabIndex = 16
Me.Label1.Text = "Digits to generate:"
'
'Line2
'
Me.Line2.BackColor = System.Drawing.SystemColors.WindowText
Me.Line2.Location = New System.Drawing.Point(16, 274)
Me.Line2.Name = "Line2"
Me.Line2.Size = New System.Drawing.Size(496, 1)
Me.Line2.TabIndex = 21
'
'Label3
'
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(8, 19)
Me.Label3.Name = "Label3"
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.Size = New System.Drawing.Size(108, 19)
Me.Label3.TabIndex = 18
Me.Label3.Text = "Origination address:"
'
'Line1
'
Me.Line1.BackColor = System.Drawing.SystemColors.WindowText
Me.Line1.Location = New System.Drawing.Point(19, 130)
Me.Line1.Name = "Line1"
Me.Line1.Size = New System.Drawing.Size(496, 1)
Me.Line1.TabIndex = 22
'
'Label2
'
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(8, 47)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(108, 16)
Me.Label2.TabIndex = 10
Me.Label2.Text = "Destination address:"
'
'lblStatusTitle
'
Me.lblStatusTitle.BackColor = System.Drawing.SystemColors.Control
Me.lblStatusTitle.Cursor = System.Windows.Forms.Cursors.Default
Me.lblStatusTitle.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblStatusTitle.ForeColor = System.Drawing.SystemColors.ControlText
Me.lblStatusTitle.Location = New System.Drawing.Point(16, 282)
Me.lblStatusTitle.Name = "lblStatusTitle"
Me.lblStatusTitle.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.lblStatusTitle.Size = New System.Drawing.Size(41, 17)
Me.lblStatusTitle.TabIndex = 9
Me.lblStatusTitle.Text = "Status:"
'
'mobjTapi
'
Me.mobjTapi.AutoDestroyCalls = False
'
'cmbAddressType
'
Me.cmbAddressType.BackColor = System.Drawing.SystemColors.Window
Me.cmbAddressType.Cursor = System.Windows.Forms.Cursors.Default
Me.cmbAddressType.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.cmbAddressType.ForeColor = System.Drawing.SystemColors.WindowText
Me.cmbAddressType.Location = New System.Drawing.Point(120, 70)
Me.cmbAddressType.Name = "cmbAddressType"
Me.cmbAddressType.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.cmbAddressType.Size = New System.Drawing.Size(177, 22)
Me.cmbAddressType.TabIndex = 23
'
'Label4
'
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(8, 73)
Me.Label4.Name = "Label4"
Me.Label4.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label4.Size = New System.Drawing.Size(108, 19)
Me.Label4.TabIndex = 24
Me.Label4.Text = "Address Type:"
'
'frmDTMF
'
Me.AcceptButton = Me.pbDial
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 14.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Control
Me.ClientSize = New System.Drawing.Size(534, 437)
Me.Controls.Add(Me.cmbAddressType)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.cbSelectTerminals)
Me.Controls.Add(Me.pbRelease)
Me.Controls.Add(Me.cmbAddresses)
Me.Controls.Add(Me.Frame3)
Me.Controls.Add(Me.txtStatus)
Me.Controls.Add(Me.cbModePulse)
Me.Controls.Add(Me.cbModeDTMFEND)
Me.Controls.Add(Me.cbModeDTMF)
Me.Controls.Add(Me.pbGenerate)
Me.Controls.Add(Me.txtDigitsToGenerate)
Me.Controls.Add(Me.txtDestAddress)
Me.Controls.Add(Me.pbDial)
Me.Controls.Add(Me.pbDisconnect)
Me.Controls.Add(Me.Frame1)
Me.Controls.Add(Me.Frame2)
Me.Controls.Add(Me.Line2)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Line1)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.lblStatusTitle)
Me.Cursor = System.Windows.Forms.Cursors.Default
Me.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Location = New System.Drawing.Point(4, 23)
Me.Name = "frmDTMF"
Me.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Text = "DTMF demo"
Me.Frame3.ResumeLayout(False)
Me.Frame2.ResumeLayout(False)
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents mobjTapi As JulMar.Tapi3.TTapi
Public WithEvents cmbAddressType As System.Windows.Forms.ComboBox
Public WithEvents Label4 As System.Windows.Forms.Label
#End Region
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -