mdibkgnddemochld.dfm

来自「jvcl driver development envionment」· DFM 代码 · 共 37 行

DFM
37
字号
object MDIChildForm: TMDIChildForm
  Left = 548
  Top = 264
  Width = 387
  Height = 303
  Caption = 'MDIChildForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  PixelsPerInch = 96
  TextHeight = 13
  object BackgroundSwitch: TSpeedButton
    Left = 24
    Top = 16
    Width = 105
    Height = 49
    AllowAllUp = True
    GroupIndex = 1
    Caption = 'Click here'
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = BackgroundSwitchClick
  end
end

⌨️ 快捷键说明

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