|
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:
1012 bytes
|
| Line | |
|---|
| 1 | object FormDownloadProgress: TFormDownloadProgress
|
|---|
| 2 | Left = 410
|
|---|
| 3 | Height = 75
|
|---|
| 4 | Top = 278
|
|---|
| 5 | Width = 376
|
|---|
| 6 | Caption = 'Download progress'
|
|---|
| 7 | ClientHeight = 75
|
|---|
| 8 | ClientWidth = 376
|
|---|
| 9 | OnCreate = FormCreate
|
|---|
| 10 | Position = poScreenCenter
|
|---|
| 11 | LCLVersion = '1.1'
|
|---|
| 12 | object ProgressBar1: TProgressBar
|
|---|
| 13 | Left = 8
|
|---|
| 14 | Height = 20
|
|---|
| 15 | Top = 48
|
|---|
| 16 | Width = 360
|
|---|
| 17 | Anchors = [akLeft, akRight, akBottom]
|
|---|
| 18 | TabOrder = 0
|
|---|
| 19 | end
|
|---|
| 20 | object Label1: TLabel
|
|---|
| 21 | Left = 7
|
|---|
| 22 | Height = 13
|
|---|
| 23 | Top = 8
|
|---|
| 24 | Width = 20
|
|---|
| 25 | Caption = 'File:'
|
|---|
| 26 | ParentColor = False
|
|---|
| 27 | end
|
|---|
| 28 | object LabelFileName: TLabel
|
|---|
| 29 | Left = 72
|
|---|
| 30 | Height = 13
|
|---|
| 31 | Top = 8
|
|---|
| 32 | Width = 12
|
|---|
| 33 | Caption = ' '
|
|---|
| 34 | ParentColor = False
|
|---|
| 35 | end
|
|---|
| 36 | object Label2: TLabel
|
|---|
| 37 | Left = 8
|
|---|
| 38 | Height = 13
|
|---|
| 39 | Top = 25
|
|---|
| 40 | Width = 46
|
|---|
| 41 | Caption = 'Progress:'
|
|---|
| 42 | ParentColor = False
|
|---|
| 43 | end
|
|---|
| 44 | object LabelProgress: TLabel
|
|---|
| 45 | Left = 72
|
|---|
| 46 | Height = 13
|
|---|
| 47 | Top = 25
|
|---|
| 48 | Width = 12
|
|---|
| 49 | Caption = ' '
|
|---|
| 50 | ParentColor = False
|
|---|
| 51 | end
|
|---|
| 52 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.