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

📄 mainunit.dfm

📁 VaxSIPUserAgentSDK
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object MainForm: TMainForm
  Left = 221
  Top = 151
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'VaxVoIP SIP SDK Sample Code for Delphi 7.0'
  ClientHeight = 490
  ClientWidth = 811
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label12: TLabel
    Left = 16
    Top = 277
    Width = 67
    Height = 13
    Caption = 'Select Line:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 590
    Top = 416
    Width = 53
    Height = 13
    Caption = 'Speaker:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
  end
  object Label18: TLabel
    Left = 590
    Top = 452
    Width = 70
    Height = 13
    Caption = 'Microphone:'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 5
    Width = 361
    Height = 124
    Caption = ' SIP Proxy Settings '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 18
      Width = 30
      Height = 13
      Caption = 'Login'
    end
    object Label2: TLabel
      Left = 75
      Top = 18
      Width = 54
      Height = 13
      Caption = 'Password'
    end
    object Label3: TLabel
      Left = 144
      Top = 19
      Width = 57
      Height = 13
      Caption = 'SIP Proxy'
    end
    object Label4: TLabel
      Left = 143
      Top = 62
      Width = 93
      Height = 13
      Caption = 'Outbound-Proxy'
    end
    object Label11: TLabel
      Left = 249
      Top = 19
      Width = 61
      Height = 13
      Caption = 'Total Lines'
    end
    object Label19: TLabel
      Left = 8
      Top = 62
      Width = 80
      Height = 13
      Caption = 'Display-Name'
    end
    object EditLoginId: TEdit
      Left = 7
      Top = 34
      Width = 62
      Height = 21
      TabOrder = 0
    end
    object EditLoginPwd: TEdit
      Left = 75
      Top = 34
      Width = 63
      Height = 21
      TabOrder = 1
    end
    object EditSIPProxy: TEdit
      Left = 144
      Top = 34
      Width = 99
      Height = 21
      TabOrder = 2
    end
    object EditOutboundProxy: TEdit
      Left = 143
      Top = 77
      Width = 99
      Height = 21
      TabOrder = 3
    end
    object BtnInit: TButton
      Left = 247
      Top = 66
      Width = 106
      Height = 33
      Caption = 'Online'
      TabOrder = 4
      OnClick = BtnInitClick
    end
    object EditTotalLines: TEdit
      Left = 248
      Top = 34
      Width = 101
      Height = 21
      TabOrder = 5
      Text = '8'
    end
    object CheckBoxEnableSoundDevice: TCheckBox
      Left = 247
      Top = 103
      Width = 109
      Height = 17
      Caption = 'Use sound device'
      Checked = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Arial'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 6
      OnClick = CheckMicBoostClick
    end
    object EditDisplayName: TEdit
      Left = 8
      Top = 77
      Width = 131
      Height = 21
      TabOrder = 7
    end
    object CheckBoxRegisterToProxy: TCheckBox
      Left = 8
      Top = 103
      Width = 161
      Height = 17
      Caption = 'Register to SIP Proxy'
      Checked = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Verdana'
      Font.Style = []
      ParentFont = False
      State = cbChecked
      TabOrder = 8
      OnClick = CheckMicBoostClick
    end
  end
  object EditPhoneNo: TEdit
    Left = 18
    Top = 137
    Width = 154
    Height = 21
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object BtnDial1: TButton
    Left = 18
    Top = 162
    Width = 44
    Height = 23
    Caption = '1'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = BtnDial1Click
  end
  object BtnDial2: TButton
    Left = 75
    Top = 162
    Width = 44
    Height = 23
    Caption = '2'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = BtnDial2Click
  end
  object BtnDial3: TButton
    Left = 129
    Top = 162
    Width = 44
    Height = 23
    Caption = '3'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = BtnDial3Click
  end
  object BtnDial4: TButton
    Left = 18
    Top = 188
    Width = 44
    Height = 23
    Caption = '4'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = BtnDial4Click
  end
  object BtnDial5: TButton
    Left = 75
    Top = 188
    Width = 44
    Height = 23
    Caption = '5'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    OnClick = BtnDial5Click
  end
  object BtnDial6: TButton
    Left = 129
    Top = 188
    Width = 44
    Height = 23
    Caption = '6'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BtnDial6Click
  end
  object BtnDial7: TButton
    Left = 18
    Top = 214
    Width = 44
    Height = 23
    Caption = '7'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = BtnDial7Click
  end
  object BtnDial8: TButton
    Left = 75
    Top = 214
    Width = 44
    Height = 23
    Caption = '8'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
    OnClick = BtnDial8Click
  end
  object BtnDial9: TButton
    Left = 129
    Top = 215
    Width = 44
    Height = 23
    Caption = '9'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 10
    OnClick = BtnDial9Click
  end
  object BtnDialStar: TButton
    Left = 18
    Top = 242
    Width = 44
    Height = 23
    Caption = '*'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 11
    OnClick = BtnDialStarClick
  end
  object BtnDial0: TButton
    Left = 75
    Top = 242
    Width = 44
    Height = 23
    Caption = '0'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    OnClick = BtnDial0Click
  end
  object BtnDialNo: TButton
    Left = 129
    Top = 242
    Width = 44
    Height = 23
    Caption = '#'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    OnClick = BtnDialNoClick
  end
  object GroupBox2: TGroupBox
    Left = 184
    Top = 132
    Width = 186
    Height = 230
    Caption = ' Incoming Call(s) '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 14
    object Label13: TLabel
      Left = 7
      Top = 173
      Width = 67
      Height = 13
      Caption = 'Select Line:'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Verdana'
      Font.Style = []
      ParentFont = False
    end
    object BtnAcceptCall: TButton
      Left = 5
      Top = 195
      Width = 83
      Height = 25
      Caption = 'Accept Call'
      TabOrder = 0
      OnClick = BtnAcceptCallClick
    end
    object BtnRejectCall: TButton
      Left = 95
      Top = 195
      Width = 83
      Height = 25
      Caption = 'Reject Call'
      TabOrder = 1
      OnClick = BtnRejectCallClick
    end
    object ListBoxIncomingCall: TListBox
      Left = 5
      Top = 16
      Width = 174
      Height = 127
      ItemHeight = 13
      TabOrder = 2
    end
    object ComboBoxIncomingCall: TComboBox
      Left = 81
      Top = 170
      Width = 96
      Height = 21
      Style = csDropDownList
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Verdana'
      Font.Style = []
      ItemHeight = 13
      ParentFont = False
      TabOrder = 3
    end
    object CheckBoxRingTone: TCheckBox
      Left = 82
      Top = 149
      Width = 97
      Height = 17
      Caption = 'Play ringtone'
      Checked = True
      State = cbChecked
      TabOrder = 4
      OnClick = CheckBoxRingToneClick
    end
    object ListBoxIcomingCallId: TListBox
      Left = 8
      Top = 151
      Width = 63
      Height = 14
      ItemHeight = 13
      TabOrder = 5
      Visible = False
    end
  end
  object BtnDial: TButton
    Left = 18
    Top = 298
    Width = 73
    Height = 25
    Caption = 'Dial'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 15
    OnClick = BtnDialClick
  end
  object BtnHangUp: TButton
    Left = 100
    Top = 298
    Width = 73
    Height = 25
    Caption = 'Hang Up'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 16
    OnClick = BtnHangUpClick
  end
  object GroupBoxVolume: TGroupBox
    Left = 376
    Top = 104
    Width = 205
    Height = 107
    Caption = ' Volume Settings '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 17
    object LabelSpeaker: TLabel
      Left = 13
      Top = 15
      Width = 53
      Height = 13
      Caption = 'Speaker:'
    end
    object Label5: TLabel
      Left = 11
      Top = 64
      Width = 70
      Height = 13
      Caption = 'Microphone:'
    end
    object TrackBarSpkVol: TTrackBar
      Left = 21
      Top = 36
      Width = 161
      Height = 17
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 0
      ThumbLength = 10
      TickStyle = tsNone
      OnChange = TrackBarSpkVolChange
    end
    object CheckBoxSpkMute: TCheckBox
      Left = 140
      Top = 15
      Width = 47
      Height = 15
      Caption = 'Mute'
      TabOrder = 1
      OnClick = CheckBoxSpkMuteClick
    end
    object GroupBoxLine: TGroupBox
      Left = 9
      Top = 51
      Width = 181
      Height = 7
      TabOrder = 2
    end
    object CheckBoxMuteMic: TCheckBox
      Left = 138
      Top = 64
      Width = 47
      Height = 15
      Caption = 'Mute'
      TabOrder = 3
      OnClick = CheckBoxMuteMicClick
    end
    object TrackBarMicVol: TTrackBar
      Left = 25
      Top = 84
      Width = 154
      Height = 17
      Ctl3D = True
      ParentCtl3D = False
      TabOrder = 4
      ThumbLength = 10
      TickStyle = tsNone
      OnChange = TrackBarMicVolChange
    end
  end
  object GroupBox3: TGroupBox
    Left = 585
    Top = 6
    Width = 223
    Height = 163
    Caption = ' Line(s) Status/Codecs '
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Verdana'
    Font.Style = []
    ParentFont = False
    TabOrder = 18
    object ListViewLineStatus: TListView
      Left = 7
      Top = 18
      Width = 209
      Height = 137
      Columns = <>
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'Verdana'
      Font.Style = []
      ParentFont = False

⌨️ 快捷键说明

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