FrmSysLogF.dfm 3.6 KB

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