home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ZIP / ezzip2k.exe / _SETUP.1 / EZip.exe / 0 / RCDATA / TDRAGFORM / TDRAGFORM.txt
Text File  |  1999-06-03  |  5KB  |  248 lines

  1. object DragForm: TDragForm
  2.   Left = 288
  3.   Top = 115
  4.   BorderStyle = bsDialog
  5.   Caption = 'Drag and Drop'
  6.   ClientHeight = 413
  7.   ClientWidth = 329
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnClose = FormClose
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 233
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'Label1'
  26.   end
  27.   object Label3: TLabel
  28.     Left = 8
  29.     Top = 128
  30.     Width = 33
  31.     Height = 13
  32.     Caption = 'Ac&tion:'
  33.     FocusControl = ComboBox1
  34.   end
  35.   object Label4: TLabel
  36.     Left = 8
  37.     Top = 176
  38.     Width = 63
  39.     Height = 13
  40.     Caption = '&Compression:'
  41.     FocusControl = ComboBox2
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 8
  45.     Top = 24
  46.     Width = 233
  47.     Height = 97
  48.     TabOrder = 0
  49.     object Label2: TLabel
  50.       Left = 8
  51.       Top = 16
  52.       Width = 72
  53.       Height = 13
  54.       Caption = 'A&dd to archive:'
  55.     end
  56.     object Button3: TButton
  57.       Left = 32
  58.       Top = 64
  59.       Width = 75
  60.       Height = 25
  61.       Caption = '&New...'
  62.       TabOrder = 0
  63.       OnClick = Button3Click
  64.     end
  65.     object Button4: TButton
  66.       Left = 120
  67.       Top = 64
  68.       Width = 75
  69.       Height = 25
  70.       Caption = '&Open...'
  71.       TabOrder = 1
  72.       OnClick = Button4Click
  73.     end
  74.     object Edit1: TEdit97
  75.       Left = 8
  76.       Top = 34
  77.       Width = 217
  78.       Height = 19
  79.       TabOrder = 2
  80.       Text = 'Edit1'
  81.     end
  82.   end
  83.   object ComboBox1: TComboBox
  84.     Left = 8
  85.     Top = 144
  86.     Width = 233
  87.     Height = 21
  88.     Style = csDropDownList
  89.     ItemHeight = 13
  90.     Items.Strings = (
  91.       'Add (and replace) files'
  92.       'Freshen existing files'
  93.       'Move files'
  94.       'Update (and add) files')
  95.     TabOrder = 1
  96.   end
  97.   object ComboBox2: TComboBox
  98.     Left = 8
  99.     Top = 192
  100.     Width = 233
  101.     Height = 21
  102.     Style = csDropDownList
  103.     ItemHeight = 13
  104.     Items.Strings = (
  105.       'Maximum (slowest)'
  106.       'Normal'
  107.       'Fast'
  108.       'Super fast'
  109.       'None')
  110.     TabOrder = 4
  111.   end
  112.   object GroupBox3: TGroupBox
  113.     Left = 8
  114.     Top = 224
  115.     Width = 233
  116.     Height = 81
  117.     TabOrder = 5
  118.     object CheckBox2: TCheckBox
  119.       Left = 8
  120.       Top = 16
  121.       Width = 185
  122.       Height = 17
  123.       Caption = 'Include system and hidden files'
  124.       TabOrder = 0
  125.     end
  126.     object CheckBox1: TCheckBox
  127.       Left = 8
  128.       Top = 48
  129.       Width = 153
  130.       Height = 17
  131.       Caption = '&Save extra folder info'
  132.       TabOrder = 1
  133.     end
  134.   end
  135.   object CorelButton1: TCorelButton
  136.     Left = 248
  137.     Top = 376
  138.     Width = 75
  139.     Height = 23
  140.     Caption = '&Password...'
  141.     TabOrder = 7
  142.     OnClick = CorelButton1Click
  143.   end
  144.   object GroupBox4: TGroupBox
  145.     Left = 8
  146.     Top = 311
  147.     Width = 233
  148.     Height = 90
  149.     Caption = '&Multiple disk s&panning '
  150.     TabOrder = 6
  151.     object Label5: TLabel
  152.       Left = 8
  153.       Top = 43
  154.       Width = 87
  155.       Height = 13
  156.       Caption = '&Max. Volume Size:'
  157.       FocusControl = Edit971
  158.     end
  159.     object Label6: TLabel
  160.       Left = 8
  161.       Top = 67
  162.       Width = 85
  163.       Height = 13
  164.       Caption = 'FREE on 1st disk:'
  165.       FocusControl = Edit972
  166.     end
  167.     object ComboBox3: TComboBox
  168.       Left = 8
  169.       Top = 16
  170.       Width = 161
  171.       Height = 21
  172.       Style = csDropDownList
  173.       ItemHeight = 13
  174.       Items.Strings = (
  175.         'Automatic'
  176.         'Custum'
  177.         'No spanning...')
  178.       TabOrder = 0
  179.       OnChange = ComboBox3Change
  180.     end
  181.     object Edit971: TEdit97
  182.       Left = 104
  183.       Top = 40
  184.       Width = 65
  185.       Height = 19
  186.       TabOrder = 1
  187.       Text = 'Edit971'
  188.     end
  189.     object Edit972: TEdit97
  190.       Left = 104
  191.       Top = 64
  192.       Width = 65
  193.       Height = 19
  194.       TabOrder = 2
  195.       Text = 'Edit972'
  196.     end
  197.   end
  198.   object Button1: TCorelButton
  199.     Left = 248
  200.     Top = 8
  201.     Width = 75
  202.     Height = 23
  203.     Caption = 'OK'
  204.     Default = True
  205.     TabOrder = 2
  206.     OnClick = Button1Click
  207.   end
  208.   object Button2: TCorelButton
  209.     Left = 248
  210.     Top = 40
  211.     Width = 75
  212.     Height = 23
  213.     Caption = 'Cancel'
  214.     TabOrder = 3
  215.     OnClick = Button2Click
  216.   end
  217.   object ZipMaster1: TZipMaster
  218.     Verbose = False
  219.     Trace = False
  220.     AddCompLevel = 9
  221.     AddOptions = []
  222.     ExtrOptions = []
  223.     Unattended = False
  224.     SFXOverWriteMode = OvrConfirm
  225.     SFXCaption = 'Self-extracting Archive'
  226.     KeepFreeOnDisk1 = 0
  227.     AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
  228.     OnProgress = ZipMaster1Progress
  229.     OnMessage = ZipMaster1Message
  230.     Left = 248
  231.     Top = 104
  232.   end
  233.   object newbox: TOpenDialog
  234.     OnShow = newboxShow
  235.     Filter = 'ZIP files|*.zip'
  236.     Options = [ofPathMustExist]
  237.     Left = 248
  238.     Top = 72
  239.   end
  240.   object Openbox: TOpenDialog
  241.     OnShow = OpenboxShow
  242.     Filter = 'Zip files|*.zip|Archives and .exe files|*.exe;*.zip'
  243.     Options = [ofPathMustExist, ofFileMustExist]
  244.     Left = 280
  245.     Top = 72
  246.   end
  247. end
  248.