object Form2: TForm2 Left = 318 Top = 270 Width = 448 Height = 270 Caption = 'SimpleChat' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate DesignSize = ( 440 236) PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 294 Height = 190 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object ListBox1: TListBox Left = 309 Top = 32 Width = 121 Height = 166 Anchors = [akTop, akRight, akBottom] ItemHeight = 13 TabOrder = 1 OnClick = ListBox1Click end object Button1: TButton Left = 376 Top = 205 Width = 56 Height = 25 Anchors = [akRight, akBottom] Caption = 'Send' TabOrder = 2 OnClick = Button1Click end object Edit1: TEdit Left = 8 Top = 205 Width = 361 Height = 21 Anchors = [akLeft, akRight, akBottom] TabOrder = 3 OnKeyPress = Edit1KeyPress end object Edit2: TEdit Left = 309 Top = 8 Width = 121 Height = 21 Anchors = [akTop, akRight] TabOrder = 4 Text = 'Guest' OnExit = Edit2Exit end object SunriseChatNetworkCore1: TSunriseChatNetworkCore AutoAwayDelay = 5 UseDefaultEventsText = True Active = False MaxRoomLines = 100 OnUserListUpdate = SunriseChatNetworkCore1UserListUpdate OnAddMessage = SunriseChatNetworkCore1AddMessage BroadcastType = btLocal UdpPort = 55557 Left = 16 Top = 16 end end