- object Form1: TForm1
- Left = 184
- Top = 121
- Width = 740
- Height = 603
- Caption = 'Form1'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lblMAC: TLabel
- Left = 608
- Top = 56
- Width = 3
- Height = 13
- end
- object lblStatus: TLabel
- Left = 576
- Top = 32
- Width = 73
- Height = 13
- AutoSize = False
- Caption = #26410#36830#25509
- end
- object Lable3: TLabel
- Left = 576
- Top = 56
- Width = 26
- Height = 13
- Caption = 'MAC:'
- end
- object Label4: TLabel
- Left = 0
- Top = 128
- Width = 60
- Height = 13
- Caption = #21457#36865#25968#25454#65306
- end
- object Label5: TLabel
- Left = 0
- Top = 328
- Width = 60
- Height = 13
- Caption = #25509#25910#25968#25454#65306
- end
- object Label6: TLabel
- Left = 576
- Top = 8
- Width = 48
- Height = 13
- Caption = #36830#25509#21495#65306
- end
- object lblConnectID: TLabel
- Left = 632
- Top = 8
- Width = 57
- Height = 13
- AutoSize = False
- end
- object GroupBox1: TGroupBox
- Left = 240
- Top = 0
- Width = 329
- Height = 113
- Caption = #36830#25509
- TabOrder = 4
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 82
- Height = 13
- Caption = #36716#25442#22120'IP'#22320#22336#65306
- end
- object Label2: TLabel
- Left = 8
- Top = 48
- Width = 96
- Height = 13
- Caption = #36716#25442#22120#30417#21548#31471#21475#65306
- end
- end
- object edtPeerIP: TEdit
- Left = 368
- Top = 16
- Width = 169
- Height = 21
- TabOrder = 0
- end
- object edtPeerPort: TEdit
- Left = 368
- Top = 48
- Width = 169
- Height = 21
- TabOrder = 1
- end
- object btnConnect: TButton
- Left = 408
- Top = 80
- Width = 105
- Height = 25
- Caption = #36830#25509
- TabOrder = 2
- OnClick = btnConnectClick
- end
- object btnCloseConnect: TButton
- Left = 576
- Top = 88
- Width = 105
- Height = 25
- Caption = #20851#38381#36830#25509
- TabOrder = 3
- OnClick = btnCloseConnectClick
- end
- object GroupBox2: TGroupBox
- Left = 0
- Top = 0
- Width = 233
- Height = 113
- Caption = #30417#21548
- TabOrder = 5
- object Label3: TLabel
- Left = 8
- Top = 24
- Width = 60
- Height = 13
- Caption = #30417#21548#31471#21475#65306
- end
- object edtLocalPort: TEdit
- Left = 72
- Top = 16
- Width = 145
- Height = 21
- TabOrder = 0
- Text = '8000'
- end
- object btnListen: TButton
- Left = 40
- Top = 72
- Width = 105
- Height = 17
- Caption = #24320#22987#30417#21548
- TabOrder = 1
- OnClick = btnListenClick
- end
- end
- object memSend: TMemo
- Left = 0
- Top = 144
- Width = 457
- Height = 169
- Lines.Strings = (
- 'memSend')
- ScrollBars = ssVertical
- TabOrder = 6
- end
- object memRecv: TMemo
- Left = 0
- Top = 344
- Width = 457
- Height = 169
- Lines.Strings = (
- 'memRecv')
- ScrollBars = ssVertical
- TabOrder = 7
- end
- object btnSend: TButton
- Left = 496
- Top = 152
- Width = 105
- Height = 25
- Caption = #21457#36865
- TabOrder = 9
- OnClick = btnSendClick
- end
- object btnClear: TButton
- Left = 496
- Top = 352
- Width = 105
- Height = 25
- Caption = #28165#31354
- TabOrder = 8
- OnClick = btnClearClick
- end
- object btnTest: TButton
- Left = 496
- Top = 200
- Width = 113
- Height = 25
- Caption = #27979#35797
- TabOrder = 10
- OnClick = btnTestClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Left = 496
- Top = 264
- end
- end