unit3.~dfm

来自「用Delphi实现的类似XP的简单的自定义FORM窗体,可以替换为自己的风格,或」· ~DFM 代码 · 共 26 行

~DFM
26
字号
object Form3: TForm3
  Left = 152
  Top = 263
  Width = 544
  Height = 375
  Caption = 'Form3'
  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 SpeedButton1: TSpeedButton
    Left = 136
    Top = 112
    Width = 177
    Height = 33
    Caption = #20877#24314#19968#20010
    Flat = True
    OnClick = SpeedButton1Click
  end
end

⌨️ 快捷键说明

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