help.dfm

来自「三层ERP系统 (SQL)」· DFM 代码 · 共 42 行

DFM
42
字号
inherited frmhelp: Tfrmhelp
  Left = 350
  Top = 192
  Width = 385
  Height = 313
  Caption = #24171#21161
  Font.Height = -16
  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 = #32048#26126#39636
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
  end
  object Panel1: TPanel
    Left = 20
    Top = 232
    Width = 341
    Height = 41
    TabOrder = 1
    object Button1: TButton
      Left = 137
      Top = 6
      Width = 82
      Height = 27
      Caption = #30906#23450
      TabOrder = 0
      OnClick = Button1Click
    end
  end
end

⌨️ 快捷键说明

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