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
Wrap
Text File
|
1998-10-21
|
5KB
|
226 lines
object FrmBackup: TFrmBackup
Left = 386
Top = 144
HelpContext = 600
BorderStyle = bsDialog
Caption = 'Backup/Restore'
ClientHeight = 211
ClientWidth = 346
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 6
Top = 4
Width = 333
Height = 201
ActivePage = TabSheetRestore
TabOrder = 0
object TabSheetBackup: TTabSheet
Caption = 'Backup'
object Label1: TLabel
Left = 8
Top = 18
Width = 257
Height = 16
Caption = '&Select destination directory for the backup: '
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DirectoryEdit1: TDirectoryEdit
Left = 8
Top = 40
Width = 311
Height = 23
HelpContext = 600
NumGlyphs = 1
TabOrder = 0
OnChange = DirectoryEdit1Change
end
object CheckBoxBackSched: TCheckBox
Left = 10
Top = 72
Width = 249
Height = 21
Caption = 'Backup Current Income and Expense Records'
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 1
end
object CheckBoxBackHist: TCheckBox
Left = 10
Top = 102
Width = 235
Height = 21
Caption = 'Backup History Records'
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 2
end
object OKBtn: TBitBtn
Left = 126
Top = 130
Width = 95
Height = 27
Enabled = False
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = OkBtnClick
Kind = bkOK
end
object CancelBtn: TBitBtn
Left = 224
Top = 130
Width = 95
Height = 27
Font.Color = clBtnText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = CancelBtnClick
Kind = bkCancel
end
end
object TabSheetRestore: TTabSheet
Caption = 'Restore'
object Label2: TLabel
Left = 8
Top = 18
Width = 187
Height = 13
Caption = '&Select source directory to restore from: '
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DirectoryEdit2: TDirectoryEdit
Left = 8
Top = 40
Width = 311
Height = 23
HelpContext = 600
NumGlyphs = 1
TabOrder = 0
OnChange = DirectoryEdit2Change
end
object ButtonCancelOK: TBitBtn
Left = 224
Top = 130
Width = 95
Height = 27
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = ButtonCancelOKClick
Kind = bkCancel
end
object ButtonRestoreOK: TBitBtn
Left = 126
Top = 130
Width = 95
Height = 27
Enabled = False
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = ButtonRestoreOKClick
Kind = bkOK
end
object CheckBoxRestHist: TCheckBox
Left = 10
Top = 102
Width = 165
Height = 21
Caption = 'Restore History Records'
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 2
end
object CheckBoxRestSched: TCheckBox
Left = 10
Top = 72
Width = 265
Height = 21
Caption = 'Restore Current Income and Expense Records'
Font.Color = clBtnText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
State = cbChecked
TabOrder = 1
end
end
end
object FormStorage: TFormStorage
Options = []
UseRegistry = True
StoredProps.Strings = (
'DirectoryEdit1.Text'
'DirectoryEdit2.Text')
Left = 262
Top = 6
end
object Table1: TTable
TableName = 'c:\data\delphi\pstretch\backup\schedule.db'
Left = 196
Top = 6
end
object Tablehistory: TTable
TableName = 'history.DB'
Left = 234
Top = 8
end
object Tablesched: TTable
TableName = 'schedule.DB'
Left = 150
Top = 4
end
object RxGradientCaption1: TRxGradientCaption
Captions = <>
DefaultFont = False
FormCaption = 'Backup/Restore'
Font.Color = clWindow
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
Left = 312
Top = 8
end
end