123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- object FrmNetwork: TFrmNetwork
- Left = 0
- Top = 0
- Caption = 'TCP Server Monitoring'
- ClientHeight = 331
- ClientWidth = 707
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object reMsg: TMemo
- Left = 0
- Top = 0
- Width = 707
- Height = 331
- 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 = 0
- WordWrap = False
- end
- end
|