untmain_reg.dfm

来自「驱动备份顾名思义就是备份操作系统的各个硬件的驱动程序」· DFM 代码 · 共 73 行

DFM
73
字号
object Form1: TForm1
  Left = 382
  Top = 294
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22791#20221#27880#20876#34920
  ClientHeight = 90
  ClientWidth = 393
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 8
    Top = 20
    Width = 54
    Height = 12
    Caption = #20445#23384#36335#24452':'
    Transparent = True
  end
  object Label2: TLabel
    Left = 8
    Top = 58
    Width = 180
    Height = 12
    Caption = '-='#19968#27493#19968#20010#33050#21360#65292#20570#20154#36367#36367#23454#23454'=-'
    Enabled = False
    Transparent = True
  end
  object Edit1: TEdit
    Left = 64
    Top = 16
    Width = 265
    Height = 20
    ReadOnly = True
    TabOrder = 1
  end
  object Button1: TButton
    Left = 336
    Top = 14
    Width = 51
    Height = 25
    Caption = #27983#35272
    TabOrder = 2
    OnClick = Button1Click
  end
  object BtnBackUp: TButton
    Left = 219
    Top = 52
    Width = 75
    Height = 25
    Caption = #22791#20221
    TabOrder = 0
    OnClick = BtnBackUpClick
  end
  object Button3: TButton
    Left = 310
    Top = 52
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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