📄 mainunit.dfm
字号:
object MainForm: TMainForm
Left = 221
Top = 151
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'VaxVoIP SIP SDK Sample Code for Delphi 7.0'
ClientHeight = 467
ClientWidth = 783
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 8
Top = 5
Width = 329
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 = 115
Top = 18
Width = 54
Height = 13
Caption = 'Password'
end
object Label3: TLabel
Left = 218
Top = 19
Width = 57
Height = 13
Caption = 'SIP Proxy'
end
object Label4: TLabel
Left = 114
Top = 62
Width = 93
Height = 13
Caption = 'Outbound-Proxy'
end
object Label19: TLabel
Left = 8
Top = 62
Width = 80
Height = 13
Caption = 'Display-Name'
end
object EditLoginId: TEdit
Left = 7
Top = 34
Width = 99
Height = 21
TabOrder = 0
end
object EditLoginPwd: TEdit
Left = 114
Top = 34
Width = 99
Height = 21
TabOrder = 1
end
object EditSIPProxy: TEdit
Left = 218
Top = 34
Width = 99
Height = 21
TabOrder = 2
end
object EditOutboundProxy: TEdit
Left = 114
Top = 77
Width = 99
Height = 21
TabOrder = 3
end
object BtnInit: TButton
Left = 219
Top = 66
Width = 100
Height = 32
Caption = 'Online'
TabOrder = 4
OnClick = BtnInitClick
end
object EditDisplayName: TEdit
Left = 8
Top = 77
Width = 99
Height = 21
TabOrder = 5
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 = 6
OnClick = CheckMicBoostClick
end
end
object EditPhoneNo: TEdit
Left = 13
Top = 262
Width = 144
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 = 13
Top = 287
Width = 45
Height = 28
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 = 64
Top = 287
Width = 45
Height = 28
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 = 115
Top = 287
Width = 45
Height = 28
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 = 13
Top = 320
Width = 45
Height = 28
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 = 64
Top = 320
Width = 45
Height = 28
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 = 115
Top = 320
Width = 45
Height = 28
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 = 13
Top = 353
Width = 45
Height = 28
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 = 64
Top = 353
Width = 45
Height = 28
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 = 115
Top = 354
Width = 45
Height = 28
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 = 13
Top = 387
Width = 45
Height = 28
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 = 64
Top = 387
Width = 45
Height = 28
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 = 115
Top = 387
Width = 45
Height = 28
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 = 168
Top = 256
Width = 169
Height = 206
Caption = ' Incoming Call(s) '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 14
object BtnAcceptCall: TButton
Left = 5
Top = 167
Width = 69
Height = 25
Caption = 'Accept'
TabOrder = 0
OnClick = BtnAcceptCallClick
end
object BtnRejectCall: TButton
Left = 91
Top = 167
Width = 69
Height = 25
Caption = 'Reject'
TabOrder = 1
OnClick = BtnRejectCallClick
end
object ListBoxIncomingCall: TListBox
Left = 5
Top = 16
Width = 156
Height = 124
ItemHeight = 13
TabOrder = 2
end
object CheckBoxRingTone: TCheckBox
Left = 6
Top = 145
Width = 97
Height = 17
Caption = 'Play ringtone'
Checked = True
State = cbChecked
TabOrder = 3
OnClick = CheckBoxRingToneClick
end
object ListBoxIcomingCallId: TListBox
Left = 120
Top = 147
Width = 41
Height = 14
ItemHeight = 13
TabOrder = 4
Visible = False
end
end
object BtnDial: TButton
Left = 13
Top = 425
Width = 69
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 = 89
Top = 425
Width = 69
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 = 553
Top = 306
Width = 225
Height = 153
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 = 85
Width = 70
Height = 13
Caption = 'Microphone:'
end
object TrackBarSpkVol: TTrackBar
Left = 13
Top = 36
Width = 193
Height = 17
Ctl3D = True
ParentCtl3D = False
TabOrder = 0
ThumbLength = 10
TickStyle = tsNone
OnChange = TrackBarSpkVolChange
end
object CheckBoxSpkMute: TCheckBox
Left = 158
Top = 15
Width = 47
Height = 15
Caption = 'Mute'
TabOrder = 1
OnClick = CheckBoxSpkMuteClick
end
object GroupBoxLine: TGroupBox
Left = 9
Top = 70
Width = 203
Height = 7
TabOrder = 2
end
object CheckBoxMuteMic: TCheckBox
Left = 156
Top = 85
Width = 47
Height = 15
Caption = 'Mute'
TabOrder = 3
OnClick = CheckBoxMuteMicClick
end
object TrackBarMicVol: TTrackBar
Left = 17
Top = 105
Width = 186
Height = 17
Ctl3D = True
ParentCtl3D = False
TabOrder = 4
ThumbLength = 10
TickStyle = tsNone
OnChange = TrackBarMicVolChange
end
object MicProgBar: TProgressBar
Left = 18
Top = 122
Width = 188
Height = 17
Smooth = True
TabOrder = 5
end
object SpkProgBar: TProgressBar
Left = 18
Top = 51
Width = 188
Height = 17
Smooth = True
TabOrder = 6
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -