| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 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
- 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 = 408
- Top = 16
- Width = 73
- Height = 25
- Caption = #25569#25163
- TabOrder = 0
- OnClick = btn1Click
- end
- object mmo1: TMemo
- Left = 0
- Top = 80
- Width = 508
- Height = 275
- Align = alBottom
- TabOrder = 1
- end
- end
- end
- end
|