logfrm.dfm

来自「boomerang library 5.11 internet ed」· DFM 代码 · 共 37 行

DFM
37
字号
object LogForm: TLogForm  Left = 148  Top = 128  Width = 598  Height = 196  ActiveControl = LogMemo  Caption = 'LogForm'  Color = clButton  Font.Color = clText  Font.Height = 11  Font.Name = 'MS Sans Serif'  Font.Pitch = fpVariable  Font.Style = []  ParentFont = False  OnCreate = FormCreate  PixelsPerInch = 96  TextHeight = 13  TextWidth = 5  object LogMemo: TMemo    Left = 0    Top = 0    Width = 598    Height = 196    Align = alClient    Font.Color = clText    Font.Height = 11    Font.Name = 'Courier'    Font.Pitch = fpVariable    Font.Style = []    ParentFont = False    ReadOnly = True    ScrollBars = ssVertical    TabOrder = 0    WordWrap = False  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?