|
Last change
on this file was 433, checked in by chronos, 13 years ago |
- Added: Custom new version info form with option to show release notes.
- Fixed: Run setup with elevated privileges.
- Added: Can read version info file from local filesystem.
- Added: Demo application.
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | object Form1: TForm1
|
|---|
| 2 | Left = 350
|
|---|
| 3 | Height = 365
|
|---|
| 4 | Top = 194
|
|---|
| 5 | Width = 458
|
|---|
| 6 | Caption = 'Application updater demo'
|
|---|
| 7 | ClientHeight = 365
|
|---|
| 8 | ClientWidth = 458
|
|---|
| 9 | OnClose = FormClose
|
|---|
| 10 | OnShow = FormShow
|
|---|
| 11 | LCLVersion = '1.1'
|
|---|
| 12 | object ButtonCheck: TButton
|
|---|
| 13 | Left = 8
|
|---|
| 14 | Height = 25
|
|---|
| 15 | Top = 72
|
|---|
| 16 | Width = 136
|
|---|
| 17 | Caption = 'Check new version'
|
|---|
| 18 | OnClick = ButtonCheckClick
|
|---|
| 19 | TabOrder = 0
|
|---|
| 20 | end
|
|---|
| 21 | object DateEdit1: TDateEdit
|
|---|
| 22 | Left = 216
|
|---|
| 23 | Height = 21
|
|---|
| 24 | Top = 42
|
|---|
| 25 | Width = 80
|
|---|
| 26 | CalendarDisplaySettings = [dsShowHeadings, dsShowDayNames]
|
|---|
| 27 | OKCaption = 'OK'
|
|---|
| 28 | CancelCaption = 'Cancel'
|
|---|
| 29 | DateOrder = doNone
|
|---|
| 30 | ButtonWidth = 23
|
|---|
| 31 | CharCase = ecNormal
|
|---|
| 32 | NumGlyphs = 1
|
|---|
| 33 | MaxLength = 0
|
|---|
| 34 | TabOrder = 1
|
|---|
| 35 | end
|
|---|
| 36 | object Label1: TLabel
|
|---|
| 37 | Left = 7
|
|---|
| 38 | Height = 13
|
|---|
| 39 | Top = 42
|
|---|
| 40 | Width = 119
|
|---|
| 41 | Caption = 'Application release date:'
|
|---|
| 42 | ParentColor = False
|
|---|
| 43 | end
|
|---|
| 44 | object Label2: TLabel
|
|---|
| 45 | Left = 7
|
|---|
| 46 | Height = 13
|
|---|
| 47 | Top = 14
|
|---|
| 48 | Width = 132
|
|---|
| 49 | Caption = 'Applciation release version:'
|
|---|
| 50 | ParentColor = False
|
|---|
| 51 | end
|
|---|
| 52 | object Edit1: TEdit
|
|---|
| 53 | Left = 216
|
|---|
| 54 | Height = 21
|
|---|
| 55 | Top = 14
|
|---|
| 56 | Width = 80
|
|---|
| 57 | TabOrder = 2
|
|---|
| 58 | Text = '2.3'
|
|---|
| 59 | end
|
|---|
| 60 | object Memo1: TMemo
|
|---|
| 61 | Left = 8
|
|---|
| 62 | Height = 244
|
|---|
| 63 | Top = 116
|
|---|
| 64 | Width = 440
|
|---|
| 65 | Anchors = [akTop, akLeft, akRight, akBottom]
|
|---|
| 66 | TabOrder = 3
|
|---|
| 67 | end
|
|---|
| 68 | object UpdateChecker1: TUpdateChecker
|
|---|
| 69 | VersionInfoURL = 'VersionInfo.xml'
|
|---|
| 70 | BranchId = 1
|
|---|
| 71 | OnTerminate = UpdateChecker1Terminate
|
|---|
| 72 | left = 144
|
|---|
| 73 | top = 168
|
|---|
| 74 | end
|
|---|
| 75 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.