fqbsynmemo.lfm

来自「这个是功能强大的报表软件」· LFM 代码 · 共 55 行

LFM
55
字号
object fqbSynMemoSearch: TfqbSynMemoSearch
  Left = 289
  Height = 50
  Top = 229
  Width = 243
  HorzScrollBar.Page = 242
  VertScrollBar.Page = 49
  ActiveControl = Edit1
  BorderStyle = bsToolWindow
  Caption = 'Search'
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  KeyPreview = True
  OnKeyPress = FormKeyPress
  Position = poScreenCenter
  object Label1: TLabel
    Left = 6
    Height = 13
    Top = 7
    Width = 69
    AutoSize = False
    Caption = 'Text to find'
    Color = clNone
    ParentColor = False
  end
  object Search: TButton
    Left = 111
    Height = 17
    Top = 31
    Width = 58
    BorderSpacing.InnerBorder = 4
    Caption = 'Search'
    ModalResult = 1
    TabOrder = 0
  end
  object Button1: TButton
    Left = 175
    Height = 17
    Top = 31
    Width = 61
    BorderSpacing.InnerBorder = 4
    Cancel = True
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 80
    Height = 21
    Top = 4
    Width = 156
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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