home *** CD-ROM | disk | FTP | other *** search
- object BackupDlg: TBackupDlg
- Left = 252
- Top = 99
- HelpContext = 101
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Backup Utility'
- ClientHeight = 405
- ClientWidth = 415
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- TextHeight = 16
- object Bevel2: TBevel
- Left = 8
- Top = 304
- Width = 313
- Height = 65
- end
- object Bevel4: TBevel
- Left = 16
- Top = 328
- Width = 297
- Height = 33
- end
- object Bevel3: TBevel
- Left = 16
- Top = 32
- Width = 297
- Height = 33
- end
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 313
- Height = 289
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 82
- Height = 16
- Caption = 'Source Path:'
- end
- object lblSource: TLabel
- Left = 24
- Top = 40
- Width = 281
- Height = 16
- AutoSize = False
- Caption = 'c:\cw_apps\backup'
- Font.Color = clMaroon
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 312
- Width = 111
- Height = 16
- Caption = 'Destination Path:'
- end
- object lblDestination: TLabel
- Left = 24
- Top = 336
- Width = 257
- Height = 16
- AutoSize = False
- Caption = 'no path specified'
- Font.Color = clMaroon
- Font.Height = -14
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object SpeedButton1: TSpeedButton
- Left = 284
- Top = 332
- Width = 25
- Height = 25
- Hint = 'Select Target Directory'
- Glyph.Data = {
- 78010000424D7801000000000000760000002800000020000000100000000100
- 04000000000000000000120B0000120B00000000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
- 333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
- 300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
- 333337F373F773333333303330033333333337F3377333333333303333333333
- 333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
- 333337777F337F33333330330BB00333333337F373F773333333303330033333
- 333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
- 333377777F77377733330BBB0333333333337F337F33333333330BB003333333
- 333373F7733333333333300333333333333337733333333333330000}
- NumGlyphs = 2
- ParentShowHint = False
- ShowHint = True
- OnClick = SpeedButton1Click
- end
- object DirList: TDirectoryListBox
- Left = 16
- Top = 72
- Width = 145
- Height = 167
- DirLabel = lblSource
- FileList = FList
- ItemHeight = 16
- TabOrder = 0
- OnChange = chkSelectClick
- end
- object FList: TFileListBox
- Left = 168
- Top = 72
- Width = 145
- Height = 193
- ItemHeight = 16
- MultiSelect = True
- ShowGlyphs = True
- TabOrder = 1
- OnClick = FListClick
- OnDblClick = FListDblClick
- OnKeyDown = FListKeyDown
- end
- object btnOK: TBitBtn
- Left = 328
- Top = 8
- Width = 81
- Height = 33
- Caption = 'C&opy'
- TabOrder = 2
- OnClick = btnOKClick
- NumGlyphs = 2
- end
- object btnCancel: TBitBtn
- Left = 328
- Top = 48
- Width = 81
- Height = 33
- Cancel = True
- Caption = '&Close'
- Default = True
- TabOrder = 3
- OnClick = btnCancelClick
- NumGlyphs = 2
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 88
- Width = 81
- Height = 33
- Caption = '&Help'
- TabOrder = 4
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object driveBox: TDriveComboBox
- Left = 16
- Top = 242
- Width = 145
- Height = 22
- DirList = DirList
- TabOrder = 5
- end
- object chkSelect: TCheckBox
- Left = 168
- Top = 272
- Width = 145
- Height = 17
- Caption = '&Select All'
- State = cbChecked
- TabOrder = 6
- OnClick = chkSelectClick
- end
- object chkNew: TCheckBox
- Left = 8
- Top = 386
- Width = 265
- Height = 17
- Caption = 'Only re&place older files during copy'
- TabOrder = 7
- OnClick = chkNewClick
- end
- end
-