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

  1. object Msgform: TMsgform
  2.   Left = 62
  3.   Top = 11
  4.   Width = 576
  5.   Height = 425
  6.   Caption = 'Zip Messages'
  7.   Font.Color = clWindowText
  8.   Font.Height = -10
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel2: TPanel
  15.     Left = 0
  16.     Top = 365
  17.     Width = 568
  18.     Height = 33
  19.     Align = alBottom
  20.     TabOrder = 0
  21.     object DismissBut: TButton
  22.       Left = 315
  23.       Top = 7
  24.       Width = 60
  25.       Height = 20
  26.       Caption = '&Dismiss'
  27.       TabOrder = 0
  28.       OnClick = DismissButClick
  29.     end
  30.     object CancelBut: TButton
  31.       Left = 143
  32.       Top = 7
  33.       Width = 104
  34.       Height = 20
  35.       Caption = '&Cancel Operation'
  36.       TabOrder = 1
  37.       OnClick = CancelButClick
  38.     end
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 0
  42.     Top = 33
  43.     Width = 568
  44.     Height = 332
  45.     Align = alClient
  46.     Lines.Strings = (
  47.       '')
  48.     ScrollBars = ssVertical
  49.     TabOrder = 1
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 0
  54.     Width = 568
  55.     Height = 33
  56.     Align = alTop
  57.     TabOrder = 2
  58.     object FileBeingZipped: TLabel
  59.       Left = 152
  60.       Top = 10
  61.       Width = 143
  62.       Height = 15
  63.       Alignment = taRightJustify
  64.       Caption = 'File being manipulated'
  65.     end
  66.     object ProgressBar1: TProgressBar
  67.       Left = 308
  68.       Top = 10
  69.       Width = 237
  70.       Height = 13
  71.       Min = 0
  72.       Max = 100
  73.       TabOrder = 0
  74.     end
  75.   end
  76. end
  77.