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

  1. object ViewAchiveForm: TViewAchiveForm
  2.   Left = 345
  3.   Top = 130
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'View Archive'
  6.   ClientHeight = 195
  7.   ClientWidth = 340
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = elMenu
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object elFileList: TFileListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 340
  21.     Height = 173
  22.     Hint = 'Archive Files...'
  23.     Align = alClient
  24.     ItemHeight = 16
  25.     ParentShowHint = False
  26.     ShowGlyphs = True
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     OnClick = elFileListClick
  30.     OnDblClick = elFileListDblClick
  31.   end
  32.   object elStatusBar: TStatusBar
  33.     Left = 0
  34.     Top = 173
  35.     Width = 340
  36.     Height = 22
  37.     Panels = <
  38.       item
  39.         Alignment = taCenter
  40.         Width = 140
  41.       end
  42.       item
  43.         Alignment = taCenter
  44.         Width = 100
  45.       end
  46.       item
  47.         Alignment = taCenter
  48.         Width = 100
  49.       end>
  50.     SimplePanel = False
  51.     SizeGrip = False
  52.   end
  53.   object elMenu: TMainMenu
  54.     Left = 16
  55.     Top = 16
  56.     object Archive1: TMenuItem
  57.       Caption = '&Archive'
  58.       ShortCut = 0
  59.       object OpenZip: TMenuItem
  60.         Caption = '&Open Compressed (Zip) File'
  61.         Enabled = False
  62.         ShortCut = 0
  63.         OnClick = OpenZipClick
  64.       end
  65.       object N3: TMenuItem
  66.         Caption = '-'
  67.         ShortCut = 0
  68.       end
  69.       object Copy1: TMenuItem
  70.         Caption = '&Copy'
  71.         ShortCut = 0
  72.         object SelectedFile2: TMenuItem
  73.           Caption = '&Selected File'
  74.           ShortCut = 0
  75.           OnClick = SelectedFile2Click
  76.         end
  77.         object AllFiles2: TMenuItem
  78.           Caption = '&All Files'
  79.           ShortCut = 0
  80.           OnClick = AllFiles2Click
  81.         end
  82.       end
  83.       object Delete1: TMenuItem
  84.         Caption = 'D&elete'
  85.         ShortCut = 0
  86.         object SelectedFile1: TMenuItem
  87.           Caption = '&Selected File'
  88.           ShortCut = 0
  89.           OnClick = SelectedFile1Click
  90.         end
  91.         object AllFiles1: TMenuItem
  92.           Caption = '&All Files'
  93.           ShortCut = 0
  94.           OnClick = AllFiles1Click
  95.         end
  96.       end
  97.       object N2: TMenuItem
  98.         Caption = '-'
  99.         ShortCut = 0
  100.       end
  101.       object Close1: TMenuItem
  102.         Caption = '&Close'
  103.         ShortCut = 0
  104.         OnClick = Close1Click
  105.       end
  106.     end
  107.   end
  108. end
  109.