unit1.~dfm

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

~DFM
31
字号
object Form1: TForm1
  Left = 201
  Top = 106
  Width = 396
  Height = 379
  Caption = #29305#25928#31383#20307
  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 Label1: TLabel
    Left = 120
    Top = 144
    Width = 137
    Height = 30
    Caption = '  '#36879#26126#21306#22495
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = #21326#25991#34892#26999
    Font.Style = []
    ParentFont = False
    OnMouseMove = Label1MouseMove
  end
end

⌨️ 快捷键说明

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