home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMRESTOREWIZARD / TFMRESTOREWIZARD.txt < prev   
Text File  |  1999-06-21  |  11KB  |  503 lines

  1. object fmRestoreWizard: TfmRestoreWizard
  2.   Left = 89
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restore Wizard'
  6.   ClientHeight = 353
  7.   ClientWidth = 592
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Notebook1: TNotebook
  20.     Left = 152
  21.     Top = 0
  22.     Width = 440
  23.     Height = 288
  24.     Align = alRight
  25.     PageIndex = 4
  26.     TabOrder = 0
  27.     OnPageChanged = Notebook1PageChanged
  28.     object TPage
  29.       Left = 0
  30.       Top = 0
  31.       Caption = 'SelectFile'
  32.       object Label1: TLabel
  33.         Left = 40
  34.         Top = 80
  35.         Width = 253
  36.         Height = 32
  37.         Caption = 
  38.           'Please specifiy the file you want to restore. Click < Next > to ' +
  39.           'contuinue'
  40.         WordWrap = True
  41.       end
  42.       object RxLabel1: TRxLabel
  43.         Left = 20
  44.         Top = 15
  45.         Width = 278
  46.         Height = 23
  47.         Caption = 'Welcome to the restore wizard.'
  48.         Color = clBtnFace
  49.         Font.Charset = DEFAULT_CHARSET
  50.         Font.Color = clBlue
  51.         Font.Height = -20
  52.         Font.Name = 'Arial'
  53.         Font.Style = []
  54.         ParentColor = False
  55.         ParentFont = False
  56.         ShadowColor = clWhite
  57.         ShadowSize = 2
  58.         ShadowPos = spRightBottom
  59.       end
  60.       object feFilename: TFilenameEdit
  61.         Left = 40
  62.         Top = 136
  63.         Width = 241
  64.         Height = 24
  65.         DefaultExt = '*.ebb'
  66.         Filter = 'All files (*.ebb)|*.ebb'
  67.         NumGlyphs = 1
  68.         TabOrder = 0
  69.       end
  70.       object FileListBox1: TFileListBox
  71.         Left = 12
  72.         Top = 184
  73.         Width = 89
  74.         Height = 57
  75.         ItemHeight = 16
  76.         TabOrder = 1
  77.         Visible = False
  78.       end
  79.     end
  80.     object TPage
  81.       Left = 0
  82.       Top = 0
  83.       Caption = 'Overwrite'
  84.       object Label4: TLabel
  85.         Left = 44
  86.         Top = 56
  87.         Width = 316
  88.         Height = 32
  89.         Caption = 
  90.           'This company already exists on your system.  Please select one o' +
  91.           'f the options below.'
  92.         WordWrap = True
  93.       end
  94.       object rxCompanyName: TRxLabel
  95.         Left = 20
  96.         Top = 15
  97.         Width = 221
  98.         Height = 23
  99.         Caption = 'Choose restore option ...'
  100.         Color = clBtnFace
  101.         Font.Charset = DEFAULT_CHARSET
  102.         Font.Color = clBlue
  103.         Font.Height = -20
  104.         Font.Name = 'Arial'
  105.         Font.Style = []
  106.         ParentColor = False
  107.         ParentFont = False
  108.         ShadowColor = clWhite
  109.         ShadowSize = 2
  110.         ShadowPos = spRightBottom
  111.       end
  112.       object rbOverwrite: TRadioButton
  113.         Left = 48
  114.         Top = 132
  115.         Width = 113
  116.         Height = 17
  117.         Caption = 'Overwrite'
  118.         Checked = True
  119.         TabOrder = 0
  120.         TabStop = True
  121.       end
  122.       object rbCreate: TRadioButton
  123.         Left = 48
  124.         Top = 176
  125.         Width = 237
  126.         Height = 17
  127.         Caption = 'Create New Company'
  128.         TabOrder = 1
  129.       end
  130.       object rbDifferent: TRadioButton
  131.         Left = 48
  132.         Top = 220
  133.         Width = 225
  134.         Height = 17
  135.         Caption = 'Restore to Different Location'
  136.         TabOrder = 2
  137.       end
  138.     end
  139.     object TPage
  140.       Left = 0
  141.       Top = 0
  142.       Caption = 'SelectDir'
  143.       object lbWhereToRestore: TLabel
  144.         Left = 33
  145.         Top = 48
  146.         Width = 327
  147.         Height = 48
  148.         Caption = 
  149.           'If you want to restore to the original directory click Next, oth' +
  150.           'erwise select and alternative location from the box below.'
  151.         WordWrap = True
  152.       end
  153.       object RxLabel2: TRxLabel
  154.         Left = 20
  155.         Top = 15
  156.         Width = 233
  157.         Height = 23
  158.         Caption = 'Select where to restore ...'
  159.         Color = clBtnFace
  160.         Font.Charset = DEFAULT_CHARSET
  161.         Font.Color = clBlue
  162.         Font.Height = -20
  163.         Font.Name = 'Arial'
  164.         Font.Style = []
  165.         ParentColor = False
  166.         ParentFont = False
  167.         ShadowColor = clWhite
  168.         ShadowSize = 2
  169.         ShadowPos = spRightBottom
  170.       end
  171.       object lbDirName: TLabel
  172.         Left = 37
  173.         Top = 152
  174.         Width = 354
  175.         Height = 32
  176.         Caption = 
  177.           'Please type or select a directory in the box below, then click N' +
  178.           'ext to continue.'
  179.         Visible = False
  180.         WordWrap = True
  181.       end
  182.       object dePathName: TDirectoryEdit
  183.         Left = 36
  184.         Top = 204
  185.         Width = 337
  186.         Height = 24
  187.         DialogKind = dkWin32
  188.         NumGlyphs = 1
  189.         TabOrder = 0
  190.         Visible = False
  191.       end
  192.       object ComboBox: TComboBox
  193.         Left = 36
  194.         Top = 108
  195.         Width = 269
  196.         Height = 24
  197.         DropDownCount = 2
  198.         ItemHeight = 16
  199.         Items.Strings = (
  200.           'Original Location (Overwrite existing files)'
  201.           'Alternative Location')
  202.         TabOrder = 1
  203.         OnChange = ComboBoxChange
  204.       end
  205.       object cbRestoreFullPath: TCheckBox
  206.         Left = 37
  207.         Top = 248
  208.         Width = 149
  209.         Height = 17
  210.         Alignment = taLeftJustify
  211.         Caption = 'Restore Full Path'
  212.         State = cbChecked
  213.         TabOrder = 2
  214.       end
  215.     end
  216.     object TPage
  217.       Left = 0
  218.       Top = 0
  219.       Caption = 'SelectedFile'
  220.       object Label5: TLabel
  221.         Left = 28
  222.         Top = 12
  223.         Width = 70
  224.         Height = 16
  225.         Caption = 'Archive Title'
  226.       end
  227.       object Label6: TLabel
  228.         Left = 32
  229.         Top = 256
  230.         Width = 132
  231.         Height = 16
  232.         Caption = 'Click Next to continue.'
  233.       end
  234.       object Label7: TLabel
  235.         Left = 28
  236.         Top = 72
  237.         Width = 77
  238.         Height = 16
  239.         Caption = 'File Contents'
  240.       end
  241.       object Edit1: TEdit
  242.         Left = 28
  243.         Top = 32
  244.         Width = 357
  245.         Height = 24
  246.         ParentColor = True
  247.         ReadOnly = True
  248.         TabOrder = 0
  249.       end
  250.       object Edit2: TEdit
  251.         Left = 28
  252.         Top = 96
  253.         Width = 357
  254.         Height = 24
  255.         ParentColor = True
  256.         ReadOnly = True
  257.         TabOrder = 1
  258.       end
  259.       object FileContentList: TListBox
  260.         Left = 28
  261.         Top = 128
  262.         Width = 357
  263.         Height = 97
  264.         ItemHeight = 16
  265.         ParentColor = True
  266.         TabOrder = 2
  267.       end
  268.     end
  269.     object TPage
  270.       Left = 0
  271.       Top = 0
  272.       Caption = 'Finish'
  273.       object RxLabel4: TRxLabel
  274.         Left = 20
  275.         Top = 15
  276.         Width = 233
  277.         Height = 23
  278.         Caption = 'Well done, you'#39've made it!'
  279.         Color = clBtnFace
  280.         Font.Charset = DEFAULT_CHARSET
  281.         Font.Color = clBlue
  282.         Font.Height = -20
  283.         Font.Name = 'Arial'
  284.         Font.Style = []
  285.         ParentColor = False
  286.         ParentFont = False
  287.         ShadowColor = clWhite
  288.         ShadowSize = 2
  289.         ShadowPos = spRightBottom
  290.       end
  291.       object lbEndMessage: TLabel
  292.         Left = 40
  293.         Top = 76
  294.         Width = 295
  295.         Height = 64
  296.         Caption = 
  297.           'Now you are ready to restore you files.'#13#10'Please click on < Start' +
  298.           ' > to start the restore procedure or alternatively click on < Ba' +
  299.           'ck > to edit your selections.'
  300.         WordWrap = True
  301.       end
  302.       object ProgressBar1: TProgressBar
  303.         Left = 40
  304.         Top = 152
  305.         Width = 377
  306.         Height = 29
  307.         Min = 0
  308.         Max = 100
  309.         TabOrder = 0
  310.         Visible = False
  311.       end
  312.       object lbProgress: TPanel
  313.         Left = 40
  314.         Top = 208
  315.         Width = 377
  316.         Height = 57
  317.         BorderStyle = bsSingle
  318.         Font.Charset = DEFAULT_CHARSET
  319.         Font.Color = clBlue
  320.         Font.Height = -13
  321.         Font.Name = 'Arial'
  322.         Font.Style = [fsItalic]
  323.         ParentFont = False
  324.         TabOrder = 1
  325.         Visible = False
  326.       end
  327.     end
  328.   end
  329.   object Panel1: TPanel
  330.     Left = 0
  331.     Top = 288
  332.     Width = 592
  333.     Height = 65
  334.     Align = alBottom
  335.     BevelOuter = bvNone
  336.     TabOrder = 1
  337.     object Bevel1: TBevel
  338.       Left = 16
  339.       Top = 8
  340.       Width = 569
  341.       Height = 13
  342.       Shape = bsTopLine
  343.     end
  344.     object BtnClose: TButton
  345.       Left = 269
  346.       Top = 24
  347.       Width = 75
  348.       Height = 30
  349.       Caption = '&Close'
  350.       TabOrder = 0
  351.       OnClick = BtnCloseClick
  352.     end
  353.     object BtnBack: TButton
  354.       Left = 349
  355.       Top = 24
  356.       Width = 75
  357.       Height = 30
  358.       Caption = '<< &Back'
  359.       TabOrder = 1
  360.       OnClick = BtnBackClick
  361.     end
  362.     object BtnNext: TButton
  363.       Left = 430
  364.       Top = 24
  365.       Width = 75
  366.       Height = 30
  367.       Caption = '&Next >>'
  368.       TabOrder = 2
  369.       OnClick = BtnNextClick
  370.     end
  371.     object BtnStart: TButton
  372.       Left = 510
  373.       Top = 24
  374.       Width = 75
  375.       Height = 30
  376.       Caption = '&Start'
  377.       Enabled = False
  378.       TabOrder = 3
  379.       OnClick = BtnStartClick
  380.     end
  381.   end
  382.   object Panel2: TPanel
  383.     Left = 0
  384.     Top = 0
  385.     Width = 152
  386.     Height = 288
  387.     Align = alClient
  388.     BevelOuter = bvNone
  389.     TabOrder = 2
  390.     object Panel3: TPanel
  391.       Left = 20
  392.       Top = 16
  393.       Width = 115
  394.       Height = 220
  395.       BevelOuter = bvLowered
  396.       BorderStyle = bsSingle
  397.       Caption = 'Panel3'
  398.       TabOrder = 0
  399.       object Image6: TImage
  400.         Left = 1
  401.         Top = 1
  402.         Width = 109
  403.         Height = 214
  404.         Align = alClient
  405.         AutoSize = True
  406.         Picture.Data = {<image000.bmp>}
  407.         Stretch = True
  408.       end
  409.     end
  410.   end
  411.   object PageManager1: TPageManager
  412.     PageOwner = Notebook1
  413.     Left = 4
  414.     Top = 248
  415.     object SelecteFile: TPageProxy
  416.       PageName = 'SelectFile'
  417.     end
  418.     object Overwrite: TPageProxy
  419.       PageName = 'Overwrite'
  420.     end
  421.     object SelectDir: TPageProxy
  422.       PageName = 'SelectDir'
  423.     end
  424.     object SelectedFile: TPageProxy
  425.       PageName = 'SelectedFiles'
  426.     end
  427.     object Finish: TPageProxy
  428.       PageName = 'Finish'
  429.     end
  430.   end
  431.   object OpenDialog: TOpenDialog
  432.     Options = [ofHideReadOnly, ofAllowMultiSelect]
  433.     Left = 37
  434.     Top = 217
  435.   end
  436.   object SaveDialog: TSaveDialog
  437.     DefaultExt = '*.ebb'
  438.     Filter = 'Backup archives (*.ebb)|*.ebb'
  439.     Left = 32
  440.     Top = 248
  441.   end
  442.   object dsSetup: TwwDataSource
  443.     DataSet = DM1.taSetup
  444.     Left = 96
  445.     Top = 248
  446.   end
  447.   object BackupFile1: TBackupFile
  448.     Version = '3.00'
  449.     BackupMode = bmAll
  450.     CompressionLevel = clFastest
  451.     RestoreMode = rmAll
  452.     MaxSize = 0
  453.     SetArchiveFlag = False
  454.     OnProgress = BackupFile1Progress
  455.     RestoreFullPath = False
  456.     SaveFileID = False
  457.     Left = 116
  458.     Top = 220
  459.   end
  460.   object Sizer1: TSizer
  461.     Enabled = True
  462.     ExceptionAction = eaIgnoreControl
  463.     GridColumnSizing = gcSizeAllColumns
  464.     GridRowSizing = grSizeByDefaults
  465.     MinimumSize = True
  466.     NavigateOnEnter = False
  467.     OverrideParentFont = True
  468.     PerformAssertions = True
  469.     ShowAssertionFailures = False
  470.     StretchFonts = True
  471.     StretchImages = True
  472.     StretchOnResize = True
  473.     ThreadProcessing = False
  474.     Left = 64
  475.     Top = 248
  476.     ScreenWidth = (
  477.       800)
  478.     ScreenHeight = (
  479.       600)
  480.     OriginalFormWidth = (
  481.       600)
  482.     OriginalFormHeight = (
  483.       380)
  484.     OriginalFormLeft = (
  485.       89)
  486.     OriginalFormTop = (
  487.       122)
  488.     OriginalFormPPI = (
  489.       120)
  490.     OriginalClientWidth = (
  491.       592)
  492.     OriginalClientHeight = (
  493.       353)
  494.   end
  495.   object taSetup: TwwTable
  496.     SyncSQLByRange = False
  497.     NarrowSearch = False
  498.     ValidateWithMask = True
  499.     Left = 76
  500.     Top = 216
  501.   end
  502. end
  503.