home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / Db / Cachedup / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1999-08-11  |  1.3 KB  |  71 lines

  1. object AboutDialog: TAboutDialog
  2.   Left = 446
  3.   Top = 133
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 319
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 265
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 118
  37.       Height = 13
  38.       Caption = 'Cached Update Example'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 40
  44.       Width = 44
  45.       Height = 13
  46.       Caption = 'Version 1'
  47.       IsControl = True
  48.     end
  49.     object AboutMemo: TMemo
  50.       Left = 8
  51.       Top = 72
  52.       Width = 265
  53.       Height = 181
  54.       ReadOnly = True
  55.       ScrollBars = ssVertical
  56.       TabOrder = 0
  57.     end
  58.   end
  59.   object OKButton: TButton
  60.     Left = 111
  61.     Top = 284
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70. end
  71.