home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9806BL.ZIP / Cp / Client / MainFrm.dfm / MainFrm.txt
Text File  |  1998-05-08  |  2KB  |  86 lines

  1. object frmMain: TfrmMain
  2.   Left = 269
  3.   Top = 147
  4.   Width = 465
  5.   Height = 293
  6.   Caption = 'Chat Client'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel2: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 457
  22.     Height = 73
  23.     Align = alTop
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Label2: TLabel
  27.       Left = 4
  28.       Top = 12
  29.       Width = 67
  30.       Height = 13
  31.       Caption = 'User message'
  32.     end
  33.     object Label1: TLabel
  34.       Left = 4
  35.       Top = 52
  36.       Width = 73
  37.       Height = 13
  38.       Caption = 'Chat Messages'
  39.     end
  40.     object Edit1: TEdit
  41.       Left = 88
  42.       Top = 8
  43.       Width = 265
  44.       Height = 21
  45.       TabOrder = 0
  46.       OnKeyPress = Edit1KeyPress
  47.     end
  48.     object Panel1: TPanel
  49.       Left = 360
  50.       Top = 0
  51.       Width = 97
  52.       Height = 73
  53.       Align = alRight
  54.       BevelOuter = bvNone
  55.       TabOrder = 1
  56.       object Button1: TButton
  57.         Left = 14
  58.         Top = 8
  59.         Width = 75
  60.         Height = 25
  61.         Caption = '&Connect'
  62.         TabOrder = 0
  63.         OnClick = Button1Click
  64.       end
  65.       object Button2: TButton
  66.         Left = 14
  67.         Top = 36
  68.         Width = 75
  69.         Height = 25
  70.         Caption = '&Disconnect'
  71.         TabOrder = 1
  72.         OnClick = Button2Click
  73.       end
  74.     end
  75.   end
  76.   object Memo1: TMemo
  77.     Left = 0
  78.     Top = 73
  79.     Width = 457
  80.     Height = 193
  81.     Align = alClient
  82.     ScrollBars = ssVertical
  83.     TabOrder = 1
  84.   end
  85. end
  86.