home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / mbm / _setup.1 / mBackupMaster.exe / 0 / RCDATA / TVIEWZIPFILEFORM / TVIEWZIPFILEFORM.txt
Text File  |  1997-05-04  |  3KB  |  114 lines

  1. object ViewZipFileForm: TViewZipFileForm
  2.   Left = 225
  3.   Top = 157
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Examine...'
  6.   ClientHeight = 283
  7.   ClientWidth = 596
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = elZipMenu
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object elStatusBar: TStatusBar
  17.     Left = 0
  18.     Top = 260
  19.     Width = 596
  20.     Height = 23
  21.     Panels = <>
  22.     SimplePanel = False
  23.   end
  24.   object elStringList: TStringGrid
  25.     Left = 0
  26.     Top = 0
  27.     Width = 596
  28.     Height = 260
  29.     Hint = 'List of Files in Archive'
  30.     Align = alClient
  31.     ColCount = 6
  32.     Ctl3D = True
  33.     DefaultColWidth = 70
  34.     DefaultRowHeight = 20
  35.     FixedCols = 0
  36.     RowCount = 10
  37.     Options = [goFixedVertLine, goFixedHorzLine, goColSizing, goRowSelect]
  38.     ParentCtl3D = False
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.   end
  43.   object elZipMenu: TMainMenu
  44.     Left = 16
  45.     Top = 16
  46.     object elZipFileName1: TMenuItem
  47.       Caption = 'el Zip File Name'
  48.       ShortCut = 0
  49.       object Add1: TMenuItem
  50.         Caption = '&Add'
  51.         ShortCut = 0
  52.         OnClick = Add1Click
  53.       end
  54.       object Delete1: TMenuItem
  55.         Caption = '&Delete'
  56.         ShortCut = 0
  57.         OnClick = Delete1Click
  58.       end
  59.       object Extract1: TMenuItem
  60.         Caption = '&Extract'
  61.         ShortCut = 0
  62.         OnClick = Extract1Click
  63.       end
  64.       object N1: TMenuItem
  65.         Caption = '-'
  66.         ShortCut = 0
  67.       end
  68.       object Fix1: TMenuItem
  69.         Caption = '&Fix'
  70.         ShortCut = 0
  71.         OnClick = Fix1Click
  72.       end
  73.       object Test1: TMenuItem
  74.         Caption = '&Test'
  75.         ShortCut = 0
  76.         OnClick = Test1Click
  77.       end
  78.       object N2: TMenuItem
  79.         Caption = '-'
  80.         ShortCut = 0
  81.       end
  82.       object Comment1: TMenuItem
  83.         Caption = '&Comment'
  84.         ShortCut = 0
  85.         OnClick = Comment1Click
  86.       end
  87.       object N3: TMenuItem
  88.         Caption = '-'
  89.         ShortCut = 0
  90.       end
  91.       object Close1: TMenuItem
  92.         Caption = '&Close'
  93.         ShortCut = 0
  94.         OnClick = Close1Click
  95.       end
  96.     end
  97.   end
  98.   object elZip: TXceedZip
  99.     Compression = 6
  100.     StoredExtensions = '.ZIP;.LZH;.ARC;.ARJ;.ZOO'
  101.     UsePaths = False
  102.     OnListing = elZipListing
  103.     Left = 56
  104.     Top = 16
  105.   end
  106.   object AddFileToZip: TOpenDialog
  107.     FileEditStyle = fsEdit
  108.     Filter = 'All Files|*.*'
  109.     Title = 'Add File To Archive'
  110.     Left = 104
  111.     Top = 16
  112.   end
  113. end
  114.