object FrmSysLog: TFrmSysLog Left = 0 Top = 0 Align = alClient BorderStyle = bsNone Caption = 'System' ClientHeight = 299 ClientWidth = 802 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False ShowHint = True OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object plServerInfo: TPanel AlignWithMargins = True Left = 2 Top = 2 Width = 798 Height = 297 Margins.Left = 2 Margins.Top = 2 Margins.Right = 2 Margins.Bottom = 0 Align = alClient Alignment = taLeftJustify BevelOuter = bvNone ParentBackground = False ParentColor = True TabOrder = 0 object Panel1: TPanel Left = 0 Top = 0 Width = 798 Height = 30 Align = alTop BevelOuter = bvNone Padding.Left = 5 TabOrder = 0 object Panel2: TPanel Left = 5 Top = 0 Width = 107 Height = 30 Align = alLeft Alignment = taLeftJustify BevelOuter = bvNone Caption = ' '#49884#49828#53596' '#47196#44536 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object chkLogPause: TCheckBox Left = 651 Top = 0 Width = 53 Height = 30 Cursor = crHandPoint Hint = 'Log Message Display pause/start' Align = alRight Caption = 'Pause' ParentShowHint = False ShowHint = True TabOrder = 1 end object btnClear: TButton Left = 704 Top = 0 Width = 47 Height = 30 Cursor = crHandPoint Hint = 'Log Message Clear' Align = alRight Caption = 'Clear' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnClearClick end object btnCopy: TButton Left = 751 Top = 0 Width = 47 Height = 30 Cursor = crHandPoint Hint = 'Log Message Copy To Clipboard' Align = alRight Caption = 'Copy' ParentShowHint = False ShowHint = True TabOrder = 3 OnClick = btnCopyClick end end object reMsg: TMemo Left = 0 Top = 30 Width = 798 Height = 267 Align = alClient BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone Color = clBlack Ctl3D = True DoubleBuffered = False Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -12 Font.Name = 'Hack' Font.Style = [] ImeName = 'Microsoft IME 2010' Lines.Strings = ( 'Local mode (Remote mode=0, Local mode=1): %d", status.' 'Module power (normal=0, fault=1): %d", status.' 'Signboard power (off=0, on=1): %d", status.' 'Door (open=0, close=1): %d", status.' 'Fan (off=0, on=1): %d", status.' 'Luminance mode(00:'#51088#46041', 01:'#51452#44036#49688#46041', 02:'#50556#44036#49688#46041'): %d", status.' '') ParentCtl3D = False ParentDoubleBuffered = False ParentFont = False ParentShowHint = False ReadOnly = True ScrollBars = ssVertical ShowHint = False TabOrder = 1 WordWrap = False ExplicitLeft = 152 ExplicitTop = 128 ExplicitWidth = 646 ExplicitHeight = 169 end end end