home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / compress / sz32-29b.exe / szipw32.exe / 0 / RCDATA / TCREATLINKFRM / TCREATLINKFRM.txt < prev   
Text File  |  1996-09-06  |  8KB  |  350 lines

  1. object CreatLinkFrm: TCreatLinkFrm
  2.   Left = 191
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Create backup link'
  6.   ClientHeight = 354
  7.   ClientWidth = 536
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   ShowHint = True
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 536
  22.     Height = 157
  23.     Align = alTop
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 252
  28.       Top = 16
  29.       Width = 74
  30.       Height = 13
  31.       Caption = 'Target Zip File :'
  32.     end
  33.     object Label2: TLabel
  34.       Left = 256
  35.       Top = 64
  36.       Width = 198
  37.       Height = 13
  38.       Caption = 'List file (you can build a new list file below)'
  39.     end
  40.     object GroupBox1: TGroupBox
  41.       Left = 8
  42.       Top = 4
  43.       Width = 233
  44.       Height = 149
  45.       Caption = 'Options'
  46.       TabOrder = 0
  47.       object fullpath: TCheckBox
  48.         Left = 16
  49.         Top = 20
  50.         Width = 97
  51.         Height = 17
  52.         Hint = '|Store path information'
  53.         Caption = '&Store full path'
  54.         State = cbChecked
  55.         TabOrder = 0
  56.       end
  57.       object recurse: TCheckBox
  58.         Left = 16
  59.         Top = 40
  60.         Width = 109
  61.         Height = 17
  62.         Hint = '|recurse sub-directories'
  63.         Caption = '&Recurse sub dirs'
  64.         State = cbChecked
  65.         TabOrder = 1
  66.       end
  67.       object span: TCheckBox
  68.         Left = 16
  69.         Top = 60
  70.         Width = 97
  71.         Height = 17
  72.         Hint = '|Span zip file accross disks'
  73.         Caption = 'S&pan disks'
  74.         TabOrder = 2
  75.       end
  76.       object GroupBox2: TGroupBox
  77.         Left = 128
  78.         Top = 12
  79.         Width = 93
  80.         Height = 81
  81.         Caption = 'Action'
  82.         TabOrder = 6
  83.         object Add: TRadioButton
  84.           Left = 12
  85.           Top = 16
  86.           Width = 57
  87.           Height = 17
  88.           Hint = '|Add files to archive'
  89.           Caption = '&Add'
  90.           TabOrder = 0
  91.         end
  92.         object Freshen: TRadioButton
  93.           Left = 12
  94.           Top = 36
  95.           Width = 69
  96.           Height = 17
  97.           Hint = '|Only updates changed files'
  98.           Caption = '&Freshen'
  99.           TabOrder = 1
  100.         end
  101.         object Update: TRadioButton
  102.           Left = 12
  103.           Top = 56
  104.           Width = 65
  105.           Height = 17
  106.           Hint = '|Update only changed files and add new files'
  107.           Caption = '&Update'
  108.           Checked = True
  109.           TabOrder = 2
  110.           TabStop = True
  111.         end
  112.       end
  113.       object volume: TCheckBox
  114.         Left = 16
  115.         Top = 80
  116.         Width = 97
  117.         Height = 17
  118.         Hint = '|Store volume label'
  119.         Caption = '&Volume label'
  120.         TabOrder = 3
  121.       end
  122.       object Move: TCheckBox
  123.         Left = 16
  124.         Top = 100
  125.         Width = 97
  126.         Height = 17
  127.         Hint = 'Move|Delete files after compression'
  128.         Caption = '&Move'
  129.         TabOrder = 4
  130.       end
  131.       object Test: TCheckBox
  132.         Left = 140
  133.         Top = 100
  134.         Width = 73
  135.         Height = 17
  136.         Caption = '&Test after'
  137.         TabOrder = 7
  138.       end
  139.       object stay: TCheckBox
  140.         Left = 140
  141.         Top = 120
  142.         Width = 73
  143.         Height = 17
  144.         Hint = '|Keep Szipw opened after operation'
  145.         Caption = 'Sta&y'
  146.         TabOrder = 8
  147.       end
  148.       object Icon: TCheckBox
  149.         Left = 16
  150.         Top = 120
  151.         Width = 97
  152.         Height = 17
  153.         Hint = '|Run szipw as an icon'
  154.         Caption = 'Run &Iconized'
  155.         TabOrder = 5
  156.       end
  157.     end
  158.     object target: TEdit
  159.       Left = 252
  160.       Top = 36
  161.       Width = 249
  162.       Height = 21
  163.       Hint = '|Target zipbackup file'
  164.       TabOrder = 1
  165.     end
  166.     object Button1: TButton
  167.       Left = 504
  168.       Top = 36
  169.       Width = 21
  170.       Height = 21
  171.       Hint = 'Browse|Browse the system for a filename'
  172.       Caption = '...'
  173.       TabOrder = 2
  174.       OnClick = Button1Click
  175.     end
  176.     object source: TEdit
  177.       Left = 254
  178.       Top = 84
  179.       Width = 247
  180.       Height = 21
  181.       Hint = '|Filename to add or filelist created with "Add with list"'
  182.       TabOrder = 3
  183.       OnChange = sourceChange
  184.     end
  185.     object AddBtn: TButton
  186.       Left = 254
  187.       Top = 128
  188.       Width = 67
  189.       Height = 21
  190.       Hint = 'Add to list||Add selection to list'
  191.       Caption = '&Add'
  192.       TabOrder = 5
  193.       OnClick = AddBtnClick
  194.     end
  195.     object RemoveBtn: TButton
  196.       Left = 330
  197.       Top = 128
  198.       Width = 63
  199.       Height = 21
  200.       Hint = 'Remove from list|Remove selection from list'
  201.       Caption = '&Remove'
  202.       Enabled = False
  203.       TabOrder = 6
  204.       OnClick = RemoveBtnClick
  205.     end
  206.     object mask: TEdit
  207.       Left = 400
  208.       Top = 128
  209.       Width = 121
  210.       Height = 21
  211.       Hint = 
  212.         'Masks|Yype in filenames or filemasks (c*.bat;*.txt;j*.t??). Add ' +
  213.         'several masks by seperating them with a '#39';'#39
  214.       TabOrder = 7
  215.       Text = '*.*'
  216.     end
  217.     object Button2: TButton
  218.       Left = 504
  219.       Top = 84
  220.       Width = 21
  221.       Height = 21
  222.       Hint = 'Browse|Browse the system for a filename'
  223.       Caption = '...'
  224.       TabOrder = 4
  225.       OnClick = Button2Click
  226.     end
  227.   end
  228.   object Panel2: TPanel
  229.     Left = 0
  230.     Top = 157
  231.     Width = 536
  232.     Height = 167
  233.     Align = alClient
  234.     BevelInner = bvLowered
  235.     TabOrder = 1
  236.     object List: TListBox
  237.       Left = 247
  238.       Top = 2
  239.       Width = 287
  240.       Height = 163
  241.       Align = alClient
  242.       Ctl3D = False
  243.       ItemHeight = 13
  244.       ParentCtl3D = False
  245.       TabOrder = 1
  246.       OnClick = ListClick
  247.     end
  248.     object DirTree1: TDirTree
  249.       Left = 2
  250.       Top = 2
  251.       Width = 245
  252.       Height = 163
  253.       ReadOnly = True
  254.       HideSelection = False
  255.       Indent = 19
  256.       Align = alLeft
  257.       ParentColor = False
  258.       ParentCtl3D = False
  259.       Ctl3D = False
  260.       TabOrder = 0
  261.       PopupMenu = DirTree1.
  262.       Images = DirTree1.
  263.     end
  264.   end
  265.   object Panel3: TPanel
  266.     Left = 0
  267.     Top = 324
  268.     Width = 536
  269.     Height = 30
  270.     Align = alBottom
  271.     TabOrder = 2
  272.     object CancelBtn: TButton
  273.       Left = 376
  274.       Top = 5
  275.       Width = 75
  276.       Height = 21
  277.       Cancel = True
  278.       Caption = '&Close'
  279.       TabOrder = 1
  280.       OnClick = CancelBtnClick
  281.     end
  282.     object CreateLink: TButton
  283.       Left = 456
  284.       Top = 5
  285.       Width = 75
  286.       Height = 21
  287.       Caption = 'Create lin&k'
  288.       Default = True
  289.       Enabled = False
  290.       TabOrder = 2
  291.       OnClick = CreateLinkClick
  292.     end
  293.     object SaveList: TButton
  294.       Left = 296
  295.       Top = 5
  296.       Width = 75
  297.       Height = 21
  298.       Caption = '&Save list'
  299.       Enabled = False
  300.       TabOrder = 0
  301.       OnClick = SaveListClick
  302.     end
  303.     object Button3: TButton
  304.       Left = 216
  305.       Top = 5
  306.       Width = 75
  307.       Height = 21
  308.       Caption = '&Help'
  309.       TabOrder = 3
  310.       OnClick = Button3Click
  311.     end
  312.   end
  313.   object OpenDialog1: TOpenDialog
  314.     FileEditStyle = fsEdit
  315.     Options = [ofHideReadOnly]
  316.     Left = 88
  317.     Top = 112
  318.   end
  319.   object SaveDialog1: TSaveDialog
  320.     DefaultExt = 'zmd'
  321.     FileEditStyle = fsEdit
  322.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
  323.     Left = 60
  324.     Top = 112
  325.   end
  326.   object OpenDialog2: TOpenDialog
  327.     DefaultExt = 'lst'
  328.     FileEditStyle = fsEdit
  329.     Options = [ofPathMustExist, ofFileMustExist]
  330.     Left = 116
  331.     Top = 112
  332.   end
  333.   object TPopupMenu
  334.     Left = 8
  335.     Top = 308
  336.     object TMenuItem
  337.       Caption = '&Make Directory'
  338.       ShortCut = 0
  339.     end
  340.     object TMenuItem
  341.       Caption = '&Remove Directory'
  342.       ShortCut = 0
  343.     end
  344.   end
  345.   object PopupMenu1: TPopupMenu
  346.     Left = 40
  347.     Top = 309
  348.   end
  349. end
  350.