home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / free / slash / slash.exe / Slash.exe / 0 / RCDATA / TADDFORM / TADDFORM.txt
Encoding:
Text File  |  1999-07-25  |  1.6 KB  |  80 lines

  1. object AddForm: TAddForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please select files to add to zip.'
  7.   ClientHeight = 429
  8.   ClientWidth = 346
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Dock971: TDock97
  17.     Left = 0
  18.     Top = 0
  19.     Width = 346
  20.     Height = 26
  21.     object Toolbar971: TToolbar97
  22.       Left = 0
  23.       Top = 0
  24.       Caption = 'Toolbar971'
  25.       DockPos = 0
  26.       DragHandleStyle = dhNone
  27.       FullSize = True
  28.       TabOrder = 0
  29.       object PTShellCombo1: TPTShellCombo
  30.         Left = 0
  31.         Top = 0
  32.         Width = 329
  33.         Height = 22
  34.         TabOrder = 0
  35.       end
  36.     end
  37.   end
  38.   object Dock972: TDock97
  39.     Left = 282
  40.     Top = 26
  41.     Width = 64
  42.     Height = 403
  43.     Position = dpRight
  44.     object Toolbar972: TToolbar97
  45.       Left = 0
  46.       Top = 0
  47.       Caption = 'Toolbar972'
  48.       DockPos = 0
  49.       DragHandleStyle = dhNone
  50.       TabOrder = 0
  51.       object Add: TToolbarButton97
  52.         Left = 0
  53.         Top = 0
  54.         Width = 60
  55.         Height = 25
  56.         Caption = 'Add'
  57.         OnClick = AddClick
  58.       end
  59.       object Cancel: TToolbarButton97
  60.         Left = 0
  61.         Top = 25
  62.         Width = 60
  63.         Height = 22
  64.         Caption = 'Cancel'
  65.       end
  66.     end
  67.   end
  68.   object ZipAdd: TPTShellList
  69.     Left = 0
  70.     Top = 26
  71.     Width = 282
  72.     Height = 403
  73.     Align = alClient
  74.     ReadOnly = False
  75.     IconOptions.AutoArrange = True
  76.     TabOrder = 2
  77.     ViewStyle = vsList
  78.   end
  79. end
  80.