📄 eventlog.dfm
字号:
object frmEventLog: TForm1
AutoScroll = False
Caption = '事件日志跟踪'
Height = 200
Left = 3
Top = 22
Width = 648
object cmdPrintLog: TButton
Caption = '打印日志'
Height = 25
Left = 528
Top = 104
Width = 81
end
object lstEventsTracked: TListBox
Height = 52
Left = 16
Top = 104
Width = 497
end
object lstEventLog: TListBox
Height = 52
Left = 16
Top = 24
Width = 593
end
object cmdClearLog: TButton
Caption = '清除日志'
Height = 25
Left = 528
Top = 136
Width = 81
end
object lblEventsTracked: TLabel
Caption = '日志'
Height = 16
Left = 16
Top = 88
Width = 88
end
object lblEventLog: TLabel
Caption = '日志 (最近在上面文本框; 历史事件在下面文本框)'
Height = 17
Left = 16
Top = 8
Width = 465
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -