📄 unit1.dfm
字号:
object Form1: TForm1
Left = 292
Top = 380
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 2
Top = 80
Width = 259
Height = 13
Caption = '"Updated version" of this demo program will taken from'
end
object Label3: TLabel
Left = 2
Top = 168
Width = 44
Height = 13
Caption = 'Progress:'
end
object Label4: TLabel
Left = 2
Top = 36
Width = 284
Height = 13
Caption = 'Make your software auto-upgradable with just 1 line of code:'
end
object Label5: TLabel
Left = 2
Top = 50
Width = 168
Height = 13
Caption = '"auAutoUpgrader1.CheckUpdates"'
end
object Label6: TLabel
Left = 2
Top = 120
Width = 142
Height = 13
Caption = 'Upgrade information stored at:'
end
object URLLabel1: TLabel
Left = 2
Top = 94
Width = 322
Height = 13
Hint = '"Updated" version of *this* program'
Caption = 'http://www.appcontrols.com/download/exe/AutoUpgraderPro2.exe'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object URLLabel2: TLabel
Left = 2
Top = 134
Width = 310
Height = 13
Hint = 'Upgrade information (Info-file)'
Caption = 'http://www.appcontrols.com/download/exe/AutoUpgraderPro.inf'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
ParentShowHint = False
ShowHint = True
end
object Button1: TButton
Left = 14
Top = 6
Width = 167
Height = 25
Caption = 'Check program updates...'
TabOrder = 0
end
object Button2: TButton
Left = 22
Top = 14
Width = 167
Height = 25
Caption = 'Check program updates...'
TabOrder = 1
end
object ProgressBar1: TProgressBar
Left = 0
Top = 440
Width = 688
Height = 13
Align = alBottom
TabOrder = 2
end
object AutoUpgraderPro1: TauAutoUpgrader
InfoFile.UpgradeMsg = 'first release'
InfoFileURL = 'http://www.appcontrols.com/download/exe/AutoUpgraderPro.inf'
VersionControl = byNumber
VersionDate = '01/05/2004'
VersionDateAutoSet = True
VersionNumber = '1'
ShowMessages = [mAskUpgrade, mConnLost, mHostUnreachable, mLostFile, mNoInfoFile, mNoUpdateAvailable, mPasswordRequest]
Left = 232
Top = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -