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

  1. object Form1: TForm1
  2.   Left = 185
  3.   Top = 108
  4.   Width = 510
  5.   Height = 340
  6.   ActiveControl = ZipBut
  7.   Caption = 'C++ Builder Zip Demo 1'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 272
  21.     Width = 502
  22.     Height = 41
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object Button2: TButton
  26.       Left = 216
  27.       Top = 8
  28.       Width = 75
  29.       Height = 25
  30.       Caption = '&Exit'
  31.       TabOrder = 0
  32.       OnClick = Button2Click
  33.     end
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 0
  37.     Top = 41
  38.     Width = 502
  39.     Height = 231
  40.     Align = alClient
  41.     TabOrder = 1
  42.     object Memo1: TMemo
  43.       Left = 1
  44.       Top = 1
  45.       Width = 500
  46.       Height = 229
  47.       Align = alClient
  48.       Font.Charset = ANSI_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Courier New'
  52.       Font.Style = []
  53.       Lines.Strings = (
  54.         '')
  55.       ParentFont = False
  56.       ScrollBars = ssVertical
  57.       TabOrder = 0
  58.     end
  59.   end
  60.   object Panel3: TPanel
  61.     Left = 0
  62.     Top = 0
  63.     Width = 502
  64.     Height = 41
  65.     Align = alTop
  66.     TabOrder = 2
  67.     object ZipBut: TButton
  68.       Left = 40
  69.       Top = 8
  70.       Width = 75
  71.       Height = 25
  72.       Caption = '&Zip Test'
  73.       TabOrder = 0
  74.       OnClick = ZipButClick
  75.     end
  76.     object UnzBut: TButton
  77.       Left = 158
  78.       Top = 8
  79.       Width = 75
  80.       Height = 25
  81.       Caption = '&Unzip Test'
  82.       TabOrder = 1
  83.       OnClick = UnzButClick
  84.     end
  85.     object ListBut: TButton
  86.       Left = 280
  87.       Top = 8
  88.       Width = 75
  89.       Height = 25
  90.       Caption = '&List Zip'
  91.       TabOrder = 2
  92.       OnClick = ListButClick
  93.     end
  94.     object VersBut: TButton
  95.       Left = 392
  96.       Top = 8
  97.       Width = 75
  98.       Height = 25
  99.       Caption = 'DLL &Versions'
  100.       TabOrder = 3
  101.       OnClick = VersButClick
  102.     end
  103.   end
  104.   object ZipMaster1: TZipMaster
  105.     Verbose = True
  106.     Trace = False
  107.     AddCompLevel = 9
  108.     AddOptions = []
  109.     ExtrOptions = []
  110.     OnMessage = ZipMaster1Message
  111.     Left = 472
  112.   end
  113. end
  114.