home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TBACKUPCENTRE / TBACKUPCENTRE.txt
Text File  |  2001-09-09  |  17KB  |  702 lines

  1. object BackupCentre: TBackupCentre
  2.   Left = 279
  3.   Top = 57
  4.   HelpContext = 14053
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Maintenance Centre'
  8.   ClientHeight = 411
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Book: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 427
  26.     Height = 361
  27.     ActivePage = tsRestore
  28.     Align = alTop
  29.     TabOrder = 0
  30.     object tsRestore: TTabSheet
  31.       Tag = 1
  32.       Caption = 'Restore'
  33.       object gbFiles: TGroupBox
  34.         Left = 8
  35.         Top = 8
  36.         Width = 401
  37.         Height = 161
  38.         Caption = '&Files'
  39.         TabOrder = 0
  40.         object lRestoreFiles: TListView
  41.           Left = 8
  42.           Top = 16
  43.           Width = 297
  44.           Height = 137
  45.           Columns = <
  46.             item
  47.               Caption = 'File'
  48.               Width = 80
  49.             end
  50.             item
  51.               Caption = 'Date'
  52.               Width = 70
  53.             end
  54.             item
  55.               Caption = 'Comment'
  56.               Width = 80
  57.             end
  58.             item
  59.               Caption = 'Full path'
  60.               Width = 100
  61.             end>
  62.           ReadOnly = False
  63.           HideSelection = False
  64.           OnChange = lRestoreFilesChange
  65.           TabOrder = 0
  66.           ViewStyle = vsReport
  67.         end
  68.         object bRestoreAdd: TButton
  69.           Left = 312
  70.           Top = 16
  71.           Width = 81
  72.           Height = 25
  73.           Caption = '&Add...'
  74.           TabOrder = 1
  75.           OnClick = bRestoreAddClick
  76.         end
  77.         object bRestoreRemove: TButton
  78.           Left = 312
  79.           Top = 48
  80.           Width = 81
  81.           Height = 25
  82.           Caption = '&Remove'
  83.           Enabled = False
  84.           TabOrder = 2
  85.           OnClick = bRestoreRemoveClick
  86.         end
  87.       end
  88.       object gbRestoreOptions: TGroupBox
  89.         Left = 8
  90.         Top = 176
  91.         Width = 401
  92.         Height = 145
  93.         Caption = 'What to restore'
  94.         TabOrder = 1
  95.         object cbRestoreAccount: TCheckBox
  96.           Left = 16
  97.           Top = 24
  98.           Width = 380
  99.           Height = 17
  100.           Caption = 'Account Properties'
  101.           State = cbChecked
  102.           TabOrder = 0
  103.         end
  104.         object cbRestoreMsg: TCheckBox
  105.           Left = 16
  106.           Top = 48
  107.           Width = 380
  108.           Height = 17
  109.           Caption = 'Folders with Messages'
  110.           State = cbChecked
  111.           TabOrder = 1
  112.         end
  113.         object cbRestoreAddr: TCheckBox
  114.           Left = 16
  115.           Top = 72
  116.           Width = 380
  117.           Height = 17
  118.           Caption = '&Address Books'
  119.           State = cbChecked
  120.           TabOrder = 2
  121.         end
  122.         object cbRestorePrefs: TCheckBox
  123.           Left = 16
  124.           Top = 96
  125.           Width = 380
  126.           Height = 17
  127.           Caption = 'Global Options'
  128.           State = cbChecked
  129.           TabOrder = 3
  130.         end
  131.         object cbRestoreAttach: TCheckBox
  132.           Left = 16
  133.           Top = 120
  134.           Width = 380
  135.           Height = 17
  136.           Caption = 'A&ttachment files'
  137.           State = cbChecked
  138.           TabOrder = 4
  139.         end
  140.       end
  141.     end
  142.     object tsSynchronise: TTabSheet
  143.       Tag = 2
  144.       Caption = 'Synchronise'
  145.       object GroupBox1: TGroupBox
  146.         Left = 8
  147.         Top = 4
  148.         Width = 401
  149.         Height = 217
  150.         Caption = 'What to synchronise'
  151.         TabOrder = 0
  152.         object cbSyncAccount: TCheckBox
  153.           Left = 16
  154.           Top = 24
  155.           Width = 377
  156.           Height = 17
  157.           Caption = 'Account Properties'
  158.           State = cbChecked
  159.           TabOrder = 0
  160.         end
  161.         object cbSyncMsg: TCheckBox
  162.           Left = 16
  163.           Top = 44
  164.           Width = 377
  165.           Height = 17
  166.           Caption = 'Folders with Messages'
  167.           State = cbChecked
  168.           TabOrder = 1
  169.         end
  170.         object cbSyncAddr: TCheckBox
  171.           Left = 16
  172.           Top = 64
  173.           Width = 273
  174.           Height = 17
  175.           Caption = 'Address Books'
  176.           State = cbChecked
  177.           TabOrder = 2
  178.         end
  179.         object cbSyncColors: TCheckBox
  180.           Left = 16
  181.           Top = 84
  182.           Width = 377
  183.           Height = 17
  184.           Caption = '&Colour Groups'
  185.           State = cbChecked
  186.           TabOrder = 3
  187.         end
  188.         object cbSyncAttach: TCheckBox
  189.           Left = 16
  190.           Top = 104
  191.           Width = 377
  192.           Height = 17
  193.           Caption = 'Attachment &Files'
  194.           State = cbChecked
  195.           TabOrder = 4
  196.           OnClick = cbBackAttachClick
  197.         end
  198.         object bSyncBrowseAB: TButton
  199.           Left = 296
  200.           Top = 60
  201.           Width = 99
  202.           Height = 23
  203.           Caption = 'Choose...'
  204.           TabOrder = 5
  205.           OnClick = bBackAddrClick
  206.         end
  207.         object cbSyncAttBodies: TCheckBox
  208.           Left = 32
  209.           Top = 124
  210.           Width = 361
  211.           Height = 17
  212.           Caption = 'Store external attachments in message bodies'
  213.           State = cbChecked
  214.           TabOrder = 6
  215.         end
  216.         object cbSyncHotkeys: TCheckBox
  217.           Left = 16
  218.           Top = 144
  219.           Width = 377
  220.           Height = 17
  221.           Caption = 'Hot Keys'
  222.           State = cbChecked
  223.           TabOrder = 7
  224.         end
  225.         object cbSyncEditorSet: TCheckBox
  226.           Left = 16
  227.           Top = 164
  228.           Width = 377
  229.           Height = 17
  230.           Caption = 'Editor Settings'
  231.           State = cbChecked
  232.           TabOrder = 8
  233.         end
  234.       end
  235.       object rbSyncStep: TGroupBox
  236.         Left = 8
  237.         Top = 228
  238.         Width = 401
  239.         Height = 97
  240.         Caption = 'Steps'
  241.         TabOrder = 1
  242.         object Label1: TLabel
  243.           Left = 72
  244.           Top = 56
  245.           Width = 122
  246.           Height = 13
  247.           Caption = 'data file from other system'
  248.         end
  249.         object rbSync1: TRadioButton
  250.           Left = 16
  251.           Top = 16
  252.           Width = 377
  253.           Height = 17
  254.           Caption = 'Step &1: Create synchronisation data file for other system'
  255.           Checked = True
  256.           TabOrder = 0
  257.           TabStop = True
  258.         end
  259.         object rbSync2: TRadioButton
  260.           Left = 16
  261.           Top = 40
  262.           Width = 377
  263.           Height = 17
  264.           Caption = 'Step &2: Generate synchronisation archive using '
  265.           TabOrder = 1
  266.         end
  267.         object rbSync3: TRadioButton
  268.           Left = 16
  269.           Top = 72
  270.           Width = 377
  271.           Height = 17
  272.           Caption = 'Step &3: Submit synchronisation archive from other system'
  273.           TabOrder = 2
  274.         end
  275.       end
  276.     end
  277.     object tsSelect: TTabSheet
  278.       Caption = 'Backup'
  279.       TabVisible = False
  280.       object lbAccounts: TLabel
  281.         Left = 8
  282.         Top = 16
  283.         Width = 100
  284.         Height = 13
  285.         Caption = '&Accounts to process:'
  286.       end
  287.       object gbPassword: TGroupBox
  288.         Left = 8
  289.         Top = 232
  290.         Width = 401
  291.         Height = 89
  292.         Caption = 'Password protection'
  293.         TabOrder = 0
  294.         Visible = False
  295.         object Label2: TLabel
  296.           Left = 32
  297.           Top = 40
  298.           Width = 49
  299.           Height = 13
  300.           Caption = '&Password:'
  301.         end
  302.         object Label3: TLabel
  303.           Left = 32
  304.           Top = 64
  305.           Width = 86
  306.           Height = 13
  307.           Caption = '&Confirm password:'
  308.         end
  309.         object cbPassword: TCheckBox
  310.           Left = 16
  311.           Top = 16
  312.           Width = 369
  313.           Height = 17
  314.           Caption = 'Protect the archive with a password'
  315.           TabOrder = 0
  316.         end
  317.         object ePsw: TEdit
  318.           Left = 176
  319.           Top = 36
  320.           Width = 201
  321.           Height = 21
  322.           PasswordChar = '*'
  323.           TabOrder = 1
  324.         end
  325.         object ePswCfm: TEdit
  326.           Left = 176
  327.           Top = 60
  328.           Width = 201
  329.           Height = 21
  330.           PasswordChar = '*'
  331.           TabOrder = 2
  332.         end
  333.       end
  334.       object lAccounts: TCheckListbox
  335.         Left = 8
  336.         Top = 32
  337.         Width = 401
  338.         Height = 185
  339.         ItemHeight = 13
  340.         Style = lbOwnerDrawFixed
  341.         TabOrder = 1
  342.       end
  343.     end
  344.     object tsBackup: TTabSheet
  345.       Caption = 'Backup'
  346.       object lBackFile: TLabel
  347.         Left = 8
  348.         Top = 276
  349.         Width = 56
  350.         Height = 13
  351.         Caption = '&Backup file:'
  352.         FocusControl = eBackFile
  353.       end
  354.       object lComment: TLabel
  355.         Left = 8
  356.         Top = 308
  357.         Width = 47
  358.         Height = 13
  359.         Caption = '&Comment:'
  360.         FocusControl = eBackComment
  361.       end
  362.       object gbBackWhat: TGroupBox
  363.         Left = 8
  364.         Top = 4
  365.         Width = 401
  366.         Height = 153
  367.         Caption = 'What to backup'
  368.         TabOrder = 0
  369.         object cbBackAccount: TCheckBox
  370.           Left = 16
  371.           Top = 24
  372.           Width = 377
  373.           Height = 16
  374.           Caption = 'Account Properties'
  375.           State = cbChecked
  376.           TabOrder = 0
  377.         end
  378.         object cbBackMsg: TCheckBox
  379.           Left = 16
  380.           Top = 44
  381.           Width = 377
  382.           Height = 17
  383.           Caption = 'Folders with Messages'
  384.           State = cbChecked
  385.           TabOrder = 1
  386.         end
  387.         object cbBackAddr: TCheckBox
  388.           Left = 16
  389.           Top = 64
  390.           Width = 273
  391.           Height = 17
  392.           Caption = '&Address Books'
  393.           State = cbChecked
  394.           TabOrder = 2
  395.           OnClick = cbBackAddrClick
  396.         end
  397.         object bBackAddr: TButton
  398.           Left = 296
  399.           Top = 61
  400.           Width = 99
  401.           Height = 23
  402.           Caption = 'Choose...'
  403.           TabOrder = 3
  404.           OnClick = bBackAddrClick
  405.         end
  406.         object cbBackPrefs: TCheckBox
  407.           Left = 16
  408.           Top = 84
  409.           Width = 377
  410.           Height = 17
  411.           Caption = 'Global Options'
  412.           State = cbChecked
  413.           TabOrder = 4
  414.         end
  415.         object cbBackAttach: TCheckBox
  416.           Left = 16
  417.           Top = 104
  418.           Width = 377
  419.           Height = 17
  420.           Caption = 'A&ttachment Files'
  421.           State = cbChecked
  422.           TabOrder = 5
  423.           OnClick = cbBackAttachClick
  424.         end
  425.         object cbStoreAttBodies: TCheckBox
  426.           Left = 32
  427.           Top = 124
  428.           Width = 361
  429.           Height = 17
  430.           Caption = 'Store external attachments in message bodies'
  431.           TabOrder = 6
  432.         end
  433.       end
  434.       object gbBackMethod: TGroupBox
  435.         Left = 8
  436.         Top = 160
  437.         Width = 401
  438.         Height = 101
  439.         Caption = 'Backup method'
  440.         TabOrder = 1
  441.         object rbBackNormal: TRadioButton
  442.           Left = 16
  443.           Top = 20
  444.           Width = 377
  445.           Height = 17
  446.           Caption = '&Standard'
  447.           Checked = True
  448.           TabOrder = 0
  449.           TabStop = True
  450.           OnClick = rbBackUpdateClick
  451.         end
  452.         object rbBackUpdate: TRadioButton
  453.           Left = 16
  454.           Top = 44
  455.           Width = 377
  456.           Height = 17
  457.           Caption = 'Create an &Update to existing archive:'
  458.           TabOrder = 1
  459.           OnClick = rbBackUpdateClick
  460.         end
  461.         object eBackOld: TEdit
  462.           Left = 32
  463.           Top = 70
  464.           Width = 273
  465.           Height = 21
  466.           TabStop = False
  467.           Enabled = False
  468.           ParentColor = True
  469.           ReadOnly = True
  470.           TabOrder = 2
  471.         end
  472.         object bBrowseBackOld: TButton
  473.           Left = 312
  474.           Top = 68
  475.           Width = 81
  476.           Height = 25
  477.           Caption = 'Browse...'
  478.           Enabled = False
  479.           TabOrder = 3
  480.           OnClick = bBrowseBackOldClick
  481.         end
  482.       end
  483.       object eBackFile: TEdit
  484.         Left = 96
  485.         Top = 272
  486.         Width = 217
  487.         Height = 21
  488.         TabStop = False
  489.         ParentColor = True
  490.         ReadOnly = True
  491.         TabOrder = 2
  492.       end
  493.       object bBrowseBack: TButton
  494.         Left = 320
  495.         Top = 270
  496.         Width = 81
  497.         Height = 25
  498.         Caption = 'Browse...'
  499.         TabOrder = 3
  500.         OnClick = bBrowseBackClick
  501.       end
  502.       object eBackComment: TEdit
  503.         Left = 96
  504.         Top = 304
  505.         Width = 305
  506.         Height = 21
  507.         TabOrder = 4
  508.       end
  509.     end
  510.     object tsProgress: TTabSheet
  511.       Caption = 'Progress'
  512.       TabVisible = False
  513.       object lProgressTitle: TLabel
  514.         Left = 16
  515.         Top = 16
  516.         Width = 385
  517.         Height = 33
  518.         AutoSize = False
  519.         Caption = 'Backup is in progress. Please wait - it can be a long process...'
  520.         WordWrap = True
  521.       end
  522.       object lbMsg: TLabel
  523.         Left = 16
  524.         Top = 123
  525.         Width = 385
  526.         Height = 44
  527.         AutoSize = False
  528.         Caption = 'lbMsg'
  529.         Visible = False
  530.         WordWrap = True
  531.       end
  532.       object gbProgress: TGroupBox
  533.         Left = 16
  534.         Top = 64
  535.         Width = 385
  536.         Height = 105
  537.         Caption = 'Progress'
  538.         TabOrder = 0
  539.         object gMeter: TGauge
  540.           Left = 16
  541.           Top = 64
  542.           Width = 353
  543.           Height = 28
  544.           ForeColor = clNavy
  545.           Progress = 0
  546.           Visible = False
  547.         end
  548.         object lbProgress: TLabel
  549.           Left = 16
  550.           Top = 24
  551.           Width = 353
  552.           Height = 33
  553.           AutoSize = False
  554.           WordWrap = True
  555.         end
  556.       end
  557.       object gbTarget: TGroupBox
  558.         Left = 16
  559.         Top = 192
  560.         Width = 177
  561.         Height = 129
  562.         Caption = 'Target drive info'
  563.         TabOrder = 1
  564.         object Label4: TLabel
  565.           Left = 16
  566.           Top = 32
  567.           Width = 48
  568.           Height = 13
  569.           Caption = 'Total size:'
  570.         end
  571.         object lbTargetSize: TLabel
  572.           Left = 32
  573.           Top = 48
  574.           Width = 53
  575.           Height = 13
  576.           Caption = '0M Bytes'
  577.           Font.Color = clBlack
  578.           Font.Height = -11
  579.           Font.Name = 'MS Sans Serif'
  580.           Font.Style = [fsBold]
  581.           ParentFont = False
  582.         end
  583.         object Label5: TLabel
  584.           Left = 16
  585.           Top = 72
  586.           Width = 77
  587.           Height = 13
  588.           Caption = 'Free space size:'
  589.         end
  590.         object lbTargetFree: TLabel
  591.           Left = 32
  592.           Top = 88
  593.           Width = 53
  594.           Height = 13
  595.           Caption = '0M Bytes'
  596.           Font.Color = clBlack
  597.           Font.Height = -11
  598.           Font.Name = 'MS Sans Serif'
  599.           Font.Style = [fsBold]
  600.           ParentFont = False
  601.         end
  602.       end
  603.       object gbTemp: TGroupBox
  604.         Left = 216
  605.         Top = 192
  606.         Width = 185
  607.         Height = 129
  608.         Caption = 'Temporary drive info'
  609.         TabOrder = 2
  610.         object Label6: TLabel
  611.           Left = 16
  612.           Top = 72
  613.           Width = 77
  614.           Height = 13
  615.           Caption = 'Free space size:'
  616.         end
  617.         object Label7: TLabel
  618.           Left = 16
  619.           Top = 32
  620.           Width = 48
  621.           Height = 13
  622.           Caption = 'Total size:'
  623.         end
  624.         object lbTempSize: TLabel
  625.           Left = 32
  626.           Top = 48
  627.           Width = 53
  628.           Height = 13
  629.           Caption = '0M Bytes'
  630.           Font.Color = clBlack
  631.           Font.Height = -11
  632.           Font.Name = 'MS Sans Serif'
  633.           Font.Style = [fsBold]
  634.           ParentFont = False
  635.         end
  636.         object lbTempFree: TLabel
  637.           Left = 32
  638.           Top = 88
  639.           Width = 53
  640.           Height = 13
  641.           Caption = '0M Bytes'
  642.           Font.Color = clBlack
  643.           Font.Height = -11
  644.           Font.Name = 'MS Sans Serif'
  645.           Font.Style = [fsBold]
  646.           ParentFont = False
  647.         end
  648.       end
  649.     end
  650.   end
  651.   object bCancel: TButton
  652.     Left = 192
  653.     Top = 376
  654.     Width = 81
  655.     Height = 25
  656.     Cancel = True
  657.     Caption = 'Cancel'
  658.     ModalResult = 2
  659.     TabOrder = 1
  660.     OnClick = bCancelClick
  661.   end
  662.   object bOK: TButton
  663.     Left = 104
  664.     Top = 376
  665.     Width = 81
  666.     Height = 25
  667.     Caption = '&OK'
  668.     Default = True
  669.     ModalResult = 1
  670.     TabOrder = 2
  671.     OnClick = bOKClick
  672.   end
  673.   object bHelp: TButton
  674.     Left = 280
  675.     Top = 376
  676.     Width = 81
  677.     Height = 25
  678.     Caption = 'Help'
  679.     TabOrder = 3
  680.     OnClick = bHelpClick
  681.   end
  682.   object tmUpdate: TTimer
  683.     Enabled = False
  684.     Interval = 2000
  685.     OnTimer = tmUpdateTimer
  686.     Left = 16
  687.     Top = 376
  688.   end
  689.   object dOpen: TOpenDialog
  690.     FileEditStyle = fsEdit
  691.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware]
  692.     Left = 384
  693.     Top = 356
  694.   end
  695.   object dSave: TSaveDialog
  696.     FileEditStyle = fsEdit
  697.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofShareAware]
  698.     Left = 392
  699.     Top = 368
  700.   end
  701. end
  702.