--- sbbs/sbbs3/chat/mainformunit.dfm 2018/04/24 16:39:34 1.1.1.1 +++ sbbs/sbbs3/chat/mainformunit.dfm 2018/04/24 16:41:12 1.1.1.2 @@ -7,7 +7,7 @@ object MainForm: TMainForm Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText - Font.Height = -11 + Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False @@ -15,11 +15,11 @@ object MainForm: TMainForm OnClose = FormClose OnCreate = FormCreate OnShow = FormShow - PixelsPerInch = 96 - TextHeight = 13 + PixelsPerInch = 120 + TextHeight = 16 object Splitter1: TSplitter Left = 0 - Top = 85 + Top = 105 Width = 409 Height = 2 Cursor = crVSplit @@ -27,23 +27,40 @@ object MainForm: TMainForm end object Local: TMemo Left = 0 - Top = 87 + Top = 107 Width = 409 - Height = 137 + Height = 116 Align = alClient + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clLime + Font.Height = -15 + Font.Name = 'System' + Font.Pitch = fpFixed + Font.Style = [] + ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 + WantTabs = True OnKeyPress = LocalKeyPress end object Remote: TMemo Left = 0 Top = 0 Width = 409 - Height = 85 + Height = 105 TabStop = False Align = alTop + Color = clBlack + Font.Charset = DEFAULT_CHARSET + Font.Color = clGreen + Font.Height = -15 + Font.Name = 'System' + Font.Pitch = fpFixed + Font.Style = [] HideSelection = False + ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 1