help.dfm

来自「车辆管理系统」· DFM 代码 · 共 46 行

DFM
46
字号
inherited frmhelp: Tfrmhelp
  Left = 218
  Top = 118
  ActiveControl = Button1
  BorderStyle = bsSingle
  Caption = #24110#21161
  ClientHeight = 279
  ClientWidth = 377
  Font.Height = -16
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object Memo1: TMemo
    Left = 20
    Top = 17
    Width = 341
    Height = 200
    Font.Charset = ANSI_CHARSET
    Font.Color = clBlack
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 20
    Top = 232
    Width = 341
    Height = 41
    TabOrder = 1
    object Button1: TButton
      Left = 121
      Top = 6
      Width = 82
      Height = 27
      Caption = #30830#23450
      TabOrder = 0
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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