save.dfm

来自「你的电脑是否年代已久?是否需要进行硬件升级?BIOS版本是否不支持大硬盘? 现」· DFM 代码 · 共 71 行

DFM
71
字号
object saveform: Tsaveform
  Left = 402
  Top = 134
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '保存 BIOS'
  ClientHeight = 110
  ClientWidth = 308
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 106
    Top = 20
    Width = 84
    Height = 12
    Caption = '保存BIOS到文件'
  end
  object Label2: TLabel
    Left = 288
    Top = 40
    Width = 12
    Height = 12
    Caption = '%0'
  end
  object ProgressBar1: TProgressBar
    Left = 16
    Top = 40
    Width = 265
    Height = 16
    Min = 0
    Max = 100
    Smooth = True
    TabOrder = 0
  end
  object Button1: TButton
    Left = 123
    Top = 72
    Width = 71
    Height = 21
    Caption = '备份'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 211
    Top = 72
    Width = 71
    Height = 21
    Caption = '离开'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 32
    Top = 16
  end
end

⌨️ 快捷键说明

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