un_main.dfm

来自「Delphi版的闪盘小偷。。 实现原理:当Windows系统的硬件设置发生变化」· DFM 代码 · 共 20 行

DFM
20
字号
object Frm_Main: TFrm_Main
  Left = 300
  Top = 257
  Width = 168
  Height = 116
  BorderIcons = []
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
end

⌨️ 快捷键说明

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