object privatemsgs: Tprivatemsgs Left = 530 Top = 180 BorderStyle = bsToolWindow Caption = 'Your private message box:' ClientHeight = 284 ClientWidth = 243 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 225 Height = 16 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 8 Top = 232 Width = 224 Height = 13 Caption = 'Delete a line by selecting it and pressing delete.' end object Memo1: TMemo Left = 8 Top = 48 Width = 225 Height = 185 ScrollBars = ssVertical TabOrder = 0 OnKeyPress = Memo1KeyPress end object Button1: TButton Left = 32 Top = 248 Width = 89 Height = 25 Caption = 'Save' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 248 Width = 89 Height = 25 Caption = 'Clear' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = Button2Click end end