unit1.~dfm

来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· ~DFM 代码 · 共 34 行

~DFM
34
字号
object Form1: TForm1
  Left = 296
  Top = 227
  Width = 406
  Height = 288
  Caption = #23454#26102#30417#25511#31383#20307#23610#23544
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnResize = FormResize
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 398
    Height = 19
    Align = alTop
    Alignment = taCenter
    Caption = 'Label1'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
end

⌨️ 快捷键说明

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