home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / NcomeXpense / _SETUP.1 / NX.exe / 0 / RCDATA / TFRMBACKUP / TFRMBACKUP.txt
Text File  |  1998-10-21  |  5KB  |  226 lines

  1. object FrmBackup: TFrmBackup
  2.   Left = 386
  3.   Top = 144
  4.   HelpContext = 600
  5.   BorderStyle = bsDialog
  6.   Caption = 'Backup/Restore'
  7.   ClientHeight = 211
  8.   ClientWidth = 346
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 6
  20.     Top = 4
  21.     Width = 333
  22.     Height = 201
  23.     ActivePage = TabSheetRestore
  24.     TabOrder = 0
  25.     object TabSheetBackup: TTabSheet
  26.       Caption = 'Backup'
  27.       object Label1: TLabel
  28.         Left = 8
  29.         Top = 18
  30.         Width = 257
  31.         Height = 16
  32.         Caption = '&Select destination directory for the backup:  '
  33.         Font.Color = clBtnText
  34.         Font.Height = -13
  35.         Font.Name = 'MS Sans Serif'
  36.         Font.Style = []
  37.         ParentFont = False
  38.       end
  39.       object DirectoryEdit1: TDirectoryEdit
  40.         Left = 8
  41.         Top = 40
  42.         Width = 311
  43.         Height = 23
  44.         HelpContext = 600
  45.         NumGlyphs = 1
  46.         TabOrder = 0
  47.         OnChange = DirectoryEdit1Change
  48.       end
  49.       object CheckBoxBackSched: TCheckBox
  50.         Left = 10
  51.         Top = 72
  52.         Width = 249
  53.         Height = 21
  54.         Caption = 'Backup Current Income and Expense Records'
  55.         Font.Color = clBtnText
  56.         Font.Height = -13
  57.         Font.Name = 'MS Sans Serif'
  58.         Font.Style = []
  59.         ParentFont = False
  60.         State = cbChecked
  61.         TabOrder = 1
  62.       end
  63.       object CheckBoxBackHist: TCheckBox
  64.         Left = 10
  65.         Top = 102
  66.         Width = 235
  67.         Height = 21
  68.         Caption = 'Backup History Records'
  69.         Font.Color = clBtnText
  70.         Font.Height = -13
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = []
  73.         ParentFont = False
  74.         State = cbChecked
  75.         TabOrder = 2
  76.       end
  77.       object OKBtn: TBitBtn
  78.         Left = 126
  79.         Top = 130
  80.         Width = 95
  81.         Height = 27
  82.         Enabled = False
  83.         Font.Color = clBtnText
  84.         Font.Height = -13
  85.         Font.Name = 'MS Sans Serif'
  86.         Font.Style = []
  87.         ParentFont = False
  88.         TabOrder = 3
  89.         OnClick = OkBtnClick
  90.         Kind = bkOK
  91.       end
  92.       object CancelBtn: TBitBtn
  93.         Left = 224
  94.         Top = 130
  95.         Width = 95
  96.         Height = 27
  97.         Font.Color = clBtnText
  98.         Font.Height = -13
  99.         Font.Name = 'MS Sans Serif'
  100.         Font.Style = []
  101.         ParentFont = False
  102.         TabOrder = 4
  103.         OnClick = CancelBtnClick
  104.         Kind = bkCancel
  105.       end
  106.     end
  107.     object TabSheetRestore: TTabSheet
  108.       Caption = 'Restore'
  109.       object Label2: TLabel
  110.         Left = 8
  111.         Top = 18
  112.         Width = 187
  113.         Height = 13
  114.         Caption = '&Select source directory to restore from:  '
  115.         Font.Color = clBtnText
  116.         Font.Height = -11
  117.         Font.Name = 'MS Sans Serif'
  118.         Font.Style = []
  119.         ParentFont = False
  120.       end
  121.       object DirectoryEdit2: TDirectoryEdit
  122.         Left = 8
  123.         Top = 40
  124.         Width = 311
  125.         Height = 23
  126.         HelpContext = 600
  127.         NumGlyphs = 1
  128.         TabOrder = 0
  129.         OnChange = DirectoryEdit2Change
  130.       end
  131.       object ButtonCancelOK: TBitBtn
  132.         Left = 224
  133.         Top = 130
  134.         Width = 95
  135.         Height = 27
  136.         Font.Color = clBtnText
  137.         Font.Height = -11
  138.         Font.Name = 'MS Sans Serif'
  139.         Font.Style = []
  140.         ParentFont = False
  141.         TabOrder = 4
  142.         OnClick = ButtonCancelOKClick
  143.         Kind = bkCancel
  144.       end
  145.       object ButtonRestoreOK: TBitBtn
  146.         Left = 126
  147.         Top = 130
  148.         Width = 95
  149.         Height = 27
  150.         Enabled = False
  151.         Font.Color = clBtnText
  152.         Font.Height = -11
  153.         Font.Name = 'MS Sans Serif'
  154.         Font.Style = []
  155.         ParentFont = False
  156.         TabOrder = 3
  157.         OnClick = ButtonRestoreOKClick
  158.         Kind = bkOK
  159.       end
  160.       object CheckBoxRestHist: TCheckBox
  161.         Left = 10
  162.         Top = 102
  163.         Width = 165
  164.         Height = 21
  165.         Caption = 'Restore History Records'
  166.         Font.Color = clBtnText
  167.         Font.Height = -11
  168.         Font.Name = 'MS Sans Serif'
  169.         Font.Style = []
  170.         ParentFont = False
  171.         State = cbChecked
  172.         TabOrder = 2
  173.       end
  174.       object CheckBoxRestSched: TCheckBox
  175.         Left = 10
  176.         Top = 72
  177.         Width = 265
  178.         Height = 21
  179.         Caption = 'Restore Current Income and Expense Records'
  180.         Font.Color = clBtnText
  181.         Font.Height = -11
  182.         Font.Name = 'MS Sans Serif'
  183.         Font.Style = []
  184.         ParentFont = False
  185.         State = cbChecked
  186.         TabOrder = 1
  187.       end
  188.     end
  189.   end
  190.   object FormStorage: TFormStorage
  191.     Options = []
  192.     UseRegistry = True
  193.     StoredProps.Strings = (
  194.       'DirectoryEdit1.Text'
  195.       'DirectoryEdit2.Text')
  196.     Left = 262
  197.     Top = 6
  198.   end
  199.   object Table1: TTable
  200.     TableName = 'c:\data\delphi\pstretch\backup\schedule.db'
  201.     Left = 196
  202.     Top = 6
  203.   end
  204.   object Tablehistory: TTable
  205.     TableName = 'history.DB'
  206.     Left = 234
  207.     Top = 8
  208.   end
  209.   object Tablesched: TTable
  210.     TableName = 'schedule.DB'
  211.     Left = 150
  212.     Top = 4
  213.   end
  214.   object RxGradientCaption1: TRxGradientCaption
  215.     Captions = <>
  216.     DefaultFont = False
  217.     FormCaption = 'Backup/Restore'
  218.     Font.Color = clWindow
  219.     Font.Height = -11
  220.     Font.Name = 'MS Sans Serif'
  221.     Font.Style = [fsBold]
  222.     Left = 312
  223.     Top = 8
  224.   end
  225. end
  226.