childwin.dfm

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

DFM
27
字号
object MDIChild: TMDIChild
  Left = 197
  Top = 117
  Width = 290
  Height = 207
  Caption = 'MDI Child'
  Color = clBtnFace
  ParentFont = True
  FormStyle = fsMDIChild
  OldCreateOrder = True
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 282
    Height = 177
    Align = alClient
    Lines.Strings = (
      'This Window is loaded from chlidwin.pas/dfm.')
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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