FrmNetworkF.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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 = 25
  21. Width = 707
  22. Height = 306
  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. ExplicitTop = 0
  45. ExplicitHeight = 331
  46. end
  47. object Panel1: TPanel
  48. Left = 0
  49. Top = 0
  50. Width = 707
  51. Height = 25
  52. Align = alTop
  53. BevelOuter = bvNone
  54. TabOrder = 1
  55. ExplicitLeft = -106
  56. ExplicitWidth = 813
  57. object Panel2: TPanel
  58. Left = 0
  59. Top = 0
  60. Width = 185
  61. Height = 25
  62. Align = alLeft
  63. Alignment = taLeftJustify
  64. BevelOuter = bvNone
  65. Caption = ' '#45348#53944#50892#53356' '#51217#49549' '#47196#44536
  66. Font.Charset = DEFAULT_CHARSET
  67. Font.Color = clWindowText
  68. Font.Height = -11
  69. Font.Name = 'Tahoma'
  70. Font.Style = [fsBold]
  71. ParentFont = False
  72. TabOrder = 0
  73. end
  74. object chkLogPause: TCheckBox
  75. Left = 546
  76. Top = 0
  77. Width = 67
  78. Height = 25
  79. Cursor = crHandPoint
  80. Hint = 'Log Message Display pause/start'
  81. Align = alRight
  82. Caption = 'Pause'
  83. Font.Charset = DEFAULT_CHARSET
  84. Font.Color = clWindowText
  85. Font.Height = -12
  86. Font.Name = 'Tahoma'
  87. Font.Style = []
  88. ParentFont = False
  89. ParentShowHint = False
  90. ShowHint = True
  91. TabOrder = 1
  92. ExplicitLeft = 652
  93. end
  94. object btnClear: TButton
  95. Left = 613
  96. Top = 0
  97. Width = 47
  98. Height = 25
  99. Cursor = crHandPoint
  100. Hint = 'Log Message Clear'
  101. Align = alRight
  102. Caption = 'Clear'
  103. Font.Charset = DEFAULT_CHARSET
  104. Font.Color = clWindowText
  105. Font.Height = -12
  106. Font.Name = 'Tahoma'
  107. Font.Style = []
  108. ParentFont = False
  109. ParentShowHint = False
  110. ShowHint = True
  111. TabOrder = 2
  112. OnClick = btnClearClick
  113. ExplicitLeft = 719
  114. end
  115. object btnCopy: TButton
  116. Left = 660
  117. Top = 0
  118. Width = 47
  119. Height = 25
  120. Cursor = crHandPoint
  121. Hint = 'Log Message Copy To Clipboard'
  122. Align = alRight
  123. Caption = 'Copy'
  124. Font.Charset = DEFAULT_CHARSET
  125. Font.Color = clWindowText
  126. Font.Height = -12
  127. Font.Name = 'Tahoma'
  128. Font.Style = []
  129. ParentFont = False
  130. ParentShowHint = False
  131. ShowHint = True
  132. TabOrder = 3
  133. OnClick = btnCopyClick
  134. ExplicitLeft = 766
  135. end
  136. end
  137. end