FrmNetworkF.dfm 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object FrmNetwork: TFrmNetwork
  2. Left = 0
  3. Top = 0
  4. Caption = 'TCP Server Monitoring'
  5. ClientHeight = 331
  6. ClientWidth = 707
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnClose = FormClose
  15. OnDestroy = FormDestroy
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object reMsg: TMemo
  19. Left = 0
  20. Top = 0
  21. Width = 707
  22. Height = 331
  23. Align = alClient
  24. Color = clBlack
  25. Font.Charset = DEFAULT_CHARSET
  26. Font.Color = clWhite
  27. Font.Height = -12
  28. Font.Name = 'Hack'
  29. Font.Style = []
  30. ImeName = 'Microsoft IME 2010'
  31. Lines.Strings = (
  32. 'Local mode (Remote mode=0, Local mode=1): %d", status.'
  33. 'Module power (normal=0, fault=1): %d", status.'
  34. 'Signboard power (off=0, on=1): %d", status.'
  35. 'Door (open=0, close=1): %d", status.'
  36. 'Fan (off=0, on=1): %d", status.'
  37. 'Luminance mode(00:'#51088#46041', 01:'#51452#44036#49688#46041', 02:'#50556#44036#49688#46041'): %d", status.'
  38. '')
  39. ParentFont = False
  40. ReadOnly = True
  41. ScrollBars = ssBoth
  42. TabOrder = 0
  43. WordWrap = False
  44. end
  45. end