home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / UTIL / ADDZIP / ADDZIP.EXE / DELPHI / ZIPWIZ / ZWIZ.DFM / ZWIZ.txt < prev   
Encoding:
Text File  |  1997-06-01  |  8.4 KB  |  412 lines

  1. object frmWizard: TfrmWizard
  2.   Left = 236
  3.   Top = 125
  4.   Width = 504
  5.   Height = 420
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'ZIP Wizard'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object imgWizard: TImage
  19.     Left = 15
  20.     Top = 20
  21.     Width = 151
  22.     Height = 311
  23.     Picture.Data = {<image001.TMetafile>}
  24.     Stretch = True
  25.   end
  26.   object shpLine: TShape
  27.     Left = 0
  28.     Top = 345
  29.     Width = 496
  30.     Height = 1
  31.     Pen.Color = clWhite
  32.   end
  33.   object btnCancel: TSpeedButton
  34.     Left = 20
  35.     Top = 355
  36.     Width = 96
  37.     Height = 25
  38.     Caption = '&Cancel'
  39.     OnClick = btnCancelClick
  40.   end
  41.   object btnBack: TSpeedButton
  42.     Left = 180
  43.     Top = 355
  44.     Width = 96
  45.     Height = 25
  46.     Caption = '< &Back'
  47.     Enabled = False
  48.     OnClick = btnBackClick
  49.   end
  50.   object btnNext: TSpeedButton
  51.     Left = 285
  52.     Top = 355
  53.     Width = 96
  54.     Height = 25
  55.     Caption = '&Next >'
  56.     Enabled = False
  57.     OnClick = btnNextClick
  58.   end
  59.   object btnFinish: TSpeedButton
  60.     Left = 390
  61.     Top = 355
  62.     Width = 96
  63.     Height = 25
  64.     Caption = '&Finish'
  65.     Enabled = False
  66.     OnClick = btnFinishClick
  67.   end
  68.   object grpStep1: TGroupBox
  69.     Left = 180
  70.     Top = 12
  71.     Width = 306
  72.     Height = 319
  73.     Caption = 'Archive Name'
  74.     TabOrder = 0
  75.     object lblArchiveName: TLabel
  76.       Left = 10
  77.       Top = 20
  78.       Width = 276
  79.       Height = 31
  80.       AutoSize = False
  81.       Caption = 'Please enter the name of an archive or press Browse...'
  82.       WordWrap = True
  83.     end
  84.     object btnBrowse: TSpeedButton
  85.       Left = 195
  86.       Top = 84
  87.       Width = 96
  88.       Height = 25
  89.       Caption = '&Browse'
  90.       OnClick = btnBrowseClick
  91.     end
  92.     object edtArchive: TEdit
  93.       Left = 10
  94.       Top = 55
  95.       Width = 281
  96.       Height = 21
  97.       TabOrder = 0
  98.       OnChange = edtArchiveChange
  99.     end
  100.   end
  101.   object grpStep3: TGroupBox
  102.     Left = 180
  103.     Top = 17
  104.     Width = 306
  105.     Height = 319
  106.     Caption = 'Files to compress'
  107.     TabOrder = 2
  108.     object lblFiles: TLabel
  109.       Left = 15
  110.       Top = 25
  111.       Width = 271
  112.       Height = 36
  113.       AutoSize = False
  114.       Caption = 
  115.         'Browse for the files to be compressed to the archive, and add th' +
  116.         'em to the list box'
  117.       WordWrap = True
  118.     end
  119.     object btnAdd: TSpeedButton
  120.       Left = 11
  121.       Top = 174
  122.       Width = 96
  123.       Height = 25
  124.       Caption = '&Add'
  125.       Enabled = False
  126.       OnClick = btnAddClick
  127.     end
  128.     object btnRemove: TSpeedButton
  129.       Left = 115
  130.       Top = 174
  131.       Width = 96
  132.       Height = 25
  133.       Caption = '&Remove'
  134.       Enabled = False
  135.       OnClick = btnRemoveClick
  136.     end
  137.     object lstFiles: TFileListBox
  138.       Left = 11
  139.       Top = 66
  140.       Width = 130
  141.       Height = 97
  142.       ItemHeight = 16
  143.       TabOrder = 0
  144.       OnClick = lstFilesClick
  145.       OnDblClick = btnAddClick
  146.     end
  147.     object dirFiles: TDirectoryListBox
  148.       Left = 151
  149.       Top = 66
  150.       Width = 145
  151.       Height = 70
  152.       FileList = lstFiles
  153.       ItemHeight = 16
  154.       TabOrder = 1
  155.       OnChange = dirFilesChange
  156.     end
  157.     object drvFiles: TDriveComboBox
  158.       Left = 151
  159.       Top = 142
  160.       Width = 145
  161.       Height = 22
  162.       DirList = dirFiles
  163.       TabOrder = 2
  164.     end
  165.     object lstSelected: TListBox
  166.       Left = 11
  167.       Top = 206
  168.       Width = 285
  169.       Height = 97
  170.       ItemHeight = 16
  171.       TabOrder = 3
  172.       OnDblClick = btnRemoveClick
  173.     end
  174.   end
  175.   object grpStep5: TGroupBox
  176.     Left = 190
  177.     Top = 27
  178.     Width = 306
  179.     Height = 319
  180.     Caption = 'Summary'
  181.     TabOrder = 4
  182.     object mmoSummary: TMemo
  183.       Left = 16
  184.       Top = 25
  185.       Width = 275
  186.       Height = 276
  187.       TabStop = False
  188.       Color = clBtnFace
  189.       Ctl3D = False
  190.       ParentCtl3D = False
  191.       ReadOnly = True
  192.       ScrollBars = ssVertical
  193.       TabOrder = 0
  194.       WantTabs = True
  195.     end
  196.   end
  197.   object grpStep4: TGroupBox
  198.     Left = 185
  199.     Top = 22
  200.     Width = 306
  201.     Height = 319
  202.     Caption = 'Archive Name'
  203.     TabOrder = 3
  204.     object grpMultiDisk: TGroupBox
  205.       Left = 15
  206.       Top = 20
  207.       Width = 276
  208.       Height = 61
  209.       Caption = 'Create a multi-disk archive?'
  210.       TabOrder = 0
  211.       object radMultiNo: TRadioButton
  212.         Left = 25
  213.         Top = 20
  214.         Width = 113
  215.         Height = 17
  216.         Caption = 'No'
  217.         Checked = True
  218.         TabOrder = 0
  219.         TabStop = True
  220.       end
  221.       object radMultiYes: TRadioButton
  222.         Left = 25
  223.         Top = 37
  224.         Width = 113
  225.         Height = 17
  226.         Caption = 'Yes'
  227.         TabOrder = 1
  228.       end
  229.     end
  230.     object grpLFN: TGroupBox
  231.       Left = 15
  232.       Top = 95
  233.       Width = 276
  234.       Height = 61
  235.       Caption = 'Do you want to use long filenames?'
  236.       TabOrder = 1
  237.       object radLFNYes: TRadioButton
  238.         Left = 25
  239.         Top = 37
  240.         Width = 113
  241.         Height = 17
  242.         Caption = 'Yes'
  243.         TabOrder = 0
  244.       end
  245.       object radLFNNo: TRadioButton
  246.         Left = 25
  247.         Top = 20
  248.         Width = 113
  249.         Height = 17
  250.         Caption = 'No'
  251.         Checked = True
  252.         TabOrder = 1
  253.         TabStop = True
  254.       end
  255.     end
  256.     object grpComment: TGroupBox
  257.       Left = 15
  258.       Top = 170
  259.       Width = 276
  260.       Height = 131
  261.       Caption = 'Add a comment to the archive?'
  262.       TabOrder = 2
  263.       object radCommentNo: TRadioButton
  264.         Left = 25
  265.         Top = 20
  266.         Width = 51
  267.         Height = 17
  268.         Caption = 'No'
  269.         Checked = True
  270.         TabOrder = 0
  271.         TabStop = True
  272.         OnClick = radCommentNoClick
  273.       end
  274.       object radCommentYes: TRadioButton
  275.         Left = 25
  276.         Top = 37
  277.         Width = 113
  278.         Height = 17
  279.         Caption = 'Yes'
  280.         TabOrder = 1
  281.         OnClick = radCommentYesClick
  282.       end
  283.       object mmoComment: TMemo
  284.         Left = 9
  285.         Top = 57
  286.         Width = 257
  287.         Height = 67
  288.         ScrollBars = ssVertical
  289.         TabOrder = 2
  290.       end
  291.     end
  292.   end
  293.   object grpStep2: TGroupBox
  294.     Left = 175
  295.     Top = 12
  296.     Width = 306
  297.     Height = 319
  298.     Caption = 'Options'
  299.     TabOrder = 1
  300.     object GroupBox1: TGroupBox
  301.       Left = 15
  302.       Top = 20
  303.       Width = 276
  304.       Height = 61
  305.       Caption = 'Store the full path information?'
  306.       TabOrder = 0
  307.       object radPathNo: TRadioButton
  308.         Left = 25
  309.         Top = 20
  310.         Width = 113
  311.         Height = 17
  312.         Caption = 'No'
  313.         TabOrder = 0
  314.       end
  315.       object radPathYes: TRadioButton
  316.         Left = 25
  317.         Top = 37
  318.         Width = 113
  319.         Height = 17
  320.         Caption = 'Yes'
  321.         Checked = True
  322.         TabOrder = 1
  323.         TabStop = True
  324.       end
  325.     end
  326.     object grpPassword: TGroupBox
  327.       Left = 15
  328.       Top = 95
  329.       Width = 276
  330.       Height = 91
  331.       Caption = 'Password protect files in this archive?'
  332.       TabOrder = 1
  333.       object lblPassword: TLabel
  334.         Left = 10
  335.         Top = 60
  336.         Width = 63
  337.         Height = 16
  338.         Caption = 'Password:'
  339.       end
  340.       object radPasswordYes: TRadioButton
  341.         Left = 25
  342.         Top = 37
  343.         Width = 113
  344.         Height = 17
  345.         Caption = 'Yes'
  346.         TabOrder = 0
  347.         OnClick = radPasswordYesClick
  348.       end
  349.       object radPasswordNo: TRadioButton
  350.         Left = 25
  351.         Top = 20
  352.         Width = 113
  353.         Height = 17
  354.         Caption = 'No'
  355.         Checked = True
  356.         TabOrder = 1
  357.         TabStop = True
  358.         OnClick = radPasswordNoClick
  359.       end
  360.       object edtPassword: TEdit
  361.         Left = 80
  362.         Top = 57
  363.         Width = 186
  364.         Height = 21
  365.         TabOrder = 2
  366.       end
  367.     end
  368.     object grpCompression: TGroupBox
  369.       Left = 15
  370.       Top = 195
  371.       Width = 276
  372.       Height = 101
  373.       Caption = 'Set the compression level'
  374.       TabOrder = 2
  375.       object radCompressNone: TRadioButton
  376.         Left = 25
  377.         Top = 20
  378.         Width = 141
  379.         Height = 17
  380.         Caption = 'None - fastest'
  381.         TabOrder = 0
  382.       end
  383.       object radCompressMinimum: TRadioButton
  384.         Left = 25
  385.         Top = 38
  386.         Width = 113
  387.         Height = 17
  388.         Caption = 'Minimum'
  389.         TabOrder = 1
  390.       end
  391.       object radCompressNormal: TRadioButton
  392.         Left = 25
  393.         Top = 55
  394.         Width = 113
  395.         Height = 17
  396.         Caption = 'Normal'
  397.         Checked = True
  398.         TabOrder = 2
  399.         TabStop = True
  400.       end
  401.       object radCompressMaximum: TRadioButton
  402.         Left = 25
  403.         Top = 72
  404.         Width = 166
  405.         Height = 17
  406.         Caption = 'Maximum - slowest'
  407.         TabOrder = 3
  408.       end
  409.     end
  410.   end
  411. end
  412.