home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / ADDZIP / ADDZIP.EXE / DELPHI / QUICKZIP / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1997-06-01  |  1.8 KB  |  88 lines

  1. object AboutBox: TAboutBox
  2.   Left = 426
  3.   Top = 99
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About QuickZip'
  7.   ClientHeight = 306
  8.   ClientWidth = 216
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   TextHeight = 13
  19.   object lblAddZip: TLabel
  20.     Left = 0
  21.     Top = 20
  22.     Width = 216
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'QuickZIP v0.51'
  27.   end
  28.   object imgImageLeft: TImage
  29.     Left = 5
  30.     Top = 10
  31.     Width = 32
  32.     Height = 32
  33.     AutoSize = True
  34.     Picture.Data = {<image001.ico>}
  35.   end
  36.   object imgImageRight: TImage
  37.     Left = 180
  38.     Top = 10
  39.     Width = 32
  40.     Height = 32
  41.     AutoSize = True
  42.     Picture.Data = {<image002.ico>}
  43.   end
  44.   object imgAddZip: TImage
  45.     Left = 8
  46.     Top = 85
  47.     Width = 200
  48.     Height = 88
  49.     AutoSize = True
  50.     Picture.Data = {<image003.bmp>}
  51.   end
  52.   object lblInfo: TLabel
  53.     Left = 5
  54.     Top = 50
  55.     Width = 206
  56.     Height = 26
  57.     Alignment = taCenter
  58.     AutoSize = False
  59.     Caption = 
  60.       'This utility is provided as an example of the addZIP Compression' +
  61.       ' Libraries.'
  62.     WordWrap = True
  63.   end
  64.   object lblUsage: TLabel
  65.     Left = 5
  66.     Top = 185
  67.     Width = 206
  68.     Height = 86
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = 
  72.       'You are free to use and modify this utility as you wish.  If you' +
  73.       ' want to use the addZIP Compression Libraries in a development e' +
  74.       'nvironment then you are required to register. Please see the hel' +
  75.       'p file for further information.'
  76.     WordWrap = True
  77.   end
  78.   object btnOK: TBitBtn
  79.     Left = 65
  80.     Top = 275
  81.     Width = 89
  82.     Height = 26
  83.     Caption = 'OK'
  84.     TabOrder = 0
  85.     OnClick = btnOKClick
  86.   end
  87. end
  88.