home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMBACKUPS / TFORMBACKUPS.txt
Encoding:
Text File  |  2004-04-06  |  4.6 KB  |  228 lines

  1. object FormBackups: TFormBackups
  2.   Left = 420
  3.   Top = 238
  4.   HelpContext = 351
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Index Backups'
  8.   ClientHeight = 292
  9.   ClientWidth = 398
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 251
  24.     Width = 398
  25.     Height = 41
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       398
  30.       41)
  31.     object BtnOk: TButton
  32.       Left = 231
  33.       Top = 8
  34.       Width = 75
  35.       Height = 25
  36.       Anchors = [akTop, akRight]
  37.       Caption = 'OK'
  38.       Default = True
  39.       ModalResult = 1
  40.       TabOrder = 0
  41.       OnClick = BtnOkClick
  42.     end
  43.     object BtnCancel: TButton
  44.       Left = 316
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Anchors = [akTop, akRight]
  49.       Cancel = True
  50.       Caption = 'Cancel'
  51.       ModalResult = 2
  52.       TabOrder = 1
  53.       OnClick = BtnCancelClick
  54.     end
  55.     object BtnHelp: TButton
  56.       Left = 8
  57.       Top = 8
  58.       Width = 75
  59.       Height = 25
  60.       Caption = 'Help'
  61.       TabOrder = 2
  62.       OnClick = BtnHelpClick
  63.     end
  64.   end
  65.   object Panel2: TPanel
  66.     Left = 0
  67.     Top = 0
  68.     Width = 398
  69.     Height = 251
  70.     Align = alClient
  71.     TabOrder = 1
  72.     DesignSize = (
  73.       398
  74.       251)
  75.     object BtnRestore: TCoolButton
  76.       Left = 328
  77.       Top = 125
  78.       Width = 63
  79.       Height = 25
  80.       AutoRun = False
  81.       AutoSize = False
  82.       MaxWidth = 400
  83.       Caption = 'Restore..'
  84.       Enabled = False
  85.       Anchors = [akTop, akRight]
  86.       HTMLButton = False
  87.       ColorSelector = False
  88.       Color = clBtnFace
  89.       OnClick = BtnRestoreClick
  90.     end
  91.     object BtnRemove: TCoolButton
  92.       Left = 328
  93.       Top = 158
  94.       Width = 63
  95.       Height = 25
  96.       AutoRun = False
  97.       AutoSize = False
  98.       MaxWidth = 400
  99.       Caption = 'Remove'
  100.       Enabled = False
  101.       Anchors = [akTop, akRight]
  102.       HTMLButton = False
  103.       ColorSelector = False
  104.       Color = clBtnFace
  105.       OnClick = BtnRemoveClick
  106.     end
  107.     object BtnRemoveAll: TCoolButton
  108.       Left = 328
  109.       Top = 217
  110.       Width = 63
  111.       Height = 25
  112.       AutoRun = False
  113.       AutoSize = False
  114.       MaxWidth = 400
  115.       Caption = 'Remove All'
  116.       Enabled = False
  117.       Anchors = [akTop, akRight]
  118.       HTMLButton = False
  119.       ColorSelector = False
  120.       Color = clBtnFace
  121.       OnClick = BtnRemoveAllClick
  122.     end
  123.     object Label4: TLabel
  124.       Left = 14
  125.       Top = 103
  126.       Width = 72
  127.       Height = 13
  128.       Caption = 'Backup Folder:'
  129.     end
  130.     object LabelFolder: TLabel
  131.       Left = 92
  132.       Top = 103
  133.       Width = 55
  134.       Height = 13
  135.       Caption = 'LabelFolder'
  136.     end
  137.     object lvPrevBackups: TListView
  138.       Left = 8
  139.       Top = 122
  140.       Width = 314
  141.       Height = 122
  142.       Anchors = [akLeft, akTop, akRight, akBottom]
  143.       Columns = <
  144.         item
  145.           Caption = 'Backup File'
  146.           Width = 220
  147.         end
  148.         item
  149.           Caption = 'Date'
  150.           Width = 90
  151.         end>
  152.       ColumnClick = False
  153.       RowSelect = True
  154.       TabOrder = 0
  155.       ViewStyle = vsReport
  156.       OnChange = lvPrevBackupsChange
  157.     end
  158.     object cbMaintainBackups: TCheckBox
  159.       Left = 15
  160.       Top = 14
  161.       Width = 161
  162.       Height = 17
  163.       Caption = 'Maintain Backup Files'
  164.       Checked = True
  165.       State = cbChecked
  166.       TabOrder = 1
  167.       OnClick = cbMaintainBackupsClick
  168.     end
  169.     object gbHowOften: TGroupBox
  170.       Left = 12
  171.       Top = 38
  172.       Width = 141
  173.       Height = 59
  174.       Caption = 'How Often'
  175.       TabOrder = 2
  176.       object Label2: TLabel
  177.         Left = 11
  178.         Top = 28
  179.         Width = 27
  180.         Height = 13
  181.         Caption = 'Every'
  182.       end
  183.       object Label3: TLabel
  184.         Left = 101
  185.         Top = 28
  186.         Width = 22
  187.         Height = 13
  188.         Caption = 'days'
  189.       end
  190.       object seHowOften: TSpinEdit
  191.         Left = 46
  192.         Top = 24
  193.         Width = 49
  194.         Height = 22
  195.         MaxValue = 99
  196.         MinValue = 1
  197.         TabOrder = 0
  198.         Value = 7
  199.       end
  200.     end
  201.     object gbHowMany: TGroupBox
  202.       Left = 162
  203.       Top = 38
  204.       Width = 223
  205.       Height = 59
  206.       Caption = 'How many'
  207.       TabOrder = 3
  208.       object Label1: TLabel
  209.         Left = 76
  210.         Top = 28
  211.         Width = 126
  212.         Height = 13
  213.         Caption = 'Maximum # of backup files'
  214.       end
  215.       object seMaxNum: TSpinEdit
  216.         Left = 16
  217.         Top = 24
  218.         Width = 49
  219.         Height = 22
  220.         MaxValue = 50
  221.         MinValue = 0
  222.         TabOrder = 0
  223.         Value = 10
  224.       end
  225.     end
  226.   end
  227. end
  228.