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

📄 mainform.designer.vb

📁 VaxSIPUserAgentSDK
💻 VB
📖 第 1 页 / 共 5 页
字号:
        Me.BtnDialPadStar.BackColor = System.Drawing.SystemColors.Control
        Me.BtnDialPadStar.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnDialPadStar.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnDialPadStar.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnDialPadStar.Location = New System.Drawing.Point(12, 436)
        Me.BtnDialPadStar.Name = "BtnDialPadStar"
        Me.BtnDialPadStar.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnDialPadStar.Size = New System.Drawing.Size(41, 33)
        Me.BtnDialPadStar.TabIndex = 101
        Me.BtnDialPadStar.Text = "*"
        Me.BtnDialPadStar.UseVisualStyleBackColor = False
        '
        'BtnDialPad9
        '
        Me.BtnDialPad9.BackColor = System.Drawing.SystemColors.Control
        Me.BtnDialPad9.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnDialPad9.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnDialPad9.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnDialPad9.Location = New System.Drawing.Point(108, 396)
        Me.BtnDialPad9.Name = "BtnDialPad9"
        Me.BtnDialPad9.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnDialPad9.Size = New System.Drawing.Size(41, 33)
        Me.BtnDialPad9.TabIndex = 100
        Me.BtnDialPad9.Text = "9"
        Me.BtnDialPad9.UseVisualStyleBackColor = False
        '
        'BtnReject
        '
        Me.BtnReject.BackColor = System.Drawing.SystemColors.Control
        Me.BtnReject.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnReject.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnReject.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnReject.Location = New System.Drawing.Point(88, 216)
        Me.BtnReject.Name = "BtnReject"
        Me.BtnReject.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnReject.Size = New System.Drawing.Size(73, 31)
        Me.BtnReject.TabIndex = 43
        Me.BtnReject.Text = "Reject"
        Me.BtnReject.UseVisualStyleBackColor = False
        '
        'BtnAccept
        '
        Me.BtnAccept.BackColor = System.Drawing.SystemColors.Control
        Me.BtnAccept.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnAccept.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnAccept.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnAccept.Location = New System.Drawing.Point(8, 216)
        Me.BtnAccept.Name = "BtnAccept"
        Me.BtnAccept.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnAccept.Size = New System.Drawing.Size(73, 31)
        Me.BtnAccept.TabIndex = 42
        Me.BtnAccept.Text = "Accept"
        Me.BtnAccept.UseVisualStyleBackColor = False
        '
        'CheckSpkMute
        '
        Me.CheckSpkMute.BackColor = System.Drawing.SystemColors.Control
        Me.CheckSpkMute.Cursor = System.Windows.Forms.Cursors.Default
        Me.CheckSpkMute.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.CheckSpkMute.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CheckSpkMute.Location = New System.Drawing.Point(160, 16)
        Me.CheckSpkMute.Name = "CheckSpkMute"
        Me.CheckSpkMute.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CheckSpkMute.Size = New System.Drawing.Size(53, 17)
        Me.CheckSpkMute.TabIndex = 29
        Me.CheckSpkMute.Text = "Mute"
        Me.CheckSpkMute.UseVisualStyleBackColor = False
        '
        'Frame3
        '
        Me.Frame3.BackColor = System.Drawing.SystemColors.Control
        Me.Frame3.Controls.Add(Me.BtnClearLog)
        Me.Frame3.Controls.Add(Me.ListStatusLog)
        Me.Frame3.Font = New System.Drawing.Font("Verdana", 8.25!, 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(556, 132)
        Me.Frame3.Name = "Frame3"
        Me.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame3.Size = New System.Drawing.Size(225, 232)
        Me.Frame3.TabIndex = 107
        Me.Frame3.TabStop = False
        Me.Frame3.Text = " Status Log "
        '
        'BtnClearLog
        '
        Me.BtnClearLog.BackColor = System.Drawing.SystemColors.Control
        Me.BtnClearLog.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnClearLog.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnClearLog.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnClearLog.Location = New System.Drawing.Point(136, 195)
        Me.BtnClearLog.Name = "BtnClearLog"
        Me.BtnClearLog.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnClearLog.Size = New System.Drawing.Size(81, 31)
        Me.BtnClearLog.TabIndex = 45
        Me.BtnClearLog.Text = "Clear"
        Me.BtnClearLog.UseVisualStyleBackColor = False
        '
        'ListStatusLog
        '
        Me.ListStatusLog.BackColor = System.Drawing.SystemColors.Window
        Me.ListStatusLog.Cursor = System.Windows.Forms.Cursors.Default
        Me.ListStatusLog.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ListStatusLog.ForeColor = System.Drawing.SystemColors.WindowText
        Me.ListStatusLog.Location = New System.Drawing.Point(8, 16)
        Me.ListStatusLog.Name = "ListStatusLog"
        Me.ListStatusLog.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.ListStatusLog.Size = New System.Drawing.Size(209, 173)
        Me.ListStatusLog.TabIndex = 44
        '
        'CheckMuteMic
        '
        Me.CheckMuteMic.BackColor = System.Drawing.SystemColors.Control
        Me.CheckMuteMic.Cursor = System.Windows.Forms.Cursors.Default
        Me.CheckMuteMic.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.CheckMuteMic.ForeColor = System.Drawing.SystemColors.ControlText
        Me.CheckMuteMic.Location = New System.Drawing.Point(160, 77)
        Me.CheckMuteMic.Name = "CheckMuteMic"
        Me.CheckMuteMic.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.CheckMuteMic.Size = New System.Drawing.Size(53, 17)
        Me.CheckMuteMic.TabIndex = 28
        Me.CheckMuteMic.Text = "Mute"
        Me.CheckMuteMic.UseVisualStyleBackColor = False
        '
        'BtnSaveToWaveFile
        '
        Me.BtnSaveToWaveFile.BackColor = System.Drawing.SystemColors.Control
        Me.BtnSaveToWaveFile.Cursor = System.Windows.Forms.Cursors.Default
        Me.BtnSaveToWaveFile.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.BtnSaveToWaveFile.ForeColor = System.Drawing.SystemColors.ControlText
        Me.BtnSaveToWaveFile.Location = New System.Drawing.Point(152, 56)
        Me.BtnSaveToWaveFile.Name = "BtnSaveToWaveFile"
        Me.BtnSaveToWaveFile.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.BtnSaveToWaveFile.Size = New System.Drawing.Size(49, 33)
        Me.BtnSaveToWaveFile.TabIndex = 34
        Me.BtnSaveToWaveFile.Text = "Save"
        Me.BtnSaveToWaveFile.UseVisualStyleBackColor = False
        '
        'Frame8
        '
        Me.Frame8.BackColor = System.Drawing.SystemColors.Control
        Me.Frame8.Controls.Add(Me.SliderMicVol)
        Me.Frame8.Controls.Add(Me.MicProgBar)
        Me.Frame8.Controls.Add(Me.SpkProgBar)
        Me.Frame8.Controls.Add(Me.SliderSpkVol)
        Me.Frame8.Controls.Add(Me.CheckSpkMute)
        Me.Frame8.Controls.Add(Me.CheckMuteMic)
        Me.Frame8.Controls.Add(Me.LabelSpeakerVol)
        Me.Frame8.Controls.Add(Me.LabelMicVol)
        Me.Frame8.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Frame8.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Frame8.Location = New System.Drawing.Point(556, 370)
        Me.Frame8.Name = "Frame8"
        Me.Frame8.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Frame8.Size = New System.Drawing.Size(225, 146)
        Me.Frame8.TabIndex = 108
        Me.Frame8.TabStop = False
        Me.Frame8.Text = " Volume"
        '
        'SliderMicVol
        '
        Me.SliderMicVol.AutoSize = False
        Me.SliderMicVol.Location = New System.Drawing.Point(20, 96)
        Me.SliderMicVol.Name = "SliderMicVol"
        Me.SliderMicVol.Size = New System.Drawing.Size(185, 21)
        Me.SliderMicVol.TabIndex = 155
        Me.SliderMicVol.TickStyle = System.Windows.Forms.TickStyle.None
        '
        'MicProgBar
        '
        Me.MicProgBar.Location = New System.Drawing.Point(26, 118)
        Me.MicProgBar.Name = "MicProgBar"
        Me.MicProgBar.Size = New System.Drawing.Size(175, 19)
        Me.MicProgBar.TabIndex = 154
        '
        'SpkProgBar
        '
        Me.SpkProgBar.Location = New System.Drawing.Point(26, 55)
        Me.SpkProgBar.Name = "SpkProgBar"
        Me.SpkProgBar.Size = New System.Drawing.Size(175, 19)
        Me.SpkProgBar.TabIndex = 152
        '
        'SliderSpkVol
        '
        Me.SliderSpkVol.AutoSize = False
        Me.SliderSpkVol.Location = New System.Drawing.Point(20, 35)
        Me.SliderSpkVol.Name = "SliderSpkVol"
        Me.SliderSpkVol.Size = New System.Drawing.Size(185, 21)
        Me.SliderSpkVol.TabIndex = 35
        Me.SliderSpkVol.TickStyle = System.Windows.Forms.TickStyle.None
        '
        'LabelSpeakerVol
        '
        Me.LabelSpeakerVol.BackColor = System.Drawing.SystemColors.Control
        Me.LabelSpeakerVol.Cursor = System.Windows.Forms.Cursors.Default
        Me.LabelSpeakerVol.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LabelSpeakerVol.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelSpeakerVol.Location = New System.Drawing.Point(8, 16)
        Me.LabelSpeakerVol.Name = "LabelSpeakerVol"
        Me.LabelSpeakerVol.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LabelSpeakerVol.Size = New System.Drawing.Size(60, 17)
        Me.LabelSpeakerVol.TabIndex = 32
        Me.LabelSpeakerVol.Text = "Speaker:"
        '
        'LabelMicVol
        '
        Me.LabelMicVol.BackColor = System.Drawing.SystemColors.Control
        Me.LabelMicVol.Cursor = System.Windows.Forms.Cursors.Default
        Me.LabelMicVol.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.LabelMicVol.ForeColor = System.Drawing.SystemColors.ControlText
        Me.LabelMicVol.Location = New System.Drawing.Point(8, 77)
        Me.LabelMicVol.Name = "LabelMicVol"
        Me.LabelMicVol.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.LabelMicVol.Size = New System.Drawing.Size(81, 17)
        Me.LabelMicVol.TabIndex = 31
        Me.LabelMicVol.Text = "Microphone:"
        '
        'Label17
        '
        Me.Label17.BackColor = System.Drawing.SystemColors.Control
        Me.Label17.Cursor = System.Windows.Forms.Cursors.Default
        Me.Label17.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label17.ForeColor = System.Drawing.SystemColors.ControlText
        Me.Label17.Location = New System.Drawing.Point(8, 48)
        Me.Label17.Name = "Label17"
        Me.Label17.RightToLeft = System.Windows.Forms.RightToLeft.No
        Me.Label17.Size = New System.Drawing.Size(67, 17)
        Me.Label17.TabIndex = 38
        Me.Label17.Text = "File (.wav)"
        '
        'Frame2
        '
        Me.Frame2.BackColor = System.Drawing.SystemColors.Control
        Me.Frame2.Controls.Add(Me.CheckPlayRingTone)
        Me.Frame2.Controls.Add(Me.ListIncomingCallIds)

⌨️ 快捷键说明

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