Files
AppUpgrade/UpgradeUnit.dfm
2026-07-13 10:02:53 +08:00

72 lines
1.4 KiB
ObjectPascal

object UpgradeForm: TUpgradeForm
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'MD5'#29983#25104#31243#24207
ClientHeight = 203
ClientWidth = 509
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
Position = poDesktopCenter
Scaled = False
OnCloseQuery = FormCloseQuery
OnDestroy = FormDestroy
OnShow = FormShow
TextHeight = 13
object m_lblFileCount: TLabel
Left = 24
Top = 93
Width = 329
Height = 13
AutoSize = False
Caption = #22788#29702#25991#20214#25968
end
object m_lblTxt: TLabel
Left = 24
Top = 40
Width = 329
Height = 13
AutoSize = False
Caption = #27491#22312#22788#29702
end
object m_lblFileName: TLabel
Left = 24
Top = 141
Width = 329
Height = 13
AutoSize = False
Caption = #22788#29702#25991#20214
end
object m_progCount: TProgressBar
Left = 24
Top = 112
Width = 457
Height = 17
TabOrder = 0
end
object m_progFile: TProgressBar
Left = 24
Top = 160
Width = 457
Height = 17
TabOrder = 1
end
object m_btnCancel: TButton
Left = 400
Top = 35
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 2
OnClick = CancelClick
end
end