--- sbbs/src/sbbs3/ctrl/eventsformunit.dfm 2018/04/24 16:41:24 1.1 +++ sbbs/src/sbbs3/ctrl/eventsformunit.dfm 2018/04/24 16:44:25 1.1.1.2 @@ -16,14 +16,22 @@ object EventsForm: TEventsForm OnHide = FormHide PixelsPerInch = 120 TextHeight = 16 - object Log: TMemo + object Log: TRichEdit Left = 0 Top = 0 Width = 551 Height = 358 Align = alClient + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -14 + Font.Name = 'MS Sans Serif' + Font.Style = [] + HideScrollBars = False + ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 + WordWrap = False end end