cformcommand.dfm

来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 24 行

DFM
24
字号
object FormCommand: TFormCommand
  Left = 283
  Top = 244
  Width = 513
  Height = 290
  Caption = 'FormCommand'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object lbl1: TLabel
    Left = 160
    Top = 96
    Width = 161
    Height = 49
    Caption = #21629#20196#27169#24335
  end
end

⌨️ 快捷键说明

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