object FrmSys: TFrmSys Left = 0 Top = 0 Align = alClient BorderStyle = bsNone Caption = 'System' ClientHeight = 291 ClientWidth = 867 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 14 object pnlRight: TPanel AlignWithMargins = True Left = 2 Top = 30 Width = 863 Height = 259 Margins.Left = 2 Margins.Top = 0 Margins.Right = 2 Margins.Bottom = 2 Align = alClient BevelKind = bkSoft BevelOuter = bvNone TabOrder = 0 ExplicitLeft = 306 ExplicitWidth = 559 object plLog: TPanel AlignWithMargins = True Left = 3 Top = 0 Width = 853 Height = 255 Margins.Top = 0 Margins.Bottom = 0 Align = alClient BevelKind = bkFlat BevelOuter = bvNone ParentColor = True TabOrder = 0 ExplicitWidth = 549 object reMsg1: TRichEdit AlignWithMargins = True Left = 113 Top = 47 Width = 439 Height = 268 Margins.Left = 1 Margins.Top = 1 Margins.Right = 1 BevelInner = bvNone BevelOuter = bvNone BorderStyle = bsNone Color = clBlack Font.Charset = HANGEUL_CHARSET Font.Color = clWindow Font.Height = -13 Font.Name = 'Lucida Sans Typewriter' 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.' '') ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 Visible = False end object reMsg: TMemo Left = 0 Top = 0 Width = 849 Height = 251 Align = alClient Color = clBlack 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.' '') ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WordWrap = False ExplicitWidth = 545 end end end object plServerInfo: TPanel AlignWithMargins = True Left = 2 Top = 2 Width = 863 Height = 26 Margins.Left = 2 Margins.Top = 2 Margins.Right = 2 Margins.Bottom = 2 Align = alTop Alignment = taLeftJustify BevelKind = bkSoft BevelOuter = bvNone Caption = ' Server Information' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentBackground = False ParentFont = False TabOrder = 1 object Image3: TImage Left = 7 Top = 6 Width = 9 Height = 9 Picture.Data = { 07544269746D617032010000424D320100000000000036000000280000000900 0000090000000100180000000000FC000000C30E0000C30E0000000000000000 00000000FF0000FF0000FF0092FF0092FF0092FF0000FF0000FF0000FF000000 FF0092FF0092FF46AFFD46AFFD46AFFD0092FF0092FF0000FF000000FF0092FF 46AFFD46AFFDFFFFFF46AFFD46AFFD0092FF0000FF000092FF46AFFD46AFFD46 AFFDFFFFFF46AFFD46AFFD46AFFD0092FF000092FF46AFFDFFFFFFFFFFFFFFFF FFFFFFFFFFFFFF46AFFD0092FF000092FF46AFFD46AFFD46AFFDFFFFFF46AFFD 46AFFD46AFFD0092FF000000FF0092FF46AFFD46AFFDFFFFFF46AFFD46AFFD00 92FF0000FF000000FF0092FF0092FF46AFFD46AFFD46AFFD0092FF0092FF0000 FF000000FF0000FF0000FF0092FF0092FF0092FF0000FF0000FF0000FF00} Transparent = True end object chkLogPause: TCheckBox Left = 712 Top = 0 Width = 53 Height = 22 Cursor = crHandPoint Hint = 'Log Message Display pause/start' Align = alRight Caption = 'Pause' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end object btnClear: TButton Left = 765 Top = 0 Width = 47 Height = 22 Cursor = crHandPoint Hint = 'Log Message Clear' Align = alRight Caption = 'Clear' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnClearClick end object btnCopy: TButton Left = 812 Top = 0 Width = 47 Height = 22 Cursor = crHandPoint Hint = 'Log Message Copy To Clipboard' Align = alRight Caption = 'Copy' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = btnCopyClick end end end