home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 202
- Top = 108
- Width = 501
- Height = 303
- Caption = 'Echo Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 105
- Top = 158
- Width = 81
- Height = 16
- Caption = 'Text to Send: '
- end
- object Label2: TLabel
- Left = 208
- Top = 220
- Width = 91
- Height = 16
- Caption = 'Elapsed Time: '
- end
- object Label5: TLabel
- Left = 69
- Top = 192
- Width = 116
- Height = 16
- Caption = 'Text Echoed Back: '
- end
- object Edit1: TEdit
- Left = 188
- Top = 153
- Width = 149
- Height = 24
- TabOrder = 0
- end
- object Button1: TButton
- Left = 348
- Top = 149
- Width = 93
- Height = 31
- Caption = 'Send'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 493
- Height = 139
- Align = alTop
- TabOrder = 2
- object Label3: TLabel
- Left = 144
- Top = 10
- Width = 28
- Height = 16
- Caption = 'Host'
- end
- object Label4: TLabel
- Left = 148
- Top = 39
- Width = 24
- Height = 16
- Caption = 'Port'
- end
- object Edit2: TEdit
- Left = 177
- Top = 5
- Width = 149
- Height = 24
- TabOrder = 0
- Text = '128.6.13.3'
- end
- object Edit3: TEdit
- Left = 177
- Top = 34
- Width = 41
- Height = 24
- TabOrder = 1
- Text = '7'
- end
- object Button2: TButton
- Left = 128
- Top = 89
- Width = 92
- Height = 30
- Caption = 'Connect'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 256
- Top = 89
- Width = 92
- Height = 30
- Caption = 'Disconnect'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 253
- Width = 493
- Height = 23
- Panels = <>
- SimplePanel = True
- end
- object Edit4: TEdit
- Left = 187
- Top = 187
- Width = 149
- Height = 24
- TabOrder = 4
- end
- object Button4: TButton
- Left = 348
- Top = 187
- Width = 93
- Height = 31
- Caption = 'Abort'
- TabOrder = 5
- OnClick = Button4Click
- end
- object NMEcho1: TNMEcho
- Port = 7
- ReportLevel = 0
- OnDisconnect = NMEcho1Disconnect
- OnConnect = NMEcho1Connect
- OnInvalidHost = NMEcho1InvalidHost
- OnHostResolved = NMEcho1HostResolved
- OnStatus = NMEcho1Status
- OnConnectionFailed = NMEcho1ConnectionFailed
- OnConnectionRequired = NMEcho1ConnectionRequired
- Left = 8
- Top = 8
- end
- end
-