| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- object Form3: TForm3
- Left = 0
- Top = 0
- Caption = 'Form3'
- ClientHeight = 383
- ClientWidth = 516
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object pgc1: TPageControl
- Left = 0
- Top = 0
- Width = 516
- Height = 383
- ActivePage = ts1
- Align = alClient
- TabOrder = 0
- object ts1: TTabSheet
- Caption = 'Socket.io v1.0'
- object btn1: TButton
- Left = 352
- Top = 49
- Width = 153
- Height = 25
- Caption = #27169#25311'1000'#20010#29992#25143#25569#25163
- TabOrder = 0
- OnClick = btn1Click
- end
- object mmo1: TMemo
- Left = 0
- Top = 80
- Width = 508
- Height = 275
- Align = alBottom
- TabOrder = 1
- end
- object btn6: TBitBtn
- Left = 16
- Top = 3
- Width = 75
- Height = 25
- Caption = 'Connect'
- TabOrder = 2
- OnClick = btn6Click
- end
- object btn2: TBitBtn
- Left = 97
- Top = 3
- Width = 75
- Height = 25
- Caption = #21019#24314#32676
- TabOrder = 3
- OnClick = btn2Click
- end
- end
- end
- object udpsckt1: TUdpSocket
- Left = 248
- Top = 24
- end
- end
|