語法:
object Form1: TForm1
Left = 267
Top = 273
Width = 233
Height = 237
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 8
Top = 88
Width = 81
Height = 22
Caption = '傳送'
Flat = True
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 8
Top = 120
Width = 81
Height = 25
Caption = '放棄'
Flat = True
OnClick = SpeedButton2Click
end
object SpeedButton3: TSpeedButton
Left = 8
Top = 168
Width = 81
Height = 25
Caption = '離開'
Flat = True
OnClick = SpeedButton3Click
end
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 225
Height = 29
ButtonHeight = 21
ButtonWidth = 31
Caption = 'ToolBar1'
Flat = True
ShowCaptions = True
TabOrder = 0
object ToolButton1: TToolButton
Left = 0
Top = 0
Caption = '連線'
DropdownMenu = PopupMenu1
ImageIndex = 0
end
end
object Edit1: TEdit
Left = 8
Top = 40
Width = 81
Height = 40
Font.Charset = CHINESEBIG5_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = 'Fixedsys'
Font.Style = []
MaxLength = 4
ParentFont = False
TabOrder = 1
OnChange = Edit1Change
end
object Memo1: TMemo
Left = 96
Top = 40
Width = 121
Height = 153
TabOrder = 2
end
object ServerSocket1: TServerSocket
Active = False
Port = 1234
ServerType = stNonBlocking
OnClientConnect = ServerSocket1ClientConnect
OnClientDisconnect = ServerSocket1ClientDisconnect
OnClientRead = ServerSocket1ClientRead
Left = 40
Top = 104
end
object ClientSocket1: TClientSocket
Active = False
ClientType = ctNonBlocking
Port = 1234
OnConnect = ClientSocket1Connect
OnDisconnect = ClientSocket1Disconnect
OnRead = ClientSocket1Read
Left = 72
Top = 104
end
object PopupMenu1: TPopupMenu
Left = 104
Top = 104
object N1: TMenuItem
Caption = '等待連線'
OnClick = N1Click
end
object N2: TMenuItem
Caption = '加入連線'
OnClick = N2Click
end
end
end