uparent.dfm

来自「动态修改delphi窗口」· DFM 代码 · 共 25 行

DFM
25
字号
object frmBase: TfrmBase
  Left = 260
  Top = 228
  Width = 524
  Height = 389
  Caption = 'frmBase'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object btn1: TButton
    Left = 128
    Top = 72
    Width = 75
    Height = 25
    Caption = #36825#26159#22522#31383#20307
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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