p_which_key.dfm

来自「学员管理的软件」· DFM 代码 · 共 61 行

DFM
61
字号
object F_which_key: TF_which_key
  Left = 408
  Top = 217
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'F_which_key'
  ClientHeight = 104
  ClientWidth = 261
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnActivate = FormActivate
  OnPaint = FormPaint
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 16
    Width = 137
    Height = 13
    AutoSize = False
    Caption = #35831#36873#25321#39044#35272#35797#21367#21517#31216':'
    Transparent = True
  end
  object SpeedButton1: TSpeedButton
    Left = 184
    Top = 72
    Width = 73
    Height = 22
    Caption = #21462#28040
    Flat = True
    OnClick = SpeedButton1Click
  end
  object SpeedButton2: TSpeedButton
    Left = 96
    Top = 72
    Width = 73
    Height = 22
    Caption = #30830#23450
    Flat = True
    OnClick = SpeedButton2Click
  end
  object ComboBox1: TComboBox
    Left = 0
    Top = 40
    Width = 257
    Height = 21
    BevelInner = bvNone
    BevelKind = bkFlat
    ImeName = #20013#25991' ('#31616#20307') - '#37073#30721
    ItemHeight = 13
    ParentColor = True
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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