home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 426
- Top = 99
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About QuickZip'
- ClientHeight = 306
- ClientWidth = 216
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- TextHeight = 13
- object lblAddZip: TLabel
- Left = 0
- Top = 20
- Width = 216
- Height = 13
- Alignment = taCenter
- AutoSize = False
- Caption = 'QuickZIP v0.51'
- end
- object imgImageLeft: TImage
- Left = 5
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object imgImageRight: TImage
- Left = 180
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image002.ico>}
- end
- object imgAddZip: TImage
- Left = 8
- Top = 85
- Width = 200
- Height = 88
- AutoSize = True
- Picture.Data = {<image003.bmp>}
- end
- object lblInfo: TLabel
- Left = 5
- Top = 50
- Width = 206
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'This utility is provided as an example of the addZIP Compression' +
- ' Libraries.'
- WordWrap = True
- end
- object lblUsage: TLabel
- Left = 5
- Top = 185
- Width = 206
- Height = 86
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'You are free to use and modify this utility as you wish. If you' +
- ' want to use the addZIP Compression Libraries in a development e' +
- 'nvironment then you are required to register. Please see the hel' +
- 'p file for further information.'
- WordWrap = True
- end
- object btnOK: TBitBtn
- Left = 65
- Top = 275
- Width = 89
- Height = 26
- Caption = 'OK'
- TabOrder = 0
- OnClick = btnOKClick
- end
- end
-