Download this file
39 lines (38 with data), 875 Bytes
inherited ProgramUpdatesDlg: TProgramUpdatesDlg
Caption = 'Check For Program Updates'
ExplicitWidth = 474
ExplicitHeight = 374
PixelsPerInch = 96
TextHeight = 13
inherited pnlBody: TPanel
object lblProgram: TLabel
Left = 0
Top = 0
Width = 54
Height = 13
Caption = 'Please wait'
end
object lblPreReleaseMsg: TLabel
Left = 0
Top = 50
Width = 345
Height = 33
AutoSize = False
Caption =
'New preview and beta releases are not reported here - they are a' +
'nnounced in the CodeSnip news feed.'
Visible = False
WordWrap = True
end
object btnProgUpdate: TButton
Left = 0
Top = 19
Width = 129
Height = 25
Caption = '&Download Now'
TabOrder = 0
Visible = False
OnClick = btnProgUpdateClick
end
end
end
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.