eventlog.dfm
来自「扫描软件」· DFM 代码 · 共 64 行
DFM
64 行
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 + =
减小字号Ctrl + -
显示快捷键?