object AboutDialog: TAboutDialog
  Left = 200
  Top = 108
  Width = 405
  Height = 429
  Caption = 'About'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = 'Default'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 120
  TextHeight = 16
  object Panel1: TPanel
    Left = 10
    Top = 10
    Width = 346
    Height = 326
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Caption = 'Panel1'
    TabOrder = 0
    object ProgramIcon: TImage
      Left = 10
      Top = 10
      Width = 80
      Height = 70
      Picture.Data = {
        07544269746D617076020000424D760200000000000076000000280000002000
        0000200000000100040000000000000200000000000000000000100000000000
        0000000000000000800000800000008080008000000080008000808000008080
        8000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
        FF00F44444F44444444F4F4F444888888888F44444F444444F44444F44488888
        8888F44444F444444F4F4F4F444888888888F44444F444444F44444F44488888
        8888F44444F444444F4F4F4F444888888888F44444F444444F44444F44488888
        8888F44444F444444F4F4F4F444888888888F44444FFFFF44F44444F44477777
        7777F444444F44444F4F4F4F444777777777F444444F44444F44444F44400000
        0077FFFF444F44444F4F4F4F4448F8F8F077888F444F44444F44444FFFFF8F8F
        8077888F444F44444F4F4F4808F8F8F8F077888F444F44444F44444F0F8F8F8F
        8077888FFFFF44444FFFFF8808F8F8F8F07788878F8F44444888888F0F8F8F8F
        80778887F88F444448F000F808F8F8F8F07788878F8F444F8F8F0F8F0F8F8F8F
        80778887F88F44F888F808F808F8F8F8F07788878F8F4F888F80000000008F8F
        80778887F88FF888F8F8F8F80800F8F8F07788878F8F888F8F8F8F8F8F8F8F8F
        80778887F88888F8F8F8F8F8F8F8F8F8F07788878F8F8F8F8F8F8F8F8F8F8F8F
        80778887F8F8F8F8F8F8F8F8F8F8F8F8F07788878F8F8F8F8F8F8F8F8F8F8F8F
        80778887F8F8F8F8F8F8F8F8F8F8F8F8F0778887800000000000000000000000
        007788878FF0CCCCCCCCCCCCCCC0FF0FF07788878FF0CCCCCCCCCCCCCCC0FF0F
        F077888788888888888888888888888880888887777777777777777777777777
        7788}
      Stretch = True
      IsControl = True
    end
    object ProductName: TLabel
      Left = 108
      Top = 20
      Width = 151
      Height = 16
      Caption = 'Cached Update Example'
      IsControl = True
    end
    object Version: TLabel
      Left = 108
      Top = 49
      Width = 56
      Height = 16
      Caption = 'Version 1'
      IsControl = True
    end
    object AboutMemo: TMemo
      Left = 10
      Top = 89
      Width = 326
      Height = 222
      Lines.Strings = (
        'AboutMemo')
      ReadOnly = True
      ScrollBars = ssVertical
      TabOrder = 0
    end
  end
  object OKButton: TButton
    Left = 137
    Top = 350
    Width = 92
    Height = 30
    Cancel = True
    Caption = 'OK'
    Default = True
    ModalResult = 1
    TabOrder = 1
  end
end
