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

📄 dtmf.designer.vb

📁 一個完整的VB.NET tapi3.0 程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmDTMF
#Region "Windows Form Designer generated code "
	<System.Diagnostics.DebuggerNonUserCode()> Public Sub New()
		MyBase.New()
		'This call is required by the Windows Form Designer.
		InitializeComponent()
	End Sub
	'Form overrides dispose to clean up the component list.
	<System.Diagnostics.DebuggerNonUserCode()> Protected Overloads Overrides Sub Dispose(ByVal Disposing As Boolean)
		If Disposing Then
			If Not components Is Nothing Then
				components.Dispose()
			End If
		End If
		MyBase.Dispose(Disposing)
	End Sub
	'Required by the Windows Form Designer
	Private components As System.ComponentModel.IContainer
	Public ToolTip1 As System.Windows.Forms.ToolTip
	Public WithEvents cbSelectTerminals As System.Windows.Forms.CheckBox
	Public WithEvents pbRelease As System.Windows.Forms.Button
	Public WithEvents cmbAddresses As System.Windows.Forms.ComboBox
	Public WithEvents pbStopDetect As System.Windows.Forms.Button
	Public WithEvents pbStartDetect As System.Windows.Forms.Button
	Public WithEvents Frame3 As System.Windows.Forms.GroupBox
	Public WithEvents txtStatus As System.Windows.Forms.TextBox
	Public WithEvents cbModePulse As System.Windows.Forms.CheckBox
	Public WithEvents cbModeDTMFEND As System.Windows.Forms.CheckBox
	Public WithEvents cbModeDTMF As System.Windows.Forms.CheckBox
	Public WithEvents pbGenerate As System.Windows.Forms.Button
	Public WithEvents txtDigitsToGenerate As System.Windows.Forms.TextBox
	Public WithEvents txtDestAddress As System.Windows.Forms.TextBox
	Public WithEvents pbDial As System.Windows.Forms.Button
	Public WithEvents pbDisconnect As System.Windows.Forms.Button
	Public WithEvents Frame1 As System.Windows.Forms.GroupBox
	Public WithEvents Label1 As System.Windows.Forms.Label
	Public WithEvents Frame2 As System.Windows.Forms.GroupBox
	Public WithEvents Line2 As System.Windows.Forms.Label
	Public WithEvents Label3 As System.Windows.Forms.Label
	Public WithEvents Line1 As System.Windows.Forms.Label
	Public WithEvents Label2 As System.Windows.Forms.Label
	Public WithEvents lblStatusTitle As System.Windows.Forms.Label
	'NOTE: The following procedure is required by the Windows Form Designer
	'It can be modified using the Windows Form Designer.
	'Do not modify it using the code editor.
	<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.components = New System.ComponentModel.Container
        Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
        Me.cbSelectTerminals = New System.Windows.Forms.CheckBox
        Me.pbRelease = New System.Windows.Forms.Button
        Me.cmbAddresses = New System.Windows.Forms.ComboBox
        Me.Frame3 = New System.Windows.Forms.GroupBox
        Me.pbStopDetect = New System.Windows.Forms.Button
        Me.pbStartDetect = New System.Windows.Forms.Button
        Me.txtStatus = New System.Windows.Forms.TextBox
        Me.cbModePulse = New System.Windows.Forms.CheckBox
        Me.cbModeDTMFEND = New System.Windows.Forms.CheckBox
        Me.cbModeDTMF = New System.Windows.Forms.CheckBox
        Me.pbGenerate = New System.Windows.Forms.Button
        Me.txtDigitsToGenerate = New System.Windows.Forms.TextBox
        Me.txtDestAddress = New System.Windows.Forms.TextBox
        Me.pbDial = New System.Windows.Forms.Button
        Me.pbDisconnect = New System.Windows.Forms.Button
        Me.Frame1 = New System.Windows.Forms.GroupBox
        Me.Frame2 = New System.Windows.Forms.GroupBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Line2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Line1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.lblStatusTitle = New System.Windows.Forms.Label
        Me.mobjTapi = New JulMar.Tapi3.TTapi
        Me.cmbAddressType = New System.Windows.Forms.ComboBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.Frame3.SuspendLayout()
        Me.Frame2.SuspendLayout()
        Me.SuspendLayout()
        '
        'cbSelectTerminals
        '
        Me.cbSelectTerminals.BackColor = System.Drawing.SystemColors.Control
        Me.cbSelectTerminals.Cursor = System.Windows.Forms.Cursors.Default
        Me.cbSelectTerminals.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cbSelectTerminals.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cbSelectTerminals.Location = New System.Drawing.Point(120, 98)
        Me.cbSelectTerminals.Name = "cbSelectTerminals"
        Me.cbSelectTerminals.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cbSelectTerminals.Size = New System.Drawing.Size(153, 21)
        Me.cbSelectTerminals.TabIndex = 20
        Me.cbSelectTerminals.Text = "Select Audio Terminals"
        Me.cbSelectTerminals.UseVisualStyleBackColor = False
        '
        'pbRelease
        '
        Me.pbRelease.BackColor = System.Drawing.SystemColors.Control
        Me.pbRelease.Cursor = System.Windows.Forms.Cursors.Default
        Me.pbRelease.Enabled = False
        Me.pbRelease.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.pbRelease.ForeColor = System.Drawing.SystemColors.ControlText
        Me.pbRelease.Location = New System.Drawing.Point(304, 80)
        Me.pbRelease.Name = "pbRelease"
        Me.pbRelease.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.pbRelease.Size = New System.Drawing.Size(161, 25)
        Me.pbRelease.TabIndex = 19
        Me.pbRelease.Text = "ReleaseCall"
        Me.pbRelease.UseVisualStyleBackColor = False
        '
        'cmbAddresses
        '
        Me.cmbAddresses.BackColor = System.Drawing.SystemColors.Window
        Me.cmbAddresses.Cursor = System.Windows.Forms.Cursors.Default
        Me.cmbAddresses.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmbAddresses.ForeColor = System.Drawing.SystemColors.WindowText
        Me.cmbAddresses.Location = New System.Drawing.Point(120, 16)
        Me.cmbAddresses.Name = "cmbAddresses"
        Me.cmbAddresses.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cmbAddresses.Size = New System.Drawing.Size(177, 22)
        Me.cmbAddresses.TabIndex = 17
        '
        'Frame3
        '
        Me.Frame3.BackColor = System.Drawing.SystemColors.Control
        Me.Frame3.Controls.Add(Me.pbStopDetect)
        Me.Frame3.Controls.Add(Me.pbStartDetect)
        Me.Frame3.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame3.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame3.Location = New System.Drawing.Point(328, 146)
        Me.Frame3.Name = "Frame3"
        Me.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame3.Size = New System.Drawing.Size(177, 113)
        Me.Frame3.TabIndex = 13
        Me.Frame3.TabStop = False
        Me.Frame3.Text = "Digit Detection"
        '
        'pbStopDetect
        '
        Me.pbStopDetect.BackColor = System.Drawing.SystemColors.Control
        Me.pbStopDetect.Cursor = System.Windows.Forms.Cursors.Default
        Me.pbStopDetect.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.pbStopDetect.ForeColor = System.Drawing.SystemColors.ControlText
        Me.pbStopDetect.Location = New System.Drawing.Point(40, 64)
        Me.pbStopDetect.Name = "pbStopDetect"
        Me.pbStopDetect.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.pbStopDetect.Size = New System.Drawing.Size(97, 25)
        Me.pbStopDetect.TabIndex = 15
        Me.pbStopDetect.Text = "Stop Detect"
        Me.pbStopDetect.UseVisualStyleBackColor = False
        '
        'pbStartDetect
        '
        Me.pbStartDetect.BackColor = System.Drawing.SystemColors.Control
        Me.pbStartDetect.Cursor = System.Windows.Forms.Cursors.Default
        Me.pbStartDetect.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.pbStartDetect.ForeColor = System.Drawing.SystemColors.ControlText
        Me.pbStartDetect.Location = New System.Drawing.Point(40, 24)
        Me.pbStartDetect.Name = "pbStartDetect"
        Me.pbStartDetect.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.pbStartDetect.Size = New System.Drawing.Size(97, 25)
        Me.pbStartDetect.TabIndex = 14
        Me.pbStartDetect.Text = "Start Detect"
        Me.pbStartDetect.UseVisualStyleBackColor = False
        '
        'txtStatus
        '
        Me.txtStatus.AcceptsReturn = True
        Me.txtStatus.BackColor = System.Drawing.SystemColors.Window
        Me.txtStatus.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.txtStatus.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtStatus.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtStatus.Location = New System.Drawing.Point(15, 298)
        Me.txtStatus.MaxLength = 0
        Me.txtStatus.Multiline = True
        Me.txtStatus.Name = "txtStatus"
        Me.txtStatus.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.txtStatus.ScrollBars = System.Windows.Forms.ScrollBars.Both
        Me.txtStatus.Size = New System.Drawing.Size(505, 145)
        Me.txtStatus.TabIndex = 3
        Me.txtStatus.WordWrap = False
        '
        'cbModePulse
        '
        Me.cbModePulse.BackColor = System.Drawing.SystemColors.Control
        Me.cbModePulse.Cursor = System.Windows.Forms.Cursors.Default
        Me.cbModePulse.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cbModePulse.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cbModePulse.Location = New System.Drawing.Point(35, 210)
        Me.cbModePulse.Name = "cbModePulse"
        Me.cbModePulse.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cbModePulse.Size = New System.Drawing.Size(73, 17)
        Me.cbModePulse.TabIndex = 6
        Me.cbModePulse.Text = "Pulse"
        Me.cbModePulse.UseVisualStyleBackColor = False
        '
        'cbModeDTMFEND
        '
        Me.cbModeDTMFEND.BackColor = System.Drawing.SystemColors.Control
        Me.cbModeDTMFEND.Cursor = System.Windows.Forms.Cursors.Default
        Me.cbModeDTMFEND.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cbModeDTMFEND.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cbModeDTMFEND.Location = New System.Drawing.Point(35, 186)
        Me.cbModeDTMFEND.Name = "cbModeDTMFEND"
        Me.cbModeDTMFEND.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cbModeDTMFEND.Size = New System.Drawing.Size(73, 17)
        Me.cbModeDTMFEND.TabIndex = 5
        Me.cbModeDTMFEND.Text = "DTMFEND"
        Me.cbModeDTMFEND.UseVisualStyleBackColor = False
        '
        'cbModeDTMF
        '
        Me.cbModeDTMF.BackColor = System.Drawing.SystemColors.Control
        Me.cbModeDTMF.Checked = True
        Me.cbModeDTMF.CheckState = System.Windows.Forms.CheckState.Checked
        Me.cbModeDTMF.Cursor = System.Windows.Forms.Cursors.Default
        Me.cbModeDTMF.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cbModeDTMF.ForeColor = System.Drawing.SystemColors.ControlText
        Me.cbModeDTMF.Location = New System.Drawing.Point(35, 162)
        Me.cbModeDTMF.Name = "cbModeDTMF"
        Me.cbModeDTMF.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.cbModeDTMF.Size = New System.Drawing.Size(73, 17)
        Me.cbModeDTMF.TabIndex = 4
        Me.cbModeDTMF.Text = "DTMF"
        Me.cbModeDTMF.UseVisualStyleBackColor = False
        '
        'pbGenerate
        '
        Me.pbGenerate.BackColor = System.Drawing.SystemColors.Control
        Me.pbGenerate.Cursor = System.Windows.Forms.Cursors.Default
        Me.pbGenerate.Font = New System.Drawing.Font("Arial", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.pbGenerate.ForeColor = System.Drawing.SystemColors.ControlText
        Me.pbGenerate.Location = New System.Drawing.Point(163, 218)
        Me.pbGenerate.Name = "pbGenerate"
        Me.pbGenerate.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.pbGenerate.Size = New System.Drawing.Size(113, 25)

⌨️ 快捷键说明

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