home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / komprese / zip / DELZIP12.ZIP / DEMO2.ZIP / UNIT1.DFM / UNIT1.txt
Text File  |  1997-09-28  |  1KB  |  73 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 104
  4.   Width = 502
  5.   Height = 364
  6.   Caption = 'Zip Demo 2'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object ZipBut: TButton
  18.     Left = 177
  19.     Top = 25
  20.     Width = 129
  21.     Height = 30
  22.     Caption = '&Zip TEST.DAT'
  23.     TabOrder = 0
  24.     OnClick = ZipButClick
  25.   end
  26.   object UnzipBut: TButton
  27.     Left = 177
  28.     Top = 79
  29.     Width = 129
  30.     Height = 31
  31.     Caption = '&Unzip TEST.ZIP'
  32.     TabOrder = 1
  33.     OnClick = UnzipButClick
  34.   end
  35.   object ExitBut: TButton
  36.     Left = 202
  37.     Top = 266
  38.     Width = 82
  39.     Height = 31
  40.     Caption = '&Exit'
  41.     TabOrder = 2
  42.     OnClick = ExitButClick
  43.   end
  44.   object DelBut: TButton
  45.     Left = 177
  46.     Top = 133
  47.     Width = 129
  48.     Height = 31
  49.     Caption = '&Delete from Zip'
  50.     TabOrder = 3
  51.     OnClick = DelButClick
  52.   end
  53.   object VersionBut: TButton
  54.     Left = 177
  55.     Top = 192
  56.     Width = 129
  57.     Height = 31
  58.     Caption = '&Get DLL Versions'
  59.     TabOrder = 4
  60.     OnClick = VersionButClick
  61.   end
  62.   object ZipMaster1: TZipMaster
  63.     Verbose = False
  64.     Trace = False
  65.     AddCompLevel = 9
  66.     AddOptions = []
  67.     ExtrOptions = []
  68.     OnMessage = ZipMaster1Message
  69.     Left = 424
  70.     Top = 16
  71.   end
  72. end
  73.