FrmSysLogF.dfm 3.7 KB

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