123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- 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
- ExplicitWidth = 320
- ExplicitHeight = 240
- 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
- ExplicitLeft = 1
- 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
- ExplicitLeft = 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
- ExplicitLeft = 647
- 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
- ExplicitLeft = 700
- 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
- ExplicitLeft = 747
- 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
- end
- end
- end
|