home *** CD-ROM | disk | FTP | other *** search
/ Freelog 6 / Freelog006.iso / Logs / Fichiers / Slashx / slashx.exe / Slash.exe / 0 / RCDATA / TEXTRACTFORM / TEXTRACTFORM.txt
Text File  |  1999-07-25  |  4KB  |  164 lines

  1. object ExtractForm: TExtractForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Where would you like to extract the files to?'
  7.   ClientHeight = 446
  8.   ClientWidth = 353
  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 = 353
  20.     Height = 26
  21.     AllowDrag = False
  22.     object Toolbar971: TToolbar97
  23.       Left = 0
  24.       Top = 0
  25.       Caption = 'Toolbar971'
  26.       DockPos = 0
  27.       DragHandleStyle = dhNone
  28.       TabOrder = 0
  29.       object ZipDir: TPTShellCombo
  30.         Left = 0
  31.         Top = 0
  32.         Width = 348
  33.         Height = 22
  34.         ShellList = ZipFile
  35.         TabOrder = 0
  36.       end
  37.     end
  38.   end
  39.   object Dock972: TDock97
  40.     Left = 252
  41.     Top = 26
  42.     Width = 101
  43.     Height = 420
  44.     AllowDrag = False
  45.     Position = dpRight
  46.     object Toolbar972: TToolbar97
  47.       Left = 0
  48.       Top = 0
  49.       Caption = 'Toolbar972'
  50.       DockPos = 0
  51.       DragHandleStyle = dhNone
  52.       TabOrder = 0
  53.       object ToolbarButton971: TToolbarButton97
  54.         Left = 0
  55.         Top = 0
  56.         Width = 97
  57.         Height = 22
  58.         Caption = 'OK'
  59.         Font.Charset = DEFAULT_CHARSET
  60.         Font.Color = clWindowText
  61.         Font.Height = -11
  62.         Font.Name = 'MS Sans Serif'
  63.         Font.Style = [fsBold]
  64.         ModalResult = 1
  65.         ParentFont = False
  66.         OnClick = ToolbarButton971Click
  67.       end
  68.       object ToolbarSep971: TToolbarSep97
  69.         Left = 0
  70.         Top = 22
  71.         Blank = True
  72.       end
  73.       object Cancel: TToolbarButton97
  74.         Left = 0
  75.         Top = 28
  76.         Width = 97
  77.         Height = 22
  78.         Caption = 'Cancel'
  79.         Font.Charset = DEFAULT_CHARSET
  80.         Font.Color = clWindowText
  81.         Font.Height = -11
  82.         Font.Name = 'MS Sans Serif'
  83.         Font.Style = [fsBold]
  84.         ModalResult = 2
  85.         ParentFont = False
  86.       end
  87.       object ToolbarSep972: TToolbarSep97
  88.         Left = 0
  89.         Top = 80
  90.         Blank = True
  91.       end
  92.       object ToolbarSep973: TToolbarSep97
  93.         Left = 0
  94.         Top = 74
  95.         Blank = True
  96.       end
  97.       object ToolbarSep974: TToolbarSep97
  98.         Left = 0
  99.         Top = 50
  100.         Blank = True
  101.       end
  102.       object ToolbarSep975: TToolbarSep97
  103.         Left = 0
  104.         Top = 68
  105.         Blank = True
  106.       end
  107.       object ToolbarSep976: TToolbarSep97
  108.         Left = 0
  109.         Top = 62
  110.         Blank = True
  111.       end
  112.       object ToolbarSep977: TToolbarSep97
  113.         Left = 0
  114.         Top = 56
  115.         Blank = True
  116.       end
  117.       object ToolbarSep978: TToolbarSep97
  118.         Left = 0
  119.         Top = 126
  120.         Blank = True
  121.       end
  122.       object ToolbarSep979: TToolbarSep97
  123.         Left = 0
  124.         Top = 103
  125.         Blank = True
  126.       end
  127.       object Overwrite: TCheckBox
  128.         Left = 0
  129.         Top = 109
  130.         Width = 97
  131.         Height = 17
  132.         Caption = 'Overwrite'
  133.         TabOrder = 0
  134.       end
  135.       object FolderNames: TCheckBox
  136.         Left = 0
  137.         Top = 132
  138.         Width = 97
  139.         Height = 17
  140.         Caption = 'Use Pathnames'
  141.         TabOrder = 1
  142.       end
  143.       object Allfiles: TCheckBox
  144.         Left = 0
  145.         Top = 86
  146.         Width = 97
  147.         Height = 17
  148.         Caption = 'All Files'
  149.         TabOrder = 2
  150.       end
  151.     end
  152.   end
  153.   object ZipFile: TPTShellList
  154.     Left = 0
  155.     Top = 26
  156.     Width = 252
  157.     Height = 420
  158.     Align = alClient
  159.     ReadOnly = False
  160.     IconOptions.AutoArrange = True
  161.     TabOrder = 2
  162.   end
  163. end
  164.