home *** CD-ROM | disk | FTP | other *** search
- object frmBackup: TfrmBackup
- Left = 386
- Top = 482
- BorderStyle = bsDialog
- Caption = 'Backup Database'
- ClientHeight = 166
- ClientWidth = 339
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 79
- Width = 82
- Height = 13
- Caption = 'Remind me every'
- end
- object Label2: TLabel
- Left = 160
- Top = 79
- Width = 106
- Height = 13
- Caption = 'days on program close'
- end
- object Label3: TLabel
- Left = 8
- Top = 31
- Width = 85
- Height = 13
- Caption = 'Backup filename: '
- end
- object AbMeterItem: TAbMeter
- Left = 0
- Top = 150
- Width = 339
- Height = 16
- Align = alBottom
- Orientation = moHorizontal
- UnusedColor = clBtnFace
- UsedColor = clNavy
- end
- object Label4: TLabel
- Left = 8
- Top = 8
- Width = 86
- Height = 13
- Caption = 'Last backup date:'
- end
- object seBackupDays: TwwDBSpinEdit
- Left = 104
- Top = 75
- Width = 49
- Height = 21
- Increment = 1
- MaxValue = 30
- Value = 1
- TabOrder = 2
- UnboundDataType = wwDefault
- end
- object edtBackupFile: TEdit
- Left = 8
- Top = 47
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object btnOpenFile: TButton
- Left = 299
- Top = 47
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnOpenFileClick
- end
- object btnBackup: TButton
- Left = 43
- Top = 111
- Width = 97
- Height = 25
- Caption = '&Backup'
- TabOrder = 3
- OnClick = btnBackupClick
- end
- object btnClose: TButton
- Left = 184
- Top = 111
- Width = 97
- Height = 25
- Caption = '&Close'
- TabOrder = 4
- OnClick = btnCloseClick
- end
- object cbCloseAfterBackup: TCheckBox
- Left = 144
- Top = 119
- Width = 33
- Height = 17
- Caption = 'cbCloseAfterBackup'
- Color = clRed
- ParentColor = False
- TabOrder = 5
- Visible = False
- end
- object edtLastBackupDt: TEdit
- Left = 102
- Top = 8
- Width = 177
- Height = 19
- TabStop = False
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 6
- end
- object OpenDialog1: TOpenDialog
- Left = 296
- Top = 119
- end
- object ItemLink: TAbVCLMeterLink
- Meter = AbMeterItem
- Left = 296
- Top = 79
- end
- object OvcIniFileStore1: TOvcIniFileStore
- IniFileName = 'ADS.INI'
- UseExeDir = True
- Left = 288
- Top = 8
- end
- end
-