home *** CD-ROM | disk | FTP | other *** search
- object AboutDialog: TAboutDialog
- Left = 446
- Top = 133
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 319
- ClientWidth = 298
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 265
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 16
- Width = 118
- Height = 13
- Caption = 'Cached Update Example'
- IsControl = True
- end
- object Version: TLabel
- Left = 88
- Top = 40
- Width = 44
- Height = 13
- Caption = 'Version 1'
- IsControl = True
- end
- object AboutMemo: TMemo
- Left = 8
- Top = 72
- Width = 265
- Height = 181
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object OKButton: TButton
- Left = 111
- Top = 284
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- end
-