object logform: Tlogform Left = 438 Top = 173 BorderStyle = bsToolWindow Caption = 'Public Message Log' ClientHeight = 327 ClientWidth = 266 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 272 Width = 245 Height = 13 Caption = 'Enter the master password to clear the log:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Memo1: TMemo Left = 8 Top = 8 Width = 249 Height = 217 ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end object Button1: TButton Left = 72 Top = 232 Width = 121 Height = 25 Caption = 'Clear the log' TabOrder = 2 OnClick = Button1Click end object Edit1: TEdit Left = 80 Top = 288 Width = 105 Height = 21 MaxLength = 5 PasswordChar = '*' TabOrder = 0 OnKeyPress = Edit1KeyPress end object ListBox1: TListBox Left = 344 Top = 48 Width = 73 Height = 25 ItemHeight = 13 TabOrder = 3 end object Memo2: TMemo Left = 344 Top = 168 Width = 73 Height = 25 Lines.Strings = ( '2281') TabOrder = 4 end object ListBox2: TListBox Left = 344 Top = 208 Width = 89 Height = 25 ItemHeight = 13 TabOrder = 5 end end