FrmSysLogF.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. object FrmSysLog: TFrmSysLog
  2. Left = 0
  3. Top = 0
  4. Align = alClient
  5. BorderStyle = bsNone
  6. Caption = 'System'
  7. ClientHeight = 299
  8. ClientWidth = 802
  9. Color = clWhite
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -11
  13. Font.Name = 'Tahoma'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. ShowHint = True
  17. OnShow = FormShow
  18. PixelsPerInch = 96
  19. TextHeight = 13
  20. object plServerInfo: TPanel
  21. AlignWithMargins = True
  22. Left = 2
  23. Top = 2
  24. Width = 798
  25. Height = 297
  26. Margins.Left = 2
  27. Margins.Top = 2
  28. Margins.Right = 2
  29. Margins.Bottom = 0
  30. Align = alClient
  31. Alignment = taLeftJustify
  32. BevelOuter = bvNone
  33. ParentBackground = False
  34. ParentColor = True
  35. TabOrder = 0
  36. object Panel1: TPanel
  37. Left = 0
  38. Top = 0
  39. Width = 798
  40. Height = 30
  41. Align = alTop
  42. BevelOuter = bvNone
  43. Padding.Left = 5
  44. TabOrder = 0
  45. object Panel2: TPanel
  46. Left = 5
  47. Top = 0
  48. Width = 107
  49. Height = 30
  50. Align = alLeft
  51. Alignment = taLeftJustify
  52. BevelOuter = bvNone
  53. Caption = ' '#49884#49828#53596' '#47196#44536
  54. Font.Charset = DEFAULT_CHARSET
  55. Font.Color = clWindowText
  56. Font.Height = -11
  57. Font.Name = 'Tahoma'
  58. Font.Style = [fsBold]
  59. ParentFont = False
  60. TabOrder = 0
  61. end
  62. object chkLogPause: TCheckBox
  63. Left = 651
  64. Top = 0
  65. Width = 53
  66. Height = 30
  67. Cursor = crHandPoint
  68. Hint = 'Log Message Display pause/start'
  69. Align = alRight
  70. Caption = 'Pause'
  71. Checked = True
  72. ParentShowHint = False
  73. ShowHint = True
  74. State = cbChecked
  75. TabOrder = 1
  76. OnClick = chkLogPauseClick
  77. end
  78. object btnClear: TButton
  79. Left = 704
  80. Top = 0
  81. Width = 47
  82. Height = 30
  83. Cursor = crHandPoint
  84. Hint = 'Log Message Clear'
  85. Align = alRight
  86. Caption = 'Clear'
  87. ParentShowHint = False
  88. ShowHint = True
  89. TabOrder = 2
  90. OnClick = btnClearClick
  91. end
  92. object btnCopy: TButton
  93. Left = 751
  94. Top = 0
  95. Width = 47
  96. Height = 30
  97. Cursor = crHandPoint
  98. Hint = 'Log Message Copy To Clipboard'
  99. Align = alRight
  100. Caption = 'Copy'
  101. ParentShowHint = False
  102. ShowHint = True
  103. TabOrder = 3
  104. OnClick = btnCopyClick
  105. end
  106. end
  107. object reMsg: TMemo
  108. Left = 0
  109. Top = 30
  110. Width = 798
  111. Height = 267
  112. Align = alClient
  113. BevelInner = bvNone
  114. BevelOuter = bvNone
  115. BorderStyle = bsNone
  116. Color = clBlack
  117. Ctl3D = True
  118. DoubleBuffered = False
  119. Font.Charset = DEFAULT_CHARSET
  120. Font.Color = clWhite
  121. Font.Height = -12
  122. Font.Name = 'Hack'
  123. Font.Style = []
  124. ImeName = 'Microsoft IME 2010'
  125. Lines.Strings = (
  126. 'Local mode (Remote mode=0, Local mode=1): %d", status.'
  127. 'Module power (normal=0, fault=1): %d", status.'
  128. 'Signboard power (off=0, on=1): %d", status.'
  129. 'Door (open=0, close=1): %d", status.'
  130. 'Fan (off=0, on=1): %d", status.'
  131. 'Luminance mode(00:'#51088#46041', 01:'#51452#44036#49688#46041', 02:'#50556#44036#49688#46041'): %d", status.'
  132. '')
  133. ParentCtl3D = False
  134. ParentDoubleBuffered = False
  135. ParentFont = False
  136. ParentShowHint = False
  137. ReadOnly = True
  138. ScrollBars = ssVertical
  139. ShowHint = False
  140. TabOrder = 1
  141. WordWrap = False
  142. end
  143. end
  144. end