Ignore:
Timestamp:
Nov 2, 2012, 12:11:21 PM (12 years ago)
Author:
chronos
Message:
  • 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:
1 edited

Legend:

Unmodified
Added
Removed
  • UpdateChecker/UFormDownloadProgress.lfm

    r379 r433  
    11object FormDownloadProgress: TFormDownloadProgress
    2   Left = 599
     2  Left = 410
    33  Height = 75
    4   Top = 212
     4  Top = 278
    55  Width = 376
    66  Caption = 'Download progress'
     
    2020  object Label1: TLabel
    2121    Left = 7
    22     Height = 14
     22    Height = 13
    2323    Top = 8
    24     Width = 21
     24    Width = 20
    2525    Caption = 'File:'
    2626    ParentColor = False
     
    2828  object LabelFileName: TLabel
    2929    Left = 72
    30     Height = 14
     30    Height = 13
    3131    Top = 8
    32     Width = 13
     32    Width = 12
    3333    Caption = '    '
    3434    ParentColor = False
     
    3636  object Label2: TLabel
    3737    Left = 8
    38     Height = 14
     38    Height = 13
    3939    Top = 25
    40     Width = 47
     40    Width = 46
    4141    Caption = 'Progress:'
    4242    ParentColor = False
     
    4444  object LabelProgress: TLabel
    4545    Left = 72
    46     Height = 14
     46    Height = 13
    4747    Top = 25
    48     Width = 13
     48    Width = 12
    4949    Caption = '    '
    5050    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.