update.~dfm

来自「delphi编写的程序更新,查找update.ini并下载更新程序~!」· ~DFM 代码 · 共 42 行

~DFM
42
字号
object FrmUpdate: TFrmUpdate
  Left = 192
  Top = 114
  Width = 330
  Height = 172
  Caption = 'UKiller '#27491#22312#26356#26032'...'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Lblinfo: TLabel
    Left = 24
    Top = 32
    Width = 3
    Height = 13
  end
  object BtnClose: TButton
    Left = 208
    Top = 88
    Width = 65
    Height = 25
    Caption = #20851#38381
    TabOrder = 0
    OnClick = BtnCloseClick
  end
  object BtnOpen: TButton
    Left = 48
    Top = 88
    Width = 129
    Height = 25
    Caption = #25171#24320'Ukiller'#20027#31243#24207
    TabOrder = 1
    OnClick = BtnOpenClick
  end
end

⌨️ 快捷键说明

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