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

📄 mainform.designer.vb

📁 VaxSIPUserAgentSDK
💻 VB
📖 第 1 页 / 共 5 页
字号:
        '
        'BtnStartPlay
        '
        Me.BtnStartPlay.BackColor = System.Drawing.SystemColors.Control
        Me.BtnStartPlay.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnStartPlay.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnStartPlay.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnStartPlay.Location = New System.Drawing.Point(88, 72)
        Me.BtnStartPlay.Name = "BtnStartPlay"
        Me.BtnStartPlay.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnStartPlay.Size = New System.Drawing.Size(33, 25)
        Me.BtnStartPlay.TabIndex = 58
        Me.BtnStartPlay.Text = ">"
        Me.BtnStartPlay.UseVisualStyleBackColor = False
        '
        'EditPlayFileName
        '
        Me.EditPlayFileName.AcceptsReturn = True
        Me.EditPlayFileName.BackColor = System.Drawing.SystemColors.Window
        Me.EditPlayFileName.Cursor = System.Windows.Forms.Cursors.IBeam
        Me.EditPlayFileName.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.EditPlayFileName.ForeColor = System.Drawing.SystemColors.WindowText
        Me.EditPlayFileName.Location = New System.Drawing.Point(8, 43)
        Me.EditPlayFileName.MaxLength = 0
        Me.EditPlayFileName.Name = "EditPlayFileName"
        Me.EditPlayFileName.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.EditPlayFileName.Size = New System.Drawing.Size(131, 21)
        Me.EditPlayFileName.TabIndex = 56
        '
        'Frame9
        '
        Me.Frame9.BackColor = System.Drawing.SystemColors.Control
        Me.Frame9.Controls.Add(Me.BtnPlayStop)
        Me.Frame9.Controls.Add(Me.BtnPlayPause)
        Me.Frame9.Controls.Add(Me.BtnPlayForward)
        Me.Frame9.Controls.Add(Me.BtnPlayRewind)
        Me.Frame9.Controls.Add(Me.BtnStartPlay)
        Me.Frame9.Controls.Add(Me.EditPlayFileName)
        Me.Frame9.Controls.Add(Me.BtnSetPlayFile)
        Me.Frame9.Controls.Add(Me.CheckPlayListen)
        Me.Frame9.Controls.Add(Me.Label9)
        Me.Frame9.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame9.Location = New System.Drawing.Point(340, 404)
        Me.Frame9.Name = "Frame9"
        Me.Frame9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame9.Size = New System.Drawing.Size(209, 113)
        Me.Frame9.TabIndex = 113
        Me.Frame9.TabStop = False
        Me.Frame9.Text = "Play wave (.wav)"
        '
        'BtnSetPlayFile
        '
        Me.BtnSetPlayFile.BackColor = System.Drawing.SystemColors.Control
        Me.BtnSetPlayFile.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnSetPlayFile.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnSetPlayFile.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnSetPlayFile.Location = New System.Drawing.Point(144, 40)
        Me.BtnSetPlayFile.Name = "BtnSetPlayFile"
        Me.BtnSetPlayFile.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnSetPlayFile.Size = New System.Drawing.Size(57, 25)
        Me.BtnSetPlayFile.TabIndex = 55
        Me.BtnSetPlayFile.Text = "Set"
        Me.BtnSetPlayFile.UseVisualStyleBackColor = False
        '
        'CheckPlayListen
        '
        Me.CheckPlayListen.BackColor = System.Drawing.SystemColors.Control
        Me.CheckPlayListen.Cursor = System.Windows.Forms.Cursors.Default
        Me.CheckPlayListen.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.CheckPlayListen.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CheckPlayListen.Location = New System.Drawing.Point(146, 16)
        Me.CheckPlayListen.Name = "CheckPlayListen"
        Me.CheckPlayListen.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CheckPlayListen.Size = New System.Drawing.Size(59, 17)
        Me.CheckPlayListen.TabIndex = 54
        Me.CheckPlayListen.Text = "Listen"
        Me.CheckPlayListen.UseVisualStyleBackColor = False
        '
        'Label9
        '
        Me.Label9.BackColor = System.Drawing.SystemColors.Control
        Me.Label9.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label9.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label9.Location = New System.Drawing.Point(8, 23)
        Me.Label9.Name = "Label9"
        Me.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label9.Size = New System.Drawing.Size(67, 17)
        Me.Label9.TabIndex = 57
        Me.Label9.Text = "File (.wav)"
        '
        'Label5
        '
        Me.Label5.BackColor = System.Drawing.SystemColors.Control
        Me.Label5.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label5.Font = New System.Drawing.Font("Verdana", 8.25!, 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(123, 16)
        Me.Label5.Name = "Label5"
        Me.Label5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label5.Size = New System.Drawing.Size(63, 17)
        Me.Label5.TabIndex = 87
        Me.Label5.Text = "Audio Out"
        '
        'CheckStartRecording
        '
        Me.CheckStartRecording.BackColor = System.Drawing.SystemColors.Control
        Me.CheckStartRecording.Cursor = System.Windows.Forms.Cursors.Default
        Me.CheckStartRecording.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.CheckStartRecording.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CheckStartRecording.Location = New System.Drawing.Point(8, 24)
        Me.CheckStartRecording.Name = "CheckStartRecording"
        Me.CheckStartRecording.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CheckStartRecording.Size = New System.Drawing.Size(98, 17)
        Me.CheckStartRecording.TabIndex = 37
        Me.CheckStartRecording.Text = "Start Record"
        Me.CheckStartRecording.UseVisualStyleBackColor = False
        '
        'CheckStartConf
        '
        Me.CheckStartConf.BackColor = System.Drawing.SystemColors.Control
        Me.CheckStartConf.Cursor = System.Windows.Forms.Cursors.Default
        Me.CheckStartConf.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.CheckStartConf.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CheckStartConf.Location = New System.Drawing.Point(164, 140)
        Me.CheckStartConf.Name = "CheckStartConf"
        Me.CheckStartConf.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CheckStartConf.Size = New System.Drawing.Size(124, 25)
        Me.CheckStartConf.TabIndex = 117
        Me.CheckStartConf.Text = "Start Conference"
        Me.CheckStartConf.UseVisualStyleBackColor = False
        '
        'ComboAudioIn
        '
        Me.ComboAudioIn.BackColor = System.Drawing.SystemColors.Window
        Me.ComboAudioIn.Cursor = System.Windows.Forms.Cursors.Default
        Me.ComboAudioIn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboAudioIn.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ComboAudioIn.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ComboAudioIn.Location = New System.Drawing.Point(32, 80)
        Me.ComboAudioIn.Name = "ComboAudioIn"
        Me.ComboAudioIn.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ComboAudioIn.Size = New System.Drawing.Size(153, 21)
        Me.ComboAudioIn.TabIndex = 86
        '
        'ComboAudioOut
        '
        Me.ComboAudioOut.BackColor = System.Drawing.SystemColors.Window
        Me.ComboAudioOut.Cursor = System.Windows.Forms.Cursors.Default
        Me.ComboAudioOut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.ComboAudioOut.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ComboAudioOut.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ComboAudioOut.Location = New System.Drawing.Point(32, 32)
        Me.ComboAudioOut.Name = "ComboAudioOut"
        Me.ComboAudioOut.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ComboAudioOut.Size = New System.Drawing.Size(153, 21)
        Me.ComboAudioOut.TabIndex = 85
        '
        'Frame11
        '
        Me.Frame11.BackColor = System.Drawing.SystemColors.Control
        Me.Frame11.Controls.Add(Me.ListLines)
        Me.Frame11.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame11.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame11.Location = New System.Drawing.Point(4, 140)
        Me.Frame11.Name = "Frame11"
        Me.Frame11.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame11.Size = New System.Drawing.Size(153, 137)
        Me.Frame11.TabIndex = 116
        Me.Frame11.TabStop = False
        Me.Frame11.Text = " Multiple Lines "
        '
        'ListLines
        '
        Me.ListLines.BackColor = System.Drawing.SystemColors.Window
        Me.ListLines.Cursor = System.Windows.Forms.Cursors.Default
        Me.ListLines.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ListLines.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ListLines.Location = New System.Drawing.Point(8, 16)
        Me.ListLines.Name = "ListLines"
        Me.ListLines.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ListLines.Size = New System.Drawing.Size(137, 108)
        Me.ListLines.TabIndex = 83
        '
        'Frame12
        '
        Me.Frame12.BackColor = System.Drawing.SystemColors.Control
        Me.Frame12.Controls.Add(Me.ComboAudioIn)
        Me.Frame12.Controls.Add(Me.ComboAudioOut)
        Me.Frame12.Controls.Add(Me.Label6)
        Me.Frame12.Controls.Add(Me.Label5)
        Me.Frame12.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame12.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame12.Location = New System.Drawing.Point(556, 4)
        Me.Frame12.Name = "Frame12"
        Me.Frame12.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame12.Size = New System.Drawing.Size(225, 121)
        Me.Frame12.TabIndex = 115
        Me.Frame12.TabStop = False
        Me.Frame12.Text = " Sound Device(s) "
        '
        'Label6
        '
        Me.Label6.BackColor = System.Drawing.SystemColors.Control
        Me.Label6.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label6.Font = New System.Drawing.Font("Verdana", 8.25!, 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(133, 64)
        Me.Label6.Name = "Label6"
        Me.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label6.Size = New System.Drawing.Size(55, 17)
        Me.Label6.TabIndex = 88
        Me.Label6.Text = "Audio In"
        '
        'Frame5
        '
        Me.Frame5.BackColor = System.Drawing.SystemColors.Control
        Me.Frame5.Controls.Add(Me.CheckAGC)
        Me.Frame5.Controls.Add(Me.CheckDisturb)
        Me.Frame5.Controls.Add(Me.CheckMicBoost)
        Me.Frame5.Controls.Add(Me.CheckEchoCancel)
        Me.Frame5.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame5.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame5.Location = New System.Drawing.Point(340, 140)
        Me.Frame5.Name = "Frame5"
        Me.Frame5.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame5.Size = New System.Drawing.Size(209, 89)
        Me.Frame5.TabIndex = 110
      

⌨️ 快捷键说明

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