home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 207
- Top = 110
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Chat'
- ClientHeight = 383
- ClientWidth = 473
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 457
- Height = 337
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 8
- Top = 352
- Width = 377
- Height = 20
- TabOrder = 1
- OnKeyDown = Edit1KeyDown
- end
- object Button1: TButton
- Left = 392
- Top = 352
- Width = 75
- Height = 25
- Caption = 'Send'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object DXPlay1: TDXPlay
- GUID = '{913C8000-CA0A-11D1-8138-444553540000}'
- MaxPlayers = 0
- OnAddPlayer = DXPlay1AddPlayer
- OnDeletePlayer = DXPlay1DeletePlayer
- OnMessage = DXPlay1Message
- OnOpen = DXPlay1Open
- Left = 424
- Top = 136
- end
- end
-