home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Backup / BACKUP.DFM / BACKUP.txt
Text File  |  1996-02-03  |  4KB  |  192 lines

  1. object BackupDlg: TBackupDlg
  2.   Left = 252
  3.   Top = 99
  4.   HelpContext = 101
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Backup Utility'
  8.   ClientHeight = 405
  9.   ClientWidth = 415
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   TextHeight = 16
  18.   object Bevel2: TBevel
  19.     Left = 8
  20.     Top = 304
  21.     Width = 313
  22.     Height = 65
  23.   end
  24.   object Bevel4: TBevel
  25.     Left = 16
  26.     Top = 328
  27.     Width = 297
  28.     Height = 33
  29.   end
  30.   object Bevel3: TBevel
  31.     Left = 16
  32.     Top = 32
  33.     Width = 297
  34.     Height = 33
  35.   end
  36.   object Bevel1: TBevel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 313
  40.     Height = 289
  41.   end
  42.   object Label1: TLabel
  43.     Left = 16
  44.     Top = 16
  45.     Width = 82
  46.     Height = 16
  47.     Caption = 'Source Path:'
  48.   end
  49.   object lblSource: TLabel
  50.     Left = 24
  51.     Top = 40
  52.     Width = 281
  53.     Height = 16
  54.     AutoSize = False
  55.     Caption = 'c:\cw_apps\backup'
  56.     Font.Color = clMaroon
  57.     Font.Height = -14
  58.     Font.Name = 'System'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     WordWrap = True
  62.   end
  63.   object Label2: TLabel
  64.     Left = 16
  65.     Top = 312
  66.     Width = 111
  67.     Height = 16
  68.     Caption = 'Destination Path:'
  69.   end
  70.   object lblDestination: TLabel
  71.     Left = 24
  72.     Top = 336
  73.     Width = 257
  74.     Height = 16
  75.     AutoSize = False
  76.     Caption = 'no path specified'
  77.     Font.Color = clMaroon
  78.     Font.Height = -14
  79.     Font.Name = 'System'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     WordWrap = True
  83.   end
  84.   object SpeedButton1: TSpeedButton
  85.     Left = 284
  86.     Top = 332
  87.     Width = 25
  88.     Height = 25
  89.     Hint = 'Select Target Directory'
  90.     Glyph.Data = {
  91.       78010000424D7801000000000000760000002800000020000000100000000100
  92.       04000000000000000000120B0000120B00000000000000000000000000000000
  93.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  94.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  95.       333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  96.       300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  97.       333337F373F773333333303330033333333337F3377333333333303333333333
  98.       333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  99.       333337777F337F33333330330BB00333333337F373F773333333303330033333
  100.       333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  101.       333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  102.       333373F7733333333333300333333333333337733333333333330000}
  103.     NumGlyphs = 2
  104.     ParentShowHint = False
  105.     ShowHint = True
  106.     OnClick = SpeedButton1Click
  107.   end
  108.   object DirList: TDirectoryListBox
  109.     Left = 16
  110.     Top = 72
  111.     Width = 145
  112.     Height = 167
  113.     DirLabel = lblSource
  114.     FileList = FList
  115.     ItemHeight = 16
  116.     TabOrder = 0
  117.     OnChange = chkSelectClick
  118.   end
  119.   object FList: TFileListBox
  120.     Left = 168
  121.     Top = 72
  122.     Width = 145
  123.     Height = 193
  124.     ItemHeight = 16
  125.     MultiSelect = True
  126.     ShowGlyphs = True
  127.     TabOrder = 1
  128.     OnClick = FListClick
  129.     OnDblClick = FListDblClick
  130.     OnKeyDown = FListKeyDown
  131.   end
  132.   object btnOK: TBitBtn
  133.     Left = 328
  134.     Top = 8
  135.     Width = 81
  136.     Height = 33
  137.     Caption = 'C&opy'
  138.     TabOrder = 2
  139.     OnClick = btnOKClick
  140.     NumGlyphs = 2
  141.   end
  142.   object btnCancel: TBitBtn
  143.     Left = 328
  144.     Top = 48
  145.     Width = 81
  146.     Height = 33
  147.     Cancel = True
  148.     Caption = '&Close'
  149.     Default = True
  150.     TabOrder = 3
  151.     OnClick = btnCancelClick
  152.     NumGlyphs = 2
  153.   end
  154.   object BitBtn1: TBitBtn
  155.     Left = 328
  156.     Top = 88
  157.     Width = 81
  158.     Height = 33
  159.     Caption = '&Help'
  160.     TabOrder = 4
  161.     OnClick = BitBtn1Click
  162.     NumGlyphs = 2
  163.   end
  164.   object driveBox: TDriveComboBox
  165.     Left = 16
  166.     Top = 242
  167.     Width = 145
  168.     Height = 22
  169.     DirList = DirList
  170.     TabOrder = 5
  171.   end
  172.   object chkSelect: TCheckBox
  173.     Left = 168
  174.     Top = 272
  175.     Width = 145
  176.     Height = 17
  177.     Caption = '&Select All'
  178.     State = cbChecked
  179.     TabOrder = 6
  180.     OnClick = chkSelectClick
  181.   end
  182.   object chkNew: TCheckBox
  183.     Left = 8
  184.     Top = 386
  185.     Width = 265
  186.     Height = 17
  187.     Caption = 'Only re&place older files during copy'
  188.     TabOrder = 7
  189.     OnClick = chkNewClick
  190.   end
  191. end
  192.