home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 204
- Top = 130
- Width = 435
- Height = 300
- Caption = 'UDP 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 PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 427
- Height = 250
- ActivePage = TabSheet1
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Sending'
- object Label1: TLabel
- Left = 68
- Top = 16
- Width = 34
- Height = 16
- Caption = 'Host: '
- end
- object Label2: TLabel
- Left = 71
- Top = 46
- Width = 30
- Height = 16
- Caption = 'Port: '
- end
- object Label3: TLabel
- Left = 59
- Top = 114
- Width = 81
- Height = 16
- Caption = 'Text to Send: '
- end
- object Edit1: TEdit
- Left = 105
- Top = 11
- Width = 149
- Height = 24
- TabOrder = 0
- Text = '127.0.0.1'
- end
- object Edit2: TEdit
- Left = 105
- Top = 41
- Width = 44
- Height = 24
- TabOrder = 1
- Text = '6767'
- end
- object Edit3: TEdit
- Left = 144
- Top = 110
- Width = 149
- Height = 24
- TabOrder = 2
- end
- object Button1: TButton
- Left = 300
- Top = 106
- Width = 93
- Height = 31
- Caption = 'Send'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Receiving'
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 419
- Height = 50
- Align = alTop
- TabOrder = 0
- object Button2: TButton
- Left = 212
- Top = 10
- Width = 92
- Height = 31
- Caption = 'Clear Memo'
- TabOrder = 0
- OnClick = Button2Click
- end
- end
- object Memo1: TMemo
- Left = 0
- Top = 50
- Width = 419
- Height = 169
- Align = alClient
- TabOrder = 1
- end
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 250
- Width = 427
- Height = 23
- Panels = <>
- SimplePanel = True
- end
- object NMUDP1: TNMUDP
- RemotePort = 6767
- LocalPort = 6767
- ReportLevel = 16
- OnDataReceived = NMUDP1DataReceived
- OnDataSend = NMUDP1DataSend
- OnStatus = NMUDP1Status
- OnInvalidHost = NMUDP1InvalidHost
- Left = 383
- Top = 26
- end
- end
-