object Form1: TForm1 Left = 430 Height = 529 Top = 194 Width = 469 HorzScrollBar.Page = 468 VertScrollBar.Page = 528 ActiveControl = memResponses Caption = 'Form1' ClientHeight = 529 ClientWidth = 469 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow object memResponses: TMemo Height = 208 Width = 469 Align = alTop Constraints.MinHeight = 120 Font.Height = -13 Font.Name = 'Courier New' ScrollBars = ssAutoVertical TabOrder = 0 end object memRequest: TMemo Height = 125 Top = 216 Width = 469 Align = alClient Constraints.MinHeight = 125 Font.Height = -13 Font.Name = 'Courier New' ScrollBars = ssAutoVertical TabOrder = 1 end object Splitter1: TSplitter Cursor = crVSplit Height = 8 Top = 208 Width = 469 Align = alTop MinSize = 120 ResizeAnchor = akTop end object Panel1: TPanel Height = 217 Top = 312 Width = 469 Align = alBottom ClientHeight = 217 ClientWidth = 469 TabOrder = 2 object Label1: TLabel Left = 8 Height = 14 Top = 56 Width = 52 Caption = 'User name' ParentColor = False end object Password: TLabel Left = 176 Height = 14 Top = 56 Width = 52 Caption = 'User name' ParentColor = False end object Label2: TLabel Left = 8 Height = 14 Top = 8 Width = 23 Caption = 'Host' ParentColor = False end object Password1: TLabel Left = 176 Height = 14 Top = 8 Width = 21 Caption = 'port' ParentColor = False end object lblRestrictChannel: TLabel Left = 8 Height = 14 Top = 96 Width = 132 Caption = 'Your Device (IE: "SIP/112")' ParentColor = False end object btnConnect: TButton Left = 109 Height = 25 Top = 160 Width = 75 Caption = 'Connect' OnClick = btnConnectClick TabOrder = 0 end object btnDisconnect: TButton Left = 197 Height = 25 Top = 160 Width = 75 Caption = 'Disconnect' OnClick = btnDisconnectClick TabOrder = 1 end object btnSendRequest: TButton Left = 285 Height = 25 Top = 160 Width = 75 Caption = 'Send Request' OnClick = btnSendRequestClick TabOrder = 2 end object eUsername: TEdit Left = 8 Height = 23 Top = 72 Width = 160 TabOrder = 3 Text = 'lee' end object eSecret: TEdit Left = 176 Height = 23 Top = 72 Width = 160 TabOrder = 4 Text = 'test' end object ckEventsOn: TCheckBox Left = 376 Height = 19 Top = 16 Width = 76 Caption = 'Events On' TabOrder = 5 Visible = False end object eHost: TEdit Left = 8 Height = 23 Top = 24 Width = 160 TabOrder = 6 Text = 'localhost' end object ePort: TEdit Left = 176 Height = 23 Top = 24 Width = 160 TabOrder = 7 Text = '4500' end object ckRestrict: TCheckBox Left = 176 Height = 19 Top = 116 Width = 120 Caption = 'Restrict By Client ID' TabOrder = 8 end object eChannel: TEdit Left = 8 Height = 23 Top = 112 Width = 160 TabOrder = 9 Text = 'SIP/111' end end object Timer1: TTimer Enabled = False Interval = 250 OnTimer = Timer1Timer left = 368 top = 344 end end