frmhelpu.dfm

来自「这是一款用java做的图书管理系统」· DFM 代码 · 共 41 行

DFM
41
字号
object frmHelp: TfrmHelp
  Left = 381
  Top = 191
  BorderStyle = bsToolWindow
  Caption = #24110#21161
  ClientHeight = 342
  ClientWidth = 390
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 390
    Height = 305
    Align = alTop
    Lines.Strings = (
      'Memo1')
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object btnClose: TBitBtn
    Left = 304
    Top = 312
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&C)'
    TabOrder = 1
    OnClick = btnCloseClick
  end
end

⌨️ 快捷键说明

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