home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DELPHIX.ZIP / Samples / Network / Chat2 / Main.dfm / Main.txt
Encoding:
Text File  |  1998-10-06  |  1.1 KB  |  57 lines

  1. object MainForm: TMainForm
  2.   Left = 207
  3.   Top = 110
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Chat'
  7.   ClientHeight = 383
  8.   ClientWidth = 473
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Memo1: TMemo
  20.     Left = 8
  21.     Top = 8
  22.     Width = 457
  23.     Height = 337
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 8
  30.     Top = 352
  31.     Width = 377
  32.     Height = 20
  33.     TabOrder = 1
  34.     OnKeyDown = Edit1KeyDown
  35.   end
  36.   object Button1: TButton
  37.     Left = 392
  38.     Top = 352
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'Send'
  42.     Default = True
  43.     TabOrder = 2
  44.     OnClick = Button1Click
  45.   end
  46.   object DXPlay1: TDXPlay
  47.     GUID = '{913C8000-CA0A-11D1-8138-444553540000}'
  48.     MaxPlayers = 0
  49.     OnAddPlayer = DXPlay1AddPlayer
  50.     OnDeletePlayer = DXPlay1DeletePlayer
  51.     OnMessage = DXPlay1Message
  52.     OnOpen = DXPlay1Open
  53.     Left = 424
  54.     Top = 136
  55.   end
  56. end
  57.